/*.menu {
	position:absolute;
	top:330px;
	left:20px;
	z-index:20;
}
.menu a {
	background:#B00000;
	background:rgba(176, 0, 0, .6);
	display:block;
	float:left;
	clear:both;
	line-height:28px;
	margin-bottom:4px;
	outline:none;
	padding:0 15px;
	text-decoration:none;
}
*/
.mapa-preloader {
	background:url('./images/loader.gif') no-repeat center #fff;
}

.mapa-popup {
	/*width:300px;
	position:absolute;
	padding:8px;
	background:#2a2a2a;
	background:#FDF6B7;
	font-size:14px;
	line-height:20px;
	border-radius:5px;
	box-shadow:#555 0 0 20px;*/
	position:absolute;
	width:240px;
	border:5px solid #105e1b; background-color:#ffffff;
	padding:0;
	font-family:"Open Sans"; font-size:13px; font-weight:300; line-height:20px; color:#626262;
}
.mapa-popup a,
.mapa-popup a:hover { color:inherit; text-decoration:none }

.mapa-popup h3 {
	margin:0;
	margin-bottom:10px;
	font-weight:normal;
	font-size:20px;
}
.mapa-popup .close {
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	right:0px;
	width:16px;
	height:16px;
	outline:none;
	background:url('./images/close.gif') no-repeat;
	cursor:pointer;
	border-left:1px solid grey; border-bottom:1px solid grey;
}
.mapa-popup-img { text-align:center; margin-top:5px }
.mapa-popup-tytul { font-family:"Open Sans"; font-size:14px; font-weight:600; line-height:20px; color:#3b3b3b; margin:10px 15px 0 15px }
.mapa-popup-opis { font-family:"Open Sans"; font-size:13px; font-weight:300; line-height:20px; color:#626262; margin:0px 15px 15px 15px }

.mapa-marker {
	display:block;
	text-indent:-9999px;
	width:58px;
	height:75px;
	outline:none;
	background:url('./images/mapMarker.png') no-repeat;
	cursor:pointer;
}

.mapa-controls {
	position:absolute;
	top:10px;
	left:10px;
	z-index:20;
	width:100px;
}
.mapa-controls a {
	width:100%;
	background:#eeeeee; border:1px solid grey;
	display:block;
	float:left;
	clear:both;
	font-family:"Open Sans"; font-size:11px; font-weight:600; /*line-height:28px;*/ color:#3b3b3b; padding:7px 0 6px 0;
	margin-bottom:4px;
	outline:none;
	text-align:center;
	text-decoration:none;
}
.mapa-controls a:hover {
	background:#dddddd;
	/*color:#2a2a2a;*/
}
.mapa-controls .active {
	/*background:#b8e1a3 !important;
	color:#2a2a2a;*/
	background-color:#105e1b !important;
	color:#ffffff;
}	