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