/*  print.css */

#header, #sidebar1, #sidebar2, .noprint {display: none;}

.thrColAbs #container { 
	position: relative; 
	width: 620px;  
	background: #FFFFFF;
	margin: 0 auto 10px auto; 
	border: 0px;
	text-align: left; 
} 
div#coupon_2 {
	width: 779px;
	height:326px;
	float:left; clear:both; 
	margin:20px 0 0 -40px;
	background: #fff url('../images/coupons/2.jpg') no-repeat center;
}
div > div#coupon_2 {margin-left:-80px !important;}
div#coupon_2 img.displayNone {
	width:86%;
	height:86%;
}
div#coupon_2 > img.displayNone {width:779px !important; height:326px !important;}

div#coupon_3 {
	width: 779px;
	height:326px;
	float:left; clear:both; 
	margin:20px 0 0 -40px;
	background: #fff url('../images/coupons/3.jpg') no-repeat center;
}
div > div#coupon_3 {margin-left:-80px !important;}
div#coupon_3 img.displayNone {
	width:86%;
	height:86%;
}
div#coupon_3 > img.displayNone {width:779px !important; height:326px !important;}
img.displayNone {
	width: 779px;
	height:326px;
	display: block;
}