dl.map.on {
	position:relative;
	width:250px;
	height:400px;
	background:url(../../../images/norgeskart.gif) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#ccc 1px solid;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
                     opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
                     background: #fff;
	font-size:0.8em;
}
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(../../../images/flagg.gif) no-repeat 0 0;
	width:20px;
	height:20px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../../../images/flagg-active.gif) no-repeat 0 0;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}
