/* CSS Document */

#map_levels {
	min-height: 1px;
	margin-right: -20px;
	}
	
* html #map_levels {
	height: 1px;
	}
	
#map_levels:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	}

.map_level {
	width: 250px;
	float: left;
	margin-right: 10px;
	}
	
.map_level h3 {
	margin: 30px 0 10px 0;
	}
	
.map_level ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.map_level li {
	background: url(bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	clear: both;
	}
	
	
.map_level li strong {
	display: block;
	float: left;
	width: 55px;
	}
	
.map_thumb {
	display: block;
	padding: 0;
	margin: 0;
	width: 220px;
	text-decoration: none;
	height: 200px;
	}
	
.map_thumb img {
	border: 1px solid #ccc;
	display: block;
	margin: 0 0 5px 0;
	padding:2px;
	}
	
.map_thumb:hover img {
	border-color: #f68b28;
	}
	
.map_thumb .zoom {
	font-size: 10px;
	color: #777;
	padding-left: 15px;
	background: url(zoom.gif) no-repeat 0 0;
	}
	
	
.button_ok {
  display: block;
  width: 60px;
  height: 25px;
  background: #666 url(btn_ok.gif);
  margin: 15px auto 5px;
}

.button_ok * {
  display: none;
}

.button_ok:hover {
	background-position: 0 -25px;
	}
	
.visible {
	display: block !important;
	}
	
	
#map_popup {
	display: none;
	width: 700px;
	margin: -250px -370px;
	padding: 20px;
	background: #fff;
	position: fixed;
	z-index: 2000;
	top: 40%;
	left: 50%;
	overflow: hidden;
	border: 1px solid #777;
	font-size: 12px;
	color: #555;
	}
	
* html #map_popup {
	position: absolute;
	top: expression(document.documentElement.clientHeight * .4 + "px");
	}
