body {
	font: 13px  Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
a img {
	border:0;
}
.pageBreak {
	page-break-after:always;
}

/*--------- coupon page -----------*/
#couponsPage {
	width:800px;
	margin:0px auto;
}
#coupons {
	width:710px;
	margin:0px auto;
}
#couponHeader {
	display:none;
	color:#000000;
	text-align:center;	
}
.couponContainer {
	width:325px;
	float:left;
	padding:15px;
	height:300px;
}
.couponBox {
	/*background:url(../images/coupon_bg.jpg) top no-repeat;*/
	text-align:center;
	border-style:dashed;
	border-color:#009933;
	border-width:thin;
	width:300px;
	height:250px;
	padding:8px;
	color:#000000;
}

.couponBoxsolid {
	text-align:center;
	border-style:solid;
	border-color:#009933;
	border-width:medium;
	width:300px;
	height:250px;
	padding:8px;
	color:#000000;
}

.couponBox h1 {
	font-size:16px;
	font-weight:bolder;
}
.couponExpire {
	font-size:9px;
	width:75px;
}
.couponContent {
	height:175px;
	padding:5px 5px 5px 5px;
	font-size:12px;
}
.couponFooter {
	font-size:8px;
	text-align:center;
}

/*****Google Map Popup*****/
#divAddress{display:none;}
#btnPrint{display:none;}
