#boxContact{
	padding-bottom:35px;
}
#boxContact #title_boxContact{
	border-bottom: 1px solid #ebe1c8;
	color: #666;
	font-size: 24px;
	font-weight: normal;
	line-height: 41px;
	text-transform: uppercase;
	margin-top:20px;
}
#boxContact #title_boxContact h1{
	font-weight: normal;
}
/*#infoDealer*/
#boxContact #infoDealer{
  padding: 20px 0px;
}
#boxContact .infoContact .info_dealer{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
}
#boxContact .infoContact .info_dealer.last{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
#boxContact .infoContact .company{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
}
#boxContact .infoContact .address {
	background:url(../images/icon_address.gif) left no-repeat;	
	padding-left:27px;
	margin-bottom:9px;
	font-size:14px;
	font-weight:normal;
	color:#666;
} 
#boxContact .infoContact .phone {
	background:url(../images/icon_phone.gif) left no-repeat;	
	padding-left:27px;
	margin-bottom:9px;
	font-size:14px;
	font-weight:normal;
	color:#666;
} 
#boxContact .infoContact .fax {
	background:url(../images/icon_fax.gif) left no-repeat;	
	padding-left:27px;
	margin-bottom:9px;
	font-size:14px;
	font-weight:normal;
	color:#666;
} 
#boxContact .infoContact .email {
	background:url(../images/icon_email.gif) left no-repeat;	
	padding-left:27px;
	margin-bottom:9px;
	font-size:14px;
	font-weight:normal;
	color:#333;
} 
#boxContact .infoContact .email a{
}
#boxContact .infoContact .website {
	background:url(../images/icon_website.gif) left no-repeat;	
	padding-left:27px;
	margin-bottom:10px;
	color:#333;
} 
#boxContact .infoContact .website a{
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
#boxContact .infoContact .view_maps {
	background:url(../images/icon_map.gif) left no-repeat;	
	padding-left:27px;
} 
#boxContact .infoContact .view_maps a{
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
#boxContact .infoContact .boder{
	border:3px solid #d63d27;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*note_contact*/
#boxContact .note_contact {
	border-top:1px solid #e1e1e1;
	padding:25px 0;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	text-align:center;
	color:#333;
}

/*boxForm*/
.boxForm .input-wrapper{
	margin-bottom:10px;
} 
.boxForm .item-label{
	color:#666;
	line-height:27px;
}
.boxForm .item-input { width:100%;background:#eaeaea;height:27px;border-top:1px solid #d2d2d2;border-left:1px solid #d2d2d2;}
.boxForm #ddepartment{width:100%;background:#eaeaea;height:27px;}
.boxForm #ccontent{width:100%;background:#eaeaea;height:80px;border-top:1px solid #d2d2d2;border-left:1px solid #d2d2d2;}
.boxForm #ccode{background:url(../images/bg_ccode.png) no-repeat; height:23px;}
.boxForm #btnReset{background:url(../images/button_gui.png) no-repeat;width:79px;height:33px;padding:0;border:none;}
.boxForm #do_submit{background:url(../images/button_gui_hover.png) no-repeat;width:70px;height:33px;padding:0;border:none;}
.boxForm #btnReset span{display:inline-block;vertical-align:middle;font-size:14px;color:#fff;font-weight:bold;}
.boxForm #do_submit span{display:inline-block;vertical-align:middle;font-size:14px;color:#fff;font-weight:bold;}
.boxForm .fl_fl{float:left;}
.boxForm .fl_fl img{height:24px;}
.boxForm .textfiled {
	 background:none;
	 border:none;	
	 height:27px;
	 color:#989898;
	 box-shadow:none;
	 line-height:27px;
}
.boxForm .select {
	background:none;
	border:none;	
	color:#989898;
	line-height:27px;
	height:27px;
	font-size:12px;
}
.boxForm .textarea {
	/*background:url(../images/icon_content.png) 9px 7px no-repeat;*/
	border:none;	
	color:#989898;
	box-shadow:none;
	/*padding-left:5%;
	padding-top:4px;*/
}

/*.boxForm #name {background:url(../images/icon_name.png) 11px 8px no-repeat;}
.boxForm #email {background:url(../images/icon_mail.png) 9px 10px no-repeat;}
.boxForm #phone {background:url(../images/icon_phone.png) 10px 6px no-repeat}
.boxForm #address {background:url(../images/icon_address.png) 8px 5px no-repeat;}
.boxForm .icon_subject {	background-image:url(../images/icon_subject.png);		}
.boxForm #security_code {background:url(../images/icon_code.png) 10px 8px no-repeat;		}*/

#boxContact .content_dealer{
	margin-bottom:30px;
}

#boxContact .list_maps li {
	float: left;
	margin-right:4px;
	background: #e2e2e2;
}
#boxContact .list_maps a {
	line-height:23px;
	padding:0 10px;
	text-decoration:none;
	font-weight:bold;
	color:#999;
	display:block;
}
#boxContact .list_maps li.active {
	background:#666;
}
#boxContact .list_maps .active a {
	color:#fff;
}
#boxContact #ext_maps{
	border:1px solid #d8d8d8;
	background:#fff;
	padding:4px;
}

.validate {
    position: relative;
}
.validate label.checked {
    background: url("../images/icon_ok.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.validate label {
    font-size: 11px;
    padding-bottom: 2px;
}
.validate input.error {
    border: 1px dotted #ff0000;
}
.validate textarea.error {
    border: 1px dotted #ff0000;
}
.validate label.error {
    color: #b70002;
    display: none !important;
    margin-left: -3px;
    padding: 5px;
}
.validate label.checked {
    background: url("../images/icon_ok.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.validate #filed_security_code label.error {
    left: 100px !important;
}

/* Map styling*/
#ce_map_container{}
#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;
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*/