/* weekly specials */
body {
	margin: 0;
	padding: 0;
}
#previewContainer {
	width: 680px;
	margin: 0 auto;
	background: #F3EDD9;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
}
.headingTop {
	margin-bottom: 1px;
	text-align: center;
	font-size: 36px;
}
.headingBottom {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #38683d;
}
/* table-based version styles are below: 
   unfortunately, we have to use tables on this page in order to keep the layout clean in IE6
*/
p.specTitle {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin: 0 auto;
}
p.specPrice {
	font-weight: bold;
	font-size: 18px;
	margin: 5px auto 0 auto;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
p.specDescrWrap {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
p.expDate {
	font-size: 10px;
	line-height: 12px;
}
img.specHdrIcon {
	display: inline;
	margin: 0 3px;
}
table#specialsLayoutWrap {
	width: 100%;
	margin: 0;
	padding: 0;
}
table#specialsLayoutWrap td.item {
	border: 1px solid #cfcccc;
}
table.spclBox {
	padding: 0;
	margin: 0 4px 4px 0;
	width: 324px;
	text-align: center;
}
table.spclBox td {
	padding: 10px;
	width: 50%;
	height: 100px;
}
table.spclBox th {
	padding: 0;
	margin: 0;
	height: 36px;
}
table.spclBox h3 {
	padding: .25em 0;
	margin: 0;
	border-bottom: 1px solid #cfcccc;
}
.validThru {
	text-align: center;
	font-size: .85em;
}

#specialsPrintFriendlyWrap {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	/*border: 1px dashed #f0f;*/
}

#specialsPrintFriendlyWrap {
	
}

body.printerFriendly {
	background: #ffffff;
}