

/*--------- kategorie detail --------*/

div#vyrobce-kategorie-blok{

	padding:0 5px 5px 5px;




}

div#vyrobce-kategorie-blok h2{

	margin:5px 10px 0 10px;

}


div#vyrobce-kategorie-blok a{

	padding:0;
	margin:5px;

	text-decoration:none;
	display:block;

	float:left;

	width:170px;
	height:200px;


	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	border:1px solid #ddd;
	background:#fff;

	text-align:center;
	font-size:12px;
	color:#777;
	text-decoration:none;

}

div#vyrobce-kategorie-blok a table.category-item{

	margin:0 auto;
	border:0;

	width:150px;

}

div#vyrobce-kategorie-blok a table.category-item td{

	padding:5px 0;
	border:0;

}

div#vyrobce-kategorie-blok a table.category-item td.item-ttl{

	border:0;
	height:40px;

	font-size:14px;


}

div#vyrobce-kategorie-blok a table.category-item td.item-img{

	border:0;
	height:150px;



}




div#vyrobce-kategorie-blok a img{

	padding:0;
	border:0;

}

div#vyrobce-kategorie-blok a:hover{

	border:1px solid #ababab;

	color:#333;

}





















/*--------- detail produktu --------*/



div#detail-produktu-blok{



}

/*--*/
div.dpb-title-blok{

	width:320px;
	float:left;

}


div.dpb-title-blok h1{
	margin:5px 10px 0 10px;
	padding:0 10px 5px 10px;

	font-size:24px;
	font-weight:normal;

	line-height:1.3;
	letter-spacing:-1px;

	color:#888;
}

div.dpb-title-blok h3{
	padding:0 10px;
}

div.dpb-title-blok img.img-title{

	float:left;
	margin:2px;
	padding:2px;

}


div.pravy-sloupec div.dpb-title-blok p{

	padding:5px 10px;
	margin:5px;
	clear:both;
}

div.pravy-sloupec div.dpb-title-blok p img{

	margin:0 5px 5px 0;
	padding:0;
	border:0;

}






div.dpb-title-blok table.parametry-table{

	width:300px;
	margin:10px;

	border:0;


}

div.dpb-title-blok table.parametry-table th{

	padding:7px 5px;

	text-align:right;

	font-size:12px;
	font-weight:normal;
	color:#555;

	border:1px solid #ababab;
	background:#c8c8c8 url(../img/bck_tab-td1.png) repeat-x top;


}

div.dpb-title-blok table.parametry-table td{

	padding:7px 5px;

	text-align:left;

	font-size:14px;
	font-weight:normal;
	color:#333;

	border:1px solid #ababab;
	background:#fff;

}

div.dpb-title-blok table.parametry-table .blank{
	border:0;
	background:none;
}

div.dpb-title-blok span.jednotka{

	font-size:10px;
	color:#777;

}



div#detail-produktu-blok .popisek-blok{
	margin:10px auto 0 auto;
	padding:0 20px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-transform:normal;
	color:#883518;

}







/*--*/

div.dpb-images-blok{

	width:410px;
	float:left;

	padding:10px 0 0 0;


}

div.dpb-images-blok div.main-image-blok{

	padding:0;
	background:none;
	border:0;
	text-align:center;

}

div.dpb-images-blok div.add-image-blok{
	padding:10px 0;
	margin:0 auto;

	text-align:center;

	background:#fff;
	border:1px solid #eee;
	border-top:0;

}


div.dpb-images-blok div.main-image-blok table{

	margin:0 auto;
	background:#fff;
	border:1px solid #eee;
	width:410px;
	height:400px;

}
div.dpb-images-blok div.main-image-blok table td{
	border:0;padding:0;
}
div.dpb-images-blok div.add-image-blok img{

	margin:2px;
	padding:2px;
	border:0;
	border:1px solid #ddd;

}
div.dpb-images-blok div.add-image-blok img:hover{
	border:1px solid #ababab;
}


div.dpb-images-blok div.add-image-blok a{
	text-decoration:none;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}
div.dpb-images-blok div.add-image-blok a:hover{
	filter:alpha(opacity=10);
	-moz-opacity:10;
	-khtml-opacity: 10;
	opacity: 10;

}


/*-*/

div.dpb-images-blok table.price-table{

	width:340px;
	height:50px;
	margin:0 auto 10px auto;


	border:0;
	background:#fff url(../img/bck_detail_price-tab.png) no-repeat bottom;

}

div.dpb-images-blok table.price-table td{
	padding:10px 5px;
	text-align:right;
	border:0;

	color:#555;
}

div.dpb-images-blok table.price-table td.pt-data{

	text-align:left;

	font-size:12px;
	font-weight:bold;

	color:#444;
}

div.dpb-images-blok table.price-table td.pt-data span.price-value{

	padding:0 2px 0 0;
	font-size:22px;
	font-weight:bold;

	color:#b22e00;
}

/*--*/
div.dpb-data-blok{

	clear:both;

}





























