/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:460px;
	height:302px;
	background:url(worldmap.png) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:url(tooltip-bg.png);

	z-index:11;
	font-size:0.8em;
	color:#FFF;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	color:#FFF;
}
dl.map.on dd a:hover {
	text-decoration:none;
}
dl.map.on dd a.close {
	position:relative;
	float:right;
	color:#000;
	background:url(close.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:16px;
	width:16px;
	margin-left:4px;
	margin-right:-6px;
	text-decoration:none;
}


/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:148px;
	left:71px;
}
dl.map.on a#location02 {
	top:225px;
	left:140px;
}
dl.map.on a#location03 {
	top:65px;
	left:224px;
}
dl.map.on a#location04 {
	top:22px;
	left:36px;
}
dl.map.on a#location05 {
	top:194px;
	left:59px;
}
dl.map.on a#location06 {
	top:186px;
	left:21px;
}
dl.map.on a#location07 {
	top:174px;
	left:300px;
}
dl.map.on a#location08 {
	top:171px;
	left:371px;
}
dl.map.on a#location09 {
	top:174px;
	left:320px;
}
dl.map.on a#location10 {
	top:230px;
	left:231px;
}
dl.map.on a#location11 {
	top:150px;
	left:60px;
}
dl.map.on a#location12 {
	top:220px;
	left:110px;
}