body{
  background: #C8C8C8 url('../img/background.png') repeat-x 50% 0%;
  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: #fff;
  height: 150px;
    width: 190px;
  float: left;
  font-size: 1.5em;
  top: 100px;
  left: 10px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

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

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

h2, h3, h4{
	font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
  clear: left;
	color: #de0012;
  margin: 0;
  padding: 0 0 0.6em 0;
}

h2{
	font-size: 1.6em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.2em;
}

a{
  color: #ec1e2f;
}

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;
  border: none;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  border: none;
  border-bottom: 1px solid #999;
  color: #666;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th{
  background: #ddd;
}

form{
  margin: 0;
  padding: 0;
}

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

/*-------header-------*/
#header{
  background: #2B2B2B url('../img/header.png') no-repeat;
  height: 305px;
  position: relative;
}

#langbar{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    top: 7px;
    right: 10px;
  z-index: 100;
}

#langbar li{
  float: left;
  padding-left: 20px;
}

#langbar li img{
  padding: 0 5px 0 0;
}

#langbar li a, #langbar li strong{
  color: #fff;
  text-decoration: none;
}

#langbar li a:hover{
  color: #EC1E2F;
}

#header-info{
  color: #ddd;
  position: absolute;
  top: 91px;
  right: 0;
  width: 673px;
    height: 165px;
  overflow: hidden;
}

#header-info p{
	font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 2.0em;
}

#small-cart{
  color: #fff;
  font-weight: bold;
  position: relative;
}

#small-cart strong{
  color: #ccc;
  display: block;
  float: left;
  padding-right: 0.7em;
  text-align: right;
  width: 3.5em;
}

#small-cart .button{
  background: #ddd url('../img/small-cart-icon.gif') no-repeat 90% 50%;
  font-weight: normal;
  line-height: 1em;
  /*position: absolute;*/
  right: 0;
  bottom: 1em;
  float: right;
  padding-right: 28px; 
}
#small-cart .button:hover{
  color: #000;
}

#small-cart table *{
  background: none;
  border: none;
}

#small-cart table th{
  color: #BDBDBD;
  text-align: right;
}

#search-box p{
  padding: 0;
}

#search-form .search-string{
  width: 100px;
}

#search-form .search-button{
  width: 55px;
}

/*-------navbar------*/
#navbar{
  clear: both;
	font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 9px;
    left: 15px;

}

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

#navbar li{
  float: left;
}


#navbar li a, #navbar li strong{
  color: #fff;
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  padding: 0px 0px 0px 30px;
  text-align: left;
  text-decoration: none;
}

#navbar li a span, #navbar li strong span{
  display: block;
  padding: 10px 30px 21px 0px;
}

#navbar li strong, #navbar li a:hover, #navbar li a:focus{
  background: #B80A24 url('../img/navbar-button.png') no-repeat 0 0;
  color: #fff;
}

#navbar li strong span, #navbar li a:hover span, #navbar li a:focus span{
  background: url('../img/navbar-button.png') no-repeat 100% 0;
}

#navbar li a span.nav-title, #navbar li strong span.nav-title{
  background: none;
  color: #aaa;
  display: block;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}


/*-------sidebar-------*/
#sidebar-left{
  background: #202020 url('../img/sidebar.png') no-repeat;
  border-left: 13px solid #fff;
  color: #ccc;
  float: left;
  padding: 10px 15px 10px 10px;
  width: 169px;
  position: relative;
}

#sidebar-left a:hover{
  color: #fff;
}

#sidebar-left h2, #sidebar-left h3{
  background: url('../img/sidebar-heading.png') no-repeat;
  color: #ccc;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 -15px 5px -10px;
  padding: 30px 10px 5px 10px;
  height: 100%;
}

#sidebar-left h3{
  font-size: 1.1em;
}

.categories{
}

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

.categories ul li{
}

.categories ul li a, .categories ul li strong{
  background: url('../img/categories-button.png') no-repeat 5px 50%;
  color: #fff;
  display: block;
  padding: 0.2em 25px 0.2em 20px;
  text-decoration: none;
  height: 100%;
}

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

.categories ul li strong{
  background: url('../img/categories-button-active.png') no-repeat 5px 50%;
  color: #fff;
  position: relative;
}

.categories ul li a strong{
  background: none;
  display: inline;
  padding: 0;
}

.categories ul ul li a, .categories ul ul li strong{
  background: url('../img/categories-button.png') no-repeat 20px 50%;
  font-size: 0.9em;
  padding: 0.2em 25px 0.2em 35px;
}

.categories ul ul li strong{
  background: url('../img/categories-button-active.png') no-repeat 20px 50%;
}

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

/*.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: #de0012;
  font-size: 1.2em;
  font-weight: bold;
}*/

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

#login-form p{
  padding: 0;
}

#login-form input{
}

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

#web-login{
  width: 165px;
}

#web-password{
  width: 102px;
}

#login-box a.button{
  font-size: 0.9em;
}

#login-box a.button:hover{
  color: #000;
}

#login-box a.button{
  display: block;
  text-align: center;
  width: 165px; 
}

/*------main-----*/
#main-content{
  float: right;
  padding: 20px 25px 15px 0px;
  position: relative;
  width: 640px;
}

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

.product-box, .tip-of-day{
  float: left;
  overflow: hidden;
  min-height: 29em;
  padding: 0 9px 4em 9px;
  width: 195px;
}

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

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

.product-box h3 a, .tip-of-day h3 a{
  color: #666;
  display: block;
  font-size: 0.9em;
  min-height: 1.1em;
  padding: 0.2em 0 0.2em 0;
  text-decoration: none;
}

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

.product-box-image{
  padding: 10px 0 10px 0;
  height: 210px;
  position: relative;
}

.product-box-image img{
  display: block;
  margin: auto;
  padding: 0;
  /*position: absolute;*/
}

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

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

.s-dani{
  color: #de0012;
  font-size: 1.2em;
  font-weight: bold;
}

.product-box form{
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
  position: absolute;
    bottom: 1.5em;
}

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

.count{
  width: 30px;
}

.add-to-cart{
  background: #000 url('../img/add-to-cart.gif') no-repeat 100% 0%;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0.15em 20px 0.15em 0px;
  width: 150px;;
}

.no-add-to-cart{
  background: #c9c9c9 url('../img/no-add-to-cart.gif') no-repeat 100% 0%;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 0.15em 25px 0.15em 5px;
  width: 13em;
}

/*-------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-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: #C8C8C8 url('../img/footer.png') no-repeat;
	clear: both;
	font-size: 0.85em;
  padding: 25px 0 25px 0px;
}

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

#footer a{
  color: #000;
}

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

#footer span{
  font-weight: bold;
}

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

/*------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: #008CFF;
  font-size: 1.2em;
  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-----*/

table.no-border, table.no-border th, table.no-border td{
  border: 0;
}

