/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    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",sans-serif;
}
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:#666;
}
.nomargin, * .nomargin, #telo .nomargin{
	margin:0;
}
.nopadding, * .nopadding, #telo .nopadding{
	padding:0;
}
.nodisplay, * .nodisplay, #telo .nodisplay{
	display:none;
}
/* ***************************************************** */
#loadinglogo{
	margin:0;
	padding:0;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:500;
	opacity:0.5;
	background:url(../gui/loader.gif) no-repeat center 40% black;
}
/* ***************************************************** */
a {
	text-decoration:underline;
	color:#555;
}
a:hover {
	text-decoration:none;
	color:#333;
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#555;
}
small, small *, .small, .small *{
  font-size:10px;
	line-height:2;
}
/* ***************************************************** */
h1, h2, h3, h4, h5, h6 { 
  margin:0 auto 5px;
	padding:0;
	line-height:1.2;
  text-align:left;
	color:#333;
}
h2{
	padding:0 0 0 5px;
	background:url(img/h2.png) repeat top #5e5e5e;
}
h2,
h2 *{
	font-size:14px;
	line-height:30px;
  text-decoration:none;
	color:white;
}
h2 a:hover{
	text-decoration:underline;
	color:white;
}
h2 small,
h2 small *{
  font-size:10px;
}
h3{
	font-size:17px;
}
h3.maly{
	font-size:13px;
}
h4 {
  font-size:15px;
}
h4.maly{
	font-size:13px;
}
h5{
	font-size:13px;
}
h6{
	font-size:11px;
}
/* ***************************************************** */
table{
	margin:10px 0;
	padding:0;
  border:1px solid #666;
	border-width:1px 0 0 1px;
}
table th,
table td{
  padding:2px 5px;  
  text-align:left;
  vertical-align:top;
  border:1px solid #666;
	border-width:0 1px 1px 0;
}
table th{
	padding:0 5px;
	min-height:20px;
	line-height:20px;
	font-weight:bold;
	background:url(img/table-th.png) repeat top;
}
table th,
table th *{
	color:white;
}
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:#ededed;
}
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{
	color:#666;
	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 .textleft{
	text-align:left;
}
table .textright{
	text-align:right;
}
table .textcenter{
	text-align:center;
}
/* ***************************************************** */
form{
	margin-bottom:15px;
}
input,
textarea,
select{
  margin:2px;
  padding:3px;
  width:173px;
	font-size:11px;
  color:#777;
  border:1px solid #c1c1c1;
	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:8px 0;
  padding:0;
  width:13px;
	height: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:#777;
  border:1px solid #c1c1c1;
	background:url(img/input-formbutton.png) repeat-x top #c2c2c2;
}
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:0;
	width:100%;
	background:url(img/layout/01.jpg) no-repeat center top fixed;
}
#main{
  margin:0 auto;
  padding:0 4px;
	width:962px;
  text-align:left;
	background:url(img/main.png) repeat-y center;
}
#main img{
  border:0;
}
/* ***************************************************** */
/* ***************************************************** */
#header{
  margin:0;
  padding:0;
  width:100%;
  height:175px;
	background:url(img/header.png) no-repeat center top;
}
#header h1{
	margin:0;
	padding:0;
	width:264px;
	float:left;
}
#header h1 a{
  margin:0;
  padding:0;
  height:136px;
	width:100%;
  display:block;
	font-size:18px;
	font-weight:bold;
  text-decoration:none;
	text-indent:-9000px;
  border:0;
	background:url(img/logo-cz.png) no-repeat center bottom;
}
#header h1 a.sk{
	background-image:url(img/logo-sk.png);
}
/* ***************************************************** */
#header #jazykove-mutace{
	margin:0;
	padding:3px 5px 0 0;
	width:125px;
	height:24px;
	line-height:24px;
	float:right;
	text-align:right;
}
#header #jazykove-mutace h2{
	display:none;
}
#header #jazykove-mutace p{
	margin:0;
	padding:0;
}
/* ***************************************************** */
#header #vyhledavani{
  margin:0;
  padding:5px 0 0 0;
	height:18px;
	float:right;
  text-align:center;
	overflow:hidden;
}
#header #vyhledavani h2{
	display:none;
}
#header #vyhledavani input,
#header #vyhledavani input.tlacitko{
	margin:0 2px 0 0;
	padding:2px 4px;
  width:90px;
	height:14px;
	float:left;
	line-height:14px;
	font-size:10px;
	text-align:left;
	color:#777;
	border:1px solid #696969;
	background:#f0f0f0;
}
#header #vyhledavani input.tlacitko{
  margin:0;
	padding:0 0 2px 0;
	width:25px;
	height:19px;
	line-height:19px;
	text-align:center;
	text-transform:lowercase;
	background:url(img/vyhledavani-submit.png) repeat-x top #c3c3c3;
}
/* ***************************************************** */
#header .topmenu{
	margin:0;
	padding:0;
	height:30px;
	width:440px;
	float:right;
}
#header .topmenu ul{
  margin:0;
  padding:0;
}
#header .topmenu ul li{
	margin:0;
	padding:0 7px;
	height:30px;
  float:left;
	list-style:none;
}
#header .topmenu ul li a{
	margin:0;
	padding:0;
  display:block;
	line-height:30px;
	font-size:12px;
	color:#eee;
}
#header .topmenu ul li a:hover,
#header .topmenu ul li.active a{
	text-decoration:none;
	color:#fff;
}
/* ***************************************************** */
#header #kosik{
	margin:0;
	padding:18px 0 0 2px;
	display:block;
	width:105px;
	float:right;
	font-size:11px;
	background:url(img/header-oddelovac.png) no-repeat left 18px;
}
#header #kosik h2{
	display:none;
}
#header #kosik a{
	margin:0;
	padding:42px 0 0 0;
	width:100%;
	display:block;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#666;
	background:url(img/header-kosik.png) no-repeat center 2px;
}
#header #kosik a:hover{
	text-decoration:underline;
	color:#444444;
}
/* ***************************************************** */
#header #header-login{
	margin:0;
	padding:32px 20px 0 22px;
	display:block;
	float:right;
	width:157px;
	height:77px;
	background:url(img/header-oddelovac.png) no-repeat left 18px;
}
#header #header-login,
#header #header-login *{
	font-size:11px;
}
#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:67px;
	height:14px;
	float:left;
}
#header #header-login input.tlacitko{
	margin:0 2px 0 0;
	padding:0 0 3px 0;
	width:50px;
	height:28px;
	display:block;
	float:right;
	font-weight:normal;
}
#header #header-login a{
	margin:0;
	padding:0;
	width:104px;
	height:14px;
	line-height:14px;
	display:block;
	clear:left;
	text-decoration:underline;
	color:#777777;
}
#header #header-login a:hover,
#header #header-login.header-login-prihlasen ul li a:hover{
	text-decoration:none;
	color:#444444;
}

#header #header-login.header-login-prihlasen{
	padding-top:20px;
}
#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 #header-facebook{
	margin:0;
	padding:68px 0 0 20px;
	width:150px;
	height:20px;
	display:block;
	float:right;
	background:url(img/facebook.jpg) no-repeat 20px 20px;
}
#header #header-facebook iframe{
	margin:0 auto;
	padding:0;
	width:119px;
	height:20px;
	overflow:hidden;
	border:none;
}
/* ***************************************************** */
#header p#zakaznickalinka{
	margin:14px 0 0 0;
	padding:11px 0 0 11px;
	width:208px;
	height:69px;
	display:block;
	float:right;
	background:url(img/header-zakaznikalinka.png) no-repeat center;
}
#header p#zakaznickalinka,
#header p#zakaznickalinka *{
	line-height:14px;
	font-size:11px;
	color:#777;
}
#header p#zakaznickalinka span{
	margin:0;
	padding:0;
	width:100%;
	height:4px;
	display:block;
	line-height:0px;
	font-size:0px;
}
/* ***************************************************** */
#header .mainmenu{
	margin:0;
	padding:2px 0;
	height:35px;
	width:100%;
	clear:both;
	background:url(img/mainmenu.png) repeat-x;
}
#header .mainmenu ul{
  margin:0;
  padding:0;
}
#header .mainmenu ul li{
	margin:0;
	padding:0 0 0 2px;
	width:158px;
	height:35px;
  float:left;
	list-style:none;
	background:url(img/mainmenu-li.png) no-repeat left;
}
#header .mainmenu ul li:first-child{
	padding:0;
	background:transparent;
}
#header .mainmenu ul li a{
	margin:0;
	padding:0;
  display:block;
	line-height:35px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#ddd;
}
#header .mainmenu ul li a:hover,
#header .mainmenu ul li.active a{
	text-decoration:none;
	color:#fff;
}
/* ***************************************************** */
/* ***************************************************** */
#telo{
  margin:0;
  padding:10px;
	float:right;
	width:775px;
	min-height:500px;
  text-align:justify;
}
#levy-sloupec{
  margin:0;
  padding:10px 0 10px 10px;
  width:157px;
  float:left;
}
#levy-sloupec img{
  margin:0px auto;
}
#levy-sloupec p{
	margin:5px 0;
	padding:0;
}
/* ***************************************************** */
/* ***************************************************** */
#volba-meny .mena{
	margin:0 2px;
	padding:0;
	width:24px;
	height:24px;
	display:block;
	float:left;
	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;
	max-width:157px;
	display:block;
}
/* ***************************************************** */
/* ***************************************************** */
#prodejci.box{

}
#prodejci .prodejce.box{
	margin:10px 0;
	padding:5px;
}
#prodejci .prodejce.box h3{
	margin:0;
	padding:0 0 5px 0;
	font-size:14px;
}
#prodejci .prodejce.box p{
  margin:0;
  padding:5px 0;
	line-height:20px;
  text-align:left;
}
#prodejci .prodejce.box p a{
	margin:0 auto;
}
#prodejci .prodejce.box p a img{
	margin:0 auto;
	border:1px solid #c1c1c1;
}
/* ***************************************************** */
/* ***************************************************** */
#info-head,
#info-foot{
  margin:0;
  padding:0 0 5px 0;
	text-align:justify;
}
#info-foot{
	text-align:center;
}
/* ***************************************************** */
/* ***************************************************** */
.menu-nabidka{
  margin:0;
  padding:0 0 5px 0;
}
.menu-nabidka h3{
  margin:0 0 5px 0;
  padding:0 0 0 5px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}
.menu-nabidka ul{
  margin:0;
	padding:0 0 5px 10px;
	list-style:square;
}
.menu-nabidka ul li{
	margin:0 0 0 15px;
	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:#666;
}
.menu-nabidka ul li a:hover,
.menu-nabidka ul li a.aktivni,
.menu-nabidka ul li a.aktivni:hover{
	text-decoration:underline;
	color:#333;
}

.menu-nabidka ul ul{
  padding:0 0 2px 0;
}
.menu-nabidka ul li{
  margin:0 0 0 12px;
}
/* ***************************************************** */
/* ***************************************************** */
#katalog-menu .katalogmenu{
	margin:0;
	padding:0;
	width:100%;
}
#katalog-menu .katalogmenu ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#katalog-menu .katalogmenu ul li a:hover,
#katalog-menu .katalogmenu ul li a.active{
	text-decoration:underline;
	color:#000;
}
/* ***************************************************** */
#katalog-menu{
  margin:0;
  padding:0 0 5px 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/tecky-vodorovne.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:4px 0 4px 8px;
  display:block;
	line-height:18px;
	font-size:13px;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
	color:#555;
}
#katalog-menu ul ul li a{
	padding:0 0 0 15px;
	font-size:11px;
}
#katalog-menu ul li a:hover,
#katalog-menu ul li a:hover strong{
  text-decoration:underline;
	color:#333;
}
#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;
	color:#333;
}
#katalog-menu ul ul li a.aktivni{
}
#katalog-menu ul li * em{
	font-weight:normal;
	font-size:70%;
}

#katalog-menu ul ul ul{
	padding:2px 0;
	margin:0;
}
#katalog-menu ul ul ul li a{
	padding:0 0 0 25px;
	font-size:11px;
}
/* ***************************************************** */
#katalog-zobrazeni-textove,
#katalog-zobrazeni-obrazkove{
	margin:0 0 10px 0;
	padding:0 0 0 35px;
	height:22px;
	line-height:22px;
	clear:both;
	display:block;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	background:url(img/katalog-zobrazeni-textove.png) no-repeat 8px 0;
}
#katalog-zobrazeni-obrazkove{
	background-image:url(img/katalog-zobrazeni-obrazkove.png);
}
/* ***************************************************** */
#facebook-link{
	margin:0;
	padding:3px 0;
	display:block;
	text-align:left;
	text-decoration:none;
	color:#3b5999;
}
#facebook-link img{
	margin:3px 0 0 0;
	padding:0;
}
#facebook-main{
	margin:0 auto;
	display:block;
	text-align:center;
}
/* ***************************************************** */
/* ***************************************************** */
#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 #home-banners{
	margin:0;
	padding:0 0 5px 0;
	width:100%;
	height:395px;
}
#telo #home-banners p{
	margin:0;
	padding:10px 180px 0 10px;
	width:400px;
	height:385px;
	float:left;
	font-weight:normal;
	text-align:left;
	color:#444;
	background:url(img/home-banners-p.jpg) no-repeat right bottom;
}
#telo #home-banners p a{
	margin:0;
	padding:0;
	width:145px;
	height:67px;
	display:block;
	float:left;
	text-indent:-9000px;
	background:url(img/logo-softcotton.png) no-repeat center;
}
#telo #home-banners #home-banner-01,
#telo #home-banners #home-banner-02,
#telo #home-banners #home-banner-03,
#telo #home-banners #home-banner-04,
#telo #detail-banners #detail-banner-01,
#telo #detail-banners #detail-banner-02,
#telo #detail-banners #detail-banner-03,
#telo #detail-banners #detail-banner-04{
	margin:0;
	padding:0 0 5px 0;
	width:180px;
	height:95px;
	display:block;
	float:right;
	text-indent:-9000px;
	background:no-repeat right top;
}
#telo #home-banners #home-banner-01,
#telo #detail-banners #detail-banner-01{
	background-image:url(img/home-banners-01-cz.jpg);
}
#telo #home-banners #home-banner-02,
#telo #detail-banners #detail-banner-02{
	background-image:url(img/home-banners-02-cz.jpg);
}
#telo #home-banners #home-banner-03,
#telo #detail-banners #detail-banner-03{
	background-image:url(img/home-banners-03-cz.jpg);
}
#telo #home-banners #home-banner-04,
#telo #detail-banners #detail-banner-04{
	padding-bottom:0;
	background-image:url(img/home-banners-04-cz.jpg);
}

#telo #home-banners.en #home-banner-01,
#telo #detail-banners.en #detail-banner-01{
	background-image:url(img/home-banners-01-en.jpg);
}
#telo #home-banners.en #home-banner-02,
#telo #detail-banners.en #detail-banner-02{
	background-image:url(img/home-banners-02-en.jpg);
}
#telo #home-banners.en #home-banner-03,
#telo #detail-banners.en #detail-banner-03{
	background-image:url(img/home-banners-03-en.jpg);
}
#telo #home-banners.en #home-banner-04,
#telo #detail-banners.en #detail-banner-04{
	padding-bottom:0;
	background-image:url(img/home-banners-04-en.jpg);
}

#telo #home-banners.sk #home-banner-01,
#telo #detail-banners.sk #detail-banner-01{
	background-image:url(img/home-banners-01-sk.jpg);
}
#telo #home-banners.sk #home-banner-02,
#telo #detail-banners.sk #detail-banner-02{
	background-image:url(img/home-banners-02-sk.jpg);
}
#telo #home-banners.sk #home-banner-03,
#telo #detail-banners.sk #detail-banner-03{
	background-image:url(img/home-banners-03-sk.jpg);
}
#telo #home-banners.sk #home-banner-04,
#telo #detail-banners.sk #detail-banner-04{
	padding-bottom:0;
	background-image:url(img/home-banners-04-sk.jpg);
}
/* ***************************************************** */
#telo h2#home-text{
	margin:0 0 5px 0;
	padding:5px;
	border:1px solid #aaa;
	background:url(img/footer-partners.png) repeat-x top;
}
#telo h2#home-text,
#telo h2#home-text *{
	line-height:18px;
	font-size:13px;
	font-weight:normal;
	color:#666;
}
#telo h2#home-text a{
	text-decoration:underline;
}
#telo h2#home-text a:hover{
	text-decoration:none;
	color:#222;
}
/* ***************************************************** */
#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:163px;
	float:left;
}
#telo ul#objednavka-kroky li#objednavka-krok-4{
	width:166px;
}
#telo ul#objednavka-kroky li,
#telo ul#objednavka-kroky li a{
	display:block;
	text-decoration:none;
	color:#999;
}
#telo ul#objednavka-kroky li.active,
#telo ul#objednavka-kroky li.active a{
	color:#333;
}
#telo ul#objednavka-kroky li a:hover{
	text-decoration:underline;
}
/* ***************************************************** */
/* ***************************************************** */
#telo div#katalogova-nabidka{
	margin:0;
  padding:0;
  width:100%;
  text-align:left;
}
#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:350px;
	float:right;
}
#telo div.detail-vyrobku table.parametry table{
	border:1px solid;
	border-width:1px 0 0 1px;
}
#telo div.detail-vyrobku table.parametry table th,
#telo div.detail-vyrobku table.parametry table td{
	border:1px solid;
	border-width:0 1px 1px 0;
}
/* ***************************************************** */
#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 div.detail-vyrobku #obrazky-ke-zbozi{
	margin:0;
	padding:0;
	width:245px;
	float:left;
}
#telo div.detail-vyrobku #obrazky-ke-zbozi a.hlavnifoto{
	margin:0;
	padding:0 0 5px 0;
	width:245px;
	float:left;
	display:block;
}
#telo div.detail-vyrobku #obrazky-ke-zbozi a.hlavnifoto img{
	margin:0;
	padding:0;
	width:245px;
}
#telo div.detail-vyrobku #obrazky-ke-zbozi a.ostatnifoto{
	margin:0 5px 5px 0;
	padding:0;
	width:auto;
	height:50px;
	display:block;
	float:left;
}
#telo div.detail-vyrobku #obrazky-ke-zbozi a.ostatnifoto img{
	margin:0;
	padding:0;
	height:50px;
}
/* ***************************************************** */
#telo div.detail-vyrobku #detail-banners{
	margin:0;
	padding:0;
	width:180px;
	height:400px;
	float:right;
}
#telo div.detail-vyrobku #detail-banners a{
	margin:0;
	padding:0;
}
/* ***************************************************** */
#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 div.detail-vyrobku.detail-informace,
#telo div.detail-vyrobku.detail-informace p,
#telo div.detail-vyrobku.detail-informace p *{
	font-size:12px;
}
/* ***************************************************** */
/* ***************************************************** */
#telo a.katalogova-nabidka{
  margin:0;
  padding:0 5px 5px 4px;
  width:120px;
  height:153px;
  line-height:14px;
  display:block;
  float:left;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
}
#telo a.katalogova-nabidka:hover{
	text-decoration:underline;
}
#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 10px 0;
	padding:0 0 6px 0;
	display:block;
	text-align:justify;
	background:url(img/tecky-vodorovne.png) repeat-x bottom left;
}
#telo div.infotext img{
	display:none;
}
#telo p.strankovani{
	margin:0 0 5px 0;
	padding:0 0 6px 0;
	display:block;
	clear:both;
	text-align:center;
	background:url(img/tecky-vodorovne.png) repeat-x bottom left;
}
/* ***************************************************** */
/* ***************************************************** */
#telo .katalog-nahled-vyrobku{
  margin:0 0 5px 0;
  padding:0 0 10px 0;
  width:193px;
  height:258px;
  float:left;
  display:block;
	background:url(img/tecky-vodorovne.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-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-novinka,
#telo .katalog-nahled-vyrobku p.status span.status-text-nas-tip{
	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{
	background:#c43208;
}
#telo .detail-vyrobku table td.status span.status-text-novinka,
#telo .katalog-nahled-vyrobku p.status span.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{
	background:#43942e;
}


#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 28px;
	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 .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:white;
	background:url(img/table-th.png) repeat-x #555;
}
#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 0;
	padding:8px;
	width:auto;
	text-align:left;
	border:1px solid;
}
#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;
	background: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-menus{
	margin:0 1px;
	padding:20px 10px;
	width:940px;
	text-align:left;
	background:url(img/footer-partners.png) repeat-x top;
}
#footer-menus div{
	margin:0;
	padding:0 0 0 35px;
	width:200px;
	min-height:150px;
	float:left;
	background:url(img/footer-menus.png) repeat-y left;
}
#footer-menus div:first-child{
	background:transparent;
}
#footer-menus div h2{
	margin:0;
	padding:0 0 3px 0;
	width:100%;
	line-height:1.2;
	font-size:12px;
	text-transform:uppercase;
	color:#666;
	background:transparent;
}
#footer-menus div ul{
	margin:0 0 0 18px;
	padding:0;
	list-style:disc;
}
#footer-menus div ul li{
	
}
#footer-menus div ul li a{
	font-size:11px;
	color:#666;
}
#footer-menus div ul li a:hover,
#footer-menus div ul li.active a{
	color:#333;
}
/* ***************************************************** */
ul#footer-partners{
  margin:0 1px;
  padding:10px 0;
  width:960px;
	height:80px;
	clear:both;
	list-style:none;
	text-align:center;
	background:url(img/footer-partners.png) repeat-x top;
}
ul#footer-partners li{
	margin:0;
	padding:0;
	width:auto;
	height:80px;
	float:left;
	line-height:80px;
}
ul#footer-partners li a{
	margin:0;
	padding:0 14px;
	width:100%;
	height:80px;
	display:block;
	line-height:80px;
	text-indent:-9000px;
	background:no-repeat center top;
}
ul#footer-partners li a:hover{
	background-position:center bottom;
}
ul#footer-partners li#partner-softcotton a{
	width:174px;
	background-image:url(img/footer-partners/softcotton.jpg);
}
ul#footer-partners li#partner-microban a{
	width:190px;
	background-image:url(img/footer-partners/microban.jpg);
}
ul#footer-partners li#partner-globalorganic a{
	width:79px;
	background-image:url(img/footer-partners/globalorganic.jpg);
}
ul#footer-partners li#partner-heureka a{
	width:186px;
	background-image:url(img/footer-partners/heureka.jpg);
}
ul#footer-partners li#partner-daniela-pradlo a{
	width:186px;
	background-image:url(img/footer-partners/daniela-pradlo.jpg);
}
ul#footer-partners li#partner-bilykriz a{
	width:183px;
	background-image:url(img/footer-partners/bilykriz.jpg);
}
/* ***************************************************** */
/* ***************************************************** */
#footer{
	margin:0;
  padding:0;
  width:100%;
	clear:both;
	font-size:11px;
	text-align:center;
	background:url(img/footer.png) repeat-x top #666666;
}
/* ***************************************************** */
#footer #footer-seo{
	margin:0 auto;
	padding:15px 20px;
	width:930px;
	text-align:center;
	background:url(img/main.png) repeat-y center;
}
/* ***************************************************** */
#footer #footer-copyright{
}
#footer #footer-copyright{
	margin:0 auto;
	padding:12px 5px 25px;
	width:960px;
	line-height:20px;
	background:url(img/footer-copyright.png) no-repeat center top;
}
#footer #footer-copyright,
#footer #footer-copyright *{
	text-decoration:none;
	color:#eee;
}
#footer #footer-copyright a{
	border-bottom:1px dotted #eee;
}
#footer #footer-copyright a:hover{
	border-bottom:1px solid #fff;
	color:#fff;
}
/* ***************************************************** */
/* ***************************************************** */
.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:10px auto;
	padding:0;
	width:100%;
	height:400px;
	border:3px solid;
	background:url(img-eshop/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          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */




/********** Petr Gräf - IMP net s.r.o **********/

.cleaner {
  clear:both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

p.seo-text {
  padding-top: 20px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
}

/********** end Petr Gräf - IMP net s.r.o **********/
