.coupon-short-dtl {
	color:#ffffff;
}
.bl-coupon-short-list .title,
.coupon-short-dtl .title {
	font-family:impact;
	font-size:28px;
	padding-bottom: 10px;
}
.coupon-short-dtl .brief {
	padding-bottom: 5px;
}
.coupon-short-dtl .link {
	padding-bottom: 10px;
}
.coupon-short-dtl .image img {
	width:100%;
}
.coupon-short-dtl .image {
	max-height:200px;
	height:expression(this.height>200?"200px":this.height);
	overflow:hidden;
}
.bl-coupon-short-dtl .image {
	max-height:100px;
	height:expression(this.height>100?"100px":this.height);
	overflow:hidden;
	float:left;
	margin: 0 25px 25px 0;
}
.bl-coupon-short-dtl img {
	width:250px;
	padding-top:7px;
}
.bl-coupon-short-dtl .info {
	float:left;
	width:275px;
}
.coupon-dtl .title {
	font-family:impact;
	font-size:28px;
	margin:10px 0;
	
}
.coupon-dtl .coupon-left {
	float: left; 
	width: 45%; 
	margin-right: 10px;
	height:100%;
}
.coupon-dtl .coupon-left img {
	max-width:220px;
 	width:expression(this.width>220?"220px":true);
}
.coupon-dtl .coupon-right {
	float: left; 
	width: 45%;
	height:100%;
}
.bl-coupon-short-dtl {
	margin-bottom:25px;
}