em.map {
	display: -moz-inline-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff url("/i/map.png") no-repeat center;
	cursor: pointer;
	vertical-align: middle
}

span.citymap {
	float:right;
	text-decoration:underline;
	background: #fff url("/i/map.png") no-repeat bottom right;
	padding-right:12px;
	margin-top:15px;
	cursor: pointer;
	vertical-align: middle

}

div.popup, div.citypopup {
	position: absolute;
	width: 240px;
	background-color: #ccc;
	left: 0;
	top: 0;
	display: none;
	border: 1px solid #000
}

div.citypopup {
	width:550px;
}

div.popup .title, div.citypopup .title { background-color: #ddd; padding: 2px; cursor: default }

div.popup .title a, div.citypopup .title a {
	float: right;
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	padding: 0 3px;
	text-align: center
}

div.popup .title a:hover, div.citypopup .title a:hover {
	border: 1px solid #000;
	color: #000;
}

div.popup .map { height: 180px }

div.citypopup .map { height: 450px }
