@charset "utf-8";
/* CSS Document */

.map_container {
	background-image: url(../images/map2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	float: right;
	height: 720px;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}

.map_container .detail_container {
	position: absolute;
	height: 545px;
	width: 545px;
	left: 88px;
	top: 88px;
}
.map_container .info_detail {
	width: 535px;
	/*height: 325px;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	border: 3px solid #fff;
	background-color:#eee;
	opacity: 0.95;
	position: absolute;
    border-radius: 25px;
	top: 0px;
}
.clear_both {
	clear: both;
}
.map_container .info_icon {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.map_container .info_text {
	float: left;
	width: 525px;
}
.map_container .info_text h3 {
	font-size: 1.8em;
	font-weight: 900;
	padding-top: 0px;
}
.map_container .info_text p {
	font-size: 1.2em;
	font-weight: normal;
}
.info_detail_container {
	display: none;
}


.map_container a.dot {
	display: block;
	height: 20px;
	width: 20px;
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
}

.map_container a.dot.selected {
	background-position: 0px -40px;
}

.map_container a.dot:hover {
	background-position: 0px -20px;
	background-color: transparent;
}

.map_container a.close {
	display: block;
	height: 20px;
	width: 20px;
	background-image: url(../images/dotx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
}

.map_container a.close.selected {
	background-position: 0px -40px;
}

.map_container a.close:hover {
	background-position: 0px -20px;
	background-color: transparent;
}