body{
  background: #747474 url('../img/background.gif') repeat-y 50% 0%;
  color: #4F2B00;
  font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
h1{
  color: #000;
  height: 60px;
    width: 160px;
  float: left;
  font-size: 1.5em;
  top: 25px;
  left: 50px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  display: block;
  height: 60px;
    width: 160px;
  text-decoration: none;
}

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

h2, h3, h4{
  border-bottom: 3px solid #909090;
  clear: left;
  color: #E84300;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
}

h2{
	font-size: 1.35em;
}

h3{
	font-size: 1.2em;
}

h4{
  border: none;
  color: #575757;
	font-size: 1.05em;
  margin: 0;
  padding: 0 0 0.5em 0;
}

a{
  color: #0090d2;
}

a:visited{
  color: #006d9f;
}

a:hover{
  color: #c94410;
}

img{
  border: 0;
  margin: 0 0.3em 0.5em 0.3em;
}

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

img.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: square;
}

hr{
  color: #909090;
  height: 3px;
  border: none;
  border-top: 3px solid #909090;
  clear: both;
}

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

table{
  margin-bottom: 1em;
}

caption{
  color: #000;
  font-weight: bold;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  border: 1px solid #909090;
  background: #fff;
  color: #000;
  font-size: 0.9em;
  padding: 0em 0.3em 0em 0.3em;
}

th{
  background: #0091D5;
  border: 1px solid #0091D5;
  color: #fff;
}

/*-------site-------*/
#site{
  background: #fff url('../img/sidebar.gif') no-repeat 0px 98px;
  color: #575757;
  margin: auto;
  width: 1000px;
}

#site-content{
  padding: 10px 30px 30px 30px;
}

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

/*--------leng--------*/
#lang{
  position: absolute;
  top: 5px;
  right: 5px;
}

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

#lang ul li{
  float: left;
}

#lang ul img{
  margin: 0 0 -3px 0;
  padding: 0px 5px 0 10px;
}

/*-------navbar------*/
#navbar{
  position: absolute;
    left: 220px;
    bottom: 16px;
}

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

#navbar ul li{
  float: left;
}

#navbar ul li a, #navbar ul li strong{
  background: #0080bc url('../img/navbar-button.gif') no-repeat 100% 0%;
  padding-right: 10px;
  color: #fff;
  display: block;  
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 12px;
  text-decoration: none;
  padding: 20px 30px 20px 30px;
  position: relative;
}

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

#navbar ul li a:hover{
  color: #fff;
  background: #E74401 url('../img/navbar-button-active.gif') no-repeat 100% 0%;
}

/*-------sidebar-------*/
#sidebar-left{
  float: left;
  width: 190px;
  padding: 0 0px 20px 0px;
  position: relative;
  overflow: hidden;
}

#categories{
  padding-bottom: 20px;
}

#categories ul{
  border-bottom: 3px solid #FF5700;
  border-top: 3px solid #FF5700;
  list-style: none;
  margin: 0;
  padding: 0 0 1px 0;
  position: relative;
}

#categories ul li{
  margin: 0;
  padding: 1px 0 0 0;
}

#categories ul li a, #categories ul li strong{
  background: #0080bc url('../img/navbar-button.gif') no-repeat 50% 000%;
  color: #fff;
  display: block;
  font-size: 1.0em;
  line-height: 1.2em;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  height: 100%;
}

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

#categories ul li strong{
  background: #E74401 url('../img/navbar-button-active.gif') no-repeat 50% 100%;
}

#categories ul ul{
  border: 2px solid #FF5700;
  padding: 1px 2px 2px 2px;
  margin-top: 2px;
  margin-bottom: 1px;
}

#categories ul ul li a, #categories ul ul li strong{
  line-height: 1.2em;
  padding: 2px 4px 2px 20px;
}

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

#login-form p{
  padding: 0;
}

#login-form input{
}

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

#web-login{
  width: 130px;
}

#web-password{
  width: 130px;
}

#registrace{
  font-size: 0.9em;
}

/*------main-----*/
#main-content{
  float: right;
  overflow: hidden;
  position: relative;
  width: 720px;
}

/*-----category list-------*/
.product-box, .tip-of-day{
  margin-bottom: 15px;
  padding: 0px 0px 0px 175px;
  position: relative;
  width: 545px;
  
  min-height: 130px;
}

.product-box h3, .tip-of-day h3{
  border-bottom: 1px solid #909090;
  font-size: 1.4em;
  padding: 0;
  margin: 0 0 5px 0;
}

.product-box h3 a, .tip-of-day h3 a{
  color: #E84300;
  display: block;
  padding: 5px 5px 5px 0px;
  text-decoration: none;
}

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

.product-box h2, .product-detail h2{
  border: none;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 5px 0;
  text-decoration: none;
}

.product-box h2 span, .product-box h2 span span, .product-detail h2 span, .product-detail h2 span span{
  text-decoration: none;
  color: #000;
  border: none;
}

.product-detail table{
  clear: both;
}

.product-box th, .tip-of-day th, .product-box td, .tip-of-day td{
  background: none;
  border: 0;
  color: #666;
  font-size: 0.9em;
  line-height: 0.9em;
  padding: 4px;
}

.product-box th, .tip-of-day th{
  border-right: 1px dashed #666;
  text-align: left;
}

.product-box-image{
  height: 140px;
  padding: 0;
  width: 130px;
  position: absolute;
    left: 2px;
    top: 10px;
}

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

.product-box form{
  position: absolute;
    bottom: 20px;
    right: 20px;
}

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

.product-box .count{
  width: 3em;
}

.product-box .price, .tip-of-day .price{
  font-weight: bold;
}

/*-------product-detail-------*/
#product-detail-image-box{
  background: #fff;
  border: 2px double #aaa;
  float: right;
  margin: 0 0 1.5em 0.7em;
  padding: 0.7em;
  width: 340px;
}

#product-detail-image-box #img-large{
  display: block;
  margin: auto;
  padding-bottom: 0.7em;
}

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

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

#prev-next{
  border-top: 3px solid #909090;
  clear: both;
  text-align: center;
  margin-top: 1em; 
  padding-top: 1em; 
}

/*--------footer--------*/
#footer{
  border-top: 5px solid #909090;
  clear: both;
	color: #909090;
  font-size: 0.9em;
	line-height: 1.8em;
  padding: 5px 0px 5px 0px;
  height: 100%;
}

#footer a{
  color: #777;
}

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

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

#footer .right{
	float: right;
}

/*------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.3em;
  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: #f00;
  font-weight: bold;
}

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

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

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

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

td.cena{
  width: 30%;
}

/*------homepage-------*/
#homepage-boxes{
  list-style: none;
  margin: 0 -30px 0 0;
  padding: 5px 0 0 0;
  width: 740px;
}

#homepage-boxes li{
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}

#homepage-boxes li a{
  border: 1px solid #909090;
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 1px;
  width: 161px;
    height: 161px;
}

#homepage-boxes li a:hover{
  border: 1px solid #FF5700;
}

#homepage-boxes li a strong{
  background: #0091D5;
  color: #fff;
  text-align: center;
  padding: 0 5px 0 5px;
  position: absolute;
    bottom: 22px;
  width: 151px;
}

#homepage-boxes li a:hover strong{
  background: #FF5700;
}

#homepage-boxes li a img{
  display: block;
  margin: auto;  
}
