div.product-overview-box
{
	float: left;
	margin: 10px 15px 5px 0px;
	width: 180px;
}

div.product-overview-image
{
	background: #FFF url(../images/product_image.gif) no-repeat;
	height: 172px;
	width: 179px; 	
	text-align: center;
}

div.product-overview-image img
{
	margin-top: 8px;
}

div.product-overview-content
{
	width: 179px;
	background: #e6f6f9 url(../images/product_overview_footer.gif) no-repeat bottom;	
}

div.product-overview-content-inner
{
	padding: 5px 12px 10px 12px;
	text-align: center;
	color: #084F7B;
	font-size: 11px;
}

div.product-overview-content-clicker
{
	margin-top: 5px;
	text-align: right;
	border-top: 1px solid #2AB2CE;	
	padding-top: 5px;
	_padding: 5px 0px 5px 0px;
}

a.product-info img,
a.product-add img
{
	font-size: 0px;
	margin-right: -1px;
	border: 0;
}

/**/ 

td.product-overview-title
{
	background: #9BDAE8;
	color: #000304;	
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #084F7B;
}

td.product-column
{
	padding: 4px 5px 4px 5px;
	font-size: 11px;	
	border-bottom: 1px solid #084F7B;
}

td.product-column a
{
	color: #084F7B;
}

td.product-column img
{
	display: inline;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	margin: 0px 5px 0px 0px;
	border: 0;

}

tr.row-0
{
	background: #FFF;	
}

tr.row-1
{
	background: #E6F6F9;	
}