﻿@charset "UTF-8";
/* CSS Document */

h2.form {
	padding-top: 10px;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #570d68;
	border-bottom: 1px dotted #626260;
}

.subnav {
	padding: 8px 0 12px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #626260;
}

#content_main {
	padding-right: 5px;
}

table#dealerlogos {
	padding: 0;
	width: 700px;
}

table#dealerlogos td {
	padding: 5px 10px 5px 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #313131;
	border-bottom: 1px solid #d2d2d2;
}

table#dealerlogos td.noline {
	border-bottom: none;
}

table#dealerlogos td.searchtext {
	font-weight: bold;
	color: #570d68;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
}

table#dealerlogos td.sort {
	border-bottom: 1px dotted #999999;
}

table#dealerlogos td.header {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 11px;
}

table#dealerlogos td a {
	color: #570d68;
	text-decoration: none;
}

table#dealerlogos td a:hover {
	color: #626260;
}

table#dealerlogos td img {
	border: 0;
	padding: 0 2px 0 0;
}



/* this styles the contact form */

form#contactform {
	padding: 10px 0 0 20px;
}

#contactform table {
	border: 0;
	border-collapse: collapse;
}

#contactform td {
	padding: 2px 10px 3px 0;
	margin: 0 0 10px 0;
}

.labelcell {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #313131;
}

.fieldcell {
	background: transparent;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #313131;
}

img#proceed {
	padding: 5px 0 0 0;
}

#finddealer {
	width: 450px;
	float: left;
	background: url(../_images/bg/bg_form_top.gif) no-repeat 0 top;
}

#thankyou {
	width: 670px;
	float: left;
	padding-top: 20px;
}

a.focus {
	border:1px solid #570d68;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}

