*  {
	margin:0px;
	padding:0px;
}

/* Colors Library
 * 
 * Lighter grey background: #ededed;
 * Darker grey background: #e6e6e6;
 * Grey text: #6C6F70;
 * 
 */

body {
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	width:965px;
}

h3 {
	color:#000000;
	font-size:14px;
	font-family:Tahoma;
	font-weight:normal;
}

a img {
	border:none;
}

.Clear {
	clear:both;
	height:0px!important;
	font-size:0px;
}

.GreyColor {
	color:#6C6F70;
}

.Left {
	float:left;
}

.Right {
	float:right;
}

.Spacer {
	padding:10px;
}

.Overlay {
	position:absolute;
	background:#FFFFFF;
	opacity:0.6;
	width:100%;
	height:100%;
	max-height:100%;
	z-index:10000;
	display:none;
}

.Progress {
	background-image:url(../Resources/Images/Common/progress_bar02.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:200px;
	left:50%;
	width:50px;
	height:50px;
	z-index:20000;
	display:none;	
}

.Validator {
	display:block;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../Resources/Images/Common/validator.gif);
	background-repeat:no-repeat;
	background-color:#e6e6e6;
	padding-left:20px;
	padding-top:2px;
	margin-bottom:2px;
	color:red;
	height:18px;
	font-size:11px;
	white-space:nowrap;
}

a.NavButton {
	height:14px;
	width:auto;
	min-width:50px;
	background-image:url(../Resources/Images/Common/button_yellow.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding:8px 7px 8px 30px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	position:relative;
	border:1px solid #FFFFFF;
	display:block;
	margin-bottom:10px;
}

a.NavButton img {
	border:none;
	border-right:1px solid #FFFFFF;
	position:absolute;
	top:0px;
	left:0px;
}

a.NavButton:hover {
	background-image:url(../Resources/Images/Common/button_yellow.gif);
	background-repeat:repeat-x;
	background-position:0px -30px;
	text-decoration:none;
}

a.GreyButton {
	background-image:url(../Resources/Images/Common/button_grey.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

a.GreyButton:hover {
	background-image:url(../Resources/Images/Common/button_grey.gif);
	background-position:0px -30px;
	background-repeat:repeat-x;
}

div#Container {
	width:965px;
	height:auto;
	overflow:hidden;
	position:relative;
}

div.MapBox {
	width:475px;
	margin-right:10px;
	height:490px;
	min-height:400px;
	background-image:url(../Resources/Images/dealerlocator.jpg);
	background-repeat:no-repeat;
	float:left;
}

div.SearchForm {
	width:480px;
	min-height:400px;
	overflow:visible;
	background:#ededed;
	float:right;
}

div.SearchForm div.Left, div.SearchForm div.Right {
	width:220px; /* 240px - padding:10px; (Spacer class)=220px; */
	_width:240px;
	background:#e6e6e6;
	_height:70px;
}

div.SearchForm label {
	text-transform:uppercase;
	font-size:13px;
	display:block;
	margin-bottom:5px;
}

div.SearchForm input, div.SearchForm select {
	width:200px;
}

div.SearchForm div.Buttons {
	text-align:right;
	padding-right:15px;
	height:30px;
	*padding-bottom:10px;
	_padding-bottom:0px;
}

div.Services {
	width:460px;
	height:auto;
	min-height:225px;
	_height:225px;
	overflow:visible;
	clear:right;	
}

div.Services div {
	width:217px;
	_width:210px;
	float:left;
	height:auto;
	overflow:visible;
	margin:5px;
	_margin:5px 4px 5px 4px;
	
}

div.Services input {
	width:15px;
	position:relative;
	top:10px;
	*float:left;
	_float:left;
}

div.Services label {
	text-transform:none;
	display:block;
	width:200px;
	float:right;
	clear:right;
	font-size:11px;
}

div.Services label img {
	float:left;
	padding-right:10px;
	padding-left:5px;
}

.DealerContainer {
	zoom:1;
}

.DealerContainer p {
	background:#e6e6e6;
	height:18px;
	padding:8px 10px 5px 10px;
	font-weight:bold;
}

.DealerContainer ul {
	list-style-type:none;
}

.DealerContainer li {
	background:#ededed;
	margin-bottom:10px;
	padding:10px;
}

.DealerContainer li div.DealerInfo {
	padding:10px;
	background:#FFFFFF;
	border:1px solid #e6e6e6;
}

.DealerContainer li div.DealerInfo div {
	width:305px;
}

.DealerContainer li div.DealerInfo div.Right {
	text-align:right;
	height:auto;
	min-height:50px;
}

.DealerContainer li div.DealerInfo div.Right a {
	clear:both;	
}

.DealerContainer li div.DealerInfo h3:hover {
  text-decoration:underline;
}

.DealerContainer li div.DealerInfo h3, .Google h3 {
	padding-bottom:20px;	
	height:25px;
	padding-right:10px;
}

.Google h3 {
  margin-right:10px;
}

.DealerContainer li div.DealerInfo h3 img, .Google h3 img {
	padding-right:10px;
	float:left;	
}

.DealerContainer li div.DealerInfo .SubHeader, .Google h3 .SubHeader  {
  color:#6C6F70;
  font-family:Arial;
  font-size:11px;
  white-space:nowrap!important;
}


.DealerContainer li label {
	display:none;
}

div.Hidden * {
	visibility:hidden;
}

div.Hidden {
	background-image:url(../Resources/Images/Common/left.gif);
	background-repeat:no-repeat;
	background-position:left center; 
	background-color:#FFFFFF;
}

.WideMap {width:925px}

.NoBackground {background-image:none!important;background-color:#FFFFFF!important;}

.HoverText {cursor:pointer;}
