body{
  background: #4b4840 url('../img/background.gif') repeat-x 50% -25px;
  color: #fff;
	font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
h1{
  color: #000;
  height: 100px;
    width: 210px;
  float: right;
  font-size: 1.5em;
  top: 0px;
  right: 145px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  color: #fff;
  display: block;
  height: 100px;
    width: 210px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.gif');
  display: block;
  height: 100px;
    width: 210px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3{
  clear: left;
	color: #fff;
  margin: 0;
  padding: 0 0 0.4em 0;
}

h2{
	font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

a{
  color: #4a483f;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0 0.7em 0.7em 0.7em;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

img.tiny-align-left{
  clear: left;
  float: left;
}

img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: disc;
}

hr{
  color: #CFCCC2;
  height: 1px;
  border: none;
  border-top: 1px solid #797569;
  clear: both;
}

hr.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
}

table{
  margin-bottom: 1em;
  border-collapse: collapse;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #848071;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #969281;
}

th{
  background: #6B685C;
  color: #fff;
}

th a{
  color: #000;
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/
#site{
  margin: auto;
  width: 984px;
}

/*-------header-------*/
#header{
  background: #000 url('../img/header.jpg') no-repeat 0 -25px;
  height: 260px;
  position: relative;
}

/*-------navbar------*/
#navbar{
  background: url('../img/navbar.jpg') no-repeat;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 18px 25px 42px 25px;
  position: absolute;
  bottom: 0px;
    left: 0px;
  width: 934px;
}

#navbar ul{
  border-left: 2px solid #3c201f;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar li{
  float: left;
}

#navbar li a, #navbar li strong{
  border-left: 1px solid #601713;
  border-right: 1px solid #3c201f;
  color: #fff;
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 44px;
  padding: 0px 4px 0px 4px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
  background: #8B2928 url('../img/navbar-button-active.gif') repeat-x 0% 100%;
  color: #fff;
}

#navbar li a:hover, #navbar li a:focus{
  color: #CFA8A8;
}

/*-------sidebar-------*/
#sidebar-right{
  float: right;
  width: 234px;
  overflow: hidden;
}

#sidebar-right h2, #sidebar-right h3{
  font-size: 1.3em;
}

#sidebar-right h3{
  font-size: 1.2em;
}

#sidebar-right h4{
  font-size: 1.0em;
}

#sidebar-content{
  background: #969281 url('../img/sidebar-content.gif') repeat-y;
}

#sidebar-content-top{
  background: url('../img/sidebar-content-top.gif') no-repeat;
}

#sidebar-content-bottom{
  background: url('../img/sidebar-content-bottom.gif') no-repeat 0% 100%;
  padding: 30px 30px 30px 30px;
}

#sidebar-menu{
  background: url('../img/sidebar-menu.gif') repeat-y;
}

#sidebar-menu ul{
  background: url('../img/sidebar-menu-bottom.gif') no-repeat 0% 100%;
  list-style: none;
  margin: 0;
  padding: 0 40px 40px 40px;
}

#sidebar-menu ul li{
}

#sidebar-menu ul li a, #sidebar-menu ul li strong{
  background: url('../img/categories-button.gif') no-repeat 0% 50%;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.2em 10px 0.2em 10px;
  text-decoration: none;
  height: 100%;
}

#sidebar-menu ul li a:hover, #sidebar-menu ul li a:focus, #sidebar-menu ul li a:active{
  background: url('../img/categories-button-active.gif') no-repeat 0% 50%;
}

#sidebar-menu ul li strong{
  background: url('../img/categories-button-active.gif') no-repeat 0% 50%;
  color: #dc2311;
}

#sidebar-menu ul ul{
  padding: 0;
}

#sidebar-menu ul ul li a, #sidebar-menu ul ul li strong{
  background: none;
  padding: 0.1em 10px 0.1em 25px;
}

#sidebar-menu ul ul li strong{
}

#sidebar-menu ul ul li a:hover, #sidebar-menu ul ul li a:focus, #sidebar-menu ul ul li a:active{
}

/*-------login form-------*/
#login-form{
  padding-bottom: 1em;
}

#login-form p{
  padding: 0;
}

#login-form input{
}

#login-form .button{
  width: 60px;
  padding: 0;
}

#web-login{
  width: 170px;
}

#web-password{
  width: 103px;
}

#registrace{
  font-size: 0.9em;
}

#login-box .button{
  display: block;
  text-align: center;
}
#login-form .button{
  display: inline;
}

/*------main-----*/
#main{
  background: #969281 url('../img/main-background.gif') repeat-y;
  float: left;
  position: relative;
  width: 749px;
}

#main-content{
  background: url('../img/main-bottom.gif') no-repeat 0% 100%;
  padding: 5px 40px 40px 40px;
}

/*-----category list-------*/
.two-products-box{
  padding-bottom: 3.5em;
  position: relative;
  height: 100%;
}

.product-box, .tip-of-day{
  float: left;
  overflow: hidden;
  padding: 0 4px 0 4px;
  width: 215px;

}

.product-box-even .product-box{
}

.product-box h3, .tip-of-day h3{
  padding: 0;
  margin: 0;
}

.product-box h3 a, .tip-of-day h3 a{
  background: #4b4840 url('../img/product-title.gif') no-repeat;
  color: #fff;
  display: block;
  font-size: 0.8em;
  height: 34px;
    overflow: hidden;
  padding: 0.2em 8px 0.2em 8px;
  text-align: center;
  text-decoration: none;
}

.product-box.product-damske h3 a, .tip-of-day.product-damske h3 a{
  background: #dfb5da url('../img/product-title-damske.gif') no-repeat;
  color: #4f364d;
}

.product-box.product-damske h3 a:hover, .tip-of-day.product-damske h3 a:hover{
  color: #000;
}

.product-box h3 a:hover, .tip-of-day h3 a:hover{
  color: #CFCAB5;
}

.product-box .product-box-image{
  background: #fff url('../img/image-box.gif') no-repeat;
  height: 140px;
  padding: 10px;
  margin: 5px 0 5px 0;
  position: relative;
}

.product-box .akce{
  background: url('../img/akce.gif') no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
    left: 0;
    top: 0;
}

.product-box .product-box-image img{
  display: block;
  margin: 0 auto 0 auto;
}

.product-box .price, .tip-of-day .price{
  color: #555;
  float: left;
  /*position: absolute;
    /*bottom: 4.5em;*/
  text-align: center;
}

.product-box .price strong{
  color: #7F150F;
  font-size: 1.2em;
  font-weight: bold;
}

.product-box form{
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
}

.product-box p{
  margin: 0;
  padding: 0;
}

.count{
  background:  url('../img/count.gif') no-repeat;
  border: 0;
  color: #fff;
  width: 24px;
  line-height: 22px;
  height: 16px;
  padding: 3px;
  text-align: center;
}

.add-to-cart{
  background: #4b4840 url('../img/add-to-cart.gif') no-repeat 100% 0%;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 0 25px 0 5px;
  width: 170px;

  line-height: 22px;
  height: 22px;
}

/*-------product-detail-------*/
#product-detail-image-box{
  background: #323232;
  border: 3px solid #000;
  margin: 0 0 0.7em 0;
  padding: 10px;
  text-align: center;
}

#product-detail-image-box #img-large{
  display: block;
  margin: auto;
  padding: 0;
  padding-bottom: 10px;
}

#product-detail-image-box .img-thumb{
  cursor: pointer;
  padding: 5px;
}

/*------cart-------*/
#kosik input{
  width: 3em;
}

/*--------footer--------*/
#footer{
  background: url('../img/footer.gif') no-repeat;
  color: #000;
	clear: both;
	font-size: 0.9em;
  padding: 18px 0 25px 0;
  height: 100%;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding-left: 40px;
}

#footer a{
  color: #000;
}

#footer a:hover{
  color: #aaa;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	padding-right: 40px;
}

/*------buttons------*/
.button{
  background: #ddd;
  border: 2px outset #ddd;
  border-top: 1px outset #ddd;
  border-left: 1px outset #ddd;
  color: #000;
  text-decoration: none;
  padding: 0.2em;
  white-space: nowrap;
}

.button:hover{
  background: #ddd;
  border: 2px inset #ddd;
  border-bottom: 1px inset #ddd;
  border-right: 1px inset #ddd;
  color: #000;
}

/*------messages-----*/
.error{
  color: #7F150F;
  font-weight: bold;
}

/*------listing------*/
.back{
  text-align: right;
}

.back a{
  background: url('../img/arrow-left-hover.gif') no-repeat 0 70%;
  padding-left: 13px;
}

.back a:hover{
  background: url('../img/arrow-left.gif') no-repeat 0 70%;
}

#prev-next{
  clear: both;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

#vybrana-stranka{
  font-weight: bold;
}

#listovani{
  clear: both;
  font-size: 1.2em;
}

/*------short-contact----*/
#short-contact img{
  padding: 0;
}

/*------other-----*/

code{
  background: #ffd;
  border: 1px solid #4b4840;
  color: #383630;
  display: block;
  font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
  font-size: 0.85em;
}

#facebook img{
  margin: 0;
  padding: 0;
}

p.prodej-ukoncen{
  border: 3px solid #bbb;
  background: #ddd;
  margin-bottom: 10px;
  padding: 7px; 
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}
