body{
  background: #ebfaff;
  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.5em;
  margin: 0;
  padding: 0;
}

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

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

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

h2, h3, h4{
  border-bottom: 1px solid #888;
  clear: both;
  color: #333;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  padding: 0 0 0.3em 0;
  margin: 0 0 0.3em 0;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
}

h4{
  border: 0;
	font-size: 1.3em;
}

a{
  color: #FF7200;
}

a:visited{
}

a:hover{
  color: #000;
}

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

img.left, tiny-align-img.left{
  clear: left;
  float: left;
  margin: 0 0.7em 0.7em 0em;  
}

img.right, img.tiny-align-right{
  clear: right;
  float: right;
  margin: 0 0em 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: square;
}

hr{
  color: #ccc;
  height: 1px;
  border: none;
  border-top: 1px solid #666;
  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: #CFF2FF;
  color: #000;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #fff;
}

th{
  background: #01B5FA;
  color: #fff;
}

table .even td{
  background: #EFFBFF;
}

/*-------site-------*/
#site{
  background: #EFFBFF url('../img/background.gif') repeat-x;
}

#site-box{
  background: url('../img/footer.gif') repeat-x 0 100%;
}

#site-content{
  margin: auto;
  width: 990px;
}

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

#lang{
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  top: 3px;
}

#lang a{
  color: #fff;
}
#lang a:hover{
  color: #000;
}

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

#lang ul li{
  float: left;
  padding: 0 15px 0 0;
}

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


/*-------navbar------*/
#navbar{
  clear: both;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 48px;
    left: 270px;

}

#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: #000;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 46px;
  padding: 0px 0px 0px 25px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong, #navbar li a.selected, #navbar li a.selected:hover{
  background: url('../img/navbar-button-active.gif') no-repeat 50% 0%;
  color: #FF7200;
  padding: 0px;
}

#navbar li a span, #navbar li strong span{
  background: url('../img/navbar-button.gif') no-repeat 100% 0%;
  display: block;
  padding: 0px 25px 40px 0px;
}

#navbar li strong span, #navbar li a.selected span{
  background:  url('../img/navbar-button-span.gif') repeat-x 0 100%;
  padding: 0px 25px 40px 25px;
}

#navbar li a:hover, #navbar li a:focus{
  background: url('../img/navbar-button.gif') no-repeat 0 1px;
  color: #555;
}

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

#navbar li a.selected:hover span{
  background:  url('../img/navbar-button-span.gif') repeat-x 0 100%;
  color: #000;
}

#navbar ul ul{
  background: #deecf1;
  border-top: 1px solid #deecf1;
  position: absolute;
  left: 0;
  font-size: 0.85em;
  bottom: 0;
  width: 659px;
}

#navbar ul ul li span{
  background: none;
  padding: 0;
}

#navbar ul ul li a, #navbar ul ul li strong{
  background: #deecf1;
  border-left: 1px solid #deecf1;
  border-right: 1px solid #fff;
  color: #000;
  line-height: 22px;
  padding: 0 15px 0  15px;
}

#navbar ul ul li strong{
 background: #fff;
 color: #ff7200;
}

#navbar ul ul li a:hover, #navbar ul ul li a:hover span{
  background: #fff;
}

/*-------sidebar-------*/
#sidebar{
  background: url('../img/sidebar.gif') no-repeat;
  float: left;
  font-size: 0.95em;
  line-height: 1.3em;
  width: 270px;
}

#sidebar h2, #sidebar h3, #sidebar h4{
  border: none;
  margin: 0;
}

#categories{
  background: #eee url('../img/categories.gif') repeat-y;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 1.5em;
  padding: 0 15px 0 15px;
}

#categories h3{
  color: #555;
  font-size: 1.2em;
}

#categories hr{
  color: #c9c9c9;
  border-top: 1px solid #c9c9c9;
  margin-bottom: 1.5em;
}

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

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

#categories ul li a, #categories ul li strong{
  background: url('../img/categories-button.gif') no-repeat 0px 50%;
  color: #3b3b3b;
  display: block;
  font-size: 1.0em;
  font-weight: normal;
  padding: 7px 10px 7px 12px;
  text-decoration: none;
  height: 100%;
}

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

#categories ul li strong{
  color: #FF7200;
}

#categories ul ul li a, #categories ul ul li strong{
  background: url('../img/categories-button.gif') no-repeat 30px 50%;
  font-size: 0.90em;
  padding: 3px 0 3px 43px;
}

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

#sidebar object{
  margin: 0 -15px 0px -15px;
}

/*------main-----*/
#main-content{
  float: right;
  /*min-height: 300px;*/
  padding: 0px 0px 30px 0px;
  position: relative;
  width: 690px;
}

/*-----category list-------*/
.product-box, .tip-of-day{
  background: url('../img/product-box.jpg') no-repeat 100% 0%;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0px 0px 0px 140px;
  position: relative;
  width: 360px;
    height: 150px;
}

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

.product-box h3 a, .tip-of-day h3 a{
  background: url('../img/product-title.gif') no-repeat;
  color: #7c3f08;
  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: 140px;
  left: 2px;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 130px;
}

.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 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: url('../img/footer.gif') repeat-x 0 100%;
  clear: both;
	color: #fff;
  font-size: 0.85em;
	line-height: 1.8em;
  padding-top: 60px;
  width: 100%;
}

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

#footer p{
  display: inline;
  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;
}

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

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

#filtr table, table.vypis{
  width: 600px;
}

#filtr caption{
  background: #A4DBEF;
  color: #fff;
  font-weight: bold;
}

#filtr td{
  border-left: 0;
  border-right: 0;
}

select.filtr{
  width: 185px;
}

table.floor{
  width: 70%;
}

table.floor caption{
  font-weight: bold;
}

table.floor th{
  background-color: #333;
  color: #fff;
}

table.floor tr.P td, table.floor td.P{
  background-color: #f3474d;
}

table.floor tr.R td, table.floor td.R{
  background-color: #7ad365;
}

table.floor tr.B td, table.floor td.B{
  color: #fff;
  background-color: #6699CC;
}

table.floor tr.N td, table.floor td.N{
  background-color: #F8CB62;
}

.nahled-ramecek img{
  background: #fff;
  border: 3px solid #C9C9C9;
  margin: 0;
  padding: 5px;
}

#action img{
  padding: 0;
  margin: 0 -15px 0 -15px;
}

.outlink{
  background: url('../img/outlink.gif') no-repeat top right;
  padding-right: 14px;
}
