.couponwrap {
	width:100%;
	margin:0 auto;
}
.coupon, .vcoupon {
	background:transparent url(../images/couponback.gif) repeat scroll center top;
	border:5px dashed #000000;
	float:left;
	margin:10px 0;
	padding:4% 2%;
	width:94%;
}
.vcoupon {
	background:url(../images/voucherback.gif) repeat left top scroll;
	position:relative;
	left:0;
}
.vcoupon .code {font-weight:bold;font-size:1.3em;float:right;position:relative;z-index:1000;width:30%;text-align:right;}
.coupon .logo, .vcoupon .logo {
	float:left;
	margin:0 5px 0 0;
	position:relative;
	z-index:10;
}
.couponprint {display:block;position:absolute;left:100px;top:25px;z-index:1;}
.coupon hr, .vcoupon hr {
	float:left;
	clear:both;
	width:100%;
	margin:2% 0;
}
.coupon .merchantinfo, .vcoupon .merchantinfo {
	width:45%;
	margin:0 0 0 5px;
	padding:0;
	float:left;
	font-size:14px;
	position:relative;
	z-index:10;
}
.coupon .couponoffer, .vcoupon .couponoffer {
	padding:5px;
	float:left;
	clear:left;
	width:100%;
	margin:5px 0 25px;
	position:relative;
	z-index:10;
}
.coupon input, .vcoupon input {display:none;}
.coupon p, .vcoupon p {margin:0;}
.coupon p .alert, .vcoupon p .alert {color:#000;width:100%;margin:10px 0 0;}

ul.merchant {
	width:100%;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
ul.merchant.hilltop {
	width:94%;
}
ul.merchant li {
	background:url(../images/merch1.png) repeat-x top left;
	border:1px solid #999999;
	color:#444;
	float:left;
	margin:5px 0;
	padding:10px;
	width:94%;
	position:relative;
}
ul.merchant.hilltop li {
	width:94%;
	float:left;
}
ul.merchant li .merchantleft, ul.merchant li .left {
	float:left;
	margin:0;
	width:43%;
}
ul.merchant li .merchantright, ul.merchant li .right {
	float:right;
	margin:0;
	text-align:right;
	width:43%;
}
ul.merchant.hilltop li .merchantleft, ul.merchant.hilltop li .merchantright {
	width:43%;
}
img.merchantlogo {margin:0 10% 0 0;}
/**** REGULAR PRINT ****/
#logo, #menu, #navigation, #features img, #sidebar, #maincalendar, #sb-wrapper, #page, #welcome img, #mainform, #map {display:none;}
#popupbox {
	position:aboslute;
	top:0;
	left:0;
}
ul.merchant.full li {
	display:block;
}
.imgcatchall {margin:0 10px 10px 0;}
