/*---------------------------------------------*/
/* Cars				       */
/*---------------------------------------------*/	
	
	
.title 
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		16px;
	  font-weight: 		bold;
	  color: 		#484848;
	}	

.detail
	{
	  min-height: 		50px;
	  clear: 		both; 
	  padding-top: 		20px;
	}
	
.subheader
	{
	  font-family: 		Arial;
	  font-size: 		16px;
	  font-weight: 		bold;
	  color: 		#204b80;
	}	

.green
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		14px;
	  font-weight: 		bold;
	  color: 		#204b80;
	}	

.usedtitle
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		18px;
	  font-weight: 		bold;
	  color: 		#204b80;
	  padding: 		0px;
	}

.usedtitle2
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		16px;
	  font-weight: 		bold;
	  color: 		#484848;
	}

.usedsub
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		12px;
	  font-weight: 		bold;
	  color: 		#484848;
	}
	
.description
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		12px;
	  font-weight: 		bold;
	  color: 		#484848;
	}

.formbutton
	{
	  font-family:		Arial;
	  font-size:		16px;
	  width:		300px;
	  min-height:		40px;
	  height:		40px;
	  background-image:	url('../images/vehicles/old/forms.jpg');
	  background-repeat:	no-repeat;
	  padding-top:		10px;
	  text-align:		center;
	  color:		#ffffff;
	  decoration:		none;
	}

.usedpicture
	{
	  min-height:		225px;
	  height:		225px;
	  width:		300px;
	 }

.credit 
	{
	  font-family:		Arial;
	  font-size:		9pt;
	  color:		#484848;
	  line-height:		1.5em;
	  padding-left:		0px;
	}



.usedcars
	{
	  margin-bottom: 10px;
	  padding: 5px;
      width: 730px;
	}

.usedcars:hover
	{
	  background-color: #ececec;
	}

.usedcars p
	{
	  padding: 0px;
	  line-height: 1em;
	}
	
.carprofile
	{
	min-height: 		225px;
	height: 		225px;
	background-image:	url('../images/vehicles/old/carbackground.jpg');
	background-repeat:	no-repeat;
	width: 			301px;
	}

.advancedsearch 
	{ 
	background: 		url('../images/style/carfinder_bg2.jpg');
	background-color:	#f6f6f6;
	border:			0px solid gray;
	padding:		0px 13px 0px 25px;
	margin: 		0px 0px 10px 2px;
	width:			602px;
	min-height:		60px;
	height:			60px;
	}

