html
{
  background: #fff url(../images/background-1.jpg) top left repeat;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 75%/1.6 verdana, arial; 
  position: relative;
  text-align: center;
  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 */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
  }

  
  h1
  {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 1.5em;
    font-weight: normal;
    color: #000;
  }

  h2
  {
    font-size: 1.6em;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
  }

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


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #6495B4;
    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;
  }




.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;
  border: none;
  background: url(../images/button.gif) center center no-repeat;
}

  
/* konec: obecne tridy */    



/* formulare */

input, .select, .textarea
{
  display: none;
}




  #page
  {
    width: 700px;
    padding: 0 13px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
  }


  /* hlavicka */

  #header
  {
    background: #fff;
  }   

  /* konec: hlavicka */
  



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

  #left
  {
    display: none;
  }
  
    #left label
    {
      width: 60px;
    }
    
    #left input 
    {
      width: 120px;
    }
  
  

  #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;
      margin: 10px 0 0 0; 
      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 */
  #menu
  {
    display: none;
  }    

  /* konec: menu */  
 



  /* konec: menu */  

  
  
  

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

  /* konec: paticka */
  
  



  
/* pozice na webu */
#web-position
{
  display: none;
}



  
  
  
  
/* strankovani */

   .paging
  {
    display: none;
  }     

  


/* filtrovaci formular vpravo */






  





/* seznam sekci */

#sections-list
{
  display: none;
}

      
      
      
/* kosik */
#basket-compact
{
  display: none;
}      



#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 .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.label
{
  font-weight: bold;
  display: block;
  width: 80px;
  float: left;
}

#catalog-item-detail div.value
{
  display: block;
  width: 150px;
  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: 160px;
}

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

#article-comments-list
{
  font-size: .9em;
  float: left;
  width: 320px;
  height: 160px;
  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: 330px;
  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;
}


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

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




#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
{
  padding: 0 10px;
}



/* faktury */

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

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

#card-menu
{
  display: none;
}

#nameday
{
  display: none;
}    