﻿.MakeModelTrimDivs {
	float:left; 
	width: 150px; 
	margin-top: 15px;
}
.VehicleDropDivs {
	float:left; 
	width: 
	150px;
}
.Separator {
	padding-top: 5px; 
	border-top: solid 1px #cccccc; 
	padding-bottom: 10px;
}

	/* A few IE bug fixes */
	/* { margin: 0; padding: 0; }*/
	* html ul ul li a { height: 100%; }
	* html ul li a { height: 100%; }
	* html ul ul li { margin-bottom: -1px; }
	
#theMenu { margin-left: 0; }

/* Some list and link styling */
ul li { padding: 0; margin: 0; }
ul ul li { padding: 0; margin: 0; }
ul ul li a { padding: 0; font-size: 12px; }
ul ul li a:hover { }
li { list-style-type: none; }

/* Header links styling */
h3.head a { 
color: #999999;
text-indent: 25px;
display:block; 
background: url(/Images/Bullets/blue_circle_arrow_right_efefef.gif) no-repeat; 
text-decoration: none;
font-weight:bold; 
font-size: 14px;
line-height: 25px;
}
h3.head a:hover { 

}
h3.selected a { 
background: url(/Images/Bullets/blue_circle_arrow_down_efefef.gif) no-repeat; 
color:#999999;
}
h3.selected a:hover { 

}
