#products-list .category-description {
	margin: 0 0 25px;
	width: 100%;
}

#products-list .category-description_filer{
	margin-top: 65px;
}

#products-list .row-container,
#products-list .first-row-container,
#products-list .last-row-container,
#products-list .single-row-container {
	background: #ffffff url(/module/Katalog/image/list_bg.gif) 309px top repeat-y;
	position: relative;
	padding: 10px 0;
	width: 646px;
}

#products-list .first-row-container {
	padding-top: 0;
}

#products-list .last-row-container {
	padding-bottom: 0;
}

#products-list .single-row-container {
	padding: 0;
}

#products-list .row-fulfillment,
#products-list .last-row-fulfillment {
	clear: both;
	font-size: 0pt;
	height: 1px;
	background: url(/module/Katalog/image/fulfillment_bg.gif) no-repeat;
}

#products-list .last-row-fulfillment {
	background: none;
}

#products-list .left-product-container {
	float: left;
	display: inline;
	width: 290px;
}

#products-list .right-product-container {
	float: right;
	display: inline;
	width: 290px;
}

#products-list .product-photo {
	width: 85px;
	height: 85px;
	padding: 2px;
	background: url(/module/Katalog/image/bg_small_photo.gif) no-repeat;
	float: left;
	text-align: center;
}

#products-list .product-photo2 {
	width: auto;
	height: auto;
	padding: 2px;
	/*background: url(/module/Katalog/image/bg_small_photo.gif) no-repeat;*/
	border: 1px solid #b1b1b1;
	float: left;
	text-align: center;
}


#products-list .product-photo img {
	border: 0;
	visibility: hidden;
}

.product-text {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 190px;
	padding-bottom: 30px;
}

.product-text h3 {
	font-size: 8pt;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}

.product-text div {
	line-height: 16px;
}

.left-product-more,
.right-product-more {
	position: absolute;
	bottom: 10px;
}

.left-product-more {
	left: 210px;
}

.right-product-more {
	right: 27px;
}


