body {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	padding: 0;
	margin: 0;
	background: white url(../images/bg_diago.gif) 0 0 repeat-x;
}
h1 {
	font-size: 1.3em;
	color: #FFF;
	margin: 0 0 40px;
} 
h2 {
	font-size: 1.1em;
	margin: 15px 0 5px;
	padding: 2px 4px 2px;
	background: #EEE;
}
h3 {
	font-size: 1.1em;
	margin: 15px 0 5px;
}
a, a:visited, a:active, a:link {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
hr {
	height: 1px;
	width: 100%;
	border: 0;
	background: #999;
	margin: 10px auto;
}
td, th {
	color: #333;
	text-align: left;
	margin: 0;
	padding: 2px 4px;
}
table.fullsize {
	width:100%;
}
table.download_tbl {
	width:100%;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
table.download_tbl td, table.download_tbl th {
	width: 25%;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px dotted #BBB;
	background-color:#FFFFFF;
}
input[type=text], textarea, select {
	font-size: 10px;
}
input[type=text] {
	width: 450px;
}
textarea {
	width: 450px;
	height: 100px;
}
input[type=submit], input[type=reset], input[type=button] {
	padding: 2px 5px;
	color: white;
	background: #666;
	border: 0;
}
label.error, .error {
	color: red;
	display: none;
}
#global {
	width: 960px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#header {
	width: 950px;
	height: 50px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	text-align: right;
	margin: 0;
	padding: 20px 10px 0 0;
}
#header a {
	color: white !important;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	padding: 15px 0;
	color: #666;
	font-size: 0.85em;
}
#footer hr {
	width: 65%;
	background: #999 !important;
}
#maincontent {
	width: 940px;
	padding: 10px;
	background: white url(../images/bg_maincontent.gif) 0 0 repeat-x;
}
#maincontent_top {
	height: 400px;
	padding:20px;
	background: #EFEFEF url(../images/header_form.jpg) 0 0 no-repeat;
}
html>body #maincontent_top {
	height: auto;
	min-height: 400px;
} 
#maincontent_bottom {
	height:15px;
	background: #EFEFEF url(../images/footer_form.jpg) 0 0 no-repeat;
}
#dealerinfo {
	/* width: 350px; */
	border: 1px solid #CCC;
	background: white;
	padding: 5px;
	margin: 0 0 0 15px;
	/* margin: 15px 0; */
}
#map {
	 width: 348px;
	 height: 250px;
	 margin-top: 20px;
	 border: 1px solid #999;
}
#map_dealer {
	 width: 550px;
	 height: 400px;
	 margin-top: 20px;
	 border: 1px solid #999;
	 display: block;
	 float: left;
}
#sales_pictos {
	float: right;
	color: #666;
	font-size: 0.85em;
}
.small {
	font-size: 0.85em;
	color: #666;
}
.noborder {
	border: 0px !important;
}
.big {
	font-size: 1.2em;
}
.clear {
	clear: both;
}
/* ===== GOOGLE MAPS ===== */
#dealer_map {
	width: 550px;
	height: 400px;
	margin: 0;
	border: 1px solid #000;
	float: left;
	display: none;
}
#dealer_map h2 {
	color: #000;
	font-size: 16px;
	margin: 0 0 5px;
}
#dealer_map p {
	color: black;
	font-size: 12px;
	margin: 0;
}
#dealer_list {
	width:250px;
	margin: 0 0 10px 25px;
	color: #000;
	float: left;
}
#dealer_list ul {
	margin: 0px;
	padding:0px;
	list-style:none;
	border-top: 1px dotted #888;
}
#dealer_list li {
	padding: 15px 0;
	border-bottom: 1px dotted #888;
}
.maplist {
	cursor: pointer;
	margin-bottom: 5px;
}
#searchLoc {
	cursor: pointer;
}
