@charset "utf-8";
/* CSS Document */

h3.offer_hdr
{
	color: #7f010f;
	text-align: center;
}

table.sale_offers_content
{
	/*margin-left: 200px;*/
}

table.sale_offers_content td
{
	width: 165px;
}

table.sale_offers_content td div#header
{ 
	background: url(../images/components/cellOffersHdrR.png) top right no-repeat;
    color: #FFF;
	font-weight: bold;
}

table.sale_offers_content td div#header div
{ 
	background: url(../images/components/cellOffersHdrL.png) top left no-repeat;
	height: 24px; 
	padding: 3px 0px 0px 8px;
}

table.sale_offers_content td div#image
{
	position: relative;
	background: white; 
	border: 3px white solid; 
	vertical-align: top; 
	text-align: center;
	font-weight: bold;
}

table.sale_offers_content td div#image div#image_inner
{
	position: relative;
}

table.sale_offers_content td div#image img
{	
	width: 160px;
}

table.sale_offers_content td div#image img#enlarger
{
	position: absolute; 
	right: 2px; 
	bottom: 26px;
	width: 40px;
	height: 40px;
}

table.sale_offers_content td div#description
{
	height: 75px; 
	border-top: solid 1px #225576;
	background: url(../images/components/prodDescGradSht.png) top left repeat-x;
}

.sale_offers_content #ocean-bar
{
	height: 50px; 
	background: #ffffff url(../images/components/bar_fade_ocean.png) top right no-repeat;
}

.sale_offers_content #ocean-bar h4
{
	margin: 0;
	padding: 5px 5px;
}

.sale_offers_content #ocean-bar p
{
	margin: 0;
	padding: 0px 5px;
}


