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

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

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

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

h2, h3{
  background: url('../img/heading.gif') no-repeat 0% 100%;
  clear: left;
	color: #02346F;
	line-height: 1.2em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.25em 0;
}

h2{
	font-size: 1.4em;
}

h3{
  font-size: 1.2em;
}

h4{
  font-size: 1.0em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.25em 0;
}

a{
  color: #02346F;
}

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

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

table{
  margin-bottom: 1em;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #fff;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #7299C9;
}

th{
  background: #03499E url('../img/th.gif') repeat-x;
  border: 1px solid #08223D;
  color: #fff;
}

form{
  margin: 0;
  padding: 0;
}

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

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

#lang{
  color: #fff;
  line-height: 15px;
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 10;
}

#lang ul{
  list-style: none;
}

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

#lang ul li a{
  color: #fff;
}
#lang ul li a:hover{
  text-decoration: none;
}

/*-------navbar------*/
#navbar{
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 141px;
    right: 25px;
}

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

#navbar li{
  float: left;
}

#navbar li a, #navbar li strong{
  background: url('../img/navbar-button.gif') no-repeat;
  color: #333;
  display: block;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 24px;
  padding: 0px 20px 0px 25px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
  background: url('../img/navbar-button-active.gif') no-repeat;
  color: #03499E;
}

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

/*-------sidebar-------*/
#sidebar-left, #sidebar-right{
  float: left;
  margin: -132px 0 0 0;
  width: 178px;
  padding: 0px 10px 0px 39px;
  position: relative;
}

#sidebar-right{
  float: right;
  padding: 0px 25px 0px 10px;
  width: 195px;
}

#sidebar-left h2, #sidebar-left h3, #sidebar-right h2, #sidebar-right h3{
  background: #03499E url('../img/sidebar-heading.gif') no-repeat 100% 100%;
  color: #fff;
  font-size: 1.3em;
  margin: 0 -10px 0 -10px;
  padding: 0.4em 25px 0.4em 10px;
  position: relative;
}

#sidebar-right h2, #sidebar-right h3{
  margin: 0 -5px 0 -8px;
}

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

#sidebar-right h3 a{
  color: #FFFDA4;
  text-decoration: none;
}

#sidebar-right h3 a:hover{
  color: #fff;
}

#categories{
  margin: 0 -10px 0 -10px;
  border-bottom: 1px solid #fff;
}

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

#categories ul li{
  border-bottom: 1px solid #fff;
}

#categories ul li a, #categories ul li strong{
  background: #f2f2f2 url('../img/categories-button.gif') no-repeat 0% 50%;
  border-bottom: 1px solid #D9D9D9;
  color: #333;
  display: block;
  height: 100%;
  padding: 0.3em 25px 0.3em 25px;
  text-decoration: none;
  text-transform: lowercase;
}

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

#categories ul li strong{
  background: #ddd url('../img/categories-button-active.gif') no-repeat 0% 50%;
  color: #000;
  padding-left: 30px;
}

#categories ul ul{
  padding: 0;
}

#categories ul ul li a, #categories ul ul li strong{
  background: #ddd;
  color: #000;
  border: 1px solid #c2c2c2;
  padding: 0.1em 0.3em 0.1em 50px;
}

#categories ul ul li strong{
  background: #575757;
  color: #fff;
}

#categories ul ul li a:hover, #categories ul ul li a:focus, #categories ul ul li a:active{
  background: none;
  border: 1px solid #fff;
  color: #000;
}

#categories ul li .novinky-button{
  color: #EA0308;
  font-size: 1.2em;
  font-weight: bold;
}

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

#web-password{
  width: 127px;
}

#registrace{
  font-size: 0.9em;
}

/*------main-----*/
#main-content{
  float: left;
  margin: -120px 0 0 0;
  padding: 0 0 15px 15px;
  position: relative;
  width: 475px;
}

/*-----category list-------*/
/*.product-box, .tip-of-day{
  border: 1px solid #ddd;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.product-box-even .product-box{
  padding: 0 0 0 10px;
}

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

.product-box h3 a, .tip-of-day h3 a{
  background: url('../img/product-title.gif') no-repeat 0% 100%;
  display: block;
  min-height: 1.1em;
  padding: 0.25em;
  text-align: center;
  text-decoration: none;
}

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

.product-box-image{
  padding: 10px;
}

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

.product-box .price, .tip-of-day .price{
  color: #555;
  padding: 0;
}

.product-box .price strong{
  color: #EA0308;
  font-size: 1.2em;
}

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

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

.count{
  width: 30px;
}*/

.two-products-box{
  background: url('../img/two-products-box.gif') no-repeat 50% 100%;
  padding-bottom: 2em;
  position: relative;
}

.product-box, .tip-of-day{
  background: url('../img/product-box.gif') no-repeat;
  float: left;
  font-size: 1em;
  overflow: hidden;
  padding: 7px 18px 0 10px;
  position: relative;
  width: 210px;
}

.product-box-even .product-box{
  background: url('../img/product-box.gif') no-repeat 100% 0%;
  padding: 7px 10px 0 17px;
}

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

.product-box h3 a, .tip-of-day h3 a{
  display: block;
  font-size: 0.85em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  text-decoration: none;
}

.product-box h3 a:hover, .tip-of-day h3 a:hover{
}

.product-box-image{
  float: right;
  min-height: 80px;
}

.product-box-image img{
  padding: 0;
  width: 210px;
}

.product-box .price, .tip-of-day .price{
  color: #d00;
  float: left;
  text-align: center;
}

del.retail-price{
  color: #888;
  font-weight: bold;
}

.price strong{
  color: #d00;
}

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

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

.count{
  width: 30px;
}

.extra-description{
  color: #7299C9;
}

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

#product-detail-image-box img{
  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 27px 100%;
  color: #000;
	clear: both;
	font-size: 0.9em;
  padding: 20px 0 7px 0;
}

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

#footer span{
  font-weight: bold;
}

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

/*------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: #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-----*/

table.params th{
  text-align: left;
}

table.params .price{
  color: #d00;
  font-weight: bold;
}
