/****************************
 * Classes for Custom coups *
 ****************************/
 #custom_1_wrapper
 {
	 height:500px;
	 width:500px;
	 background:url(images/expandedcoup1.png) center no-repeat;
 }
 #custom_1_inner
 {
	 height:460px;
	 width:450px;
	 position:absolute;
	 top:47px;
	 left:40px;	 
 }
 #custom_1_logo
 {
	 position:absolute;
	 text-align:center;
	 height:150px;
	 width:100%;
	 top:45px;
	 overflow:auto;
 }
 p.custom_1_title
 {
	 position:absolute;
	 top:8px;
	 height:18px;
	 width:100%;
	 text-align:center;
	 vertical-align:middle;
 }
 p.custom_1_business
 {
	 position:absolute;
	 right:10px;
	 top:350px;
 }
 #custom_1_body
 {
	 position:absolute;
	 top:198px;
	 width:100%;
	 height:127px;
 }
 p.custom_1_terms
 {
	 position:absolute;
	 top:350px;
	 left:5px;
	 width:45%;	
	 height:42px;
	 font-size:11px;	 
 }
 p.custom_1_expiration
 {
	 font-size:10px;
	 font-style:italic;
	 position:absolute;
	 top:440px;
	 left:10px;
 }
/*************************
 * Classes For Custom Ad Template 2
 *************************/
 #custom_2_wrapper
 {
	 height:500px;
	 width:500px;
	 background:url(images/expandedcoup2.png) center no-repeat;
 }
 #custom_2_inner
 {
	 height:470px;
	 width:465px;
	 position:absolute;
	 top:45px;
	 left:25px;	 
 }
 #custom_2_logo
 {
	 position:absolute;
	 text-align:center;
	 height:175px;
	 width:100%;
	 bottom:40px;
	 overflow:hidden;
 }
 p.custom_2_title
 {
	 position:absolute;
	 top:8px;
	 left:3px;
	 height:65px;
	 color:#fff;
	 font-size:24px;
	 line-height:30px;
	 font-weight:bold;
	 width:100%;
	 text-align:center;
	 vertical-align:middle;	
 }
 p.custom_2_business
 {
	 position:absolute;
	 bottom:18px;
	 left:3px;
	 width:100%;
	 height:11px;
	 font-size:12px;
	 text-align:center;
	 vertical-align:top;
	 color:#FFF;	 
 }
 #custom_2_body
 {
	 position:absolute;
	 top:90px;
	 width:100%;
	 height:155px;
 }
 p.custom_2_terms
 {
	 position:absolute;
	 bottom:0px;
	 left:5px;
	 text-align:left;
	 width:50%;	
	 height:12px;
	 font-size:11px;	 
 }
 p.custom_2_expiration
 {
	 font-size:10px;
	 font-style:italic;
	 position:absolute;
	 bottom:0px;
	 right:0px;
	 width:50%;
	 height:10px;
	 text-align:right;
 }  
/*************************
 * Classes For TEXT Style Coupons
 *************************/
 #textad_logo{
 }
 #textad_barcode{
 }
 p.textad_title{
	 text-align:center;
	 font-size:16px;
	 font-weight:bold;
 }
 p.textad_business{
	 color:#000;
	 text-align:center;
	 font-style:italic;
 }
 p.textad_body{
 }
 p.textad_terms{
	 font-size:10px;
	 font-style:italic;
 }
 p.textad_expiration{
	 font-size:10px;
	 font-style:oblique;
 }
 /********************************************************/
 /***These are to override the font and divs that are ****/
 /***Inline in the body of the coupon and keep the line **/
 /***-height good...***************************************/
 /********************************************************/
 #div_textad_body div{
	 line-height:1.25;
 }
  #div_textad_body font{
	 line-height:1.25;
 }
