/* CSS Document */



#carFacts{
	width: 360px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 30px 0px;	
}	

#carFacts h1 {
	color:#222;
	font-weight: bold;
	font-size: 0.8em;
	text-transform:uppercase;
	margin: 10px 0px 0px 0px;
}

#carFacts h2 {
	color: #555;
	font-weight: bold;
	font-size: 0.8em;
}



#carFacts p, #content ul {
	color:#333;
	font-size: .7em;
	line-height: 150%;
	
}

#carFacts table {
    margin-bottom: 10px;
	width: 100%;
}

#carFacts caption {
	font-size: 0.75em;
	font-weight:bold;
	text-align:left;
	padding: 10px 10px 10px 10px;
}

#carFacts td {
	padding: 7px 10px 7px 10px;
	color: #333;
	font-size: 0.65em;
	border-bottom: 1px dotted #999;
}

#carFacts td.bold {
	font-weight:bold;
	text-align: right;
	
}


#carFacts select {
	color: #000;
	font-size: 0.65em;
	margin: 0px 0px 20px 0px;
}


/*Overwrite standard link behaviour in #content - used for tabs in carfacts*/
#content #carFacts a:link, 
#content #carFacts a:visited {
	color:#fff;
	text-decoration: underline;
}

#content #carFacts a:hover, 
#content #carFacts a:active {
	text-decoration: none;
	cursor: pointer;
}



