body {
	padding:0px;
	margin:0px;
	
}

.map_container {
	background: url(../images/template/map-vf.jpg) no-repeat 0px 0px;
	height: 645px;
	width: 980px;
	position: relative;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-decoration:none;
	
}
.map_container a.dot {
	background:url(../images/template/pins.png) no-repeat 0px 0px;
	height: 35px;
	width: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
}

.map_container a.dot:hover {
	background-position: 0px -35px;
}

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

.map_container .form_continent {
	position:absolute;
	top:554px;
	left: 21px;
	
}

.clear_both { clear: both; }

.map_container .detail_container {
	position: absolute;
	top: 9px;
	left: 623px;
	width: 300px;
	height: 260px;
}

.map_container .city_detail {
	position: absolute;
	top: 0px;
	width: 285px;
	padding: 10px 0px 0px 12px;
	border-left: 1px solid #a9b5c8;
	border-top: 1px solid #a9b5c8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:url(../images/transparentbg.png) repeat;
}

.map_container .city_detail .city_photo {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 3px #4e5d74;
	-webkit-box-shadow: 0px 5px 3px #4e5d74;
	-moz-box-shadow: 0px 5px 3px #4e5d74;
	-webkit-border-radius: 8px;
}

.map_container .city_detail .city_info {
	width: 180px;
	float: left;
}

.map_container h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}

.map_container h3 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2c3748;
}

.map_container p { margin: 0px 0px 12px 0px; }

.city_detail_container {
	display:none;
}
.bodylink {
	font-family: arial;
	font-weight:bold;
	font-size:12px;
	color: #00acb6;
	text-decoration:none;
}
