/********************************* 
	Merchant coupon file for all pages.
**********************************/
/**** LINKING - ALL ANCHOR TAGS ****/

/**** END OF LINKING ****/

#merchantCouponListings	{
	margin : 28px 0 0 0; padding : 0 0 0 0;
	border : 0px solid #000;
}
	#merchantCouponListings .merchantCouponBox	{
		width : 556px;
		margin : 0; padding : 0 0 50px 0;
		background : url(../images/ofs_merchant/home/bg_bottom_box.png) no-repeat;
	}
		.merchantCoupon	{
			position : relative;
			left : 18px; top : 10px;
			width : 520px;
			border : 0px solid #000;
		}
		
		.merchantCouponText	{
			border : 0px solid #000; 
			padding : 0; margin : 0 0 0 10px;
		}
			.merchantCouponDescription	{
				font-weight : bold;
				font-size : 14px;
				padding : 23px 0 10px 0; margin : 0;
			}
			.merchantExpires	{
				font-size : 10px;
				padding : 5px 0 5px 0; margin : 0;
				line-height : 15px;
			}
			.emailToFriend	{
				font-size : 11px;
				padding : 0; margin : 0;
				float : left;
				border : 0px solid #000;
				line-height : 18px; 
			}
				.emailToFriend span	{
					font-size : 10px;
				}
			.getThisCoupon	{
				font-size : 11px;
				font-weight : bold;
				padding : 0; margin : 0 0 0 120px;
				float : left;
				border : 0px solid #000;
			}
			.merchantCouponGo	{
				float : left;
				border : 0px solid #000;
				padding : 0 0 0 5px;
			}
