.coupon_wrapper {
	width: 33%; 
	min-height: 185px;
	float: left;
}

.coupon {
	color: #333;
	height: 185px;
	background: #ccc;
	border: 2px dashed #555;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.coupon h2 {
	height: 40px;
	margin-bottom: 5px; 
	color: #885555;
	text-align: center;
}

div.coupon div.descr { padding: 0 5px; height: 115px; overflow: hidden; }
.coupon ul {
	margin-left: 25px;
	list-style: circle;

}

.restrictions { margin: 0 10px 10px 10px; line-height: 1em;}

.buy_now {
	position: relative; 
	text-align: right;
	height: 28px;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.price_helper {
	background: #ccc; 
	border: 1px solid #999;
	padding: 5px 10px; 
	width: 220px; 
	margin: 10px 10px 10px auto;	
}

.buy_now .fr a { position: absolute; bottom: 0; right: 0; color: #333;}
.buy_now .price { position: absolute; bottom: 0; left: 0; }
.starting_at { 
	text-align: center;
	font-size: 8px; 
	font-style: italic; 
	color: #555; 
	line-height: 8px; 
	padding-bottom: 4px;
 }

.coupon_choices { 
	margin: 5px; 
	padding: 5px;
}
.coupon_choices, .coupon_choices label { cursor: pointer; }
.coupon_choices:hover { background: #efefef;}

.coupon:hover {
	background: #eee;
	
}


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