

/* ------------------------------- gift certificate listing ------------------- */
.couponWrap {
	width:460px;
	height:200px; /* make min-height to let heights expand */
	background:url(../images/redesign/bg-coupon-tile.gif) top left repeat-y;
	float:left;
	display:inline-block;
	position:relative;
	height:auto;
	margin:0;
	padding:0;
}
.couponBottom {
	display:block;
	background:url(../images/redesign/bg-coupon-bottom.gif) bottom left no-repeat;
	height:200px; /* make min-height to let heights expand */
}
.couponTop {
	width:460px;
	height:7px;
	overflow:hidden;
	background:url(../images/redesign/bg-coupon-top.gif) top left no-repeat;
	display:block;
}

.couponWrap .couponPhoto a {
	float:left;
	display:inline-block;
	width:75px;
	height:60px;
	padding:6px 8px 29px 7px;
	margin:10px ;
	overflow:hidden;
	background:url(../images/bg-coupon-thumb.jpg) top left no-repeat;
}
.couponPhoto img {
	display:block;
	width:75px;
	height:60px;
}





.couponWrap h2 {
	clear:both;
	float:right;
	display:inline;
	width:330px;
	padding:5px 0;
	margin-right:20px;
}

.couponWrap p {
	clear:both;
	padding:5px 10px 10px 15px;
	margin:0;
	font-size:12px;
	line-height:13px;
}
.couponWrap a {
	font-weight:bold;
}


.couponTextWrap {
	float:left;
	width:330px;
	overflow:hidden;
	display:inline-block;
	margin:0;
	padding:0;
}

.couponTextWrap p {
	padding:5px 0;
	font-size:13px;
	line-height:14px;
}



