.product-listing {
	width: 670px;
	float: left;
	padding-bottom: 20px;
}
.product-listing .products-wrap {
	width: 670px;
}
.product-listing .products-header {
	font-size:14px;
	line-height: 20px;
	width: 628px;
	padding: 7px 10px;
	background: #f1f1f1;
	border:#ccc solid 1px;
}
.product-listing .xhighlighted-products-header {
	border: #c00 solid 1px;
}
.product-listing .products-wrap .products-row {
	width: 670px;
	float: left;
}
.product-listing .products-wrap .products-row .right {
	width: 650px;
	float: left;
}
.product-listing a.product,
.product-listing a.product:link,
.product-listing a.product:active,
.product-listing a.product:visited,
.product-listing a.product:hover {
	width: 137px;
	clear: none;
	margin: 0 15px 15px 0;
	padding: 6px;
	font-size: 11px;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	border: #fff solid 1px;
}
.product-listing a.product:hover {
/*
	border: #ddd solid 1px;
	background:#eee;
*/
}
.product-listing .product .title {
	text-align: center;
}
.product-listing .product .desc {
	width: 137px;
	line-height: 1.2;
	text-align: center;
}
.product-listing .product .image-wrap {
	width: 127px;
	height: 127px;
	margin: 5px;
	background: center center no-repeat;
}
.product-listing .product .image-wrap .image {
	width: 127px;
	height: 127px;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-listing a.product:hover .image-wrap .image {
}
.product-listing .pagination {
	text-align: center;
	margin: 10px 0;
}
