﻿table#commercial td
{
	vertical-align: top;
	text-align: left;
}

table#commercial img
{
	border: 0px;
}

td.vertSpacerCell
{
	height: 10px;
	width: 890px;
}

td.leftCell
{
	background-color: #464d5b;
	width: 180px;
	border-right: solid 10px white;
}

td.contentCell
{
	padding-bottom: 5px;
	width: 550px;
}

td.rightCell
{
	background-color: #f1f4f8;
	width: 160px;
	border-left: solid 10px white;
}

td.contentCell h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5272A6;
	padding-top: 0px;
	margin-top: 0px;
}

td.contentCell p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 2px;
}

div.container
{
	padding: 5px;
	margin: 0px;
	height: 97px;
	border: 1px solid #ACB3C2;
}

div.imgContainer
{
	float: left;
	width: 190px;
}

div.descContainer
{
	float: left;
	width: 330px;
}

div.more
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 0px;
	font-size: 11px;
	background-image: url(/common/images/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
}                                         
                                                
