/*
Author: John M Law
Last modified: March 28th 2006
*/
input.graylineborder{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	font-size:1.5em;
}	
#ProceedCenter{
	text-align:center;
}
#Proceed{
	text-align:center;
}
#CIDDiv{
	float:left;
	padding-left:12px;
	padding-right:12px;
	margin-right:12px;
}
#RPMDiv{
	float:left;
	padding-left:12px;
	padding-right:12px;
}



#StockDiv, #MildlyModifiedDiv, #HighlyModifiedDiv{
	float:left;
	width:180px;
	text-align:center;
}

#MildlyModifiedDiv{
	border-right-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

#Stock, #MildlyModified, #HighlyModified{
	cursor:pointer;
}

#TwoBarrel, #FourBarrel, #Gasoline, #Alcohol{
	cursor:pointer;
}
#Barrel2Div, #Barrel4Div, #GasolineDiv, #AlcoholDiv{
	float:left;
	width:135px;
	text-align:center;
}

#Barrel4Div{
	border-right-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}



#SuperchargedLight, #NotSuperchargedLight{
	cursor:pointer;
}
#SuperchargedDiv{
	float:left;
	width:270px;;
	text-align:center;
	border-right-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#NotSuperchargedDiv{
	float:left;
	width:270px;
	text-align:center;
}



#MechanicalSecondaries, #VacuumSecondaries, #NoSecondaries{
	cursor:pointer;
}
#MechanicalSecondariesDiv{
	float:left;
	width:270px;
	text-align:center;
	border-right-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#VacuumSecondariesDiv{
	float:left;
	width:270px;
	text-align:center;
}


#NoChokeImg, #ElectricChokeImg, #ManualChokeImg{
	cursor:pointer;
}
#NoChokeDiv, #ElectricChokeDiv, #ManualChokeDiv{
	float:left;
	width:180px;
	text-align:center;
}
#ElectricChokeDiv{
	border-right-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}


#StreetLight, #RaceLight, #OffRoadLight, #MarineLight{
	cursor:pointer;
}
#StreetDiv, #RaceDiv, #OffRoadDiv{
	float:left;
	width:135px;
	text-align:center;
	border-right-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#MarineDiv{
	float:left;
	width:135px;
	text-align:center;
}




