/*Common styles*/
div.row .normalprice, div.row .package1price, div.row .packageprice, div.row .offerprice, div.row .bundleofferprice, div.row .allwayslowprice {
	display:block;
	font-size:12px !important;
	font-weight:bold !important;
	margin-top:2px;	
}

/* Individual styles */
div.row .normalprice {
	/*background:transparent url(img/arrow_prod_off.gif) no-repeat scroll right center;*/
	color:#335B8A;
}

div.row .offerprice {
	/*background:#FDB000 none repeat scroll 0% 0%;*/
	/*background:#FDB000 url(img/arrow_prod_off.gif) no-repeat scroll right center;*/
	background-color:#FDB000;
	color:#FFFFFF;
}

div.row .bundleofferprice, div.row .allwayslowprice, div.row .package1price, div.row .packageprice {
	/* background:#BEDDF4 none repeat scroll 0% 0%; */
	/* background:#BEDDF4 url(img/arrow_prod_off.gif) no-repeat scroll right center; */
	background-color:#BEDDF4;
	color:#335B8A;
}

div.row .before, .beforeprice, div.row .singlepieceprice {
	font-size:10px !important;
	color:#4D4D4D;
}

div.row .before, div.row .beforeprice {
	text-decoration: line-through;
}

/* Labels above the thumbnail */

div.offerlabel strong.alwayslowoffer{
	/*background:#002E83 url(corners-top.gif) no-repeat scroll 0pt 50%;*/
	background-color:#002E83;
}

div.offerlabel strong.bundleoffer{
	/*background:#C9141C url(corners-top.gif) no-repeat scroll 0pt 50%;*/
	background-color:#C9141C;
}

div.offerlabel strong.offer{
	/*background:#FDB000 url(corners-top.gif) no-repeat scroll 0pt 50%;*/
	background-color:#FDB000;
}