.title_contact {font-size:24px;
	color:#ed1c24;
	font-family:"customFont";
	text-transform:uppercase;
	padding-bottom:15px;
	font-weight:normal;}
#boxContact { width:100%}

.boxContact-left {
	width:440px;
}
.boxContact-right {
	width:510px;
}

#boxContact .infoContact {
	padding-bottom:10px;
  margin-bottom: 10px;
}
#boxContact .infoContact h1 {
	font-family: "customFont";
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 10px;
}



.input-wrapper{ margin-bottom:10px;} 

#boxContact .info_dealer.last { background:none; margin-bottom:0px; padding-bottom:0px;}

#boxContact .infoContact .company {
  font-size:20px;
  line-height:25px;
  color:#73af39;
  text-transform:uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3c3a7;
}

#boxContact .infoContact .address {
  background:url(../images/icon_address.png) left 5px no-repeat;
  padding: 5px 0;
  padding-left:30px;
}
#boxContact .infoContact .phone {
  background:url(../images/icon_phone.png) left no-repeat;
  padding: 5px 0;
  padding-left:30px;
}
#boxContact .infoContact .fax {
  background:url(../images/icon_phone.png) left no-repeat;
  padding-left:30px;
}
#boxContact .infoContact .email {
  background:url(../images/icon_email.png) left no-repeat;
  padding: 5px 0;
  padding-left:30px;
}
#boxContact .infoContact .website {
  background:url(../images/icon_website.png) left no-repeat;
  padding: 5px 0;
  padding-left:30px;
}






#boxContact .boxForm {margin-bottom:15px;
  padding-top: 15px;
}

#boxContact .boxForm .textfiled {
  height: 22px;
}
#boxContact .note_contact {padding-bottom:10px;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ac9e85;
}
#boxContact .maps {
	border:1px solid #d4d4d4;
	padding:1px;
	text-align:center;  
}


ul.list_maps{
	float:left;
	width:100%;
	background:#ebebeb;
	border-top:1px solid #ebebeb;
	
}
.list_maps :after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.list_maps li {
	padding:10px;
	
	
}


.list_maps a {
	text-transform:uppercase;
	font-size:14px;
	color:#666666;
	display:block
}
.list_maps a span {
}

.list_maps a:hover {
	color: #333333;
	text-decoration:none;
}
.list_maps a:hover span {}

.list_maps .active {
	background:#fff;
}
.list_maps .active a {
	font-weight:bold;
	color: #333333;
}
.list_maps .active a span {
	padding-top:0px;
}

/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
	display:none;
background:#444 url("../images/map-icon.png") no-repeat 20px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{clear:left;display:block;margin:5px 0 0;padding:1px 3px;width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/
 
 
 
.validate {position:relative;}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}

.validate label { padding-bottom:2px; font-size:11px;}
.validate input.error {
	border:1px dotted #ff0000;

} 
.validate textarea.error {
	border:1px dotted #ff0000;

} 
.validate label.error { margin-left: -3px; padding: 5px;  color: #B70002; -moz-border-radius: 4px; -webkit-border-radius: 4px;  display:none !important; }

 
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
} 

.validate  #filed_security_code label.error {
	left:100px !important;	
} 

.btn_gui {background:#ff8315;
	color:#fff;
	text-transform:uppercase;
	width:66px;
	height:30px;
	border:none;
	cursor:pointer;
  font-weight: bold;
}
.btn_reset {background:#242424;
	color:#fff;
	text-transform:uppercase;
	width:85px;
	height:30px;
	border:none;
	cursor:pointer;
  font-weight: bold;

	}