@charset "utf-8";

.GMapContainer img {
	max-width: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.GMapContainer label {
	width: auto !important;
	display: inline !important;
}

.GMapInfo {
	text-align: left;
}

.GMapInfo ul {
	margin: 0; padding: 0;
}

.GMapInfo li {
	margin: 0 0 0 1em; padding: 0;
}

.GMapInfo a {
	color: blue;
	text-decoration: underline;
	border: none;
	background: none;
}

.GMapInfo a:hover {
	color: #fc3;
}

.GMapInfo address {
	font-size: 0.9em;
	color: #999;
}

dl#toolbox-googlemap {
	display: inline-block;
	height: 22px;
}

dl#toolbox-googlemap dd.command-box {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #fbfbfb;
	background-image: -webkit-gradient(linear, left 14, left bottom, from(#fff), to(#eee));
}
dl#toolbox-googlemap dd.command-box:hover {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, left 14, left bottom, from(#fbfbfb), to(#ddd));
}
dl#toolbox-googlemap dd.command-box:active {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left 14, left bottom, to(#f8f8f8), from(#ddd));
}

dl#toolbox-googlemap dd.command-box a.button {
	display: block;
	border-right: 1px solid #bbb;
	padding: 0 6px 0 24px;
	line-height: 22px;
	background: transparent;
	background-repeat: no-repeat !important;
	background-position: 3px center !important;
	color: black;
	text-decoration: none;
}

dl#toolbox-googlemap dd.command-box:first-child a.button {
	border-left: 1px solid #bbb;
}

dl#toolbox-googlemap dd.command-box a.button:hover {
	text-decoration: none;
}

dl#toolbox-googlemap dd.command-box #googlemap-insertMap {
	background-image: url(../images/toolbox-map.png);
}

dl#toolbox-googlemap dd.command-box #googlemap-attachLocation {
	background-image: url(../images/toolbox-location.png);
}

#googlemap-geolocation-container {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

#googlemap-geolocation-container-arrow {
	position: relative;
	left: 88px;
	top: 0;
	margin: 0;
	z-index: 200;
}

#googlemap-geolocation-preview {
	position: relative;
	top: -4px;
	border: 1px solid #aaa;
	background: white;
	color: #999;
	margin: 0;
	padding: 4px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	text-align: right;
	line-height: 1.0;
	z-index: 100;
}

#googlemap-geolocation-preview a#googlemap-geolocation-preview-close {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 3px;
	background: white;
	color: #c00;
}

#googlemap-geolocation-preview img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/* vim: set ts=4 sts=4 sw=4 noet: */
