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

/* overlay */
#directions #gmap #overlay { background: url(http://images.apple.com/retail/images/gmap_overlaytop.png) no-repeat top left; margin-top: -1em; padding: 5px 0 0; position: relative; left: 100px; width: 243px; } 
#gmap #overlay { position: relative; padding: 7px 0 17px; left: 100px; width: 332px; background: url(http://images.apple.com/retail/locator/images/gmap_overlaytop.png) no-repeat top left; behavior:url(/global/scripts/lib/iepngfix.htc); }
#gmap #overlay a { cursor: pointer; }
#directions #gmap #overlay span.close { background: url(http://images.apple.com/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 span.close { display: block; position: absolute !important; top: 1px; right: 1px; width: 23px; height: 24px; text-indent: -9999px; text-decoration: none; overflow: hidden; outline: none; color: #fff; background: url(http://images.apple.com/retail/locator/images/gmap_close.png) no-repeat top left; behavior:url(/global/scripts/lib/iepngfix.htc); }
#gmap #overlay span.close:hover { text-decoration: none; cursor:pointer; }
#gmap #overlay ul.tabs { height: 0; margin: 0; }


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

#gmap #overlay #overlay-content { clear: left; font-size: 10.5px; margin: 0; padding: 0.1em 24px 0.5em 12px; width: 296px; background: url(http://images.apple.com/retail/locator/images/gmap_overlaybg.png) repeat-y top left;  zoom:1; }
#gmap #overlay #overlay-content img { float:left; margin-top:5px; }
#gmap #overlay #overlay-content div.info-container { margin-left:90px; line-height:16px !important; }
#gmap #overlay #overlay-content h3,
#gmap #overlay #overlay-content h3 a { display:block !important; margin-top: 5px; margin-bottom: 0; color: #fff; font-size: 11px; font-weight: normal; }
#gmap #overlay #overlay-content h3 a:hover { text-decoration:none; color:#6CD4FF; }
#gmap #overlay #overlay-content .vcard { margin-bottom: 10px; line-height: 11pt; }
#gmap #overlay #overlay-content ul { margin:4px 0 0; }
#gmap #overlay #overlay-content .informationlink,
#gmap #overlay #overlay-content .directionslink,
#gmap #overlay #overlay-content .reservationlink { background: url(http://images.apple.com/retail/images/morearrow_6cd4ff.gif) no-repeat 100% 60%; color: #6cd4ff; padding-right: 10px; }
#gmap #overlay #overlay-content .get_directions { padding-bottom: 4px; }
#gmap #overlay #overlay-content a#gmap-directions { background: url(http://images.apple.com/retail/images/morearrow_6cd4ff.gif) no-repeat 100% 60%; color: #6cd4ff; padding-right: 10px; }

#directions #gmap #overlay .bottom { background: url(http://images.apple.com/retail/images/gmap_overlaybottom.png) no-repeat bottom left; height: 14px; margin: 0 0 -24px; } 
#gmap #overlay .bottom { position:absolute !important; width:332px; height: 17px; margin: 0 0 -24px; font-size:1; background: url(http://images.apple.com/retail/locator/images/gmap_overlaybottom.png) no-repeat bottom left; behavior:url(/global/scripts/lib/iepngfix.htc); }

#gmap #overlay button.directions{
	margin: 10px 0 0 4px;
	padding:0;
	border:none;
	width: 99px;
	height: 20px;
	text-indent:-9999px;
	background:url(http://images.apple.com/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='http://images.apple.com/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(http://images.apple.com/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='http://images.apple.com/retail/images/maps_overlay_cancel.png', sizingMethod='scale'); 
}
