/* POI mouseOver info */
.popup {
	Z-INDEX: 1001;
	position: relative;
	LEFT: 0px;
	TOP: 0px;;
	width: 150px;
}

.popupRight {
	Z-INDEX: 1001;
	position: relative;
	LEFT: -160px;
	TOP: 0px;
}

.popupRightRoute {
	Z-INDEX: 1001;
	position: relative;
	LEFT: -160px;
	TOP: 15px;
}

.popUpStyle {
	background-color: #ffffff;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 130%;
}

.popUpHeadStyle {
	background-color: #ffffff;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	color: #9e7b4b;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.popUpHeadStyleRegion {
	background-color: #ffffff;
	color: #9e7b4b;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	cursor: pointer;
}

.popUpHeadStyleCity {
	background-color: #ffffff;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	color: #9e7b4b;;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	cursor: pointer;
}

div.popUp_left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1001;
	visibility: hidden;
}

div.popUp_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	z-index: 1001;
	visibility: hidden;
}

.popUpLeftTop_AddressInfoTag {
	Z-INDEX: 1001;
	position: relative;
	LEFT: 0px;
	TOP: 0px;
	width: 160px;
}

.popUpLeftBottom_AddressInfoTag {
	Z-INDEX: 1001;
	position: relative;
	LEFT: 0px;
	TOP: 0px;
	width: 160px;
}

.popUpRightTop_AddressInfoTag {
	Z-INDEX: 1001;
	position: relative;
	LEFT: 0px;
	TOP: 0px;
	width: 160px;
}

.popUpRightBottom_AddressInfoTag {
	Z-INDEX: 1001;
	position: relative;
	LEFT: 0px;
	TOP: 0px;
	width: 160px;
}

.popUpLeftTop_CityInfoTag {
	Z-INDEX: 1001;
	position: relative;
	LEFT: 0px;
	TOP: 0px;
	width: 160px;
}

.popUpLeftBottom_CityInfoTag {
	Z-INDEX: 1001;
	position: relative;
	RIGHT: 170px;
	BOTTOM: 40px;
	width: 160px;
}

.popUpRightTop_CityInfoTag {
	Z-INDEX: 1001;
	position: relative;
	RIGHT: 170px;
	TOP: 0px;
	width: 160px;
}

.popUpRightBottom_CityInfoTag {
	Z-INDEX: 1001;
	position: relative;
	RIGHT: 170px;
	BOTTOM: 40px;
	width: 160px;
}

.popUpStyle_area {
	z-index:100;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: 	#000000;
	background: #ffffff;
}

.popUpStyle_areaMouseOver {
	z-index:110;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #9e7b4b;
	background: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
