/* CATEGORY LIST
----------------------------------------------------------------------------- */
.product-purchase {padding-top:10px;}
/* PRODUCT LIST
----------------------------------------------------------------------------- */
.product-list, .product-cat-list {
	list-style:none;
	width:980px;
	margin:0 -10px 0 5px;
	padding:10px 0;
	clear:both;
	overflow:hidden;
}

.product-list li, .product-cat-list li {
	width:220px;
	float:left;
	padding:0 10px;
}
.product-cat-list li {
	width:290px;
	padding:0 10px 0 15px;
}
.product-list .thumb, .product-cat-list .thumb {
	width:200px;
	height:137px;
	padding:20px;
	margin:-10px -10px 0 -10px;
	background:url(../images/core/cat-prod-img-bg.png) no-repeat;
}
.product-cat-list .thumb {
	width:270px;
	height:185px;
	background:url(../images/core/cat-img-bg.png) no-repeat;
}
span.product-list-hr {margin:40px auto;}

/* PRODUCT DETAIL
----------------------------------------------------------------------------- */
#product-image {
	width:350px;
	height:240px;
	padding:20px;
	overflow:hidden;
	background: url(../images/core/product-img-bg.png) no-repeat;
	margin-left:-10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#product-info {
	width:550px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
}
#product-purchase {
	width:100%;
	overflow:hidden;
	text-align:left;
	padding:5px 0 10px;
}
#product-purchase a {float:left; margin-right:10px; }
#product-purchase small {font-size:12px;}
#product-purchase span {
	color:#D5AA67;
	font-size:18px;
	margin-right:15px;
	line-height:30px;
}
