/* Page/ Banner/Info Center */
div#main {
	width: 750px;
	margin-top: -5px;
}
table.banner_info_center {
	width: 755px;
	padding: 0 0 5px 10px;
}
div.info_center {
	float: right;
}
div.action_image {
	padding: 8px 0 5px;
}
h3 {
	margin: 0;
	padding: 0 0 2px;
}

/* Offer Formatting */
table.offer_group_table {
	width: 100%;
}
div.offer_title {
	padding: 0 0 10px 10px;
	font-size: 15px;
	font-weight: bold;
}
div.offer_title_no_banner {
	padding: 10px 0 10px 10px;
	font-size: 15px;
	font-weight: bold;
}
div.offer_group {
	padding: 0;
}
div.offer_small {
	float: left;
}
div.offer_small div.offer_padding {
	padding: 0 0 10px 10px;
}
div.offer_small div.offer_column {
	width: 500px;
}

/* Dimensions - One Column */
div.offer_small div#one_column div.offer {
	width: 500px;
}

/* Dimensions - Two Columns */
div.offer_small div#two_column div.offer {
	width: 250px;
	float: left;
}

/* Dimensions - Three Columns */
div.offer_small div#three_column div.offer {
	width: 166px;
	float: left;
}

div.offer_small div#two_column span.offer_block_title,
div.offer_small div#three_column span.offer_block_title {
	font-size: 12px;
	font-weight: bold;
}
div.offer_small div#two_column span.offer_block_title a:link,
div.offer_small div#three_column span.offer_block_title a:link {
	font-size: 12px;
	font-weight: bold;
	color: #2866af;
	text-decoration: none;
}
div.offer_small div#two_column span.offer_block_title a:visited,
div.offer_small div#three_column span.offer_block_title a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #5780ae;
	text-decoration: none;
}
div.offer_small div#two_column span.offer_block_title a:hover,
div.offer_small div#three_column span.offer_block_title a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #2866af;
	text-decoration: underline;
}
div.offer_small table.offer div.offer_block {
	padding: 0 0 2px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
div.offer_large div.offer_padding {
	padding: 0 0 10px 10px;
}
div.offer_large div.offer_column,
div.offer_large div#one_column div.offer {
	width: 750px;
}
div.offer_large div#two_column div.offer {
	width: 375px;
	float: left;
}
div.offer_large div#three_column div.offer {
	width: 250px;
	float: left;
}
div.offer_large div#four_column div.offer {
	width: 187px;
	float: left;
}
div.offer_large table.offer div.offer_block {
	padding: 0 0 2px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
table.offer {
	background-color: #f6f7fb;
	width: 100%;
}
table.offer td.offer_top_left_corner,
table.offer td.offer_top_right_corner,
table.offer td.offer_bottom_left_corner,
table.offer td.offer_bottom_right_corner {
	width: 6px;
	height: 6px;
}
table.offer div.offer_main_padding {
	padding: 4px 3px 0 4px;
}
table.offer table.offer_main_table {
	width: 100%;
}

/* Callout Changes Specific to Product Category */
table.callout {
	width: 245px;
}
table.callout div.padding {
	width: 225px;
	margin-left: 4px;
}
img.callout_size {
	width: 232px;
	height: 1px;
}
div.hrdiv_box {
	width: 235px;
	padding: 10px 0 0 6px;
}
div.hrdiv {
	padding: 0 0 10px;
}

/* Secondary Callout Formatting */
div.secondaryCalloutGroup {
	padding: 0 0 0 10px;
	margin-top: 0;
}
div.secondaryCalloutGroup table.callout {
	width: 740px;
}
div.secondaryCalloutGroup table.callout div.padding {
	width: 720px;
	margin-left: 4px;
}
div.secondaryCalloutGroup img.callout_size {
	width: 727px;
	height: 1px;
}
div.secondaryCalloutGroup div.hrdiv_box {
	width: 730px;
	padding: 10px 0 0 6px;
}
div.secondaryCalloutGroup div.hrdiv {
	padding: 0 0 10px;
}

/* Secondary Callout Spacing between Callouts */
div.secondaryCalloutGroup div.divider {
	width: 1px;
	height: 2px;
}
div.group_divider img.group_divider_size {
	height: 10px;
	width: 1px;
}
div.callout_group_header div.spacing {
	padding: 0 5px 0 10px;
}
div.callout_group_image {
	float: left;
	padding: 0 2px 0 0;
}
div.callout_group_title {
	padding: 1px 0 0;
}

div.calloutGroup {
	text-align: left;
	padding-bottom: 10px;
}
span.title1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #333;
}
div.offer_title span.title1 {
	font: bold 16px;	
	color: #333;
}

