html  
{
  background: #fff url(../images/background-2.jpg) top left repeat;
  height: 100%;
  min-height: 100%;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 75%/1.6 verdana, arial; 
  position: relative;
  text-align: center;
  color: #555;
  height: 100%;
  min-height: 100%;
}



/* prvky viditelne jen bez pouziti css */

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

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


/* obecne elementy */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
  }

  
  h1
  {
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    font-weight: normal;
  }

  h2
  {
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
  }

  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 #666;
    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: #ba3926;
    font-weight: bold;
    text-decoration: underline;
  }
 
    a:hover
    {
      text-decoration: underline;
    }


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


  .blink
  {
    text-decoration: blink;
  }

  .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;
  }




.frame
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
}

.frame-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

.frame-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) top left no-repeat;
}


a.button
{
  display: block;
  width: 141px;
  height: 31px;
  margin: 5px 0;
  line-height: 31px;
  color: #333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/button.gif) center center no-repeat;
}

  
/* konec: obecne tridy */    



/* formulare */

.input
{
  padding: 5px 0;
}


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

input, .select
{
  border: none;
  width: 186px;
  height: 15px;
  padding: 8px 10px;
  background: #eee url(../images/input.gif) top left no-repeat;
}

.select
{
  height: 33px;
  width: 213px;
}



.file, input.block
{
  height: 33px;
  width: 213px;
  padding: 5px 10px;
  background: none;
  border: 3px solid #fab815;
}


input.checkbox
{
  width: 20px;
}

.textarea
{
  border: 3px solid #fab815;
  width: 460px;
  height: 100px;
}

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


.rank-ok
{
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/rank-ok.gif) center center no-repeat;
  cursor: pointer;
} 

.rank-ko
{
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/rank-ko.gif) center center no-repeat;
  cursor: pointer;
} 


input.button
{
  width: 141px;
  height: 31px;
  margin: 2px 0;
  color: #333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border: none;
  background: url(../images/button.gif) center center no-repeat;
}




  #page
  {
    _height: 100%;
    min-height: 100%;
    width: 975px;
    padding: 0 13px;
    margin: 0 auto;
    text-align: left;
    background: url(../images/page.png) top left repeat-y;
  }


  /* hlavicka */

  #header
  { 
    height: 160px;
    background: #fff url(../images/header.jpg) 10px 15px no-repeat;
  }   

  /* konec: hlavicka */
  



  #middle
  {
    padding: 0 0 100px 0;
  }
  
  #left-middle
  {
    float: left;
    width: 715px;
    overflow: hidden;
  }
  

  #left
  {
    float: left;
    width: 230px;
    margin-left: 20px;
    _margin-left: 10px;
    background: url(../images/user-menu-top.gif) center top no-repeat;
    padding-top: 8px;
  }
  
    #left label
    {
      width: 60px;
    }
  
  #left h3
  {
    padding: 10px 15px 0 15px;
    margin: 0;
  }
  

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

  
  #right
  {
    float: right;
    width: 207px;
    padding-top: 89px;
    margin-right: 3px;
  }
  
  

  /* obsah stranky*/
    #content
    {
      float: right;
      width: 710px;
      padding: 0 5px;
      background: top center no-repeat;
      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
  {
    position: absolute;
    top: 45px;
    background: none;
    list-style-type: none;
    margin: 0 0 0 270px;
    padding: 0;
    font-size: 1.2em;
  }    

  #menu li
  {
    float: left;
    margin: 0;
    padding: 0;
  }

    
    #menu li a
    {
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 20px;
      font-weight: normal;
      color: #333;
      padding: 0 10px 0 20px;
      background: url(../images/mainmenu-item.gif) 0px 5px no-repeat;
    }




    #menu li a.active
    {
      
      font-weight: bold;
    }  

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



  /* konec: menu */  

  
  
  

  /* paticka */
    #footer
    {
      height: 20px;   
      width: 975px;
      padding-top: 80px;
      overflow: hidden;
      margin: -100px auto 0 auto;
      background: url(../images/footer.gif) top left no-repeat;  
    }    

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    top: 0;
    margin: 0;
    width: 260px;
    height: 100px;
  }


  
  #texture-select
  {
    position: absolute;
    top: 5px;
    margin: 0 0 0 500px;
    width: 100px;
    height: 25px;
  }
  
    #texture-select a
    {
      display: block;
      float: left;
      width: 20px;
      height: 20px;
      background-position: top-left;
      border: 2px solid #fab815;
      margin: 0 2px;
    }
    
  
  #search
  {
    position: absolute;
    top: 0px;
    margin: 0 0 0 600px;
    width: 360px;
    height: 25px;
  }
  

  
/* 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
  {
    text-align: center;
    margin: 15px auto;
  }     

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

  .paging span
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    
    color: #555;
    border: 2px solid #a7d434;
    text-decoration: none;
    padding: 2px 5px;
  }     
  


/* 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;
  }

#actions-preview div.actions-middle
{
  padding: 5px 10px 0 10px;
  background: url(../images/right-box-actions.jpg) top left repeat-y;
}

#actions-preview .img
{
  float: left;
  margin-right: 10px;
}





/* fotogalerie */

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

.gallery-item img
{
  float: left;
}

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



/* leve menu */
#user-menu-header
{
  background: #c9dc50;
  font-weight: bold;
  padding: 0 20px;
}

#user-menu
{
  width: 210px;
  margin: 0;
  padding: 3px 10px 10px 10px;
  list-style-type: none;
  background: #c9dc50 url(../images/user-menu-bottom.gif) center bottom no-repeat;
  border-bottom: 10px solid #fff;
}

  #user-menu li
  {
    padding: 0;
    margin: 0;
    width: 210px;
    line-height: 23px;
    overflow: hidden;
    list-style-type: none;
    background: url(../images/menu-item2.gif) 5px 8px no-repeat;
  }
  
    #user-menu li a
    {
      display: block;
      width: 190px;
      line-height: 25px;
      overflow: hidden;
      padding: 0 0 0 25px;
      margin: 0;
      color: #555;
      font-weight: bold;
      text-decoration: none;
    }

    #user-menu li a:hover
    {
      text-decoration: underline;
    }


#user-menu-2
{
    padding: 0;
    margin: 0;
}

  #user-menu-2 li
  {
    padding: 0;
    margin: 0;
    line-height: 23px;
    overflow: hidden;
    list-style-type: none;
    background: url(../images/menu-item2.gif) 5px 8px no-repeat;
  }
  
    #user-menu-2 li a
    {
      display: block;
      width: 190px;
      line-height: 25px;
      overflow: hidden;
      padding: 0 0 0 25px;
      margin: 0;
      color: #555;
      font-weight: bold;
      text-decoration: none;
    }

    #user-menu-2 li a:hover
    {
      text-decoration: underline;
    }

#user-menu label
{
  font-weight: bold;
}

#user-menu input
{
  width: 130px;
  background: #fff;
  height: 20px;
  margin: 0;
  padding: 0 5px;
  border: 3px solid #fab815;
}

#user-menu input.button
{
  width: 100px;
  background: #ffe5a6;
  height: 30px;
  padding: 0 5px;
  border: 3px solid #fab815;
}



/* hlavni menu */

#spec-menu
{
  width: 230px;
  margin: 0;
  padding: 0 0 30px 0;
  list-style-type: none;
  background: #c9dc50 url(../images/menu-separator-1.jpg) center bottom no-repeat;
}

  #spec-menu li
  {
    padding: 0 10px;
    margin: 0;
    width: 210px;
    line-height: 23px;
    overflow: hidden;
    list-style-type: none;
  }

  #spec-menu li.first
  {
    padding: 30px 10px 0 10px;
    background: #c9dc50 url(../images/menu-separator-2.jpg) left top no-repeat;
  }
  
    #spec-menu li a
    {
      display: block;
      width: 190px;
      line-height: 25px;
      overflow: hidden;
      padding: 0 0 0 25px;
      margin: 0;
      color: #555;
      font-weight: bold;
      text-decoration: none;
      background: url(../images/menu-item2.gif) 5px 8px no-repeat;
    }

    #spec-menu li a:hover
    {
      text-decoration: underline;
    }

#spec-menu label
{
  font-weight: bold;
}

#spec-menu input
{
  width: 130px;
  background: #fff;
  height: 20px;
  margin: 0;
  padding: 0 5px;
  border: 3px solid #fab815;
}

#spec-menu input.button
{
  width: 100px;
  background: #ffe5a6;
  height: 30px;
  padding: 0 5px;
  border: 3px solid #fab815;
}










/* seznam sekci */

#sections-list
{
  width: 230px;
  background: #ffe97a url(../images/section-menu-top.gif) center top no-repeat;
}

#sections-list ul
{
  width: 210px;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background: #ffe97a;
}


  #sections-list ul li
  {
    padding: 0;
    margin: 0;
    width: 210px;
    line-height: 23px;
    overflow: hidden;
    list-style-type: none;
    background: url(../images/menu-item.gif) 5px 8px no-repeat;
  }
  
    #sections-list ul li a
    {
      display: block;
      width: 190px;
      line-height: 25px;
      overflow: hidden;
      padding: 0 0 0 25px;
      margin: 0;
      color: #555;
      font-weight: bold;
      text-decoration: none;
    }

    #sections-list ul li a:hover
    {
      text-decoration: underline;
    }
  
  #sections-list ul li ul
  {
    padding: 0;
    margin: 0 0 10px 0;
    width: 210px;
    line-height: 25px;
    list-style-type: none;
  }
  
  
    #sections-list ul li ul li a
    {
      line-height: 20px;
      width: 170px;
      padding: 0 0 0 45px;
      font-weight: bold;
    }

      #sections-list ul li ul li
      {
        line-height: 20px;
        background: url(../images/submenu-item.gif) 30px 7px no-repeat;
      }

      #sections-list ul li ul li ul li a
      {
        height: 20px;
        line-height: 20px;
        width: 150px;
        padding: 0 10px 0 50px;
        background: #fff url(../images/menu-3.gif) 35px 5px no-repeat;
        color: #000;
        font-weight: normal;
      }    
      
      
      
/* kosik */
#basket-compact
{
  height: 35px;
  position: absolute;
  top: 130px;
  margin-left: 540px;
  width: 360px;
  font-size: .9em;
  padding-right: 50px;
  background: url(../images/basket.gif) right center no-repeat;
  color: #000;
  text-align: right;
}      



#basket-detail
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
}

#basket-detail-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

#basket-detail-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) bottom left no-repeat;
}


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


  #basket-table th
  {
    background: #a9e24f;
    font-weight: bold;
    color: #555;
  }





/* katalog */

.catalog-list-item
{
  float: left;
  margin: 0 20px 20px 0;
  width: 125px;
  height: 125px;
  padding: 14px;
  background: url(../images/image-frame.gif) top left no-repeat;
}

  .catalog-list-item .seller
  {
    text-align: center;
    display: block;
    width: 125px;
    height: 20px;
    margin: 15px 0;
  }

  .catalog-list-item .sold
  {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 45px 0 0 -20px;
    background: url(../images/sold.png) center center no-repeat;
    _background: url(../images/sold.gif) center center no-repeat;
  }

.catalog-list-item .img
{
  display: block;
  width: 125px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
}

.catalog-list-item-small
{
  float: left;
  display: block;
  width: 55px;
  height: 55px;
  padding: 5px;
  margin: 6px;
  background: url(../images/small-frame.gif) top left no-repeat;
}

.catalog-list-item-small a
{
  display: block;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-repeat: no-repeat;
}

  
  
  
  
  
  

/* 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
{
  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 */

fieldset.registration
{
  padding: 5px 10px;
  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
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
}

#catalog-item-detail-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

#catalog-item-detail-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) bottom left no-repeat;
}


#catalog-item-detail img
{
  float: left;
}

#catalog-item-detail-text-top
{
  background: url(../images/detail-text-top.gif) top left no-repeat;
}


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

#catalog-item-detail-text-middle
{
  float: right;
  width: 238px;
  background: #ffe97a; 
  padding: 10px;
}


#catalog-item-detail-text-bottom
{
  background: url(../images/detail-text-top.gif) top left no-repeat;
}


#more-articles
{
  margin: 20px 0;
}

#catalog-item-detail .frame
{
  display: block;
  float: left;
  width: 125px;
  height: 125px;
  padding: 15px;
  background: url(../images/image-frame.gif) top left no-repeat;
}

#catalog-item-detail .frame a
{
  display: block;
  width: 125px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
}


#catalog-item-detail .small-frame
{
  float: left;
  display: block;
  width: 55px;
  height: 55px;
  padding: 5px;
  margin: 6px 4px;
  background: url(../images/small-frame.gif) top left no-repeat;
}

#catalog-item-detail .small-frame a
{
  display: block;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-repeat: no-repeat;
}


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

#catalog-item-detail div.attr
{
  width: 240px;
}

#catalog-item-detail div.label
{
  font-weight: bold;
  display: block;
  width: 100px;
  float: left;
}

#catalog-item-detail div.value
{
  display: block;
  width: 130px;
  float: right;
}

#detail-price
{
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
}

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

#catalog-item-detail-images
{
  width: 380px;
  overflow: hidden;
}

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




/* komentare k vyrobku */

#artcile-detail-my-comment
{
  float: right;
  width: 300px;
  padding-right: 10px;
}





#article-comments-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

#article-comments-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) bottom left no-repeat;
}


#article-comments
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
  height: 250px;
}

#artcile-detail-my-comment .textarea
{
  width: 300px;
  height: 100px;
}

#article-comments-list
{
  font-size: .9em;
  float: left;
  width: 320px;
  height: 250px;
  overflow: auto;
}

.article-comment
{
  margin-bottom: 10px;
}















#filter-enter
{
  display: block;
  width: 130px;
  height: 35px;
  position: absolute;
  top: 175px;
  margin: 0 0 0 620px;
  overflow: hidden;
}



/* filtr */
#filter
{
  background: #f3c8a8 url(../images/basket-right.gif) bottom left repeat-x;
  padding: 10px;
}



/* vupis objednavek */

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

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

  th
  {
    background: #a9e24f;
    font-weight: bold;
    color: #555;
  }


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

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


/* administrace */










.admin-image
{
  display: block;
  width: 55px;
  height: 55px;
  padding: 5px;
  background: url(../images/small-frame.gif) top left no-repeat;
}

.admin-image a
{
  display: block;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-repeat: no-repeat;

}

.admin-detail
{
}

.admin-detail h2
{
  margin: 0;
  background: #0A5687;
  text-align: center;
  padding: 10px 0;
}



.admin-detail-item
{
  clear: both;
  padding: 5px 0;
  padding: 5px;
   
  
}

.admin-detail-item .admin-detail-label
{
  display: block;
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  line-height: 20px;
}

.admin-detail-item .admin-detail-value
{
  display: block;
  width: 460px;
  float: right;
  text-align: left;
  padding-right: 10px;
  line-height: 20px;
}

td.admin-icons
{
  width: 70px;
}

.admin-icons a, .tree-admin-icon
{
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 1px;
}

.admin-icons a.button
{
  width: 141px;
  height: 31px;
  margin: 2px 0;
}

.tree-admin-icon
{
  float: right;
}

.admin-icon-edit
{
  background: url(../images/edit.gif) no-repeat;
}

.admin-icon-delete
{
  background: url(../images/delete.gif) no-repeat;
}

.admin-icon-back
{
  background: url(../images/back.gif) no-repeat;
}

.admin-icon-deactive
{
  background: url(../images/deactive.gif) no-repeat;
}

.admin-icon-active
{
  background: url(../images/active.gif) no-repeat;
}

.admin-icon-new
{
  background: url(../images/new.gif) no-repeat;
}

.admin-icon-home
{
  background: url(../images/home.gif) no-repeat;
}

.admin-icon-home-inactive
{
  background: url(../images/home-inactive.gif) no-repeat;
}

.admin-icon-up
{
  background: url(../images/up.gif) no-repeat;
}

.admin-icon-down
{
  background: url(../images/down.gif) no-repeat;
}

.admin-icon-folder
{
  background: url(../images/folder.gif) no-repeat;
}



.admin-icon-folder-inactive
{
  background: url(../images/folder-inactive.gif) no-repeat;
}


.selectbox-value
{
  cursor: pointer;
}

.multireference-selectbox
{
  position: absolute;
  width: 400px;
  height: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  overflow: auto;
  text-align: left;
  top: 0;
  left: 0;
}

.selected
{
  background: #36a;
  color: #fff;
}


.multireference-list
{
  padding: 20px;
  background: #ccc;
  border: 2px solid #aaa;
}

.curtain
{
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/admin/curtain.png) top left repeat;
}



.values-list
{
  width: 400px;
  padding-left: 160px;
  color: #000;
}

  .values-list div
  {
    padding: 5px 20px 5px 5px;
    float: left;
    background: #f9e2aa;
    border: 3px solid #fab815;
    margin: 5px 5px 0 0;
  }
  
  .values-list div span
  {
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
    margin-top: -5px;
    font-weight: bold;
    color: #555;
  }  


.admin
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
}

.admin-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

.admin-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) top left no-repeat;
}


.admin-help
{
  position: absolute;
  visibility: hidden;
  background: #FFE8C1;
  border: 2px solid #000;
  font-weight: bold;
  padding: 10px;
  margin-left: 180px;
  overflow: hidden;
}
  
  .question
  {
    font-weight: bold;
    font-size: 1.3em;
    color: #c40;
  }   
  
  
#docs-list div
{
  float: left;
  width: 100px;
  height: 180px;
  border: 3px solid #fab815;
  text-align: center;
  margin: 2px;
  padding: 5px;
}






/* vypis prodavajicich */

#sellers-list div.seller
{
  float: left;
  margin: 0 20px 20px 0;
  width: 125px;
  height: 165px;
  padding: 14px;
  text-align: center;
  background: url(../images/image-frame.gif) top left no-repeat;
}

#sellers-list div.seller a.nick
{
  display: block;
  margin-top: 15px;
  height: 20px;
  width: 125px;
  overflow: hidden;
  color: #555;
  text-decoration: none;
  padding-right: 15px;
}

#sellers-list div.seller a.nick:hover
{
  text-decoration: underline;
}


#sellers-list div.seller a.img
{
  display: block;
  width: 125px;
  height: 125px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
}


#sellers-list span.offline
{
  padding-left: 15px;
  background: url(../images/offline.gif) top left no-repeat;
}

#sellers-list span.online
{
  padding-left: 15px;
  background: url(../images/online.gif) top left no-repeat;
}


#user-profile
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
}

#user-profile-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

#user-profile-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) bottom left no-repeat;
}

#avatar
{
  float: left;
  margin: 0 20px 20px 0;
  width: 125px;
  height: 125px;
  padding: 14px;
  background: url(../images/image-frame.gif) top left no-repeat;
}

#avatar .img
{
  display: block;
  width: 125px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
}
  


/* hodnoceni uzivatele */

#user-detail-my-comment
{
  float: right;
  width: 300px;
  padding-right: 10px;
}

#user-comments-top
{
  height: 20px;
  background: url(../images/article-detail-top.gif) top left no-repeat;
}

#user-comments-bottom
{
  height: 20px;
  background: url(../images/article-detail-bottom.gif) bottom left no-repeat;
}


#user-comments
{
  width: 655px;
  padding: 0 20px;
  background: url(../images/article-detail.gif) top left repeat-y;
  height: 160px;
}

#user-detail-my-comment .textarea
{
  width: 300px;
  height: 100px;
}

#user-comments-list
{
  font-size: .9em;
  float: left;
  width: 320px;
  height: 160px;
  overflow: auto;
}

.user-comment
{
  margin-bottom: 10px;
}
  
  
/* posta */

.mail
{
  margin-bottom: 10px;
  background: #ffe97a;
  padding: 10px 15px;
  border: 2px solid #a7d434;
}

.read
{
  background: #fcf1bc;
  color: #888;
  border: 2px solid #ceee7d;
}

.read a
{
  color: #c18c84;
}

.mail-header
{
  font-style: italic;
  margin-bottom: 5px;
}

.mail-footer
{
  margin-top: 5px;
  font-size: .8em;
}

#content .content-menu
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 30px;
  float: right;
  margin-right: 20px;
}

  #content .content-menu li
  {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
  }
  
    #content .content-menu li a
    {
      padding: 0 10px;
      border-right: 1px solid #ba3926;
      float: left;
    }
    
    
#mail-notifier
{
  background: #c9dc50;
  padding: 5px 10px;
}


#mail-filter
{
  awidth: 250px;
}

#mail-filter label
{
  width: auto;
  padding-right: 10px;
}

#mail-filter input, #mail-filter .select
{
  background: none;
  border: 2px solid #ffb603;
  padding: 0;
  width: 70px;
  height: 15px;
}

#mail-filter .select
{
  height: 20px;
  width: 100px;
}

#mail-filter input.button
{
  height: 18px;
  width: 80px;
  font-size: 10px;
}

#mail-filter .input
{
  float: left;
  width: auto;
  padding-right: 20px;
}


#mail-filter div.clear_both
{
  clear: none;
}

/* faktury */

#facture
{
  text-align: left;
  border: 2px solid #000;
  background: #fff;
}

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

#facture table
{
  width: 630px;
  
}

#facture table th
{
  background: #fff;
}

#login-form input, #login-form input.button
{
  border: 2px solid #fab815;
}


/* hodnoceni */
#rank
{
  width: 90px;
  height: 18px;
  background: url(../images/star-empty.gif) top left repeat-x;
}    


#inner-rank
{
  position: absolute;
  height: 18px;
  background: url(../images/star-full.gif) top left repeat-x;
}

#rank-as
{
  position: absolute;
  width: 90px;
  height: 18px;
}


#rank a
{
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  
}

#rank a:hover
{
  width: 16px;
  height: 16px;
  border: 1px solid #f00;
}


#users-summary
{
  padding: 10px 15px;
  font-weight: bold;
  font-size: .9em;
}


.contact-delete
{
  position: absolute; 
  margin: -20px 0 0 -10px; 
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../images/recycle.gif) top left no-repeat;
}

.ibox-delete
{
  margin: 10px 0 0 0; 
  display: block;
  height: 16px;
  width: 125px;
  text-align: center;
  overflow: hidden;
}


/* kalendar */
#time_select
{
  position: absolute;
  top: 0;
  color: #222;
  background: #fafaff;
  font-size: 1.2em;
  width: 220px;
  height: 255px;
  padding: 10px;
  margin-left: 0;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #666;
}

  #time_select a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #time_select a:hover
  {
    text-decoration: underline; 
  }  
  

#cal_tab
{
  width: 200px;
  padding: 10px;
}

#calendar_table
{
  text-align: center;
  width: 200px;
  height: 140px; 
  border-left: 2px solid #800;
  border-top: 2px solid #800;
  border-bottom: 1px solid #800;
  border-right: 1px solid #800;
}


#content #calendar_table th       
{
  border-right: 1px solid #999;
  border-bottom: 2px solid #999;
  background: #0A5687;
  color: #fff;
  padding: 0 5px;
  height: 20px;
  width: 40px;
  font-size: .8em;
  overflow: hidden;
}


#content #calendar_table td
{
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 20px;
  line-height: 20px;
  width: 50px;
  background: #fff;
  overflow: hidden;

}



#calendar_table td.weekend
{
  background: #f0f0f0;
}

#calendar_table td.today
{
  background: #79c1f5;
  color: #fff;
}


  #calendar_table a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #calendar_table a:hover
  {
    text-decoration: underline; 
  }  


#month_year_select
{
  padding-left: 15px;
}

#month_year_select span
{
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  float: left;
}

#month_year_select span.month_select
{
  width: 100px;
}

#month_year_select span.year_select
{
  width: 50px;
}

#month_year_select span.right_arrow
{
  width: 25px;
  background: url(../images/cal-arrow-right.jpg) center no-repeat;
}
  
#month_year_select span.left_arrow
{
  width: 25px;
  background: url(../images/cal-arrow-left.jpg) right center no-repeat;
}

#month_year_select span.left_long_arrow
{
  width: 40px;
  background: url(../images/cal-long-arrow-left.jpg) center no-repeat;
}


#month_year_select span.right_long_arrow
{
  width: 40px;
  background: url(../images/cal-long-arrow-right.jpg) center no-repeat;
}




#nameday
{
  position: absolute;
  top: 130px;
  margin-left: 30px;
}



/* informacni bublina */

#bubble
{
  position: absolute;
  background: #FFE8C1;
  border: 2px solid #000;
	top: 0;
	left: 0;
	display: none;
	padding: 10px;
	color: #000;
	font-weight: bold;
}


/* kalendar udalosti */

#calendar
{
  margin: 0; 
  margin-left: 10px;
}

  
  
  #calendar th, #calendar td
  {
    text-align: center;
    height: 40px;
    padding: 0;
    font-weight: bold;
    text-align:left; 
    border: 1px solid #fff;
    background: #ffe97a;
  }


  #calendar th
  {
    background: #228490;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #a23806;
  }
  
  #calendar td
  {
    vertical-align: top;
    padding: 5px;
    font-size: .9em;
    width: 75px;
  }


	
	#calendar td a
	{
			display: block;
		overflow: hidden;
		text-decoration: none;
		padding: 5px;
    font-size: 1.1em;
    width: 75px;
        overflow: hidden;

	}
	  
	#calendar td a:hover
	{
		text-decoration: underline;
	}
	  
  #calendar th a
	{
		display: block;
		overflow: hidden;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		font-size: 1.4em;
	}  
	
	#calendar td a:hover
	{
		text-decoration: none;
		background: #f7ba14;
  }
  
   #calendar td.day-highlited
   {
    color: #666;
    background: #c9dc50;
   }

   #calendar td.day-highlited:hover
   {
    color: #666;
    background: #f7ba14;
   }

   #calendar td.day-highlited a
   {
    color: #666;
   }


div.important
{
  background: #c00;
  color: #fff;
  width: 480px;
  margin-left: 160px;
  font-weight: bold;
}

div.important span
{
  text-decoration: blink;
}


span.important
{
  text-decoration: blink;
  color: #c00;
  font-weight: bold;
}



/* ivyloha */
#window-form
{
  width: 340px;
}

#window-form .input
{
  background: #ffe97a;
  padding: 5px 10px;
  margin: 1px;
  width: 280px;
}

#window-form label
{
  float: right;
  width: 240px;
}

#window-form input
{
  float: left;
}


a.sort-up
{
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	background: url(../images/arrow-up.gif) center center no-repeat;
	margin-right: 2px;
}

a.sort-down
{
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	background: url(../images/arrow-down.gif) center center no-repeat;
	margin-right: 5px;
}

.sort-span
{
	display: block;
	height: 20px;
	float: left;
	margin-right: 5px;
}


.request
{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}


p.rules
{
  font-weight: bold;
  text-align: left !important;
}


input.href
{
  border: none;
  cursor: pointer;
  color: #a00;
  font-weight: normal;
  display: inline;
  text-decoration: underline;
  line-height: 15px;
  border: none;
  background: none;
  height: auto;
  width: auto;
}



/* kalkulator ceske posty */
#post-calculator
{
  width: 680px;
  height: 800px;
  border: none;
  overflow: hidden;
  font-size: 5px;
}



