<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">               
.WeeklyAdItems {
	border-bottom: 1px solid #999;
}

/*div.AdInfo
{
	clear: both;
}

div.AdInfo.Bottom
{
	border-top: 1px solid #ccc;
}*/

div.AdSection
{
	margin: 5px 0;
	border: 1px solid #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #ccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccf), to(#fff));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ccccff', endColorstr='#ffffff', gradientType='0');
	clear: both;
}

p.AdTitle
{
	margin: 5px 10px;
	width: 55%;
	float: left;
	font-weight: bold;
}

p.AdTitle span
{
	font-weight: normal;
	white-space: nowrap;
}


p.OfferDates
{
	margin: 5px 10px;
	width: 35%;
	float: right;
	text-align: right;
}

/* Ad Items */
div.ItemLeft,
div.ItemRight
{
	margin: 1% 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	width: 49%;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
}

/*width: 374px;*/

div.ItemLeft
{
	clear: both;
}

div.ItemRight
{
	float: right;
}

div.ItemLeft p,
div.ItemRight p,
div.ItemLeft h5,
div.ItemRight h5
{
	margin: 2px 5px 2px 105px;
}

/* Add to Shopping List */
div.ListItem {
	margin: 2px 10px;
	clear: both;
}

div.ListItem p,
div.ListItem form
{
	margin: 2px 5px 2px 0;
	color: #393;
	font-weight: bold;
}

div.ListItem form input
{
	border: 1px solid #9c9;
	padding: 2px;
}

div.ListItem form input:hover
{
	border: 1px dashed #060;
	background: #efe;
}

div.ListItem form input.ListQty
{
	font-weight: bold;
	font-size: .07500em;
	width: 20px;
	color: #666;
}

div.ListItem form input.ListButton
{
	border: 1px solid #9c9;
	padding: 1px 2px;
	background: #efe;
	color: #060;
	font-weight: bold;
	font-size: .7500em;
	width: 160px;
	
}

div.ListItem form input.ListButton:hover
{
	border: 1px solid #060;
	background: #44651a;
	color: #fff;
	font-weight: bold;
}






/* Ad Items */
div.Images
{
	margin: 2px 10px;
	padding: 0;
	width: 85px;
	float: left;
}

div.Images img
{
	margin: 0 0 10px 0;
	padding: 0;
}

p.Heading
{
	color: #666;
	font-size: 0.6250em;
}

h5
{
	margin: 2px 5px 2px 10px;
	font-size: 1.0000em;
	text-shadow: none;
}

.NewItem
{
	color: red;
	font-weight: bolder;
}

p.Descr
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.6250em;
}

p.DescrOverlay
{
	font-weight: bold;
}

/*
Pricing Classes:

p.Pricing
span.PricePrefix
span.PriceDollarSign
span.PriceDollar
span.PriceCents
span.PriceChange
span.PriceSuffix
span.PriceCentSign
p.PriceOverlay
img.Card
*/

p.Pricing
{
	font-size: 2.0000em;
	font-weight: bold;
}

p.PriceOverlay
{
	font-size: 1.1250em;
	font-weight: bold;
}

span.PricePrefix,
span.PriceChange
{
	font-size: 1.0000em;
	vertical-align: 12px;
}

span.PriceSuffix,
span.PriceCentSign
{
	font-size: 1.0000em;
}

img.Card
{
	margin: 0;
	border: 0;
	padding: 0;
}

p.Item,
p.SaleDate
{
	font-size: 0.6250em;
}

div.ItemLeft p.Recipe,
div.ItemRight p.Recipe
{
	margin: 5px 10px 10px 10px;
	font-size: 0.6250em;
	font-weight: bold;
	color: #036;
	clear: both;
}

a.MoreRecipes
{
	font-weight: normal;
}

div.ItemLeft p.Test,
div.ItemRight p.Test
{
	margin: 5px 10px 10px 10px;
	font-size: 0.6250em;
	color: #366;
	clear: both;
}



/* Departments &amp; Brands HistList */


/*div.Found p
{
	font-size: 14px;
	font-weight: bold;

}

div.AdSection
{
	border: 1px solid #ccf;
	background: #ccf;
	clear: left;
}

div.AdSection h2
{
	margin: 5px 5px 2px 10px;
	text-shadow: none;
}

div.AdSection h2 span
{
	font-weight: normal;
	font-size: 14px;
}

div.AdSection p
{
	margin: 2px 5px 5px 10px;
	font-size: 10px;
}*/

.Ingredients form.StandardForm .WeeklyAdItems input {
	border: 1px solid #9c9;
	padding: 2px;
}

.WeeklyAdItems .QtyGroup {
	margin: 5px 0;
	width: 85px;
	float: left;
}

.WeeklyAdItems .AddToList.button {
	margin: 5px 10px;
	font-size: 0.7500em;
	padding: 2px 8px;
}

/* NoJS */
.ReturnNoJS
{
	margin: 20px 10px 100px 10px;
	padding-top: 10px;
	clear: both;
}


/* Footer */
.Footer
{
	clear: both;
}

</pre></body></html>