/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2011                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
* {
	margin:0 auto;
	padding:0;
	font-size:11px;
	line-height:1.4;
	font-family:"Tahoma","Arial","Trebuchet MS";
}
body{
	text-align:center;
	background:url(img/body.png) repeat-x top center fixed white;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#777777;
}
.nomargin, * .nomargin, #telo .nomargin{
	margin:0;
}
.nopadding, * .nopadding, #telo .nopadding{
	padding:0;
}
.nodisplay, * .nodisplay, #telo .nodisplay{
	display:none;
}
/* ***************************************************** */
#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:#e0569f;
}
a:hover {
	text-decoration:none;
	color:#e22086;
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#334da8;
}
small, small *, .small, .small *{
	font-size:10px;
	line-height:2;
}
/* ***************************************************** */
h1, h2, h3, h4, h5, h6 { 
	margin:5px auto;
	padding:0;
	line-height:1.2;
	text-align:left;
	color:#334da8;
}
h1,
h2{
	margin:0 0 5px 0;
	padding:0 5px;
	height:30px;
	line-height:30px;
	font-size:12px;
	border:0;
	color:white;
	background:url(img/h2-back.png) repeat-x center;
}
h1,
h1 *{
	line-height:30px;
	font-size:12px;
	text-decoration:none;
	color:white;
}
h1 small,
h1 small *{
	font-size:10px;
}
h3{
	font-size:17px;
}
h4 {
	font-size:15px;
}
h5{
	font-size:13px;
}
h6{
	font-size:11px;
}
/* ***************************************************** */
table{
	margin:0 auto;
	padding:0;
	border:1px solid #cccccc;
	border-width:1px 0 0 1px;
}
table th,
table td{
	padding:2px 5px;  
	text-align:left;
	vertical-align:top;
	border:1px solid #cccccc;
	border-width:0 1px 1px 0;
}
table th{
	padding:0 5px;
	min-height:20px;
	line-height:20px;
	font-weight:bold;
	color:#e22086;
	background:url(img/table-th.png) repeat top;
}
table tr:hover td,
table tr.zvyraznit td,
#telo .kniha-prispevek,
#telo .katalog-komentar,
#telo .zakaznik-prava,
#prodejci .prodejce,
#telo .kosik .celkem,
#telo .kosik tr:hover{
	background:#fff2f5;
}
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,
table tr.nohoverbackground:hover td,
table tr:hover td.nohoverbackground,
#telo table.nohoverbackground.kosik tr:hover td,
#telo table.kosik tr.nohoverbackground:hover td,
#telo table.kosik tr:hover td.nohoverbackground{
	background:transparent;
}
table td.textleft{
	text-align:left;
}
table td.textright{
	text-align:right;
}
table td.textcenter{
	text-align:center;
}
/* ***************************************************** */
form{
	margin-bottom:15px;
}
input,
textarea,
select{
	margin:2px;
	padding:3px;
	width:173px;
	font-size:11px;
	color:#777777;
	border:1px solid #999999;
	background:url(img/dot-white-50.png) repeat;
}
select{
	padding:1px;
	width:181px;
}
select option{
	margin:0;
	padding:2px 3px 1px;
}
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;
	background:transparent;
}
input.tlacitko,
input[type=submit],
#telo .katalog-nahled-vyrobku p.detail-dokosiku a.detail{
	padding:2px 3px;
	width:180px;
	height:25px;
	line-height:25px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-transform:lowercase;
	cursor:pointer;
	color:#777777;
	border:1px solid #999999;
	background:url(img/input-formbutton.png) repeat-x top #c1c1c1;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
input.tlacitko:hover,
input[type=submit]:hover,
#telo .katalog-nahled-vyrobku p.detail-dokosiku a.detail:hover{
	color:#444444;
	border:1px solid #777777;
}
input.readonly{
	background:#eeeeee;
}
/* ***************************************************** */
label.labelBlock{
	margin:2px 0 0 0;
	padding:3px 5px 3px 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:28px 0 0 0;
	width:100%;
	background:url(img/layout/01.jpg) no-repeat center top fixed;
}
#main,
span#main-top{
	margin:0 auto;
	padding:0 4px 0 5px;
	width:961px;
	text-align:left;
	background:url(img/main.png) repeat-y center;
}
#main img{
	border:0;
}
span#main-top{
	height:10px;
	display:block;
	background:url(img/main-top.png) no-repeat center bottom;
}
/* ***************************************************** */
/* ***************************************************** */
#header{
	margin:0;
	padding:0;
	width:100%;
	height:143px;
}
/* ***************************************************** */
#header h1{
	display:none;
}
/* ***************************************************** */
#header a#home{
	margin:0 auto;
	padding:0;
	width:495px;
	height:104px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent:-9000px;
	background:url(img/header-home.png) no-repeat center;
}
/* ***************************************************** */
#header #prodejna{
	margin:0 0 0 12px;
	padding:7px 0 0 0;
	display:block;
	width:165px;
	height:82px;
	position:absolute;
	top:38px;
	left:50%;
	font-size:11px;
	background:url(img/header-oddelovac.png) no-repeat right;
}
#header #prodejna p{
	margin:0;
	padding:0;
	height:auto;
	line-height:1.1;
	border:0;
	background:transparent;
}
#header #prodejna,
#header #prodejna *{
	font-size:10px;
	color:#777777;
}
#header #prodejna strong{
	font-weight:bold;
	text-transform:uppercase;
	color:#334da8;
}
#header #prodejna strong.lowercase{
	text-transform:lowercase;
}
#header #prodejna p{
	margin:0;
	padding:0 0 5px 0;
}
#header #prodejna a:hover{
	color:#444444;
}
/* ***************************************************** */
#header #header-login{
	margin:0 0 0 177px;
	padding:27px 0 0 20px;
	display:block;
	width:181px;
	height:77px;
	position:absolute;
	top:38px;
	left:50%;
	font-size:11px;
	background:url(img/header-oddelovac.png) no-repeat right;
}
#header #header-login h2,
#header #header-login br{
	display:none;
}
#header #header-login p{
	margin:0;
	padding:0;
}
#header #header-login input{
	margin:0 1px 2px 0;
	padding:3px 4px;
	width:70px;
	height:14px;
	float:left;
}
#header #header-login input.tlacitko{
	margin:3px 20px 0 0;
	padding:0;
	width:54px;
	height:25px;
	display:block;
	float:right;
}
#header #header-login a{
	margin:0;
	padding:0;
	width:106px;
	height:14px;
	line-height:14px;
	display:block;
	clear:left;
	font-size:11px;
	text-decoration:none;
	color:#777777;
}
#header #header-login a:hover,
#header #header-login.header-login-prihlasen ul li a:hover{
	text-decoration:underline;
	color:#444444;
}

#header #header-login.header-login-prihlasen{
	padding-top:17px;
	height:87px;
}
#header #header-login.header-login-prihlasen br{
	display:block;
}
#header #header-login.header-login-prihlasen ul{
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}
#header #header-login.header-login-prihlasen ul li{
	margin:0;
	padding:0;
	width:50%;
	float:left;
}
#header #header-login.header-login-prihlasen ul li,
#header #header-login.header-login-prihlasen ul li a{
	height:16px;
	line-height:16px;
}
/* ***************************************************** */
#header #kosik{
	margin:0 0 0 378px;
	padding:0;
	display:block;
	width:103px;
	height:104px;
	position:absolute;
	top:38px;
	left:50%;
	font-size:11px;
}
#header #kosik h2{
	display:none;
}
#header #kosik a{
	margin:0;
	padding:61px 0 0 0;
	width:100%;
	height:43px;
	display:block;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#777777;
	background:url(img/header-kosik.png) no-repeat center 18px;
}
#header #kosik a:hover{
	text-decoration:underline;
	color:#444444;
}
/* ***************************************************** */
#header .mainmenu{
	margin:0;
	padding:2px 0;
	clear:both;
	height:35px;
	width:100%;
	background:url(img/mainmenu.png) repeat-x center;
}
#header .mainmenu ul{
	margin:0;
	padding:0;
}
#header .mainmenu ul li{
	margin:0;
	padding:0 2px 0 0;
	height:35px;
	width:152px;
	float:left;
	list-style:none;
	background:url(img/mainmenu-li.png) no-repeat right;
}
#header .mainmenu ul li.page20{
	padding-right:0;
	background:transparent;
}
#header .mainmenu ul li a{
	margin:0;
	padding:0 15px;
	display:block;
	line-height:35px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#e0569f;
}
#header .mainmenu ul li a:hover, #header .mainmenu ul li a.active{
	text-decoration:none;
	color:#e22086;
}
/* ***************************************************** */
#header .topmenu{
	margin:0;
	padding:0;
	width:100%;
	height:21px;
	position:absolute;
	top:0;
	left:0;
	background:url(img/topmenu.png) repeat-x top;
}
#header .topmenu ul{
	margin:0 0 0 -467px;
	padding:0;
	clear:both;
	display:block;
	height:20px;
	width:944px;
	position:absolute;
	top:0;
	left:50%;
}
#header .topmenu ul li{
	margin:0;
	padding:0 15px 0 5px;
	height:20px;
	float:left;
	list-style:none;
}
#header .topmenu ul li a{
	margin:0;
	padding:0;
	display:block;
	line-height:20px;
	font-size:10px;
	text-decoration:none;
	color:#777777;
}
#header .topmenu ul li a:hover,
#header .topmenu ul li a.active{
	text-decoration:underline;
	color:#444444;
}
/* ***************************************************** */
/* ***************************************************** */
#content{
	margin:0;
	padding:10px;
	width:941px;
	clear:both;
}
#content-left{
  margin:0;
  padding:0;
  width:781px;
  float:left;
}
#leve-menu{
  margin:0;
  padding:0;
  width:150px;
  float:left;
}
#telo{
  margin:0;
  padding:0;
	float:right;
	width:621px;
	min-height:129px;
  text-align:justify;
}
#prave-menu{
  margin:0;
  padding:0;
  width:150px;
  float:right;
}


#leve-menu .box,
#prave-menu .box,
#telo .box{
	margin:0 0 10px 0;
	padding:0;
	width:150px;
}
#telo .box{
	width:auto;
}
#leve-menu .box{
	background:url(img/leve-menu-box.png) repeat-y left top;
}
.postrannimenu .box h2,
.postrannimenu .box h3,
.postrannimenu .box div,
.postrannimenu .box p{
	margin:0;
}
.postrannimenu .box h2,
.postrannimenu .box h3{
	margin-bottom:5px;
}
.postrannimenu .box div,
.postrannimenu .box p{
	
	padding:0;
}
.postrannimenu .box ul,
.postrannimenu .box ol,
.postrannimenu .box p{
	margin:0;
	padding:0 0 5px 15px;
}
.postrannimenu .box ul div,
.postrannimenu .box ol div{
	padding:0 0 0 15px;
}
.postrannimenu .box ul ul,
.postrannimenu .box ol ol{
	margin:0;
	padding:0;
}
.postrannimenu .box img{
	margin:0;
	padding:0;
	max-width:150px;
}
/* ***************************************************** */
/* ***************************************************** */
#vyhledavani{
	text-align:center;
	overflow:hidden;
}
#vyhledavani input,
#vyhledavani .select{
	margin:0 0 2px 0;
	width:111px;
	height:19px;
	line-height:19px;
	float:left;
}
#vyhledavani input.tlacitko{
	width:28px;
	height:27px;
	float:right;
}
/* ***************************************************** */
/* ***************************************************** */
#box-facebook{
	text-align:center;
}
#box-facebook iframe{
	margin:5px auto 0;
	width:120px;
}
/* ***************************************************** */
/* ***************************************************** */
#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:5px 0;
  display:block;
  text-align:center;
}
#partneri img{
  margin:2px auto;
  padding:0;
	display:block;
}
/* ***************************************************** */
/* ***************************************************** */
#prodejci.box{

}
#prodejci .prodejce.box{
	margin:10px 0;
	padding:5px;
}
#prodejci .prodejce.box h3{
	margin:0;
	padding:0 0 0 10px;
	height:25px;
	line-height:25px;
	font-size:14px;
	border-top:1px solid #eea448;
	border-bottom:1px solid #eea448;
}
#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 #ffca89;
}
/* ***************************************************** */
/* ***************************************************** */
#info-head,
#info-foot{
	text-align:justify;
}
/* ***************************************************** */
/* ***************************************************** */
.menu-nabidka{
  margin:0;
  padding:0;
}
.menu-nabidka h3{
  margin:0 0 5px 0;
  padding:0;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}
.menu-nabidka ul{
  margin:0 0 5px 0;
	padding:0;
	list-style:square;
}
.menu-nabidka ul li{
	margin:0;
	padding:0;
  min-height:15px;
}
.menu-nabidka ul li a{
  margin:0;
  padding:0;
	line-height:15px;
  display:block;
  text-align:left;
  text-decoration:none;
	color:#e0569f;
}
.menu-nabidka ul li a:hover,
.menu-nabidka ul li a.aktivni,
.menu-nabidka ul li a.aktivni:hover{
	text-decoration:underline;
	color:#e22086;
}
/* ***************************************************** */
/* ***************************************************** */
#katalog-menu .katalogmenu{
	margin:0;
	padding:0;
	width:100%;
}
#katalog-menu .katalogmenu ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#e0569f;
}
#katalog-menu .katalogmenu ul li a:hover,
#katalog-menu .katalogmenu ul li a.active{
	color:#e22086;
}
/* ***************************************************** */
#katalog-menu{
  margin:0;
  padding:0;
}
#katalog-menu ul{
	margin:0;
	padding:0;
	width:100%;
}
#katalog-menu ul ul{
	margin:0;
	padding:0 0 5px 0;
}
#katalog-menu ul li{
	padding-bottom:1px;
	min-height:25px;
	line-height:24px;
  list-style:none;
	background:url(img/katalog-menu.png) repeat-x bottom;
}
#katalog-menu ul ul li{
	padding-bottom:0;
	min-height:15px;
	line-height:15px;
	background:transparent;
}
#katalog-menu ul li a{
  margin:0;
  padding:0 0 0 8px;
  display:block;
	line-height:24px;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
	color:#555555;
}
#katalog-menu ul ul li a{
	padding-left:0px;
	line-height:15px;
	font-size:11px;
}
#katalog-menu ul li a:hover,
#katalog-menu ul li a:hover strong{
  text-decoration:underline;
	color:black;
}
#katalog-menu ul li a.aktivni,
#katalog-menu ul ul li a.aktivni
#katalog-menu ul li a.aktivni strong,
#katalog-menu ul ul li a.aktivni strong{
	text-decoration:underline;
	font-weight:bold;
	color:#e22086;
}
#katalog-menu ul ul li a.aktivni{
	font-weight:normal;
}
#katalog-menu ul li * em{
	font-weight:normal;
	font-size:70%;
}
/* ***************************************************** */
/* ***************************************************** */
#telo div, 
#telo p, 
#telo ul, 
#telo ol, 
#telo pre, 
#telo address{
	margin:0;
	padding:0 0 5px 0;
}
#telo div{
	margin:0 0 5px 0;
	padding:0;
}
#telo p{
  text-align: justify;
}
#telo ul, #telo ol{
  margin:0 0 5px 30px;
  padding:0;
}
#telo .levy{
  text-align:right;
}
/* ***************************************************** */
#telo ul#objednavka-kroky,
#telo ul#objednavka-kroky li,
#telo ul#objednavka-kroky li a{
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	list-style:none;
}
#telo ul#objednavka-kroky{
	padding-bottom:5px;
	background:no-repeat left top;
}
#telo ul#objednavka-kroky.objednavka-krok-1{
	background-image:url(img/objednavka-krok-1.png);
}
#telo ul#objednavka-kroky.objednavka-krok-2{
	background-image:url(img/objednavka-krok-2.png);
}
#telo ul#objednavka-kroky.objednavka-krok-3{
	background-image:url(img/objednavka-krok-3.png);
}
#telo ul#objednavka-kroky.objednavka-krok-4{
	background-image:url(img/objednavka-krok-4.png);
}
#telo ul#objednavka-kroky li{
	padding:0 0 0 30px;
	width:125px;
	float:left;
}
#telo ul#objednavka-kroky li#objednavka-krok-4{
	width:126px;
}
#telo ul#objednavka-kroky li,
#telo ul#objednavka-kroky li a{
	display:block;
	text-decoration:none;
	color:#8a9cda;
}
#telo ul#objednavka-kroky li.active,
#telo ul#objednavka-kroky li.active a{
	color:#e0569f;
}
#telo ul#objednavka-kroky li a:hover{
	text-decoration:underline;
}
/* ***************************************************** */
/* ***************************************************** */
#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 table.parametry{
	margin:0 0 5px 0;
	padding:0;
	width:360px;
	float:right;
}
#telo div.detail-vyrobku .hlavnifoto{
	margin:0 0 5px 0;
	padding:0;
	width:250px;
	float:left;
	display:block;
}
#telo div.detail-vyrobku .hlavnifoto img{
	width:250px;
}

#telo div.detail-vyrobku strong.cena{
	line-height:18px;
  font-size:14px;
}

#telo div.detail-vyrobku input.dokosiku{
	margin:0;
	padding:2px 4px;
	width:auto;
	height:auto;
	font-size:11px;
}
#telo div.detail-vyrobku input.dokosiku:hover{
	text-decoration:underline;
}
/* ***************************************************** */
#telo iframe#detail-facebook{
	margin:0 0 5px 0;
	width:340px;
	height:23px;
	line-height:23px;
	border:none;
}
#telo #facebook-sdilet{
	margin:0;
	padding:0;
	text-decoration:none;
}
#telo #facebook-sdilet .FBConnectButton.FBConnectButton_Small{
	margin:0;
	padding:0;
	height:18px;
}
#telo #facebook-sdilet .FBConnectButton_Text{
	padding-top:0;
	padding-bottom:0;
	height:15px;
	line-height:15px;
	font-size:11px;
	font-weight:normal;
	text-transform:lowercase;
}
/* ***************************************************** */
/* ***************************************************** */
#telo a.katalogova-nabidka{
  margin:0 0 5px 0;
  padding:5px 2px 6px;
  width:120px;
  height:153px;
  line-height:14px;
  display:block;
  float:left;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
	background:url(img/katalog-nahled-vyrobku.png) repeat-x bottom left;
}
#telo a.katalogova-nabidka span{
  margin:0 auto;
  padding:0 0 5px 0;
  display:block;
	text-align:center;
}
#telo a.katalogova-nabidka img{
	margin:0 auto;
  display:block;
}
/* ***************************************************** */
#telo div.infotext{
	margin:0 0 5px 0;
	padding:0 0 6px 0;
	display:block;
	text-align:justify;
	background:url(img/katalog-nahled-vyrobku.png) repeat-x bottom left;
}
#telo p.strankovani{
	margin:0 0 5px 0;
	padding:0 0 6px 0;
	display:block;
	clear:both;
	text-align:center;
	background:url(img/katalog-nahled-vyrobku.png) repeat-x bottom left;
}
/* ***************************************************** */
#telo .katalog-nahled-vyrobku{
  margin:0 0 5px 0;
  padding:0 0 10px 0;
  width:207px;
  height:258px;
  float:left;
  display:block;
	background:url(img/katalog-nahled-vyrobku.png) repeat-x bottom left;
}
#telo .katalog-nahled-vyrobku h3,
#telo .katalog-nahled-vyrobku h3 *{
  margin:0;
  padding:0;
	overflow:hidden;
	text-align:center;
}


#telo .katalog-nahled-vyrobku h3 a{
  margin:0;
	padding:0 0 5px;
	height:189px;
	display:block;
}
#telo .katalog-nahled-vyrobku h3 a:hover{
}

#telo .katalog-nahled-vyrobku h3 a span{
	margin:0;
	padding:5px 0;
	height:120px;
	display:block;
	text-align:center;
	background:white;
}
#telo .katalog-nahled-vyrobku h3 a span img{
	margin:0 auto;
	padding:0;
	border:0;
}

#telo .katalog-nahled-vyrobku h3 a em{
	margin:0;
	padding:0 10px;
	height:54px;
	line-height:18px;
	display:block;
	font-style:normal;
}


#telo .katalog-nahled-vyrobku p.status{
	margin:0;
	padding:0;
	height:14px;
	display:block;
	text-align:center;
}
#telo .detail-vyrobku table td.status,
#telo .katalog-nahled-vyrobku p.status{
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#telo .detail-vyrobku table td.status span.status-text-akce,
#telo .detail-vyrobku table td.status span.status-text-sleva,
#telo .detail-vyrobku table td.status span.status-text-novinka,
#telo .detail-vyrobku table td.status span.status-text-nas-tip,
#telo .katalog-nahled-vyrobku p.status span.status-text-akce,
#telo .katalog-nahled-vyrobku p.status span.status-text-sleva,
#telo .katalog-nahled-vyrobku p.status span.status-text-novinka,
#telo .katalog-nahled-vyrobku p.status span.status-text-nas-tip,
#telo .katalog-nahled-vyrobku-alt .status{
	margin:0;
	padding:1px 3px;
	height:12px;
	line-height:12px;
	font-size:10px;
	font-weight:bold;
	color:white;	
}
#telo .detail-vyrobku table td.status span.status-text-akce,
#telo .katalog-nahled-vyrobku p.status span.status-text-akce,
#telo .katalog-nahled-vyrobku-alt .status.status-text-akce{
	background:#c43208;
}
#telo .detail-vyrobku table td.status span.status-text-sleva,
#telo .katalog-nahled-vyrobku p.status span.status-text-sleva,
#telo .katalog-nahled-vyrobku-alt .status.status-text-sleva{
	background:#c43208;
}
#telo .detail-vyrobku table td.status span.status-text-novinka,
#telo .katalog-nahled-vyrobku p.status span.status-text-novinka,
#telo .katalog-nahled-vyrobku-alt .status.status-text-novinka{
	background:#f5910d;
}
#telo .detail-vyrobku table td.status span.status-text-nas-tip,
#telo .katalog-nahled-vyrobku p.status span.status-text-nas-tip,
#telo .katalog-nahled-vyrobku-alt .status.status-text-nas-tip{
	background:#456AE9;
}


#telo .katalog-nahled-vyrobku p.cena{
  margin:0;
  padding:5px 0;
	/*height:35px;*/
	line-height:16px;
	text-align:center;
}
#telo .katalog-nahled-vyrobku p.cena strong{
  margin:0;
	padding:0;
	line-height:18px;
  font-size:14px;
}
#telo .katalog-nahled-vyrobku p.cena small{
	line-height:16px;
  text-decoration:line-through;
}


#telo .katalog-nahled-vyrobku p.detail-dokosiku{
	margin:0;
	padding:0 35px;
	height:22px;
	overflow:hidden;
	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;
	height:20px;
	width:60px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
}
#telo .katalog-nahled-vyrobku p.detail-dokosiku input.dokosiku{
	padding:0 0 2px 0;
	height:22px;
	line-height:18px;
	float:right;
}
#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 p.detail-dokosiku img{
	height:11px;
	width:11px;
}


#telo .katalog-nahled-vyrobku.nezobrazujeSe,
#telo .katalog-nahled-vyrobku.nezobrazujeSe a,
#telo .katalog-nahled-vyrobku.nezobrazujeSe a *{
  color:#cc5555;
  background-color:#ffdddd;
}
/* ***************************************************** */
#telo #boxalternativnizbozi{
	margin:0;
	padding:5px 0 20px 0;
	width:100%;
}
#telo #boxalternativnizbozi h2{
	margin:0 0 5px 0;
}
#telo .katalog-nahled-vyrobku-alt{
  margin:0;
  padding:5px 0;
  width:100%;
  height:auto;
  display:block;
	overflow:hidden;
	text-align:left;
	background:url(img/katalog-nahled-vyrobku.png) repeat-x bottom left;
}
#telo .katalog-nahled-vyrobku-alt *{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	line-height:16px;
}
#telo .katalog-nahled-vyrobku-alt p.alt-left,
#telo .katalog-nahled-vyrobku-alt p.alt-right{
	margin:0;
	padding:0;
	width:400px;
	display:block;
	float:left;
}
#telo .katalog-nahled-vyrobku-alt p.alt-right{
	width:220px;
	float:right;
	text-align:right;
}


#telo .katalog-nahled-vyrobku-alt p.alt-left a{
	margin:0 5px 0 0;
	padding:0;
	display:block;
}


#telo .katalog-nahled-vyrobku-alt .status{
	margin:1px 5px 1px 0;
	width:auto;
	display:block;
	float:left;
	text-transform:uppercase;
}


#telo .katalog-nahled-vyrobku-alt input{
	margin:0 0 0 5px;
	padding:1px 0;
	height:auto;
	width:auto;
}
#telo .katalog-nahled-vyrobku-alt .dokosiku:hover{
	text-decoration:underline;
}


#telo .katalog-nahled-vyrobku-alt.nezobrazujeSe,
#telo .katalog-nahled-vyrobku-alt.nezobrazujeSe a,
#telo .katalog-nahled-vyrobku-alt.nezobrazujeSe a *{
  color:#cc5555;
  background-color:#ffdddd;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .katalogTextovyNahledVyrobku{
  margin:5px auto;
  padding:5px 15px;
	width:524px;
  border-bottom:1px solid #eea448;
}
#telo .katalogTextovyNahledVyrobku.nezobrazujeSe *{
  color:#cc0000;
}
#telo .katalogTextovyNahledVyrobku.nezobrazujeSe{
  border-color:#cc0000;
  background:#f7d1d1;
}
#telo .katalogTextovyNahledVyrobku.displayNone{
  display:none;
}
/* ***************************************************** */
/* ***************************************************** */
#telo table.kosik{
	margin:0 0 10px 0;
	width:100%;
}
#telo table.kosik tr{
	margin:0 0 1px 0;
	padding:0 0 1px 0;
}
#telo .kosik th{
	padding:0 5px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#e22086;
	background:url(img/table-th.png) repeat-x;
}
#telo table.kosik td{
	padding:0 5px;
	line-height:25px;
	vertical-align:middle;
}
#telo table.kosik td.obrazek{
	padding-left:0;
	padding-right:0;
	height:50px;
	width:50px;
	text-align:center;
	background:white;
}
#telo table.kosik td.obrazek a{
	margin:0;
	padding:0;
	height:50px;
	width:50px;
	display:block;
	text-decoration:none;
}
#telo table.kosik td.obrazek img,
#telo table.kosik td.obrazek a img{
	margin:0 auto;
	padding:0;
	max-height:50px;
	max-width:50px;
	vertical-align:middle;
}
/* ***************************************************** */
#telo table.kosik td.parametry{
	width:150px;
}
#telo table.kosik td.parametry select{
	margin:0;
	width:150px;
}
/* ***************************************************** */
#telo table.kosik td.odebrat{
	padding-left:0;
	padding-right:0;
	width:25px;
}
#telo table.kosik td.odebrat a{
	margin:0 auto;
	padding:0;
	height:16px;
	width:16px;
	display:block;
	text-indent:-9000px;
	background:url(img/kosik-odebrat.png) no-repeat left top;
}
#telo table.kosik td.odebrat a:hover{
	background-position:right top;
}
/* ***************************************************** */
#telo table.kosik td input.ulozit-zmeny,
#telo table.kosik td input.smazat-obsah{
	margin:0;
	padding:0 0 0 20px;
	height:20px;
	line-height:20px;
	text-align:left;
	text-decoration:underline;
	outline:0;
	border:0;
	background:url(img/kosik-ulozit.png) no-repeat left;
}
#telo table.kosik td input.smazat-obsah{
	background-image:url(img/kosik-smazat.png);
}
#telo table.kosik td input.ulozit-zmeny:hover,
#telo table.kosik td input.smazat-obsah:hover{
	text-decoration:none;
}
/* ***************************************************** */
#telo .kosik .odkazy{
	vertical-align:top;
}
#telo table.kosik tr.nohoverbackground:hover td.odkazy{
	background:white;
}
#telo .kosik .celkem{
	padding-top:10px;
	padding-bottom:10px;
}
#telo .kosik .celkem,
#telo .kosik .celkem strong{
	line-height:25px;
	font-size:12px;
}
#telo .kosik .celkem strong{
	color:#333333;
}
/* ***************************************************** */
#telo p.kosik-tlacitka{
	margin:0;
	padding:0;
	text-align:right;
}
#telo p.kosik-tlacitka input{
	margin:0 0 2px 0;
}
/* ***************************************************** */
#telo p.kosik-poznamka{
	margin-left:206px;
}
#telo p.kosik-poznamka select{
	margin-right:0;
	width:258px;
}
#telo p.kosik-poznamka textarea{
	margin-right:0;
	height:100px;
	width:250px;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .kniha-prispevek, #telo .katalog-komentar{
	margin:5px 5px;
	padding:8px;
	width:auto;
	text-align:left;
	border:1px solid #eea448;
	background: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 #eea448;
	background:#ffedd6;
}
#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:#cccccc;
}
/* ***************************************************** */
/* ***************************************************** */
#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;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .bannery-hlavni-stranka{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	overflow:hidden;
	border-bottom:1px solid #ffafd9;
}
#telo .bannery-hlavni-stranka a,
#telo .bannery-hlavni-stranka img{
	margin:0;
	padding:0;
	display:block;
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
#footer-seo{
	margin:0;
  padding:10px 15px;
  width:auto;
	clear:both;
	text-align:center;
}
#footer-seo,
#footer-seo a{
	line-height:20px;
	font-size:10px;
	border:0;
}
#footer-seo a:hover{
	text-decoration:underline;
}
/* ***************************************************** */
#footer {
	margin:0;
  padding:0;
  width:100%;
	height:auto;
	clear:both;
	text-align:center;
	background:url(img/footer.png) repeat-x center top;
}
#footer, #footer *{
	text-decoration:none;
	color:white;
}
#footer a{
	border-bottom:1px dotted white;
}
#footer a:hover{
	border-bottom:1px solid #e96109;
	color:#e96109;
}

#footer #copyright{
	margin:0 auto;
	padding:13px 0 30px 0;
	width:970px;
	background:url(img/footer-logo.png) no-repeat center top;
}
#footer #copyright #footer-logo{
	margin:0 auto 19px auto;
	padding:0;
	width:600px;
	height:99px;
	display:block;
	text-decoration:none;
	text-indent:-9000px;
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
.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:0 0 5px 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:0 0 5px 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:0 0 5px 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:0 auto 5px;
	padding:0;
	width:100%;
	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 2011                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
