
/* mapContainer (kartta)
======================*/
.mapContainer {
	clear: left;
	width: 400px;
	overflow: hidden;
	float: left;
	padding: 25px 0;
}
.mapTypeButton {
	background: url(pics/mapTypeButton.gif) no-repeat center center;
	line-height: 31px;
	text-align: center;
}
HTML>BODY .mapTypeButton {
	background: url(pics/mapTypeButton.png) no-repeat center center;
}
.mapTypeButtonOpen {
	font-weight: bold;
}

/* Location info popup window
=======================*/
#locationWindow {
	width: 400px !important;
	height: 192px;
}
#locationWindow_contents {
	color: #000;
	overflow: auto;
	width: 400px !important;
	height: 160px;
	background-color: #fff;
}
html>body #locationWindow_contents {
	
}
#locationWindow_contents h1 {
	color: #000;
	font-size: 14px;
	padding-top: 0px;
}
.locationInfoImage {
	width: 105px;
	float: left;
}
.locationInfoProperties {
	width: 280px;
	float: left;
}

#locationWindow_beak {
	width: 23px;
	height: 12px;
	background: transparent url(pics/img_beak.png) no-repeat center top;
	top: 186px !important;
}
#locationWindow_close{
	width: 42px;
	height: 42px;
	background: url(pics/img_btn_close.png) top left no-repeat transparent;
	cursor: pointer;
	top: -12px !important;
	left: 408px !important;
}
#locationWindow_tl {
	width: 17px;
	height: 16px;
	background: url('pics/img_bgcorner_topleft.png') top left no-repeat transparent;
}
#locationWindow_tr {
	width: 21px;
	height: 16px;
	background: url('pics/img_bgcorner_topright.png') top left no-repeat transparent;
}
#locationWindow_bl {
	width: 17px;
	height: 22px;
	background: url('pics/img_bgcorner_bottomleft.png') bottom left no-repeat transparent;
}
#locationWindow_br {
	width: 21px;
	height: 22px;
	background: url('pics/img_bgcorner_bottomright.png') bottom left no-repeat transparent;
}
#locationWindow_t {
	width: 400px !important;
	height: 16px;
	background: url('pics/img_bgcorner_top.png') top left repeat-x transparent;
}
#locationWindow_b {
	width: 400px !important;
	height: 22px;
	background: url('pics/img_bgcorner_bottom.png') top left repeat-x transparent;
}
#locationWindow_l {
	width: 17px;
	background: url('pics/img_bgcorner_left.png') top left repeat-y transparent;
}
#locationWindow_r {
	width: 21px;
	background: url('pics/img_bgcorner_right.png') top right repeat-y transparent;
}

