@charset "UTF-8";
/* CSS Document */


.couponWrapper {
	clear:left;
	margin-top:15px;
	}

.coupon {
	float:left;
	clear:left;
	border-left: 1px dotted #cccccc;
	width:605px;
	overflow:hidden;
	padding-left:15px;
	margin-top:15px;
	}
	
.couponGraphic {
	float:left;
	width:200px;
	font-size:11px;
	}
	
.couponOffer {
	float:left;
	width:285px;
	font-size:11px;
	padding-top:40px;
	}
