#worldmap-wrapper a,
area, area:hover, area:active, area:focus {
	border: 0;
	outline: none;
}

.worldmap {
	background-image: url(worldmap.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.region-northamerica { background-position: -581px 0; }
.region-centralamerica { background-position: -1162px 0; }
.region-southamerica { background-position: 0 -285px; }
.region-africa { background-position: -581px -285px; }
.region-europe { background-position: -1162px -285px; }
.region-middleeast { background-position: 0 -570px; }
.region-centralasia { background-position: -581px -570px; }
.region-eastsoutheastasia { background-position: -1162px -570px; }
.region-southasia { background-position: 0 -855px; }
.region-australiaoceania { background-position: -581px -855px; }

.tooltip {
	display: none;
	background-color: transparent;
	background-image: url(tooltip-bg.png);
	border: 0;
	border: 1px solid #CCCCCC;
	color: white;
	font-family: Arial;
	font-size: 95%;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	left: 70px;
	top: 30px;
}

.border {
	border: 5px solid white;
	margin: 1px;
	padding: 15px 30px 15px 20px;
}

.tooltip h1 {
	background: none;
	border: 0;
	color: white;
	font-size: 1.4em;
	height: auto;
	line-height: 1;
	margin: 0 0 5px;
	padding: 0;
	width: auto;
}

.tooltip ul {
	border: 0;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.tooltip li { margin: 3px 0 }

.tooltip a {
	border-bottom: 1px dotted white;
	color: white;
	text-decoration: none;
}
.tooltip a:hover { color: #F9A900; }

.tooltip span { position: absolute; top: 10px; right: 13px; }
.tooltip span a {
	border: 0;
	color: #999999;
	font-size: .9em;
	font-weight: bold;
}
.tooltip span a:hover { color: white; }