/* Google Maps */
#main #gmap { border: 1px solid #d7d7d7; color: #fff; float: right; width: 419px; }
#gmap h4 { font-size: 14px; }
#gmap img { behavior: none; }

/* overlay */
#gmap #overlay { background: url(/retail/images/gmap_overlaytop.png) no-repeat top left; margin-top: -1em; padding: 5px 0 0; position: relative; left: 100px; width: 243px; }
#gmap #overlay a { cursor: pointer; }
#gmap #overlay a.close { background: url(/retail/images/gmap_close.gif) no-repeat top left; color: #fff; height: 13px; overflow: hidden; outline: none; position: absolute; top: 6px; right: 6px; text-indent: -9999px; text-decoration: none; width: 13px; }
#gmap #overlay a.close:hover { text-decoration: none; }
#gmap #overlay ul.tabs { height: 0; margin: 0; }

#gmap #overlay #overlay_tab { background: url(/retail/images/gmap_overlaybg.png) repeat-y top left; clear: left; font-size: 11px; margin: 0; padding: 0.5em 20px; width: 203px; }
#gmap #overlay #overlay_tab h3 { margin-top: 5px; margin-bottom: 3px; color: #fff; font-size: 13px; font-weight: normal; }
#gmap #overlay #overlay_tab .vcard { margin-bottom: 10px; line-height: 11pt; }
#gmap #overlay #overlay_tab p { margin-bottom: 0; }
#gmap #overlay #overlay_tab .get_directions { padding-bottom: 4px; }
#gmap #overlay #overlay_tab a#gmap-directions { background: url(/retail/images/morearrow_6cd4ff.gif) no-repeat 100% 60%; color: #6cd4ff; padding-right: 10px; }

#gmap #overlay .bottom { background: url(/retail/images/gmap_overlaybottom.png) no-repeat bottom left; height: 14px; margin: 0 0 -24px; }

#gmap #overlay button.directions{
	margin: 10px 0 0 4px;
	padding:0;
	border:none;
	width: 99px;
	height: 20px;
	text-indent:-9999px;
	background:url(/retail/images/maps_overlay_getdirections.png) 0 0 no-repeat;
	position:relative;
	top:-1px;
	cursor:pointer;
	outline:none;
}
* html #gmap #overlay button.directions{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/retail/images/maps_overlay_getdirections.png', sizingMethod='scale'); 
}

#gmap #overlay button.cancel{
	margin:10px 0 0 0px;
	padding:0;
	border:none;
	width: 100px;
	height: 20px;
	text-indent:-9999px;
	background:url(/retail/images/maps_overlay_cancel.png) 0 0 no-repeat;
	position:relative;
	top:-1px;
	cursor:pointer;
	outline:none;
}
* html #gmap #overlay button.cancel{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/retail/images/maps_overlay_cancel.png', sizingMethod='scale'); 
}

