﻿/*@charset "utf-8";*/
/* ==================== M Jacobs Print CSS Styles ==================== */

/* --------- Defaults ---------- */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

img
{
	border: none;
}

ul
{
	list-style: none;
}

/* --------- Hidden ---------- */

#header, #navigation, #left-column, #page p#breadcrumbs, #page .CouponContent, #page h1, #footer, #online-coupons .PrintButton
{
display:none;
}

/* ---- Coupon Page Styles --- */

#online-coupons ul
{
	margin:0px auto;
}

#online-coupons li
{
	width: 357px;
	position: relative;
	float: left;
	background: none;
	padding: 0px;
	margin-bottom: 10px;
}

#online-coupons li div.coupon-description
{
	position: absolute;
	top: 9px;
	left: 15px;
	height: 115px;
	width: 315px;
}

#online-coupons li div.coupon-description strong
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #F00;
	font-weight: bold;
	font-size: 1.2em;
	padding: 6px 0px;
	display: block;
}

#online-coupons li div.coupon-description p
{
	color: #333;
	padding-bottom: 2px;
	
}

#online-coupons li div.coupon-description p strong
{
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	
}