

/*========== DEALER ==========*/
@media screen and (min-width: 800px) {
	#dealerBd{min-width:1100px;}
}
@media screen and (max-width: 800px) {
	#gmap_canvas {height: 574px; }
	#contentarea{min-width:inherit;}
	#dropdown_container {left: 0!important; width: 100%!important; z-index: 10;}
	.dropdown {margin: 0; }
	.dropdown_item:hover {margin-top: 0; }
	#map_menu {top: 6px; border-top: 1px solid #DADADA;}
	#map_menu .viewport {height: 510px; }
	.map_toggle {height: 54px; line-height: 34px; border-top: 1px solid #DADADA; border-right: 1px solid #DADADA; margin-top: -1px; margin-right: -31px;}
}
@media screen and (max-width: 480px){
	#dropdown_container {min-width: initial;}
	.dropdown_item {width: 50%; }
	.dropdown_item ul{position: absolute; width: 50%;}
	#gmap_canvas {height: 250px; top: 110px;}
	#map_menu {width: 100%; top: 360px;}
	#map_menu .viewport {width: 90%; height: 250px;}
	#marker_list {width: 100%; }
}