
#dealer_map_canvas {
	height: 450px;
	width: 100%;
	margin-bottom: 35px;
}

#dealer_map_canvas img {
	max-width:none!important;
}

.searchlocation {
	display: block;
	position: relative;
	padding:10px 12px;
	border:1px solid #ccc;
	background: #f0f0f0;
	
}
.searchlocation .row {
	margin-left:-7px;
	margin-right:-7px;
}
.searchlocation .row > * {
	padding-left:7px;
	padding-right:7px;
	clear:none;
}
.searchlocation .Buttons .more {
	display:block;
	padding:9px 12px;
	line-height:15px;
	float:none;
	width:100%;
	text-align: center;
	font-size:100%;
}
.searchlocation .Buttons .more:after {
	content:'';
	font-size:120%;
	line-height:0.8;
	margin-left:10px;
}


.sidecolumn .searchlocation .row > * {
	width:100%;
	margin:5px 0;
}

.Partner.Overview .block-grid {
	background:#fff;
}