/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2010                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
* {
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:1.4;
	font-family:"Tahoma","Arial","Trebuchet MS";
}
body{
	text-align:center;
	background:url(img/body.png) repeat top center #efba64;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#245473;
}
.nomargin, *.nomargin, #telo .nomargin{
	margin:0;
}
.nopadding, *.nopadding, #telo .nopadding{
	padding:0;
}
/* ***************************************************** */
/* ***************************************************** */
#loadinglogo{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:500;
	opacity:0.5;
	background:url(../gui/loader.gif) no-repeat center 40% black;
}
/* ***************************************************** */
/* ***************************************************** */
a {
	text-decoration:underline;
	color:#245473;
}
a:hover {
	text-decoration:none;
	color:#b36f12;
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#245473;
}
small, small *, .small, .small *{
	font-size:10px;
	line-height:2;
}
/* ***************************************************** */
/* ***************************************************** */
h1, h2, h3, h4, h5, h6 { 
	margin:5px auto;
	padding:0 10px;
	line-height:1.2;
	text-align:left;
	color:#245473;
}
h1, h2 {
	margin:0 0 15px 0;
	padding:0 0 0 10px;
	height:30px;
	line-height:30px;
	font-size:15px;
	border-bottom:1px solid #f9ad4b;
}
h1, h1 *{
	line-height:30px;
	font-size:16px;
	text-decoration:none;
}
h1 small, h1 small *{
	font-size:13px;
}
h3{
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5{
	font-size:11px;
}
h6{
	font-size:10px;
}

h2#h2-novinky{
	text-indent:-9000px;
	background:url(img/h2-novinky.png) no-repeat 10px;
}
h2#h2-akcni-zbozi{
	text-indent:-9000px;
	background:url(img/h2-akcni-zbozi.png) no-repeat 10px;
}
h2#h2-katalog2{
	text-indent:-9000px;
	background:url(img/h2-katalog2.png) no-repeat 10px;
}
h2#h2-nas-tip{
	text-indent:-9000px;
	background:url(img/h2-nas-tip.png) no-repeat 10px;
}
h2#h2-aktuality{
	text-indent:-9000px;
	background:url(img/h2-aktuality.png) no-repeat 10px;
}
/* ***************************************************** */
/* ***************************************************** */
table{
	margin:0 15px 15px 15px;
	padding:0;
	border:1px solid #bd791d;
	border-width:1px 0 0 1px;
}
table th, table td{
	padding:2px 5px;  
	text-align:left;
	vertical-align:top;
	border:1px solid #bd791d;
	border-width:0 1px 1px 0;
}
table th{
	text-align:center;
	font-weight:normal;
	color:#8e560a;
	background:url(img/table-th.png) repeat-x bottom #f8b861;
}
table tr:hover td, table tr.zvyraznit td, #telo .kniha-prispevek, #telo .katalog-komentar, #telo .zakaznik-prava, #prodejci .prodejce{
	background:#efe8ce;
}
table .null, table tr:hover .null{
	border:0;
	background:transparent;
}
table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
table.nobackground, table.nobackground tr, table.nobackground th, table.nobackground td{
	background:transparent;
}
table.nohoverbackground tr:hover td{
	background:transparent;
}
/* ***************************************************** */
/* ***************************************************** */
form{
	margin-bottom:15px;
}
input,
textarea,
select{
	margin:2px;
	padding:4px;
	width:200px;
	color:#8e560a;
	border:1px solid #bd791d;
	background:#fce7b5;
}
input{
	background:url(img/input-text.png) repeat-x bottom #fce7b5;
}
input[type=checkbox],
input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio],
input[type=radio]:hover,
input[type=radio]:focus{
	margin:0;
	padding:0;
	width:13px;
	border:0;
	color:#8e560a;
	background:transparent;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus{
	color:#8e560a;
	border:1px solid #8e560a;
}
input.readonly{
	color:#888888;
	background:#eee;
}
input.tlacitko,
input[type=submit],
#telo .katalog-nahled-vyrobku p.detail-dokosiku a.detail{
	padding:3px 3px;
	width:210px;
	cursor:pointer;
	text-transform:uppercase;
	border:1px solid #bd791d;
	color:#8e560a;
	background:url(img/input-submit.png) repeat-x bottom #f8b861;
}

label.labelBlock{
	margin-right:5px;
	padding:0;
	width:150px;
	display:block;
	clear:left;
	float:left;
	text-align:right;
	cursor:pointer;
}
label.labelBlock, label{
	cursor:pointer;
}
#telo .container{
	margin:0;
	padding:0;
	width:auto;
	overflow:hidden;
	border:0;
}
.require, * .require{
	color:#ff0000;
}
/* ***************************************************** */
/* ***************************************************** */
.img-left{
	margin:0 5px 5px 0;
	display: block; 
	float:left;
}
.img-right{
	margin:0 0 0 5px;
	display:block;  
	float:right;
}
.img-center{
	margin:0px auto;
	display:block;
}
/* ***************************************************** */
/* ***************************************************** */
hr{
	display:none;
}
/* ***************************************************** */
/* ***************************************************** */
#layout{
	margin:0;
	padding:0;
	width:100%;
	background:url(img/layout.png) repeat-x top center;
}
/* ***************************************************** */
/* ***************************************************** */
#header{
	margin:0 auto;
	padding:40px 0 18px 0;
	width:996px;
	height:147px;
	background:url(img/header.png) no-repeat center bottom;
}
/* ***************************************************** */
#header h1{
	margin:0;
	padding:0;
	width:565px;
	height:147px;
	display:block;
	float:left;
	text-align:left;
	border:0;
	background:transparent;
}
#header h1 img,
#header h1 br{
	display:none;
}
#header h1 a#home{
	margin:0;
	padding:0;
	height:147px;
	display:block;
	text-indent:-9000px;
	border:0;
	color:#dddddd;
	background:url(img/logo.png) no-repeat center;
}
/* ***************************************************** */
#header #kosik{
	margin:20px 0 0 0;
	padding:0;
	width:183px;
	height:102px;
	float:left;
	background:url(img/header-kosik.png) no-repeat center top;
}
#header #kosik h2{
	margin:0;
	padding:0 0 0 40px;
	height:31px;
	line-height:31px;
	border:0;
	background:transparent;
}
#header #kosik p{
	margin:0;
	padding:10px;
}
#header #kosik p,
#header #kosik p *{
	line-height:26px;
	text-align:left;
}
#header #kosik a{
	margin:0;
	padding:0 0 0 15px;
	text-align:left;
	text-decoration:none;
	background:url(img/a-sipky.png) no-repeat left;
}
#header #kosik a:hover{
	text-decoration:underline;
}
/* ***************************************************** */
#header #ucet{
	margin:20px 0 0 0;
	padding:0 0 0 35px;
	width:183px;
	height:102px;
	float:left;
	background:url(img/header-ucet.png) no-repeat right top;
}
#header #ucet h2{
	margin:0;
	padding:0 0 0 40px;
	height:31px;
	line-height:31px;
	border:0;
	background:transparent;
}
#header #ucet p{
	margin:0;
	padding:10px;
}
#header #ucet p,
#header #ucet p *{
	line-height:18px;
	text-align:left;
}
#header #ucet a{
	margin:0;
	padding:0 0 0 15px;
	text-align:left;
	text-decoration:none;
	background:url(img/a-sipky.png) no-repeat left;
}
#header #ucet a:hover{
	text-decoration:underline;
}
/* ***************************************************** */
/* ***************************************************** */
#main{
	margin:0 auto;
	padding:0 18px;
	width:960px;
	text-align:left;
	background:url(img/main.png) repeat-y center top;
}
#main img{
	border:0;
}
#main-bottom{
	margin:0 auto;
	padding:0;
	width:996px;
	height:18px;
	display:block;
	line-height:18px;
	background:url(img/main-bottom.png) no-repeat center top;
}
/* ***************************************************** */
/* ***************************************************** */
#menu{
	margin:0;
	padding:0;
	width:960px;
	height:40px;
	background:url(img/menu.png) no-repeat center top #f5b960;
}
/* ***************************************************** */
#menu .mainmenu{
	margin:0;
	padding:1px 0;
	height:38px;
	width:760px;
	float:left;
}
#menu .mainmenu ul{
	margin:0;
	padding:0;
}
#menu .mainmenu ul li{
	margin:0;
	padding:0 2px 0 0;
	height:38px;
	float:left;
	list-style:none;
	background:url(img/menu-li.png) repeat-y right;
}
#menu .mainmenu ul li a{
	margin:0;
	padding:0 14px;
	display:block;
	line-height:38px;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
}
#menu .mainmenu ul li a:hover,
#menu .mainmenu ul li a.active,
#menu .mainmenu ul li a.active:hover{
	text-decoration:underline;
	color:#b36f12;
}
#menu .mainmenu ul li a.active{
	text-decoration:none;
}
/* ***************************************************** */
#menu #vyhledavani{
  margin:0;
  padding:6px 7px 0 0;
	width:193px;
	height:28px;
	float:right;
  text-align:right;
}
#menu #vyhledavani h2{
	display:none;
}
#menu #vyhledavani input,
#menu #vyhledavani input.tlacitko{
	margin:0;
	padding:4px 0 4px 30px;
	width:101px;
	height:18px;
	float:left;
	line-height:18px;
	color:#b36f12;
	border:1px solid #bd791d;
	background:url(img/vyhledavani-input.png) no-repeat center top #f9d290;
}
#menu #vyhledavani input.tlacitko{
	margin:0;
	padding:0;
	width:55px;
	height:28px;
	float:right;
	line-height:28px;
	text-transform:uppercase;
	background:url(img/vyhledavani-submit.png) no-repeat center top;
}
/* ***************************************************** */
/* ***************************************************** */
#content{
	margin:0;
	padding:10px 0;
	width:958px;
	clear:both;
	border:1px solid #f8cb6f;
	border-top:0;
	background:#f8f1d9;
}
/* ***************************************************** */
/* ***************************************************** */
#telo{
  margin:0;
  padding:0 10px 0 0;
	float:right;
	width:718px;
	min-height:129px;
  text-align:justify;
	background:#f8f1d9;
}
#telo .box{
	margin:0 0 15px 15px;
	padding:0 0 15px 0;
	background:#f8f1d9;
}
/* ***************************************************** */
#leve-menu{
  margin:0;
  padding:0 0 0 10px;
  width:210px;
  float:left;
}
#leve-menu .box{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	width:148px;
	background:url(img/box-h2.png) no-repeat left bottom #efe8ce;
}
#leve-menu .box{
	width:210px;
}
#leve-menu .box h2{
	margin-bottom:5px;
	padding:7px 10px 0;
	line-height:33px;
	font-weight:bold;
	border:0;
	background:url(img/box-h2.png) no-repeat left top;
}
#leve-menu .box h2#h2-katalog{
	text-indent:-9000px;
	background:url(img/h2-katalog.png) no-repeat left top;
}
#leve-menu .box h2#h2-prihlaseni{
	text-indent:-9000px;
	background:url(img/h2-prihlaseni.png) no-repeat left top;
}
#leve-menu .box h2#h2-menu{
	text-indent:-9000px;
	background:url(img/h2-menu.png) no-repeat left top;
}
#leve-menu .box h2#h2-odkazy{
	text-indent:-9000px;
	background:url(img/h2-odkazy.png) no-repeat left top;
}
#leve-menu .box div,
#leve-menu .box p,
#leve-menu .box h3{
	padding:0 10px;
}
#leve-menu .box ul,
#leve-menu .box ol{
	margin:0 0 0 25px;
	padding:0;
}
#leve-menu .box ul ul,
#leve-menu .box ol ol{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
#login form{
	margin:0 auto;
	padding:0 10px;
	text-align:left;
}
#login label{
	display:none;
}
#login input, #login input.tlacitko{
	margin:0 0 5px 0;
	width:180px;
	font-size:14px;
}
#login input.tlacitko{
	width:90px;
	float:right;
}
#login form > br{
	display:none;
}
/* ***************************************************** */
/* ***************************************************** */
#volba-meny .mena{
	margin:0px 2px 0;
	padding:0;
	display:block;
	float:left;
	width:24px;
	height:24px;
	line-height:24px;
	font-size:10px;
	text-align:center;
}
/* ***************************************************** */
/* ***************************************************** */
#partneri{
  text-align:center;
}
#partneri a{
  margin:0;
  padding:0;
  display:block;
}
#partneri img{
  margin:0 0 10px 0;
  padding:0;
  max-width:160px;
}
/* ***************************************************** */
/* ***************************************************** */
#prodejci.box{
	padding:0;
}
#prodejci .prodejce.box{
	margin:0 0 10px 0;
	padding:0;
	width:160px;
}
#prodejci .prodejce.box h3{
	margin:0;
	padding:0 0 0 10px;
	height:25px;
	line-height:25px;
	font-size:14px;
}
#prodejci .prodejce.box p{
  margin:0;
  padding:5px 10px;
	line-height:20px;
  text-align:left;
}
#prodejci .prodejce.box p a{
	margin:5px auto 0;
}
#prodejci .prodejce.box p a img{
	border:1px solid;
}
/* ***************************************************** */
/* ***************************************************** */
#info-head, #info-foot{
	text-align:justify;
}
/* ***************************************************** */
/* ***************************************************** */
/* uzivatelske menu */ 
.menu-nabidka{
  margin:0;
  padding:0;
}
.menu-nabidka h3{
  margin:5px 0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}
.menu-nabidka ul li{
  list-style:square;
  min-height:15px;
}
.menu-nabidka ul li a{
  margin:0;
  padding:0;
	line-height:15px;
  display:block;
  text-align:left;
  text-decoration:none;
}
.menu-nabidka ul li a:hover,
.menu-nabidka ul li a.aktivni,
.menu-nabidka ul li a.aktivni:hover{
	text-decoration:underline;
}
.menu-nabidka ul li a.aktivni{
	text-decoration:underline;
	color:#333333;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu katalog */
#leve-menu #katalog-menu{

}
#leve-menu #katalog-menu h2{
	border:0;
}
#leve-menu #katalog-menu div{
	margin:0;
	padding:0;
}
#leve-menu #katalog-menu ul{
	margin:0;
	padding:0 3px;
}
#leve-menu #katalog-menu ul ul{
	margin:0;
	padding:5px 0 0 0;
}
#leve-menu #katalog-menu ul li{
	padding-bottom:3px;
	min-height:20px;
	line-height:20px;
  list-style:none;
}
#leve-menu #katalog-menu ul li a{
  margin:0;
  padding:0 0 0 20px;
  display:block;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
}
#leve-menu #katalog-menu ul li a:hover{
  text-decoration:underline;
}
#leve-menu #katalog-menu ul li a.aktivni{
  text-decoration:underline;
	color:#333333;
}
#leve-menu #katalog-menu ul li * em{
	font-weight:normal;
	font-size:70%;
}
#leve-menu #katalog-menu ul li.kategorie a{
	line-height:27px;
	color:#f8f1d9;
	border-top:3px solid #89b3c7;
	border-bottom:2px solid #ffffff;
	background:url(img/katalog-menu-kategorie.png) no-repeat 10px 12px #245a79;
}
#leve-menu #katalog-menu ul li.kategorie a.aktivni{
	background-image:url(img/katalog-menu-kategorie-active.png);
}
#leve-menu #katalog-menu ul li.podkategorie a{
	line-height:20px;
	padding-left:30px;
	font-size:11px;
	border:0;
	color:#245473;
	background:url(img/katalog-menu-podkategorie.png) no-repeat 10px 9px transparent;
}
#leve-menu #katalog-menu ul li.podkategorie a:hover{
	
}
#leve-menu #katalog-menu ul li.podkategorie a.aktivni{
	font-weight:bold;
	background:url(img/katalog-menu-podkategorie.png) no-repeat 10px 9px transparent;
}
#leve-menu #katalog-menu ul li.vyrobek a{

}
#leve-menu #katalog-menu ul li.vyrobek a:hover,
#leve-menu #katalog-menu ul li.vyrobek a.aktivni{

}



#katalog-zobrazeni-textove,
#katalog-zobrazeni-obrazkove{
	margin:0 0 15px 0;
	padding:0 0 0 25px;
	height:22px;
	line-height:22px;
	clear:both;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	border-top:1px solid #f9ad4b;
	border-bottom:1px solid #f9ad4b;
	background:url(img/a-sipky.png) no-repeat 10px;
}
/* ***************************************************** */
/* ***************************************************** */
/*  telo  */
#telo div, 
#telo p, 
#telo ul, 
#telo ol, 
#telo pre, 
#telo address{
	margin:0;
	padding:0 10px 10px 10px;
}
#telo div{
	margin:0 10px 10px 10px;
	padding:0;
}
#telo table{
	margin:0 10px 10px 10px;
	width:auto;
}
#telo p{
  text-align: justify;
}
#telo ul, #telo ol{
  margin:10px 10px 10px 35px;
  padding:0;
}
#telo .levy{
  text-align:right;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .kosik .nadpis th{
	color:#8e560a;
	background:url(img/table-th.png) repeat-x bottom #f8b861;
}
#telo .kosik .celkem th{
  background:#fad799;
}
/* ***************************************************** */
/* ***************************************************** */
#telo div#katalogova-nabidka{
	margin:0;
  padding:0;
  width:100%;
  text-align:center;
}
#telo div#katalogova-nabidka form.detail-vyrobku{
  margin:0;
  padding:0;
  width:100%;
}
#telo div.detail-vyrobku{
  margin:0;
	padding:0;
  width:100%;
  text-align:left;
}

#telo div.detail-vyrobku strong.icon-akce,
#telo div.detail-vyrobku strong.icon-novinka,
#telo div.detail-vyrobku strong.icon-nas-tip{
	font-size:18px;
	text-transform:uppercase;
}
#telo div.detail-vyrobku strong.icon-akce{
	color:#c43208;
}
#telo div.detail-vyrobku strong.icon-novinka{
	color:#f5910d;
}
#telo div.detail-vyrobku strong.icon-nas-tip{
	color:#126985;
}


#telo div.detail-vyrobku strong.cena{
  line-height:24px;
  font-size:18px;
	color:#f4981a;
}


#telo div.detail-vyrobku input.dokosiku{
	margin:3px 0;
	padding:0 10px;
	width:auto;
	height:25px;
	line-height:25px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	border:0;
	border-top:2px solid #89b3c7;
	color:#efe8ce;
	background:#245c7b;
}
/* ***************************************************** */
/* ***************************************************** */
#telo a.katalogova-nabidka{
  margin:10px 0 10px 20px;
  padding:2px 2px 9px;
  width:148px;
	height:190px;
  line-height:16px;
  display:block;
  float:left;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
	text-transform:uppercase;
  border:1px solid #efe8ce;
	background:url(img/katalogova-nabidka-back.png) no-repeat center bottom #fbf9f2;
}
#telo a.katalogova-nabidka:hover{
  text-decoration:underline;
}
#telo a.katalogova-nabidka span{
  margin:0 auto 7px;
  padding:14px;
	display:block;
	text-align:center;
	background:white;
}
#telo a.katalogova-nabidka img{
	margin:0 auto;
  display:block;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .katalog-nahled-vyrobku{
  margin:10px 0 10px 20px;
  padding:2px 2px 9px;
  width:148px;
  height:252px;
  display:block;
  float:left;
  text-align:center;
	border:1px solid #efe8ce;
	background:#fbf9f2;
}
#telo .katalog-nahled-vyrobku, #telo .katalog-nahled-vyrobku *{
	text-align:center;
}
#telo .katalog-nahled-vyrobku h3, #telo .katalog-nahled-vyrobku h3 *{
  margin:0;
  padding:0;
  text-decoration:none;
	overflow:hidden;
}
#telo .katalog-nahled-vyrobku h3 a{
  margin:0;
	padding:0;
	height:196px;
	display:block;
	line-height:16px;
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
}
#telo .katalog-nahled-vyrobku h3 a:hover{
  text-decoration:underline;
}


#telo .katalog-nahled-vyrobku h3 a span{
  margin:0 auto 7px;
  padding:14px;
	display:block;
	text-align:center;
	background:white;
}
#telo .katalog-nahled-vyrobku h3 a span img{
	margin:0 auto;
	padding:0;
}


#telo .katalog-nahled-vyrobku h3 a strong.icon-akce,
#telo .katalog-nahled-vyrobku h3 a strong.icon-novinka,
#telo .katalog-nahled-vyrobku h3 a strong.icon-nas-tip{
	margin:-157px 0 0 89px;
	padding:0;
	width:61px;
	height:61px;
	display:block;
	position:absolute;
	text-transform:uppercase;
	text-indent:-9000px;
}
#telo .katalog-nahled-vyrobku h3 a strong.icon-akce{
	color:#c43208;
	background:url(img/icon-akce.png) no-repeat center;
}
#telo .katalog-nahled-vyrobku h3 a strong.icon-novinka{
	color:#f5910d;
	background:url(img/icon-novinka.png) no-repeat center;
}
#telo .katalog-nahled-vyrobku h3 a strong.icon-nas-tip{
	color:#126985;
	background:url(img/icon-nas-tip.png) no-repeat center;
}



#telo .katalog-nahled-vyrobku p.cena{
  margin:0;
  padding:0 0 10px 0;
	height:25px;
}
#telo .katalog-nahled-vyrobku p.cena strong{
	margin:0;
	padding:0;
	width:100%;
	height:24px;
	line-height:25px;
	font-size:16px;
	color:#f4981a;
}


#telo .katalog-nahled-vyrobku p.detail-dokosiku{
	margin:0;
	padding:0 10px;
	text-align:center;
}
#telo .katalog-nahled-vyrobku p.detail-dokosiku a.detail,
#telo .katalog-nahled-vyrobku p.detail-dokosiku input.dokosiku{
	margin:0;
	padding:0;
	width:60px;
	height:18px;
	display:block;
	float:left;
	line-height:18px;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	border:0;
	border-top:2px solid #89b3c7;
	color:#efe8ce;
	background:#245c7b;
}
#telo .katalog-nahled-vyrobku p.detail-dokosiku input.dokosiku{
	padding-bottom:2px;
	width:60px;
	height:20px;
	float:right;
	line-height:18px;
}
#telo .katalog-nahled-vyrobku p.detail-dokosiku a.detail:hover,
#telo .katalog-nahled-vyrobku p.detail-dokosiku input.dokosiku:hover{
	text-decoration:underline;
}



#telo .katalog-nahled-vyrobku.nezobrazujeSe{
  border-color:#cc0000;
  background:#f7d1d1;
}
#telo .katalog-nahled-vyrobku.nezobrazujeSe * a{
	color:#cc0000;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .katalogTextovyNahledVyrobku{
  margin:5px auto;
  padding:5px 10px;
	width:695px;
  border-bottom:1px solid #f8dbb5;
}
#telo .katalogTextovyNahledVyrobku.nezobrazujeSe *{
  color:#cc0000;
}
#telo .katalogTextovyNahledVyrobku.nezobrazujeSe{
  border-color:#cc0000;
  background:#f7d1d1;
}
#telo .katalogTextovyNahledVyrobku.displayNone{
  display:none;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .kniha-prispevek, #telo .katalog-komentar{
	margin:5px 5px;
	padding:8px;
	width:auto;
	text-align:left;
	border:1px solid #cccccc;
	background:url(img/content-shadow.png) repeat-x top white;
}
#telo .kniha-prispevek h3, #telo .katalog-komentar h3{
	margin:0;
	padding:0;
}
#telo .kniha-prispevek .odpoved{
	margin:8px 0 0 0;
	padding:8px;
	width:auto;
	border:1px solid #cccccc;
	background:url(img/content-shadow.png) repeat-x top white;
}
#telo .kniha-prispevek.neaktivni, #telo .kniha-prispevek.neaktivni *, #telo .katalog-komentar.katalog-komentar-skryty, #telo .katalog-komentar.katalog-komentar-skryty *{
	color:#cc0000;
	border-color:#cc0000;
	background:white;
}
/* ***************************************************** */
/* ***************************************************** */
#telo #pridatKomentar{
  margin:0;
  padding:0 0 30px 0;
}
#telo #pridatKomentar div, #telo #pridatKomentar * div{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .zakaznik-prava{
	margin:0 0 15px 5px;
	padding:0 0 10px 20px;
	width:300px;
	border-left:1px dotted;
	border-bottom:1px dotted;
}
/* ***************************************************** */
/* ***************************************************** */
#footer {
	margin:15px 0 0 0;
  padding:0;
  width:100%;
	height:31px;
	clear:both;
	text-align:center;
	background:url(img/footer.png) repeat-x top;
}
#footer #footer-in{
	margin:0 auto;
	padding:0;
	width:960px;
}
#footer #footer-in p{
	margin:0;
	padding:0;
	float:left;
	line-height:31px;
	text-align:left;
}
#footer #footer-in p#copyright{
	float:right;
	text-align:right;
}
#footer #footer-in p#copyright a{
	margin:0 0 0 10px;
	padding:0;
	width:121px;
	height:31px;
	line-height:31px;
	display:block;
	float:right;
	text-align:left;
	text-decoration:none;
	text-indent:-9000px;
	border:0;
	background:url(img/footer-logo.png) no-repeat center;
}
#footer, #footer *{
	text-decoration:none;
	color:#f8f1d9;
}
#footer a{
	font-weight:bold;
	border-bottom:1px dotted #f8f1d9;
}
#footer a:hover{
	border-bottom:1px solid #724404;
	color:#724404;
}
/* ***************************************************** */
/* ***************************************************** */
#footer-seo-obal{
	margin:0;
	padding:0;
	width:100%;
	background:#245473;
}
#footer-seo{
	margin:0 auto;
  padding:5px 0 10px 0;
  width:996px;
	clear:both;
	text-align:center;
	color:#f8f1d9;
	background:#245473;
}
#footer-seo a{
	color:#f8f1d9;
}
/* ***************************************************** */
/* ***************************************************** */
.odkaz-vice, * p.odkaz-vice, #telo .odkaz-vice{
  display:block;
  clear:both;
  text-align:right;
  margin:0;
	padding:10px 5px;
  font-size:10pt;
  line-height:10pt;
}
.odkaz-zpet, * p.odkaz-zpet, #telo .odkaz-zpet{
  display:block;
  clear:both;
  text-align:left;
  margin:0;
	padding:10px 5px;
  font-size:10pt;
  line-height:10pt;
}
.ok, #telo .ok{
  margin:10px 0;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #93AF61;
  background: url(img/icon-ok.png) no-repeat 10px 5px #E2F0C9;
}
.ok, .ok *{
  color:#516F1B;
}
.err, #telo .err{
  margin:10px 0;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #fcadad;
  background: url(img/icon-err.png) no-repeat 10px 5px #FDE0E0;
}
.err, .err *{
  color:#CE0000;
}
.info, #telo .info{
  margin:10px 0;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #EDEDB3;
  background: url(img/icon-info.png) no-repeat 10px 5px #FFFFCC;
}
.info, .info *{
  color:#242424;
}
/* ***************************************************** */
/* ***************************************************** */
#mapa {
  margin:10px auto;
	padding:0;
	width:700px;
	height:400px;
	border:3px solid;
	background:url(img/mapa.png) top left no-repeat;
}
#mapa *{
  color: black; 
	font-size: 11px; 
}
#mapa div{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after,#paticka ul:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix,#paticka ul {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix, * html #paticka ul {height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2010                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */