/* Web Specials */
/*
<div class="CouponOffer">
				<p class="CouponHeading">[field: 'Heading']</p>
				<h4 class="CouponTitle">[field: 'Title']</h4>
				<p class="CouponPricing">
					[if: (field: 'PriceOverLay')!='']
						<span class="CouponPriceOverLay">[field: 'PriceOverLay']</span>
					[else]
						<span class="CouponPrefix">[field: 'Prefix']</span>
						<span class="CouponPrice">[field: 'Price']</span>
						<span class="CouponSuffix">[field: 'Suffix']</span>
					[/if]
				</p>
				<p class="CouponDescr">[field: 'Descr']</p>
				<p class="CouponItem">[field: 'Item']</p>
			</div>
*/

.PrintHeader
{
	display: none;
}

.Content table
{
	margin: 8px;
	border: 0;
	padding: 0;
}

div.PageLinks
{
	margin: 10px;
	border: 1px solid #999;
	padding: 2px;
	background: #eee;
}

div.PageLinks ul
{
	margin: 0;
	border: 0;
	padding: 0;
	width: 600px;
	float: left;
}

div.PageLinks ul li
{
	margin: 0;
	border: 0;
	padding: 5px;
	list-style: none;
	display: inline;
}

div.PageLinks p
{
	margin: 0;
	border: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

div.Offer
{
	margin: 2px;
	border: 2px dashed #063;
	padding: 0;
	height: 275px;
}

div.Images
{
	margin: 0;
	border: 0;
	padding: 0;
	display: inline; 
	width: 130px;
	height: 275px;
	float: left;
}

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

div.Images img.CouponImage
{
	padding-left: 18px;
}

div.Images img.CouponUPC
{
	padding-left: 4px;
}

div.Offer p,
p.Heading,
h4.Title,
p.Pricing,
p.Descr,
p.Item,
p.Dates,
p.FinePrint
{
	margin: 2px 5px;
	border: 0;
	padding: 0;
}

.Heading
{
	font-size: 10px;
	color: #999;
	font-weight: bold;
	text-align: center;
}

.Title,
.Item
{
	text-align: center;
}

.Pricing
{
	font-size: 20px;
	color: #c00;
	font-weight: bold;
	text-align: center;
}

.Advertised1
{
	font-size: 10px;
	color: #69c;
	font-weight: bold;
	text-align: center;
}

.Advertised2
{
	font-size: 12px;
	color: #c00;
	font-weight: bold;
	text-align: center;
}

.Descr
{
	font-size: 10px;
	text-align: center;
}

.Dates
{
	font-size: 10px;
	color: #063;
	text-align: center;
}

.CardHolder
{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color:  #063;
}

.FinePrint
{
	margin-top: 5px;
	font-size: 9px;
}







