ul.categoryViewer, ul.categoryViewer li
{
	padding: 0px;
	margin: 0px;
}

ul.categoryViewer
{
	font-size: 13px;
	margin: 30px 0px 30px 12px;
}

ul.categoryViewer li
{
	list-style-position: inside;
	list-style-image: url("images/marker.jpg");
	margin: 12px auto;
	position: relative;
}

ul.categoryViewer li:active
{
	font-weight: bolder;
}

ul.categoryViewer li a
{
	position: absolute;
	top: 0px;
	left: 23px;
	color: #a5a1ad;
}

ul.categoryViewer li.checked
{
	list-style-image: url(images/marker_sel.jpg);
}

ul.categoryViewer li.checked a
{
	font-weight: bolder;
}

div.katalog_title
{
	height: 59px;
	background: url('images/katalog_title_bg.jpg') repeat-x;
	color: #eee;
	font-weight: bolder;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
	letter-spacing: 2px;
}

div.katalog_title h2
{
	padding-top: 22px;
	font-size: 14px;
}

div.product_list_pos
{
	height: 131px;
	background: url('images/prod_product_bg.jpg') repeat-x;
	color: #a29283;
	font-weight: bolder;
	letter-spacing: 1px;
}

div.product_list_pos div.imgprev
{
	float: left;
	height: 91px;
	width: 121px;
	margin-left: 0px;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

div.product_list_pos img.port
{
	max-height: 91px;
	max-width: 121px;
}

div.product_list_pos img.product_showMore
{
	float: right;
	margin-top: 28px;
}

div.product_list_pos  h2
{
	
	margin-left: 155px;
	padding-top: 50px;
	text-align: left;
	vertical-align: center;
}

img.katalogGallery
{
	width: 70%;
	display: block;
	margin: 7px auto;
}
