body{
  background: #000 url('../img/background.gif') repeat-x;
  color: #bbb;
	font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
#logo{
  color: #000;
  height: 89px;
    width: 264px;
  float: left;
  font-size: 1.5em;
  top: 0px;
  left: 350px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#logo a{
  background: none;
  color: #fff;
  display: block;
  height: 89px;
    width: 264px;
  text-decoration: none;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 1;
}

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

h2, h3, h4{
  clear: both;
	color: #9ab4c4;
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	font-weight: normal;
  margin: 0;
  padding: 0 0 0.4em 0;
}

h2{
	font-size: 1.7em;
}

h3{
  font-size: 1.5em;
}

h4{
  font-size: 1.3em;
}

a{
  color: #3FB2FF;
}

a:visited{
}

a:hover{
  color: #fff;
}

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

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: disc;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px dashed #BCBEC0;
  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: #222;
  border: 1px solid #444;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th{
  background: #555;
  border: 1px solid #000;
  color: #000;
}

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

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

/*-------navbar------*/
#navbar{
  background: #222;
  border-right: 2px solid #000;
  border-left: none;
  border-bottom: 1px solid #333;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 4px;
  position: absolute;
  bottom: 15px;
    left: 0px;
  width: 100%;
}

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

#navbar li{
  float: left;
}

#navbar li a, #navbar li strong{
  border-right: 1px solid #555;
  color: #ccc;
  display: block;
  padding: 0px 5px 0px 5px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
  border: 0;
  color: #fff;
  padding: 0px;
}

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

/*-------sidebar-------*/
#sidebar{
  background: #000 url('../img/sidebar.jpg') no-repeat;
  border: 1px solid #373737;
  float:left;
  padding: 10px; 
  width: 177px;
}

#categories{
  padding-bottom: 1.5em;
}

#categories ul{
  border-top: 1px solid #333;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 2px;
}

#categories ul li{
  padding: 1px 0 1px 0;
  border-bottom: 1px solid #333;
}

#categories ul li a, #categories ul li strong{
  background: url('../img/categories-button.gif') no-repeat 5px 65%;
  color: #ddd;
  display: block;
  padding: 0.2em 0.5em 0.2em 23px;
  text-decoration: none;
}

#categories ul li a:hover, #categories ul li a:focus, #categories ul li a:active{
  background: #222 url('../img/categories-button.gif') no-repeat 5px 65%;
  color: #fff;
}

#categories ul li strong{
  background: #222 url('../img/categories-button.gif') no-repeat 5px 65%;
  color: #fff;
}

#categories ul ul{
  padding: 0;
}

#categories ul ul li a, #categories ul ul li strong{
  background: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 0.3em 0.3em 0.3em 50px;
}

#categories ul ul li a:hover, #categories ul ul li a:focus, #categories ul ul li a:active{
  background: none;
  border: 1px solid #c2c2c2;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #005e99;
}

#categories ul ul li strong{
  background: #00865d;
}

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

#web-password{
  width: 105px;
}

#registrace{
  font-size: 0.9em;
}

/*------main-----*/
#main-content{
  float: right;
  padding: 10px;
  position: relative;
  width: 765px;
}

/*-----category list-------*/
.product-box, .tip-of-day{
  background: url('../img/product.gif') no-repeat;
  overflow: hidden;
  padding: 0px 0px 15px 110px;
  position: relative;
  width: 417px;
    height: 167px;
}

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

.product-box h3 a, .tip-of-day h3 a{
  background: url('../img/product-title.gif') no-repeat;
  display: block;
  padding: 10px 10px 10px 0px;
  text-decoration: none;
}

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

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

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

.product-box form{
  position: absolute;
    bottom: 30px;
    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: 3px double #AC9D64;
  float: right;
  margin: 0 0 0.7em 0.7em;
  padding: 0.7em;
}

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

/*--------footer--------*/
#footer{
  background: #0e0e0e url('../img/footer.gif') repeat-x;
  color: #aaa;
	clear: both;
	font-size: 0.9em;
  padding: 0;
}

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

#footer a{
  color: #aaa;
}

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

#footer span{
  font-weight: bold;
}

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

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

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

.back a{
}

.back a:hover{
}

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

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

.modelari td{
  width: 130px;
}

#seolista{
  color: #aaa;
	font-size: 0.8em;
  margin: auto;
  padding: 0 10px 0 10px;
  width: 970px;
}
#seolista a{
  color: #aaa;
}
#seolista a:hover{
  color: #fff;
}
