@charset "UTF-8";




/* CSS Document                  */

.grey {color: #aaa;}

/*  City Info   */
.city_detail_container { display: none;}
.city_detail_container .city_detail { width: 600px; border: 1px solid #ccc; }


/*  Interactive Map Container */
.map_container {
	 background-image:url(../../images/world-map.svg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 345px;
	width: 699px;
	position: relative;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	float: left;
	margin: 0px 0px 0px 10px;
	  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
}

.map_container .clear_both { clear: both; line-height: 1px; }


.map_container h1 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	background-image:url(../../images/h1-map.png); background-repeat:no-repeat; background-position:5%;
}

.map_container h2 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}
.map_container h3 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
}
.map_container p { margin: 0px 0px 12px 0px; }

.map_container a, a:visited { color: #AA0000; margin: 0px 10px 0px 0px; }
.map_container a.dot {
	background-image: url(../../images/highlight.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 23px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_container a.dot.selected {
	background-position: 0px -40px;
}
.map_container a.dot:hover {
	background-position: 0px -20px;
}
.map_container .form_continent {
	position: absolute;
	top: 312px;
	left: 308px;
}
.map_container .detail_container {
	position: absolute;
	top: 370px;
	left: -1px;
	width: 703px;
	height: 114px;
}
.map_container .city_detail {
	position: absolute;
	top: 0px;
	width: 680px;
	padding: 10px 0px 0px 2px;
	border-top: 1px solid #ccc;/*		border-left: 1px solid #a9b5c8;
border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	left: 1px;	/* height: 105px; */
}

.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: 430px;
	float: left;
}
