.coupon_wrapper {
	width: 28%; 
	margin: 20px 20px 0 0;
	min-height: 120px;
	float: left;
	
}

.coupon {
	color: #333;
	height: 165px;
	background: #ccc;
	border: 3px dashed #777;
	padding: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.coupon h2 {
	height: 30px;
	margin-bottom: 10px; 
	color: #885555;
	text-align: center;
}
div.coupon div.descr { height: 115px; overflow: hidden; }
.coupon ul {
	margin-left: 25px;
	list-style: circle;

}

.buy_now {
	
	text-align: right;
	height: 24px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.buy_now a { color: #333;}

.coupon_choices label { cursor: pointer; }

.coupon:hover {
	background: #eee;
	
}


#footer img { margin-left: 15px;}