@charset "utf-8";

.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 #gmap-insertMap {
	background-image: url(./images/toolbox-map.png);
}

dl#toolbox-googlemap dd.command-box #gmap-getLocation {
	background-image: url(./images/toolbox-location.png);
}

