@charset "utf-8";
/* CSS Document for "PART FINDER" & "LAST VEHICLE SEARCH" BUTTON css*/

/*  add the following line to all pages that you want the yellow button once

	<link href="css/lastVehicle.css" rel="stylesheet" type="text/css" /> 

*/


/* ADDED BY MAF FOR RME "LAST SEARCH BUTTON"
----------------------------------------------------------------------------------------------------*/
div.lastveh{	
	padding: 15px 15px 15px 15px;
}

a.lastvehicle{
	font: bold; 
    font-size: 1em; 
	border-radius: 5px;  
	text-decoration: none;
	background-color: #FFFF00;
	color: #000000;
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;"	
}

div.partfind{	
	padding: 15px 15px 15px 15px;
}

a.partfinder{
	font: bold; 
    font-size: 1em; 
	border-radius: 5px;  
	text-decoration: none;
	background-color: #00FF00;
	color: #000000;
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;"	
}