/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#map_canvas {
	min-height: 600px;
	margin-bottom: 30px;
}



/* Dealer page */
/*
h2.dealer-heading {
	font-size:36px;
	line-height:1;
	padding:0 0 15px 0;
	border-bottom:1px solid #777;
	margin-bottom:15px;
	margin-top:0px;
	text-transform:none;

}
*/

.dealer-right img {
	margin-bottom:15px;
}

.dealer-details {
	margin-bottom:20px;
}

.dealer-details p a {
	font-weight:normal;
}

.dealer-details p,
.dealer-details h4,
.dealer-details h5
{
	font-size:125%;
	margin: 0 10px;
}
.dealer-details h4,
.dealer-details h5
{
	margin-bottom:0;
}
.dealer-details hr {
	margin:15px 0 10px 0 !important;
}
p.dealer-description {
	font-size:110%;
}

.dealer-details i {
	float:left;
	margin-right:20px;
	margin-top:5px;
	height:2em;
  	font-size: 28px !important; 
	color:#666666;
}
