
#wrapper_outer	{
    text-align: center;
    clear: both;
}

#wrapper_inner {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: -50px;
}

#location_links   {
	background-color: #;
	border: 1px solid #;
	padding: 5px;
	margin-bottom: 10px;
	width: 250px;
}
#location_links ul	{
	list-style-position: outside;
	list-style-type: disc;
}
a.link	{
	color: #;
	font-weight: normal;
	font-size: 13px;
}
form	{
	display: inline;
}

/** Navigation Styles **/
#nav a	{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #;
}
#nav a:hover	{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #;
}
#nav	{
	margin-bottom: 20px;
}

/** Location Selection Styles **/
.vehicles_list_text {
	text-align: left;
	margin: 0px 15px 0px 15px;
}

/** Vehicle Group Styles **/
.vehicle_group_wrapper img{
	border: 0;
}
.vehicle_group_wrapper{
	clear: both;
	width: px;
	margin: 0 auto 0 auto;
}

.vehicle_group_image{
	float: left;
	width: 175px;
}
.vehicle_group_desc{
	width: -200px;
	float: right;
}
.vehicle_group_desc p{
	width: 90%;
}
.vehicle_group_links {
	width: 150px;
	float: left;
}
.vehicle_group_links{
	vertical-align: middle;
	border: 0;
	padding: 1px;
	background-color: #;
	text-align: center;
	border-bottom: 1px solid #;
	margin-right: 5px;
}

.vehicle_group_links a, .vehicle_group_links input	{
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #;
}

.vehicle_group_links input	{
	border: 0;
	background: transparent;
	padding: 0;
	height: 15px;
}

/** All Vehicle Styles **/

.vehicle_col_wrapper_outer {
    text-align: center;
    clear: both;
}
.vehicle_col_wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: -50px;
    min-height: 210px;
    height:auto !important;
	height: 210px;
	clear: both;
}
.vehicle_col {
    float: left;
    border-right: solid 1px #;
    text-align: center;
    width: -20px;
    min-height: 210px;
    height:auto !important;
	height: 210px;
}
.vehicle_col_right {
    float: left;
    text-align: center;
    width: -20px;
}
.vehicle_col_ender {
    float: left;
    width: 1px;
    min-height: 210px;
    height:auto !important;
	height: 210px;
	clear: right;
}
.vehicle_seperator {
	clear: both;
    border-right: solid 1px #;
}
.vehicle_name {
	color: #;
	font: bold 13px Arial;
	background-color: #;
	border-top: 1px solid #;
	margin-bottom: 8px;
	padding: 2px;
	text-align: center;
}

.vehicle_img {
	height: 110px;
}

.vehicle_img img	{
/*	position: absolute;*/
	/*clip: rect(0px, 175px, 100px, 0px);*/
	clip: rect(0px,175px,110px,0px);
	left: 2px;
	border: 0;
}
.vehicle_desc{
	margin-bottom: 5px;
	text-align: center;
}
.vehicle_links {
	clear: both;
}

.vehicle_links{
	vertical-align: middle;
	border: 0;
	padding: 1px;
	background-color: #;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #;
	width: 70%;
	margin: 0 auto 2px auto;
}

.vehicle_links a, .vehicle_links input, .check_rates input	{
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #;
	text-align: center;
}

.vehicle_links input, .check_rates input	{
	border: 0;
	background: transparent;
	padding: 0;
	height: 15px;
	cursor: pointer;
}

.vehicle_arrow_image {
	border: none;
	vertical-align: middle;
	padding-right: 5px;
	margin-left: 10px;
}

/** Single vehicle image styles **/

#one_vehicle_wrapper h1 {
	color: #;
	font: bold 16px Arial;
	background-color: #;
	border-top: 1px solid #;
	margin-bottom: 8px;
	padding: 2px;

}

#one_vehicle_wrapper{
	clear: both;
	width: px;
	margin: 0 auto 0 auto;
}
#one_vehicle_wrapper h1{
	margin: 0;
	margin-bottom: 8px;	
}

#image_content{
	height: 200px;
	width: 310px;
	float: left;
}
#image_content #image_wrapper{
	height: 150px;
	margin-bottom: 20px;
	clear: both;
}
#image_content img#single_vehicle_image  {
	clip: rect(0px, 300px, 150px, 0px);
	overflow: hidden;
	max-height: 150px;
}

#image_content #vehicle_image_title{
	color: #;
	font-weight: bold;
	font-size: 13px;
}

#features_content{
	width: 50%;
	float: right;
}

#mult_img_bar{
	clear: both;
}
#mult_img_bar img{
	border: 1px solid #;
	padding: 2px;
}
#mult_img_bar p{
	font-size: 12px;
}

.check_rates{
	vertical-align: middle;
	border: 0;
	padding: 1px;
	background-color: #;
	text-align: left;
	clear: both;
	border-bottom: 1px solid #;
	width: 50%;
	margin-bottom: 2px;
}

/** Vehicle Features Table **/
#vehicle_features	{
	background-color: #;
	width: 250px;
	padding: 0px;
}
#vehicle_features *	{
	font-size: 12px;
}
#vehicle_features .title	{
	color: #;
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	padding: 4px;
	text-align: left;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#vehicle_features table	{
	padding: 0;
}
#vehicle_features td	{
	border-bottom: 1px solid #;
}
#vehicle_features td.caption	{
	font-weight: normal;
	padding-left: 4px;
}
#vehicle_features .class_desc	{
	background-color:  #;
	padding-left: 4px;
}
#vehicle_features td.feature	{
	font-weight: normal;
	padding-left: 4px;
}
#vehicle_features .misc_feature_title	{
	font-weight: bold;
	padding-left: 4px;
}
#vehicle_features .misc_feature	{
	padding-left: 15px;
}
