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

#site{
  background: #fff url('../img/site.gif') repeat-y;
  margin: auto;
  width: 942px;
}

h1{
  color: #000;
  height: 95px;
    width: 191px;
  float: left;
  font-size: 1.5em;
  top: 0px;
  left: 15px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

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

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

h2, h3, h4{
  /*background: url('../img/heading.gif') no-repeat 0 0.3em;*/
  clear: both;
	color: #6BAE1E;
  /*padding: 0 0 0 18px;*/
  margin: 0 0 0.2em 0;
}

h2{
	font-size: 1.3em;
}

h3{
  font-size: 1.1em;
}

a{
  background: #fff;
	color: #0069da;
}

a:visited{
}

a:hover{
	color: #6bae1e;
}

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

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: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px dashed #BCBEC0;
  clear: both;
}

table{
  /*background: #ffffff;*/
  border-collapse: collapse;
  margin-bottom: 1em;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #69ad1c;
}

th{
  background: #6CB01F url('../img/navbar-button.gif') repeat-x;
  color: #fff;
}

#header{
  /*background: #231F20 url("../img/header.jpg") no-repeat 0px 60px;*/
  height: 95px;
  position: relative;
}

#header h2{
  color: #fff;
  font-weight: normal;
  font-size: 1.1em;
  position: absolute;
  top: 30px;
  left: 165px;
}

#navbar{
  background: #88ce38 url("../img/navbar.gif") no-repeat;
  clear: both;
  text-transform: lowercase;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
    left: 215px;
  width: 714px;
    height: 27px;
}

#navbar ul{
  text-transform: lowercase;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

#navbar li{
  float: left;
}

#navbar li a, #navbar li strong{
  background: none;
  border-left: 1px solid #D7ECC0;
  border-right: 1px solid #6CB01F;
  color: #FFF;
  display: block;
  line-height: 27px;
  padding: 0px 14px 0px 19px;
  text-align: center;
  text-decoration: none;

}

#navbar li strong{
  background: #6CB01F url('../img/navbar-button.gif') repeat-x;
  font-weight: normal;
}

#navbar li a:hover, #navbar li a:focus{
  background: #6CB01F url('../img/navbar-button.gif') repeat-x;
} 

#left-block{
  float:left;
  position: relative;
  width: 730px;
}

#main-content{
  background: url('../img/main.jpg') no-repeat 94px 0;
  float: right;
  margin-top: -58px;
  margin-bottom: -110px;
  padding-top: 110px;
  padding-left: 20px;
  position: relative;
  width: 500px;
}

#sidebar-left{
  background: url("../img/sidebar-top.gif") no-repeat 15px 0;
  width: 191px;
  padding-left: 15px;
  padding-top: 35px;
  overflow: hidden;
}

#sidebar-right{
  border-left: 1px dashed #bababa;
  float: right;
  width: 185px;
  padding-left: 7px;
  padding-right: 15px;
  overflow: hidden;
  margin-top: -40px;
}

#sidebar-left ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-left ul li{
  background: url("../img/button-arrow.gif") no-repeat 5px 50%;
  padding: 0.3em 0 0.3em 23px;
}

#categories{
  background: #e9e9e9 url("../img/sidebar.gif") repeat-y;
}

#categories ul{
  background: url("../img/sidebar-bottom.gif") no-repeat 0% 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 7px; 
  padding-bottom: 10px;
}

#categories ul li{
  background: none;
  padding: 0;
}


#categories ul ul{
  background: none;
  font-size: 0.9em;
  padding: 0; 
}

#categories ul ul li a, #categories ul ul li strong{
  background: #ddd url("../img/button-arrow.gif") no-repeat 23px 50%;
  padding: 0.2em 0.5em 0.2em 40px;
}

#categories ul li a, #categories ul li strong{
  background: url("../img/button-arrow.gif") no-repeat 7px 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c3c3c3;
  color: #000;
  display: block;
  padding: 0.5em 0.5em 0.5em 24px;
  text-decoration: none;
  height: 100%;
}

#categories ul li a:hover, #categories ul li a:focus, #categories ul li a:active {
  background-color: #fff;
}

#sidebar-left .tip-of-day{
  height: auto;
  padding: 1em 25px 0 25px;
}

#sidebar-left .tip-of-day .price{
  position: static;
}

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

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

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

.error{
  color: #f00;
  font-weight: bold;
}

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

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

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

.product, .tip-of-day{
  float: left;
  margin-bottom: 1.5em;
  padding: 1em 15px 5.2em 15px;
  position: relative;
  width: 135px;
    min-height: 27em;
}

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

.product h3 a, .tip-of-day h3 a{
  background: url("../img/product-title.gif") no-repeat;
  color: #fff;
  display: block;
  font-size: 0.8em;
  height: 44px;
  line-height: 1.2em;
  overflow: hidden;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
}

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

.product p{
  padding: 0;
}

.product .preview{
   height: 180px;
}

.product img, .tip-of-day img{
  display: block;
  margin: auto;
  padding: 0;
  max-height: 180px;
  max-width: 135px;
}

.product form{
  position: absolute;
    bottom: 33px;
    left: 27px;
}

.product form p{
  padding: 0;
}

.product .count{
  width: 3em;
}

.product .price, .tip-of-day .price{
  color: #fff;
  background: url("../img/price-background.gif") no-repeat;
  height: 27px;
  font-weight: bold;
  padding: 3px 0 0 0;
  text-align: center;
  position: absolute;
    bottom: 0;
  width: 135px;
}

.product-detail .image img{
  border: 3px double #88ce38;
  display: block;
  margin: auto;
  padding: 3px;
}

#info{
  padding: 0.5em;
}

#footer{
  background: url("../img/footer.jpg") no-repeat 0% 100%;
	font-size: 0.9em;
  clear: both;
  padding: 120px 0 16px 0;
  width: 100%;
}

#footer a {
  background: none;
  color: #FFF;
}

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

#footer p{
  display: inline;
	margin: 0;
	padding: 0;
	 padding-left: 20px;
}

#footer span{
  font-weight: bold;
}

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

.two-products-box{
  clear: both;
  padding-top: 10px;
}
.product-box-odd{
  float: left;
  width: 48%;
}
.product-box-even{
  float: right;
  width: 48%;
}
.product-box h3 a{
  background: #88CE38;
  color: #fff;
  display: block;
  height: 3em;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  padding: 4px;
}
.product-box-image{
  text-align: center;
  height: 145px;
  overflow: hidden;
}
