html
{
  background: #fff;
}

#price-info
{
  display: none;
}

body    
{ 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 tahoma, arial; 
  position: relative;
  text-align: center;
  line-height: 18px;
  color: #000;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.no_print
{
  display: none;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */

  
  h1
  { 
    display: none;
  }

  h2
  {
    font-size: 1em;
    padding: 0;
    margin: 5px 0;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
  }
  
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
    color: #000;
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #000;
    display: block;
    margin: 10px 0 10px 0;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-left
  {
    margin-left: 15px;  
  }

  .margin-rigth
  {
    margin-right: 15px;  
  }

  .red
  {
    color: #ba3926;
    font-weight: bold;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
  }
 
    a:hover
    {
      text-decoration: underline;
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


  .dark
  {
  }
  
  .ico
  {
    display: block;
    padding-left: 22px;
    line-height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  
  .float-left
  {
    float: left;
  }

  .float-right
  {
    float: right;
  }
  
  .img-left
  {
    float: right;
    margin-left: 15px;
  }

  
/* konec: obecne tridy */    



/* formulare */

.input
{
  padding: 5px 0;
}


.input label
{
  float: left;
  display: block;
  width: 180px;
}

input, .select
{
  border: 1px solid #333;
  width: 280px;
}

  input.amount
  {
    width: 20px;
  }


input.checkbox
{
  width: 20px;
}

.input .textarea
{
  border: 1px solid #333;
  width: 470px;
  height: 100px;
}

.input .checkbox
{
  width: 20px;
  border: 1px solid #438637;
}

input.button
{
    background: url(../images/button.gif) top left no-repeat;
    width: 146px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}




  #page
  {
    width: 600px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    background:  url(../images/page.jpg) left top repeat-y;
  }


  /* hlavicka */

  #header
  { 
  }   

  /* konec: hlavicka */
  



  #middle
  {
    padding: 0;
  }
  
  

  #left
  {
    display: none;
  }
  
  

  #left.no-background
  {
    background: #fff;
  }

  
  #right
  {
    display: none;
  }
  
  

  /* obsah stranky*/
    #content
    {
      width: 600px;
      padding: 0;
      overflow: hidden;
      text-align: left;
    }

      

      #content ul
      {
        list-style-type: square;
        padding: 0 0 0 25px;
        
      }
      
        #content ul li
        {
          list-style-type: square;
          padding: 2px 0 2px 5px;
          line-height: 15px;
        }

        
      #content img
      {
        padding: 2px;
        margin: 0 0 5px 4px;
        #margin: 0 0 9px 4px;
      }
      
      #content #news img
      {
        border: 1px solid #C8C097;
        padding: 2px;
        margin: 0 15px 0 0;
      }

      #content p
      {
        padding: 10px 0;
        margin: 0;
        text-align: justify;
      }

      
  /* konec obsah stranky */
  
  

  
  
  /* leva cast stranky */

  
    #left h2
    {
      background: url(../images/left-h2.jpg) left bottom repeat-x;
      line-height: 35px;
      padding: 0;
      color: #800;
      font-size: 1.2em;
      text-align: center;
    }

    #left p
    {
      padding: 5px;
    }

  /* konec: leva cast stranky */





  /* menu */
  #menu
  {
    display: none;
  }    


  /* konec: menu */  
 


  /* prave menu */
  #right-menu
  {
    background: none;
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    width: 185px;
    font-size: .9em;
  }    

  #right-menu li
  {
    margin: 0;
    padding: 0;
    background: url(../images/right-menu-item.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }

    
    #right-menu li a
    {
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 30px;
      font-weight: normal;
      width: 155px;
      color: #fff;
      padding: 0 10px 0 20px;
      background: url(../images/right-menu-item-inactive.jpg) 5px 14px no-repeat;
    }




    #right-menu li a:hover, #menu li a.active
    {
      background: url(../images/right-menu-item-active.jpg) 5px 14px no-repeat;
      font-weight: bold;
      text-decoration: underline;
    }  


  #right-menu.right-menu-0 li
  {
    background: url(../images/right-menu-item-0.jpg) left top repeat-y;
    border-top: 1px solid #546277;
    border-bottom: 1px solid #1e314a;
  }    


  #right-menu.right-menu-1 li
  {
    background: url(../images/right-menu-item-1.jpg) left top repeat-y;
    border-top: 1px solid #72c261;
    border-bottom: 1px solid #245f16 ;
  }  
  

  #right-menu.right-menu-2 li
  {
    background: url(../images/right-menu-item-2.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }    

  #right-menu.right-menu-3 li
  {
    background: url(../images/right-menu-item-2.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }    

  /* konec: menu */  

  
  
  

  /* paticka */
    #footer
    {
      display: none;
    }    

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: none;
    top: 0;
    margin: 0;
    width: 1000px;
    height: 155px;
  }



  
/* pozice na webu */
#web-position
{
  position: absolute;
  top: 135px;
  height: 25px;
  line-height: 25px;
  width: 650px;
  padding: 0 25px;
  color: #e4e8c2;
}

  #web-position a
  {
    font-size: .8em;
    color: #e4e8c2;
    text-decoration: none;
  }



/* aktuality */

#news-preview
{
  margin: 10px 0 10px 5px;
  background: url(../images/left-box.jpg) top left repeat-y;
  font-size: .8em;
}


  #news-preview h2
  {
    margin: 0;
    padding: 0;
    background: url(../images/left-header-news.jpg) top left no-repeat;
    color: #fff;
    height: 34px;
    line-height: 30px;
    text-align: left;
    padding: 0 10px 0 55px;
  }
  
  #newsletter-form
  {
    width: 189px;
    height: 76px;
    padding: 0;
    margin: 0;
    background: url(../images/right-box-newsletter.jpg) center center no-repeat;
    margin: 6px 0 2px 5px;
  }
  
  #newsletter-form label
  {
    color: #fff;
    height: 34px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 10px 0 55px;
  }
  
  #newsletter-form input
  {
   border: 1px solid #000;
   width: 120px;
   margin: 15px 5px 0 15px;
   float: left;
  }
  
  
  #newsletter-form input.button
  {
   border: none;
   width: 0;
   height: 0;
   padding: 25px 0 0 25px;
   margin: 12px 5px 0 10px;
   background: url(../images/newsletter-button.jpg) center center no-repeat;
   float: left;
  }  


  
  #content p.back
  {
    text-align: right;
  }





/* fulltext */

  #fulltext-form
  {
    width: 189px;
    height: 76px;
    padding: 0;
    margin: 0;
    background: url(../images/right-box-search.jpg) center center no-repeat;
    margin: 2px 0 2px 5px;
  }
  
  #fulltext-form label
  {
    color: #fff;
    height: 30px;
    line-height: 35px;
    font-weight: bold;
    padding: 0 10px 0 55px;
  }
  
  #fulltext-form input
  {
   border: 1px solid #000;
   width: 120px;
   margin: 8px 5px 0 15px;
   float: left;
  }
  
  
  #fulltext-form input.button
  {
   border: none;
   width: 0;
   height: 0;
   padding: 25px 0 0 25px;
   margin: 5px 5px 0 10px;
   background: url(../images/fulltext-button.jpg) center center no-repeat;
   float: left;
  }  
  
  
  .search-list-item
  {
    margin-bottom: 20px;
    padding: 5px;
  }    
  
  .search-list-item .path
  {
    color: #aaa;
    font-size: .8em;
    margin-top: 10px;
  }    
  
  
  
  
/* strankovani */

   .paging
  {
    display: none;
    text-align: center;
    margin: 5px auto;
  }     

  .paging a
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 4px;
  }     

  .paging span
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background: #ba3926;
    
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #670000;
  }     
  


/* filtrovaci formular vpravo */






  



/* kontaktni formular */

#contact-form-sortiment .input
{
  float: left;
  width: 182px;
}

  #contact-form-sortiment .input label
  {
    float: right;
    width: 150px; 
  }

  #contact-form-sortiment .input input
  {
    float: left;
  }



/* akce */

#actions-preview
{
  margin: 10px 0 10px 5px;
  padding-bottom: 10px;
  background: url(../images/right-box-actions-bottom.jpg) bottom left no-repeat;
  font-size: .8em;
}


  #actions-preview h2
  {
    margin: 0;
    padding: 0;
    background: url(../images/right-box-actions-header.jpg) top left no-repeat;
    color: #fff;
    height: 34px;
    line-height: 30px;
    text-align: left;
    padding: 0 10px 0 55px;
  }




/* fotogalerie */

.gallery-item
{
  margin-bottom: 30px;
}

.gallery-item img
{
  float: left;
}

.gallery-item-right
{
  float: right;
  width: 400px;
}



/* seznam sekci */

#sections-list
{
  display: none;
}

  #sections-list li
  {
    padding: 0;
    margin: 0;
    width: 200px;
    line-height: 20px;
    overflow: hidden;
    color: #000;
    list-style-type: square;
    background: url(../images/menu-item.gif) 0px 8px no-repeat;
    border-bottom: 1px dotted #dcdcdc; 
  }
  
    #sections-list li a
    {
      display: block;
      width: 160px;
      line-height: 20px;
      overflow: hidden;
      padding: 0 10px 0 20px;
      color: #333;
      font-weight: normal;
      text-decoration: none;
    }

    #sections-list li a:hover
    {
      text-decoration: underline;
    }

    #sections-list li a.active
    {
      color: #d89829;
      font-weight: bold;
    }
      
  #sections-list li ul
  {
    padding: 0;
    margin: 0;
  }
  
  
    #sections-list li ul li a
    {
      line-height: 20px;
      width: 140px;
      padding: 0 10px 0 50px;
      color: #000;
      font-weight: normal;
    }


    #sections-list li ul li a.active
    {
      color: #d89829;
      font-weight: bold;
    }
      
      
/* kosik */
#basket-compact
{
  display: none;
  
}      





#basket-table
{
  width: 600px;
  margin-bottom: 20px;
}


  #basket-table th
  {
    background: #1360a9;
    font-weight: bold;
    color: #fff;
  }





/* katalog */
.catalog-list-item
{
  width: 280px;
  height: 180px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

  .catalog-list-item h3
  {
    height: 60px;
    line-height: 20px;
    text-align: center;
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 20px;
  }

  .catalog-list-item h3 a
  {
    text-decoration: none;
  }
  
  .catalog-list-item h3 a:hover
  {
    text-decoration: underline;
  }
  
  .catalog-list-item .img
  {
    float: left;
    width: 110px;
    text-align: center;
  }
  
  .catalog-item-text
  {
    width: 160px;
    float: right;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 4px solid #cdcdcd;
  }
  
  .catalog-list-item .price
  {
    text-align: center;
    color: #163f68;
    font-size: 1.5em;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
  }
  
  .catalog-list-item .article-description
  {
  }
  
  .catalog-list-item form
  {
    padding: 0;
    margin: 15px 0 0 0;
  }
  
  .catalog-list-item .label
  {
    float: left;
    width: 70px;
    font-weight: bold;
    line-height: 18px;
  }
  
  .catalog-list-item .value
  {
    float: right;
    width: 90px;
    line-height: 18px;
  }
  
  .catalog-list-item input
  {
    display: none;
  }
  
  .catalog-list-item a.more
  {
    display: none;
  }
  
  div.amount
  {
    display: none;
  }
  
  
  a.sort-up
  {
   display: none;
    float: left;
    width: 15px;
    height: 20px;
    background: url(../images/arrow-up.gif) center center no-repeat;
    margin-right: 2px;
  }
  
  a.sort-down
  {
   display: none;
    float: left;
    width: 15px;
    height: 20px;
    background: url(../images/arrow-down.gif) center center no-repeat;
    margin-right: 5px;
  }  
  
  .sort-span
  {
   display: none;
   height: 20px;
   float: left;
   margin-right: 5px;
  }
  
  
  
  
  
  
  

/* formular pro nalogovani */
#eshop-login-form
{
  background: #f3c8a8 url(../images/basket-right.gif) bottom left repeat-x;
  padding: 10px;
  color: #000;
}      

#eshop-login-form h3
{
  color: #6e0000;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: bold;
}

#eshop-login-form form
{
  margin: 0;
  padding: 0;
}

#eshop-login-form a.button, #eshop-login-form input.button
{
  display: block;
  margin: 5px auto;
  width: 116px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  background: url(../images/red-button.png) center center no-repeat;
}


/* objednavkovy formular */

h3.fieldset
{
  border-top: 3px solid #ccc;
  margin-top: 10px;
  padding-top: 5px;
}

fieldset.registration
{
  
  padding: 5px 0;
  border: none;
  margin: 0 0 5px 0;
}



/* postranni box */

.side-box
{
  background: #f3c8a8;
  color: #000;
  margin: 0 0 5px 0;
  padding-bottom: 10px;
}      

.side-box h3
{
  background: #7b211d;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

a.block
{
  display: block;
  float: left;
  width: 120px;
  padding: 0 5px 0 10px;
}



/* detail vyrobku */


#catalog-item-detail
{
  margin-top: 40px;
}

#catalog-item-detail-text
{
  float: right;
  width: 260px;
}

#catalog-item-detail-description
{
  margin: 10px 0;
}

#catalog-item-detail .label
{
  font-weight: bold;
  display: block;
  width: 80px;
  float: left;
  line-height: 20px;
}

#catalog-item-detail .value
{
  display: block;
  width: 150px;
  float: right;
  line-height: 20px;
}

#detail-price
{
  font-size: 1.5em;
  font-weight: bold;
  color: #153d66;
  margin: 0 0 20px 0;
}

#detail-price span
{
  color: #000;
  font-size: .7em;
  font-weight: normal;
}

.catalog-item-detail-row
{
  margin-bottom: 1px;
}

#catalog-item-detail-images
{
  width: 270px;
  text-align: center;
  overflow: hidden;
}

#catalog-item-detail-other-images div.img
{
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 120px;
  float: left;
  margin: 5px 2px;
}

#catalog-item-detail-images img.detail-img
{
  display: block;
  float: left;
  margin-left: 10px;
}

#catalog-item-detail .basket-add
{
  margin: 10px 0 20px 0;
}

#article-uestion
{
  display: none;
}

#article-uestion label
{
  width: 104px;
  text-align: left;
  padding: 0 5px;
  font-weight: bold;
}

#article-uestion input
{
  width: 146px;
}

#article-uestion .textarea
{
  
}

#catalog-item-detail input
{
  display: none;
}



/* vypis objednavek */

table
{
  width: 600px;
  margin-bottom: 20px;
}

th, td
{
  padding: 2px 5px;
}

  th
  {
    background: #1360a9;
    font-weight: bold;
    color: #fff;
  }


#order-detail div.label
{
  font-weight: bold;
  display: block;
  width: 150px;
  float: left;
  text-align: right;
}

#order-detail div.value
{
  display: block;
  width: 580px;
  float: right;
}



/* vyhledaveni */

#search-form
{
  display: none;
}



/* filtr */


#filter-form
{
  display: none;
}



/* anketa */
#survey
{
  border-top: 4px solid #cdcdcd;
  margin-top: 20px;
  padding-top: 5px;
}

  .survey-result
  {
    height: 10px;
    background: #aaa;
    margin-bottom: 10px;
  }
  

/* faktury */

#facture
{
  width: 580px;
  text-align: left;
  overflow: hidden;
  border: 2px solid #000;
}

#facture td, #facture th
{
  padding: 2px 5px;
  text-align: left;
  border: 1px solid #000;
}

#facture table
{
  width: 580px;
}

#facture table, #facture table th, #facture table td
{
  border: none;
  background: #fff;
  color: #000;
}
    
