/*Start Coupon Section*/
div.coupon {
	width: 200px;
	height: 20em;
	border: 3px dotted #3F3F3F;
	padding: 3px;
	margin: 5px;
	background: #fff url(/library/images/coupon_background.gif) no-repeat top center !important;
	float: left;
}

div.coupon p.description {
	text-align: center;
}

div.coupon h3 { 
	background-color: #CD0020 !important;
	background-image: url() !important;
	position: static !important;
	color: #fff !important;
	padding: 3px !important;
	text-align: center !important;
}
div.coupon img { float: right; } 
div.coupon div.disclaimer { 
	padding: 5px !important;
	font: 8pt Verdana, Geneva, sans-serif !important;
	border-top: 1px solid #999 !important;
	margin: 4em 0 0 0 !important;
}
div.coupon p.price span{ color: #000 !important;}
div.coupon p.price { 
	font-size: 10pt !important;
	border-bottom: 1px dotted #BFBFBF; 
	margin: 0 25px !important;
}
div.coupon p.price span { 
	text-align: right; 
	float: right; 
	text-align: right;
	position: relative;
	top: 0; /*Safari spacing hack*/
}
/*End Coupon Section*/


/*Start Hack Section*/
div.coupon p.price span { top: -1em;#} /*Safari hack this value is for all other browsers; must be at the end of the CSS file*/
/*End Hack Section*/