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

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