@charset "UTF-8";

/* CSS FOR HOME PAGE CARFAX.COM //

/* AUTHOR - Carfax, Inc. 10/01/07 - Christopher MacDonald//*/

#pageLeft {
	float: left;
	width: 400px;
}

#orangeFileboxes dl {
	width: 190px;
	margin: 5px 7px 20px 0px;
	padding: 0;
	background: #fd991d url(/img/organicTest/dl_btm_bg_long.gif) no-repeat bottom left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: left;
	clear: right;
}

#orangeFileboxes dt {
	margin: 0 0 6px 0;
	padding: 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #333 url(/img/organicTest/dl_top_bg_long.gif) no-repeat top left;
}

#orangeFileboxes dt a, #orangeFileboxes dt a:active, #orangeFileboxes dt a:link, #orangeFileboxes dt a:active :visited, #orangeFileboxes dt a:focus {
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#orangeFileboxes dt a:hover, #orangeFileboxes dt a:visited :hover {
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#orangeFileboxes dd {
	margin: 0 0 0 4px;
	padding: 2px 10px 5px 10px;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/img/organicTest/icon_arr_list.gif) no-repeat 0 3px;
}

#orangeFileboxes dd a, #orangeFileboxes dd a:active, #orangeFileboxes dd a:link, #orangeFileboxes dd a:active :visited dd a:focus {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#orangeFileboxes dd a:hover, #orangeFileboxes dd a:visited :hover {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#orangeFileboxes .table_list {
	margin-left: 12px;
}

/* HIDDEN TOOLTIPS //////////////////////////////////////////////////////////////////////////////*/
#whatIsVin,#titleProblems,#severeAccident,#lemon,#flooded,#odometerProblems,#ownershipHistory,#owners,#highMileage,#rental,#fleet,#accidentsService,#totalLoss,#airbagsDeployed,#frameDamage,#serviceRecords
	{
	display: none;
	width: 300px;
	z-index: 2;
	background: #ffffcd;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #5e5b5b;
	border-left: 1px solid #5e5b5b;
	vertical-align: top;
	text-align: left;
	font: normal normal normal 11px Tahoma, Arial, Helvetica;
}

.whatIsVinTitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	background: #333;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font: normal normal bold 10px Tahoma, Arial, Helvetica;
	color: #FFF;
	margin: 0;
	display: block;
}

#whatIsVin p,#titleProblems p,#severeAccident p,#lemon p,#flooded p,#odometerProblems p,#ownershipHistory p,#owners p,#highMileage p,#rental p,#fleet p,#accidentsService p,#totalLoss p,#airbagsDeployed p,#frameDamage p,#serviceRecords p
	{
	font: normal normal normal 11px Tahoma, Arial, Helvetica;
	color: #000;
	margin: 5px 10px 10px 10px;
	padding: 4px;
	line-height: 12px;
	text-align: left;
}
