span.on_sale_regular_price_label {}
span.on_sale_regular_price {
	text-decoration: line-through;
}
span.sale_price {
	font-weight: bold;
	color: red;
}
span.regular_price {}