@charset "UTF-8";

.gmap {
	border: solid 1px gray;
	border-color: gray silver silver gray;
	margin: 1em 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#gmap-wrapper {
	position: relative;
	zoom: 1;
}

#show-by-types {
	background:url('../images/layout/gr_vertical_gray_to_white_56px_noise.png') repeat-x bottom left;
	padding: 3px 10px;
}

#show-by-types span {
	margin-right: 1em;
}
#show-by-types a {
	outline:none;
}

#gmap-container {
	border-top: solid 1px #888;
	width: 670px;
	height: 549px;
	overflow: hidden;
}

#gmap-rounded-bottom {
	width: 670px;
	height: 7px;
	z-index: 10000;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: -10px;
	background: url(../images/gmaps/rounded-bottom.png) no-repeat scroll bottom left;
}

#gmap-message {
	position: absolute;
	top: 0;
	left: 35px;
	color: #fff;
	background: url(../images/dark-background.png) repeat scroll 0 0;
	padding: 0 10px 2px;
	width: 390px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#gmap-message p {
	margin: 8px 0;
}

.gmap-info-window {
	position: absolute;
	background: url(../images/gmaps/place-baloon.png) no-repeat scroll 0 0;
	width: 214px;
	height: 110px;
}

.gmap-info-window .closer {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.gmap-zoom-icon {
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
	zoom: 1;
}

.gmap-type-icon {
	display: inline;
	cursor: pointer;
}

.gmap-cloud {
	max-width: 320px;
}

.atlas-pagination {
	text-align: center;
	margin: 1em 0;
	padding: 0 1em;
}

.atlas-pagination a {
	cursor: pointer;
}
