
/* featured item list price */
.featured-item .list,
.product-detail .list,
.content-product .list {
	color: #000000 /*~ list-price.color */;
	font-weight: normal /*~ list-price.bold */;
	
	font-family: Arial, Helvetica, FreeSans, sans-serif /*~ list-price.font */;
}

/* featured item sale price */
.featured-item .sale,
.product-detail .sale,
.content-product .sale {
	color: #FFA200 /*~ sale-price.color */;
	font-weight: bold /*~ sale-price.bold */;
	
	font-family: Arial, Helvetica, FreeSans, sans-serif /*~ sale-price.font */;
}


/* prod item price - list color */
.content-product .list { 
	color: #000000 /*~ list-price.color */; 
}

/* prod item price - sale color */
.content-product .sale { 
	color: #FFA200 /*~ sale-price.color */; 
}
