@import url('akce-podniky.css');

body{
  background: #0c1e28 url('../img/background.jpg') repeat-x 50% 5px;
  color: #bbc9ce;
	font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', lucida, 'Lucida Grande CE', 'Helvetica CE', sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

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

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

h1 span{
  background: url('../img/logo.jpg');
  cursor: hand;
  display: block;
  height: 110px;
    width: 320px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: left;
  color: #01a797;
  margin: 0;
  padding: 0 0 0.4em 0;
}

h2{
	font-size: 1.5em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

a{
  color: #fff;
}

a:visited{
}

a:hover{
  color: #01A797;
}

img{
  /*border: 3px solid #144356;*/
  border: 0;
  margin: 0 0.5em 0.5em 0.5em;  
  padding: 0;
}

img.middle, .tiny-align-middle{
  display: block;
  margin: 0 auto 0.5em auto;
}

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

img.right, .tiny-align-right{
  clear: right;
  float: right;
  margin: 0 0 0.5em 0.5em;  
}

p, address{
  margin: 0;
  padding-bottom: 1em;
  text-align: justify;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px dashed #193645;
  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{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #064679;
}

th{
  background: #023258;
  color: #fff;
}

form{
  margin: 0;
  padding: 0;
}

input, select, textarea{
  background: #ddd;
}

/*-------site-------*/
#site{
  min-width: 950px;
}

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

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

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

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

#navbar li{
  float: left;
  padding-right: 5px;
}

#navbar li a, #navbar li strong{
  border: 2px solid #193645;
  display: block;
  line-height: 25px;
  padding: 0 10px 0 10px;
  text-align: center;
  text-decoration: none;
  width: 104px;
}

#navbar li strong a{
  border: 0;
  padding: 0;
  display: inline;
}

#navbar li a:hover, #navbar li a:focus{
  background: #010508;
}

/*----vyhledavani------*/
#vyhledavani{
  position: absolute;
  top: 130px;
    right: 25px;
}
/*-------sidebar-------*/
#sidebar-left{
  float: left;
  width: 201px;
  padding: 0px;
  overflow: hidden;
}

#sidebar-right{
  float: right;
  width: 185px;
  padding: 0px;
  overflow: hidden;
}

/*-------categories-------*/
.categories{
  background: url('../img/categories-background.gif') repeat-y;
  margin-bottom: 1em;
  width: 100%;
}

.categories-content{
  background: url('../img/categories-background-top.jpg') no-repeat;
  width: 100%;
}

.categories ul{
  background: url('../img/categories-background-btm.gif') no-repeat 0% 100%;
  list-style: none;
  margin: 0;
  padding: 13px 0 13px 0;
}

.categories ul li{
  background: url('../img/categories-button-line.gif') no-repeat 7px 0%;
  padding: 2px 7px 1px 7px;
}

.categories ul li a{
  background: url('../img/categories-button.gif') no-repeat 96% 50%;
  color: #fff;
  display: block;
  padding: 7px 25px 7px 7px;
  text-align: right;
  text-decoration: none;
  height: 100%;
  position: relative;
}

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

.categories ul li strong a{
  background: #193645 url('../img/categories-button.gif') no-repeat 96% 50%;
  color: #01a797;
}

.categories ul ul{
  background: url('../img/categories-button-line.gif') no-repeat 0% 5px;
  padding: 6px 0 5px 0;
  height: 100%;
}

.categories ul ul li{
  background: url('../img/categories-button-line.gif') no-repeat 0% 100%;
  padding: 1px 0px 2px 0px;
}

.categories ul ul li a, .categories ul ul li strong{
  background: #000 url('../img/categories-button.gif') no-repeat 82% 50%;
  padding: 3px 50px 3px 7px;
}

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

.categories ul ul li strong{
  display: block;
  text-align: right;
}

.categories .bezbarierove{
  position: absolute;
  right: 26px;
  top: 6px;
}

/*-------login form-------*/
#login-box{
  padding: 10px;
}

#login-form p{
  padding: 0;
}

#login-form input{
}

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

#web-login{
  width: 175px;
}

#web-password{
  width: 110px;
}

#registrace{
  font-size: 0.9em;
}
/*------newsletter---*/
#novinky-mailem{
  border: 2px solid #36464F;
  width: 140px;
}

#novinky-mailem #email, #novinky-mailem #okres{

  width: 135px;
}

/*------main-----*/
#main-content{
  float: left;
  padding: 10px 15px 15px 15px;
  position: relative;
  width: 530px;
  overflow: hidden;
}


/*-----site-bottom-----*/
#site-bottom{
  background: #023258 url('../img/background-bottom.gif') repeat-x 50% 100%;
  border-top: 4px solid #000;
  clear: both;
  padding-top: 5px;
  width: 100%;
}

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

.bottom-navbox{
  float: left;
  font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
  padding: 0px 25px 10px 25px;
  width: 135px;
}

.bottom-navbox dt a{
  background: #011a2e url('../img/bottom-navbox.jpg') no-repeat 0% 0%;
  display: block;
  height: 43px;
  padding: 25px 7px 0px 7px;
  overflow: hidden;
  text-decoration: none;
}

.bottom-navbox dt a:hover{
  background: #035b9d url('../img/bottom-navbox.jpg') no-repeat 0% 100%;
  color: #fff;
}

.bottom-navbox dt a strong{
  display: block;
  font-size: 1.1em;
}

.bottom-navbox dd{
  margin: 0;
  padding: 0 0 0 10px;
}

.bottom-navbox dd a{
  text-decoration: none;
}

/*--------footer--------*/
#footer{
  background: #000;
	clear: both;
	font-size: 0.85em;
	width: 100%;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  line-height: 2.8em;
  margin: 0;
	padding: 0;
  padding-left: 10px;
}

#footer span{
  font-weight: bold;
}

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

/*------buttons------*/
#promo-buttons{
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
}

#promo-buttons li{
  padding-bottom: 13px;
}

#promo-buttons li a{
  background: #013b6b;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  width: 142px;
    height: 21px;
}

#promo-buttons li a:hover{
  background: #EB060D;
  color: #fff;
}

#promo-buttons li a span{
  background-position: 0% 0%;
  display: block;
  position: absolute;
  top: 0;
    left: 0;
  width: 162px;
    height: 41px;
}

#promo-buttons li a:hover span{
  background-position: 0% 100%;
}

#promo-buttons #pizza-button span{
  background-image: url('../img/pizza-button.jpg');
}

#promo-buttons #napoje-button span{
  background-image: url('../img/napoje-button.jpg');
}

#promo-buttons #taxi-button span{
  background-image: url('../img/taxi-button.jpg');
}

#promo-buttons #escort-button span{
  background-image: url('../img/escort-button.jpg');
}

#promo-buttons #vhs-dvd-filmy-button span{
  background-image: url('../img/vhs-dvd-filmy-button.jpg');
}

#promo-buttons #sud-a-pipa-button span{
  background-image: url('../img/sud-a-pipa-button.jpg');
}

#promo-buttons #pvc-nadobi-button span{
  background-image: url('../img/pvc-nadobi-button.jpg');
}

#promo-buttons #zabavni-pyrotechnika-button span{
  background-image: url('../img/zabavni-pyrotechnika-button.jpg');
}

#promo-buttons #pujcovna-kostymu-button span{
  background-image: url('../img/pujcovna-kostymu-button.jpg');
}

/*------messages-----*/
.error{
  color: #f00;
  font-weight: bold;
}

/*------listing------*/

/*-------podniky----*/
.podnik-box{
  background: #14262F;
}

.podnik-box-content{
  border: 2px dashed #000;
  margin-bottom: 1em;
  padding: 20px;
  padding-left: 130px;
  position: relative;
  height: 100%;
  min-height: 80px;
  _height: 80px;
}

.podnik-box .img{
  position: absolute;
  left: 10px;
  top: 10px;

  width: 100px; 
    height: 100px; 
}

.podnik-box .img img{
  margin: 0;
}

.sponzorovane-podniky-box{
  margin-right: -100px;
  width: 545px;
}

.sponzorovane-podniky{
  background: #14262F;
  float: left;
  width: 31%;
  margin-bottom: 1em;
  margin-right: 2%;
}

.sponzorovane-podniky-content{
  border: 2px dashed #000;
  padding: 10px;
  position: relative;
  text-align: center;
  height: 135px;
}

.sponzorovane-podniky-content p{
  text-align: center;
  padding: 0;
}

/*------other-----*/
#klikaci-mapa{
  float: right;
  padding: 0;
  margin-right: -10px;
}

#klikaci-mapa img{
  border: 0;
  margin: 0;
}

#formular-mapa select{
  width: 135px;
}

#calendar{
  border: 1px solid #36464F;
  font-size: 0.85em;
  position: relative;
}

#calendar th, #calendar td{
  border: 1px solid #000;
  border: none;
  padding: 0.1em;
}

#calendar th{
  background: #1B3739;
}

#calendar td{
  background: #142E2F;
}

#datum{
  /*display: none;*/
}

.hodnoceni{
  padding: 0;
}

.podnik-box .hodnoceni{
  text-align: right;
}

.hodnoceni strong{
  padding: 0px;
  padding-right: 0.7em;
}

.hodnoceni img{
  border: 0;
  margin: 0;
  padding-top: 3px;
}

.hodnoceni a{
  display: block;
  float: left;
  margin-left: 4px;
  text-align: center;
  width: 15px;
}

.hodnoceni a img{
  padding: 0px;
}

.odkaz-mapa{
  float: right;
  clear: left;
}

.odkaz-mapa img{
  border: none;
  margin: 0;
}

.typ-akce{
  line-height: 3em;
}

.typ-akce img{
  border: none;
  margin: 0 0 -4px 0;
  padding: 0px 5px 0px 2px;
}

/*----podnik detail----*/
.product-detail-image-box img{
  float: left;
  margin-left: 0;
  margin-right: 4px;
}

.product-detail-image-box .img-thumb{
  cursor: pointer;
}

#odeslat-kultura textarea, #odeslat-kultura #email{
  width: 100%;
}

#odeslat-kultura #attachment{
  list-style: none;
  margin: 0;
  padding: 0 0 1em 0;
}

#kultura-basa img{
  display: block;
  float: right;
  padding-right: 70px;
}

.tyrkys{
  color: #01A797;
}

/*-----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{
  float: left;
  overflow: hidden;
  padding: 0 10px 0 0;
  width: 255px;
}

.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{
  background: #193645 url('../img/product-title.gif') no-repeat;
  color: #fff;
  display: block;
  font-size: 0.9em;
  min-height: 2.3em;
  padding: 0.2em 8px 0.2em 28px;
  text-align: center;
  text-decoration: none;
}

.product-box h3 a:hover, .tip-of-day h3 a:hover{
  background: #344e5b url('../img/product-title.gif') no-repeat 100% 0%;
  color: #fff;
}

.product-box-image{
  border: 5px solid #193645;
  background: #fff;
  padding: 10px;
  height: 145px;
  margin: 1.5em;
}

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

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

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

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

/*-------product-detail-------*/
#product-detail-image-box{
  border: 5px solid #193645;
  background: #fff;
  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;
}
/*--------*/
iframe{
  width: 700px;
}

/*---------komix emil------*/

#komix-emil{
  background: #14262F;
}

#komix-emil-content{
  border: 2px dashed #000;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  height: 100%;
}

#next-prev-arrows{
  padding: 0;
}

#komix-emil-image{
  background: #fff;
  color: #000;
}

#komix-emil-image img{
  display: block;
  margin: auto;
}


#komix-emil-text{
  background: #fff;
  font-family: 'Comic Sans MS CE', 'Comic Sans MS', 'Sand CE', 'Helvetica CE', 'Arial CE', lucida, fantasy;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  padding: 20px;
}

#komix-emil-vote-left, #komix-emil-vote-right{
  background: #14262F;
  border: 2px dashed #000;
  color: #fff;
  float: left;
  margin-bottom: 15px;
  padding: 20px;
  width: 215px;
}

#komix-emil-vote-right{
  float: right;
}

#komix-emil-vote-left strong, #komix-emil-vote-right strong{
  font-size: 1.3em;
  display: block;
  padding-bottom: 0.4em;
}

#komix-emil-vote-left a{
  color: #1AAF00;
  text-decoration: none;
}
#komix-emil-vote-left a:hover{
  color: #25FF00;
}
#komix-emil-vote-right a{
  color: #BF0D00;
  text-decoration: none;
}
#komix-emil-vote-right a:hover{
  color: #FF1200;
}

#komix-emil-voted{
  background: #14262F;
  border: 2px dashed #000;
  font-size: 1.3em;
  color: #fff;
  padding: 20px;
  text-align: center;
}
/*--------- fotoreporty --------*/
.fotoreport-box{
  background: #14262F;
}

.fotoreport-box-content{
  border: 2px dashed #000;
  margin-bottom: 1em;
  padding: 20px;
  padding-left: 130px;
  position: relative;
  height: 100%;
  min-height: 80px;
  _height: 80px;
}

.fotoreport-box .img{
  position: absolute;
  left: 10px;
  top: 10px;

  width: 100px; 
    height: 100px; 
}

.fotoreport-box .img img{
  margin: 0;
}

.fotoreport-box .datum{
  text-align: right;
}

.fotoreport-fotky{
}

.fotoreport-fotka{
  background: #14262F;
  border: 2px dashed #000;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 7px;
  height: 100px;
  width: 100px;
  text-align: center;
}

.fotoreport-fotka img{
  margin: 0;
  padding: 0;
}
