/* Email styles for editor
============================================= */


body { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

a { 
	color: #0000ff; 
}


/* Email styles for previewing emails
============================================= */

.bodytext_email_small {
	font-size: 11px;
	color: #000
}

.bodytext_email {
	font-size: 12px;
}

.headline15 {
	font-size: 15px;
}

.headline17 {
	font-size: 17px;
}


/* Styles for Uploaded Coupons (Absolute Positioned Barcode and Not Absolute Positioned Barcode)
============================================= */
#uploaded_coupon_container 		{ margin:0; padding:0; position: relative; width:500px; margin:10px; }
#uploaded_coupon_container table	{ position: absolute; width: 112px; bottom:4px; left:10px; }
#uploaded_coupon 			{ display: block; }


/* Styles for Business Text Under Flash and Uploaded Coupons
============================================= */
#below_coupon {
	width: 530px;
	padding: 20px 0 10px 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px; 
	color: #333333;
}
#below_coupon .share_links {
	margin:-10px 0 10px 0;
	padding: 0 0 5px 10px;	
	border-bottom: 1px solid #e4e4e4;
}
#below_coupon a img { border:none; }
#below_coupon h3 {
	padding: 0 0 5px 10px;	
	font-size:17px; 
	font-weight: bold; 
	border-bottom: 1px solid #e4e4e4;
}

#below_coupon p {
	padding: 0 0 20px 15px;
}            
#below_coupon a {
	font-size:13px;
}            
#below_coupon .signup_exOffers      { padding: 0 0 0 10px; margin: 0; font-style: italic; }
#below_coupon .signup_exOffers a    { font-style:italic; font-size:13px; }
#below_coupon #business_desc        { padding: 12px 10px 20px 10px; }
#below_coupon .footer p             { padding: 0; margin:0; }
#below_coupon .footer               { padding: 20px; background-color: #f6f6f6; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; font-size: 13px; }
#below_coupon .footer .join         { padding: 3px 0 0 10px; font-size:13px; }