
/* Price Grid Prices */

/* Table cell price background */
#product-coupon-sale-calculation {
	background: white !important;
}

/* Border on box */
section#product-main-container table#product-coupon-sale-calculation, 
section#product-main-container table#product-coupon-sale-calculation td, 
section#product-main-container table#product-coupon-sale-calculation th {
	border: 1px solid #000000 !important;
}

/* Main offer text plus main background color */
#product-coupon-sale-calculation tr:first-child td,
#product-coupon-sale-calculation tr#flash-sale-banner-first td {
	background: #ee0066;
	/*background: #ee0066!important;*/
	color: #ffffff !important;
}
	
/* Price Grid Prices */
#product-coupon-sale-calculation tr td {
	color: #000000  !important;
}

/* Coupon Code and text color */
#product-coupon-sale-code {
	background: #ffff00 !important;
	color: #ee0066 !important;
}