.c1,
.siteSearchBox,
.weatherContainer,
#sv-headContainer,
#sv-mainNav,
#footContainer,
.me-filters, 
.me-main-topbar, 
.me-content {
	display:none;
}
/*CRITICAL DO NOT ALLOW FLOAT FF PRINT Has a bug with this */
body *{
	float:none;
	page-break-before:avoid;
}

.c2-c3 { width:90%; }
.option { display:none; }
h2.subHeading { font-size:18px; }

/* coupons */
.actionBar { display: none; }
.coupon-detail-container { border: 2px dashed #000; }
.coupon-head { border-bottom: 5px solid #000; }

/* make sure these floats are turned off to avoid layout issues when printing map */
.me-filters, .me-map .MapDiv {
	float: none;
}

/*Coldfusion debugging */
table.cfdebug,#sideNav,#topper,#topNav,.nav,#topNav-lvl2{
	display:none;
}

.printContainer {
	box-shadow: 0 0 0 0 #FFF;
	margin: 0;
	padding: 0;
}
.printContainer .printPage {
	display: none;
}