/* This is for the new style of inventory view module; sets main background color */
.arvw-complete-view-module
{
	background-color: #ffffff;
	border: 0px solid cyan;
}

/* This is used on the featured vehicles, primarily */
.arvw-text-header-small
{
	font-size: 10pt;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	padding: 2px;
	color: #90c2d6;
}

/* Used all over where the price is shown, except the list and view modules */
.arvw-text-price
{
	margin: 0 auto;
	text-align: right;
	font-size: 17pt;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	padding: 2px;
	color: #2292e3;
	position: relative;
}

/* The vehicle listing */
.arvw-vehicle-listitem
{
	margin: 0 auto;
	padding: 0px;
	width: 921px;
	height: 150px;
	position: relative;
	background-color: #e2e2e2;
}
	.arvw-vehicle-header-bar
	{
		margin: 0 auto;
		text-align: left;
		padding: 0px;
		background-image: url('/images/arvw/view-header.png');
		background-repeat: no-repeat;
		width: 921px;
		height: 32px;
		position: relative;
	}
		.arvw-vehicle-header-bar-text
		{
			margin: 0 auto;
			text-align: left;
			padding-left: 10px;
			padding-top: 5px;
			position: relative;
		}
		.arvw-vehicle-header-bar-text h2
		{
			font-size: 13pt;
			font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
			display: inline;
		}

/* The gallery */
.arvw-vehicle-gallery
{
	margin: 0 auto;
	padding: 0px;
	width: 460px;
	position: relative;
	margin-bottom: 10px;
}

/* The features section */
.arvw-vehicle-features
{
	margin: 0 auto;
	padding: 0px;
	width: 921px;
	position: relative;
}

/* Payment calculator */
.arvw-vehicle-calculator
{
	margin: 0 auto;
	padding: 0px;
	width: 447px;
	position: relative;
	background-color: #dddddd;
}

/* Contact form pieces */
.arvw-vehicle-request
{
	margin: 0 auto;
	padding: 0px;
	width: 447px;
	position: relative;
	background-color: #dddddd;
	text-align: left;
}
.arvw-vehicle-trade
{
	margin: 0 auto;
	padding: 0px;
	width: 447px;
	position: relative;
	background-color: #dddddd;
	text-align: left;
}
.arvw-vehicle-friend
{
	margin: 0 auto;
	padding: 0px;
	width: 447px;
	position: relative;
	background-color: #dddddd;
	text-align: left;
}
.arvw-vehicle-test
{
	margin: 0 auto;
	padding: 0px;
	width: 447px;
	position: relative;
	background-color: #dddddd;
	text-align: left;
}
.arvw-vehicle-location
{
	margin: 0 auto;
	padding: 0px;
	width: 921px;
	position: relative;
}

/* Form stuff & messages */
.errormessage
{
	color: #aa6666;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.successmessage
{
	color: #66aa66;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.formlabel-medium
{
	float: left;
	margin-right: 0.4em;
	width: 8.5em;
	text-align: right;
}
.forminput
{
	margin-left: 7.0em;
}

/* The search fields, including the search field background, if provided */
.arvw-search-inventory-fields
{
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	height: 120px;
	position: relative;
	/*background-image: url('/images/arvw/search-inventory-background.png');
	background-repeat: no-repeat;*/
}

/* Staff directory stuff */
.arvw-staff-container
{
	text-align: center;
	margin-left: 5px;
	border: 0px solid red;
}
.arvw-staff-container-item
{
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 160px;
	height: 200px;
	text-align: center;
	position: relative;
	border: 0px solid green;
}
.arvw-staff-member
{
	margin: 10px;
	padding: 5px;
	text-align: center;
	position: relative;
	border: 0px solid #c0c0c0;
}
.arvw-staff-heading-color
{
	color: #000000;
}

/* List vehicle background */
.arvw-list-background
{
	background-color: #dddddd;
}
/* The make, model, year, etc. for each vehicle in the list view */
.arvw-list-vehicletitle
{
	color: #ccc;
}
/* The "Price:" on the list view */
.arvw-list-pricefield
{
	color: #cccccc;
}
/* The "Sale Price:" on the list view */
.arvw-list-salepricefield
{
	color: #ffffff;
}
/* The "Price:" value on the list view */
.arvw-list-price
{
	color: #2292e3;
}
/* The "Sale Price:" value on the list view */
.arvw-list-saleprice
{
	color: #2292e3;
}
/* The list vehicle field headers (like Body:, Mileage:, Additional Information:, etc.) */
.arvw-list-textfields
{
	color: #000000;
}
/* The actual text on the list vehicle view */
.arvw-list-text
{
	color: #555555;
}
/* The sort by, mileage year etc text */
.arvw-sort-text
{
	color: #333333;
}

/* View vehicle background */
.arvw-view-background
{
	background-color: #dddddd;
}
/* The vehicle title on the vehicle view page */
.arvw-view-vehicletitle
{
	color: #cccccc;
}
/* The vehicle view text */
.arvw-view-text
{
	color: #555555;
}
/* Vehicle view phone number */
.arvw-view-phone
{
	color: #555555;
}
/* The "Price:" on the view */
.arvw-view-pricefield
{
	color: #555555;
}
/* The "Sale Price:" on the view */
.arvw-view-salepricefield
{
	color: #555555;
}
/* The "Price:" value on the view */
.arvw-view-price
{
	color: #2292e3;
}
/* The "Sale Price:" value on the view */
.arvw-view-saleprice
{
	color: #2292e3;
}
/* The view vehicle field headers (like Stock #:, Doors, Interior, Features:, Warranty:, etc.) */
.arvw-view-textfields
{
	color: #000000;
}
/* The price on the payment calculator */
.arvw-view-calcprice
{
	color: #2292e3;
}
/* The "back to top" link */
.arvw-view-backtotop
{
	color: #ffffff;
}

/* The main row text on sales and service hours */
.arvw-hours-mainback
{
	background-color: #dddddd;
}
/* The alternating row background on sales and service hours */
.arvw-hours-altback
{
	background-color: #eeeeee;
}
/* The main row text on sales and service hours */
.arvw-hours-maintext
{
	color: #000000;
}
/* The alternating row text on sales and service hours */
.arvw-hours-alttext
{
	color: #000000;
}

/* Featured vehicle title/link */
.arvw-featured-title
{
	color: #90c2d6;
}
/* Featured vehicle text */
.arvw-featured-text
{
	color: #555555;
}
/* Featured vehicle price header */
.arvw-featured-pricefield
{
	color: #000000;
}
/* Featured vehicle price text */
.arvw-featured-price
{
	color: #2292e3;
}

/* Contact-us page */
.arvw-contact-form
{
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #dfdfdf;
	width: 589px;
	position: relative;
	background-color: #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	color: #000000;
}
.arvw-contact-background
{
	background-color: #e2e2e2;
}
.arvw-contact-text
{
	color: #000000;
}

.arvw-part-container
{
	text-align: center;
	margin-left: 0px;
	border: 0px solid red;
}
.arvw-part-container-item
{
	padding: 0px;
	margin-top: 14px;
	margin-left: 9px;
	margin-right: 9px;
	padding-top: 8px;
	float: left;
	width: 190px;
	height: 299px;
	text-align: center;
	position: relative;
	border: 1px solid #555555;
	background-color: #ffffff;
}
.arvw-part-member
{
	margin: 1px;
	padding: 3px;
	text-align: center;
	position: relative;
	border: 0px solid #c0c0c0;
}
.arvw-part-heading-color
{
	color: #b61118;
}
.arvw-accessory-selected
{
	color: #b61118;
}
.arvw-accessory-deselected
{
	color: #000000;
}
