.makeRoomForSkyscraper
{
	width: 507px;
	padding-right: 0px;
	_padding-right: 0px;
}

.makeRoomForSquare
{
	width: 507px;
	padding-right: 10px;
	_padding-right: 0px;
}
.withRightBorder
{
	border-right: 1px solid #e2e2e2;
	_overflow: hidden;
	padding-top: 1px;
}
table.vehicleListing, table.vehicleListing tr
{
	border-collapse: collapse;
}

table.vehicleListing td
{
	font-size: 11px;
	border-collapse: collapse;
	_border: 0;
	padding: 12px;
	
}

table.vehicleListing td.modelName
{
	padding-left: 5px;
}

table.vehicleListing td.modelInfo
{
	position: relative;
}

table.vehicleListing td.modelInfo div
{
	position: relative;
}

table.vehicleListing td.modelInfo div div
{
	display: none;
}

table.vehicleListing tr:hover
{

	background-color:#e4e4e4 ;
}

table.vehicleListing tr:hover td.modelInfo div div
{
	display: block;
	background-color: #e4e4e4 ;
	padding: 12px;
	position: relative;
	z-index: 99;
}

table.vehicleListing tr:hover td.modelInfo div.vehicleInfoBox
{
	padding: 4px;
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

table.vehicleListing tr:hover td.modelInfo div.vehiclePopup
{
	position: absolute; 
	top: -12px; 
	left: 0px;
	z-index: 40;
}

table.vehicleListing div.vehiclePopdown
{
	position: absolute; 
	bottom: -24px;
	_bottom: 0px;
	left: 0px;
}
.boldtaxt_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #333333;
	text-decoration: none;
}
a.boldtaxt_1:hover {
	color: #FF0000;
	text-decoration: underline;
}
