.mZoomControl{
	position:absolute;
	background-image:url("/images/map/zoom.png");
	width:55px;
	height:100px;
}
.mOverviewMapControl{
	position:absolute;
	right:0px;
	bottom:0px;
/*	background-color: #ffffff;*/
	width:143px;
	height:200px;
	/*border: 1px solid black;*/
}
.mOverviewMapControlSH{
	background-image:url("/images/map/hide.png");
	background-repeat: no-repeat;
	position:absolute;
	width:15px;
	height:15px;
	z-index: 999;
	border: 0px;
}
.mOverviewMapControlSH2{
	background-image:url("/images/map/show.png");
}
.mRectangleOverlay{
	position:absolute;
	border: 2px solid red;
}
.markerInfoWindow_1 div{
	overflow: auto;
}

/* Dymki */
.tipArea {
	position: absolute;
	width: 300px;
	max-height: 300px;
}

.tipClose {
	position: absolute;
	left: 272px;
	top: 15px;
	width:15px;
	height:15px;
}

.tipHeader {
	height: 33px;
	background: url('/images/map/dymek.png') no-repeat left top;
}

.tipContent {
	text-align: left;
	background: url('/images/map/dymek.png') no-repeat left bottom;
	padding: 0 20px 70px 20px;
}

.tipContent p {
	font-size: 0.9em;
	margin: 3px 0 0 0;
}

.tipContent a {
	font-weight: bold;
}

.mapTool div div span {
display : block;
white-space : normal;
width:150px;
}

