@charset "UTF-8";
/* CSS Document */


  
  
.bgOrange{ 
	background-color: #ff960;
	background-image:url(../../images/expanding.gif);
	background-repeat:repeat-x;
}  
  
  img{
  	xborder: 1px solid red;
  }
  
  TABLE#ContentTable{
  	width: 1040px;
  }

SPAN#WebViewCouponsWrap{ 
}

SPAN#WebViewCouponsWrap IMG#BuyOneGetOneHeader{ 
	margin-top: 30px;
	margin-right: 90px;  
	float: right;  
}
SPAN#WebViewCouponsWrap IMG#PrintButton{  
	margin-top: 20px;
	margin-right: 170px;
	margin-bottom: 40px;  
	float: right;  
}
SPAN#WebViewCouponsWrap IMG#Coupons{  
	margin-bottom: 175px; 
	float: right; 
}

 
 /* Hide these untill we go to print... */

DIV#PrintCouponsWrap{
	display: none;
	margin: auto;
	width: 630px; 
} 
DIV#PrintCouponsWrap DIV#PieCoupon,
DIV#PrintCouponsWrap DIV#SliceCoupon{   
	width: 630px;
	position: relative;
	margin: 60px 0 40px 0;
} 

DIV#PrintCouponsWrap DIV#PieCoupon{
	margin-bottom: 0;
	padding-bottom: 0;
}
DIV#PrintCouponsWrap DIV#PieCoupon IMG,
DIV#PrintCouponsWrap DIV#SliceCoupon IMG{ 
	width: 630px;
	height: 338px; 
} 
DIV#PrintCouponsWrap DIV.info{   
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:center; 
	color: #000; 
	padding: 4px;
	font-weight: bold; 
	position: absolute;
	bottom: 90px; 
	left: 50%;  
	width: 400px;
	margin-left: -200px; 
}  
/* ...have to move the info down further on the pie coupon */
DIV#PrintCouponsWrap DIV#PieCoupon DIV.info{   
	 bottom: 83px;
	 	bottom: 93px;
}  
DIV#PrintCouponsWrap DIV#CutLine{
	padding-top: 17px;  
}
DIV#PrintCouponsWrap DIV#CutLine IMG{
	width: 630px;
	height: 35px;   
}