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

.prod_sale_offers
{
	/*border: black solid 1px;*/
	float: right;
	width: 170px;
}

.prod_sale_offers h3
{
	color: #7f010f;
	padding: 0;
	margin: 6px 0px 8px 7px; 
}

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 img
{	
	width: 160px;
}

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

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

