.coupon {
border-bottom:1px dashed #83786E;
margin-bottom:10px;
margin-top:10px;
overflow:hidden;
padding-bottom:10px;
padding-top:10px;
width:100%;
}

.coupon_image {
	float:left;
}

.coupon_image img {
	width:150px;
}

.coupon_image_full {
	float:left;
	width:100%;
	margin-right:10px;
}

.coupon_image_full img {
	width:100%;
}


.coupon_offer {
	margin-left:160px;
}


.coupon_list .pagination {
border-top:none;
}

.coupon_offer p {
	margin:0;
}

.coupon_offer p.offer {
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
}

.coupon_offer p.expires {
	color:#7A6F64;
font-size:0.95em;
line-height:1.3em;
margin-bottom:5px;
margin-top:0;
}

.coupon_detail_contact p.address {
	margin-bottom:0;
}

.coupon_detail h3 {
	color:#5C4E41;
	text-transform:uppercase;
	font-size:1em;
}

.coupon_detail_coupon {
	margin: 10px;
	border:dashed 2px #5C4E41;
	padding:10px;
}

.coupon_detail_coupon .coupon_offer {
	margin-left:0;
}
	

.coupon_detail_image {
	text-align:center;
}

.buttons {
	width:86px;
	float:right;
	overflow:hidden;
}

.printbutton img {
	width:85px;
}

