/* Map 
========*/
.googleMaps {
	margin: 0;
	display:block;
	background:rgb(229, 227, 223);
}

@media(max-width:700px){
	.googleMaps,
	.googleMapsCenter,
	.googleMapsContent,
	.googleMapsElement {
		height:300px !important;
	}
}

@media(max-width:500px){
	.googleMaps,
	.googleMapsCenter,
	.googleMapsContent,
	.googleMapsElement {
		height:250px !important;
	}
}

/* Fullscreen
===============*/
.googleMapsOverlay,
.googleMapsFullscreenContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%; 
	height: 100%; 
	position: relative;
}
.googleMapsFullscreenContainer { z-index: 1001; }
HTML > BODY .googleMapsOverlay,
HTML > BODY .googleMapsFullscreenContainer {
	position: fixed;
}
.googleMapsOverlay {
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	filter: alpha(opacity=80);
}
.googleMapsFullscreenClose {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	background: #000;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(/css/PIE.php);
	z-index: 1002;
	text-decoration: none;
}
.googleMapsFullscreenClose:hover {
	text-decoration: none;
	background: #030303;
}
.googleMapsFullscreenClose SPAN {
	display: block;
	width: 10px;
	height: 10px;
	background: url(mapImages.png) no-repeat 0 -21px;
}
.googleMapsFullscreenContainer .googleMapsLocationsList {
	padding: 0px 2px 0px 3px;
}
.googleMapsFullscreenButton { cursor: pointer; display: none; }

/* External map markers
========================*/
.googleMapsLocationsList {
	min-height: 15px;
	overflow: hidden;
	height: auto;
	margin-bottom: 5px;
}
.googleMapsLocationsList .mapMarker {
	display: block;
	float: left;
	margin: 5px 3px 0px 2px;
}
.googleMapsLocationsList .mapMarker A { 
	cursor: pointer; 
	background: #eee;
	color: #000;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	z-index: 2;
	behavior: url(/css/PIE.php);
	-pie-watch-ancestors: 1;
}
.googleMapsLocationsList .open A { background: #656565; color: #fff; } 

/* Google Maps infoBox
=======================*/
.infoBoxText {
	width: 202px;	/* Center of box is calculated from this */
}
.infoBoxTextContent {
	background: #fff;
	width: 180px;
	height: 100%;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.infoBoxBeak {
	margin-top: -2px;
	height: 21px;
	position: relative;
	background: url(mapImages.png) no-repeat 0 0;	
}
.closeBox {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	filter: alpha(opacity=70);
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: url(mapImages.png) no-repeat 0 -21px;
}
.closeBox:hover {
	opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	filter: alpha(opacity=100);
}

/* Directions
===============*/
.adp-directions { width: 100%; }

.googleMapsDirections { padding-top: 20px; }
.googleMapsDirectionsLocation {
	position: relative;
}
.googleMapsDirectionsLocation LABEL {
	display: inline-block;
	width: 80px;
}
.googleMapsDirectionsLocation .formElement {
	padding-bottom: 5px;
}
.googleMapsDirectionsAddress INPUT,
.googleMapsDirectionsCity INPUT {
	width: 200px;
}
.googleMapsDirectionsSearch { padding: 10px 0 15px 0 !important; }

.googleMapsGeoCode {
	position: absolute;
	top: 0;
	left: 300px;
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	background: url(mapImages.png) no-repeat -10px -21px;
}
.googleMapsGeoCode:hover { text-decoration: none; background-position: -35px -21px; }
.googleMapsGeoCodeLoading {
	background: url(loader.gif) no-repeat center center;
}
.googleMapsGeoCodeLoading:hover {
	background-position: center center;
}