/*
	product-listing
*/
.product-listing {
	width: 670px;
}
.product-listing h2 {
	width: 670px;
	border-bottom: #ccc solid 1px;
	line-height: 1.5;
}
.product-listing .products-wrap {
	width: 685px;
	margin-left: 1px;
}
.product-listing .products-wrap .right {
	width: 450px;
	text-align: right;
	margin: 10px 30px 10px 0;
}
.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: #fff solid 1px;
}
.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;
}