body{
  background: #f5f5f5 url('../img/background.gif') 50% 4px;
  color: #000;
	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: 85px;
    width: 250px;
  float: left;
  font-size: 1.5em;
  top: 23px;
  left: 24px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

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

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

h2, h3, h4{
  background: url('../img/heading.gif') no-repeat 0% 100%;
  clear: left;
  color: #333;
  margin: 0;
  padding: 0.2em 0 0.7em 0;
}

h2{
	color: #0094f3;
	font-size: 1.6em;
  padding: 0.5em 0 1.0em 0px;
}

h3{
  font-size: 1.4em;
}

h4{
  background: none;
  font-size: 1.00em;
}

a{
  color: #006eb4;
}

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

th.left, td.left{
  text-align: left;
}

th.center, td.center{
  text-align: center;
}

th.right, td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #ff9924;
}

th{
  background: #ff9924 url('../img/sidebar-heading.gif') repeat-x 0% 100%;
  color: #fff;
}

form{
  margin: 0;
  padding: 0;
}

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

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

#recommend-bar{
  background: #000;
  color: #ddd;
  font-size: 1.1em;
  line-height: 30px;
  padding: 0 0 0 30px;
  position: absolute;
  top: 2px;
  left: 2px;
}

#recommend-bar a{
  background: url('../img/arrow.gif') no-repeat 0% 50%;
  color: #eee;
  padding: 0 0 0 12px;
}

#recommend-bar a:hover{
  color: #fff;
}

#recommend-bar span{
  background: url('../img/three-arrows.gif') no-repeat 85% 50%;
  padding: 0 65px 0 0;
}

/*-------navbar------*/
#navbar{
  border-bottom: 1px solid #BFE7FF;


  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 17px;
    right: 14px;
}

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

#navbar li{
  background: url('../img/navbar-button.gif') no-repeat 100% 100%;
  padding-right: 6px;
  float: left;
}

#navbar li a, #navbar li strong{
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 22px;
  padding: 0px 8px 0px 8px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
  color: #007;
  font-size: 1.1em;
  padding: 0px 8px 0px 8px;
}

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

/*-------sidebar-------*/
#sidebar-left, #sidebar-right{
  float: left;
  width: 191px;
  overflow: hidden;
  padding: 0px 10px 0px 23px;
}

#sidebar-right{
  float: right;
  padding: 0px 24px 0px 10px;
}

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

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

#categories, .categories{
  margin: 0 -10px 0 -10px;
  border-bottom: 0.5em solid #fff;
}

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

#categories ul li, .categories ul li{
  background: url('../img/categories-li.gif') no-repeat 0% 100%;
  padding-bottom: 3px;
}

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

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

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

#categories ul li strong a{
  background: none;
  color: #000;
  padding: 0;
}
#categories ul li strong a:hover{
  background: none;
}

#categories ul ul{
  padding: 2px 0 0 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 strong a{
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}
#categories ul ul li strong a:hover{
  color: #fff;
  border: none;
}

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

/*-------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;
  overflow: hidden;
  padding: 20px 0 15px 10px;
  position: relative;
  width: 495px;
}

/*-----category list-------*/
.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: 0.9em;
  overflow: hidden;
  padding: 7px 18px 0 10px;
  position: relative;
  width: 220px;
}

.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: 0.3em;
  text-decoration: none;
}

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

.product-box-image{
  float: right;
  width: 100px;
}

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

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

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

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

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

.count{
  border: 1px solid #FFAA3C;
  width: 30px;
}

.add-to-cart{
  background: #FFAA3C url('../img/add-to-cart.gif') no-repeat 100% 0%;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  width: 122px;
}

.extra-description{
  color: #006eb4;
}

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

#product-detail-image-box a{
  text-decoration: none;
}


/*------cart-------*/
#kosik{
  width: 100%;
}

#kosik input{
  width: 3em;
}

/*--------footer--------*/
#footer{
  background: url('../img/footer.gif') no-repeat 10px 100%;
  color: #fff;
	clear: both;
	font-size: 0.85em;
  padding-bottom: 4px;
}

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

#footer a{
  color: #fff;
}

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

#footer span{
  font-weight: bold;
}

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

/*------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{
  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-----*/

h3.nakupujte-bezpecne{
  background: url('../img/heading-lock.gif') no-repeat 0% 100%;
}

#search-box{
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-detail-table th{
  text-align: left;
}

p.prodej-ukoncen, p.objednavka-doruceni{
  border: 3px solid #ddd;
  margin-bottom: 10px;
  padding: 7px; 
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}

.product-detail-table a img{
  padding: 1px 3px 0 3px;
}

div.subcats h3{
  background: none;
}

div.subcats{
  padding: 5px;
  margin-bottom: 1em;
  border: 2px dashed #FFAA3C;
  background: #FFEACF;
}

table.tip-dne a{
  color: #fff;
  text-decoration: none;
  display: block;
}

table.tip-dne img{
  margin: auto;
  display: block;
}

table.tip-dne td{
  padding: 5px 0 5px 0;
}
#facebook{
  padding-top: 10px;
}
#facebook img{
  padding: 0;
}
