@import url('mapa.css');

body{
  background: #ffffff;
  color: #fff;
  font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
h1{
  height: 49px;
    width: 600px;
  float: left;
  font-size: 1.5em;
  top: 4px;
  left: 0px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: #000;
  color: #fff;
  display: block;
  height: 49px;
    width: 600px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.gif');
  display: block;
  height: 49px;
    width: 600px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  border-bottom: 1px solid #bbb;
  clear: both;
  color: #555;
  margin: 0 0 0.2em 0;
  padding: 0 0 0.3em 0px;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.3em;
}

a{
  color: #0C5F21;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0 5px 5px 5px;  
}

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: 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;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #E2EDDC;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #27472F;
}

th{
  background: #27472F;
  color: #fff;
}

/*-------site-------*/
#site{
  background: #fff url('../img/site.gif') repeat-y 100% 0%;
  color: #333;
  margin: auto;
  width: 760px;
}

/*-------header-------*/
#header{
  background: #000 url('../img/film-top.gif') no-repeat 0% 100%;
  height: 100px;
  position: relative;
}

/*-------navbar------*/
#navbar{
  background: #000 url('../img/navbar.gif') no-repeat;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 21px;
    left: 0px;
  width: 599px;
}

#navbar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar li{
  float: left;
}

#navbar li a, #navbar li strong{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #ccc;
  display: block;
  font-size: 1.1em;
  line-height: 23px;
  margin: 0;
  padding: 0 8px 0 8px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
}

#navbar li a:hover, #navbar li a:focus{
  color: #fff;
}

/*-------sidebar-------*/
#sidebar{
  background: #26482D url('../img/sidebar.jpg') no-repeat;
  color: #fff;
  float: right;
  font-size: 0.95em;
  line-height: 1.3em;
  padding: 15px 10px 10px 10px;
  width: 130px;
    overflow: hidden;
    min-height: 425px;
}

#sidebar a{
  color: #fff;
}

#sidebar a:hover{
  color: #AFAFAF;
}

#sidebar h2, #sidebar h3, #sidebar h4{
  color: #fff;
}

#sidebar .categories{
  margin: 0 -20px 0 -20px;
}

#sidebar .categories ul{
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
}

#sidebar .categories ul li{
  margin: 0;
  padding: 1px 0 1px 0;
}

#sidebar .categories ul li a, #sidebar .categories ul li strong{
  background: #57775F;
  color: #fff;
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 5px 5px 22px;
  text-decoration: none;
  height: 100%;
}

#sidebar .categories ul li a:hover, #sidebar .categories ul li a:focus, #sidebar .categories ul li a:active{
  background: #6B8F74;
  color: #fff;
}

#sidebar .categories ul li strong{
  background: #1B3F23;
  border-top: 2px solid #6B8F74;
  border-bottom: 2px solid #6B8F74;
  padding: 5px 5px 5px 32px;
}

#sidebar .categories ul ul{
  padding: 0;
}

#sidebar .categories ul ul li{
  padding: 0;
}

#sidebar .categories ul ul li a, #sidebar .categories ul ul li strong{
  padding: 0 10px 0 40px;
}

#sidebar .categories ul ul li a:hover, #sidebar .categories ul ul li a:focus, #sidebar .categories ul ul li a:active{
}

#sidebar .categories ul ul li strong{
}

/*-------login form-------*/
#login-box .categories{
  margin: 0;
}

#login-box .categories ul li a{
  padding: 5px;
}

#login-box{
  background: #122F18;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0 -20px 0 -20px;
}

#login-box h3{
  font-size: 1.1em;
}

#login-box p{
  padding: 0;
}

#login-box input{
}

#login-box .button{
  font-size: 1.0em;
  color: #000;
  width: 45px;
  padding: 2px 0 2px 0;
  text-align: center;
}
#login-box .button:hover{
  color: #000;
}

#login-box #regbutton{
  display: block;
  width: 125px;
}

#web-login{
  width: 125px;
}

#web-password{
  width: 75px;
}

#registrace{
  font-size: 0.9em;
}

#main{
  background: url('../img/main-content.jpg') no-repeat 0% 100%;
}

/*------main-----*/
#main-content{
  float: left;
  padding: 15px;
  position: relative;
  width: 570px;
    overflow: hidden;
}

/*-----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: #000 url('../img/film.gif') no-repeat;
	clear: both;
	color: #bbb;
	font-size: 0.9em;
	line-height: 1.8em;
  padding-top: 25px;
  width: 100%;
}

#footer a{
	color: #bbb;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  visibility: hidden;
}

#footer .right{
	float: right;
	padding-right: 10px;
  visibility: visible;
}

/*------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;
}

.message{
  color: #f00;
  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;
}

/*------other-----*/

#registracni-formular fieldset{
  float: left;
  margin-right: 5px;
  width: 255px;
}

#registracni-formular div{
  float: left;
  width: 280px;
}

#registracni-formular p{
  padding-bottom: 0.5em;
}

#registracni-formular #prihlasovaci-udaje{
}

#registracni-formular #firemni-udaje{
  padding-bottom: 48px;
}

#registracni-formular #kontaktni-udaje{
}

#registracni-formular #ostatni{
  padding-top: 0;
  padding-bottom: 0.1em;
}

#registracni-formular #ostatni p{
  padding: 0;
}

#registracni-formular #odeslat{
  padding-top: 0.5em;
  clear: both;
}

label.required{
  font-weight: bold;
}

