#map_window {
	width: 256px;
}

#map_window_tl, #map_window_tr, #map_window_bl, #map_window_br, #map_window_t, #map_window_l, #map_window_r, #map_window_b, #map_window_beak {
	height: 0px;
	width: 0px;
}

/*
#map_window_l {
	width: 89px;
	height: 234px;
}
*/

#map_window_contents {
	/*
	KB-807
	width: 256px;
	height: 234px;

	*/
	width: 357px;
	height: 242px;

}

.standard_window {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	height: 234px; /* KB - 807 margin: 39px 0 0 89px; */
	margin: 20px 0 0 100px;
}

#map_window_close {
	top: 0;
	left: 246px;
	width: 10px;
	height: 10px;
	background: url('/static/img/map/cross.png') top left no-repeat transparent;
	cursor: pointer; /* KB-807 margin: 44px 0 0 84px;*/
	margin: 22px 0 0 96px;
	z-index: 5000; /*visibility:hidden;*/
}

.standard_window .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 226px;
	height: 204px;
	z-index: 100;
	padding: 15px;
}

.standard_window .background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 256px;
	height: 234px;
	background: url('/static/img/map/window_background.png') top left no-repeat transparent;
}

* html .standard_window .background {
/* Alpha transparencies hack for IE */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/static/img/map/window_background.png', sizingMethod = 'crop');
}

.standard_window .content.feratel, .standard_window .content.hotel, .standard_window .content.tour {
	cursor: pointer;
}

.standard_window .content.poi hr {
	display: block;
	border: 0;
	background-color: #dddddd;
	height: 1px;
	padding: 0;
	margin: 10px 0 10px 0;
}

.standard_window .content.hotel .headline {
	font-weight: bold;
	color: #f50000;
	padding: 0 0 5px 0;
}

.standard_window .content.hotel .lineentry {
	color: #838383;
}

.standard_window .content.feratel .headline {
	font-weight: bold;
	color: #f50000;
	padding: 0 0 5px 0;
}

.standard_window .content.feratel .lineentry {
	color: #838383;
}

/* tour */
.standard_window .content.tour {
	color: #333333 !important;
}

.standard_window .content.tour .headline {
	position: absolute;
	top: 15px;
	left: 57px;
	width: 180px;
}

.standard_window .content.tour .headline .name {
	display: block;
	width: 180px;
	padding: 0 0 2px 0;
	font-weight: bold;
	color: #f50000;
}

.standard_window .content.tour .headline .difficulty {
	display: block;
	width: 180px;
	color: #838383;

}

.standard_window .content.tour hr {
	display: block;
	border: 0;
	background-color: #dddddd;
	height: 1px;
	padding: 0;
	margin: 10px 0 10px 0;
}

.standard_window .content.tour .keyvalue {
	width: 226px;
}

.standard_window .content.tour .keyvalue .key {
	float: left;
	width: 100px;
	padding: 0 0 3px 0;
	height: 14px;
	overflow: hidden;
}

.standard_window .content.tour .keyvalue .value {
	float: left;
	width: 100px;
	padding: 0 0 3px 0;
	height: 14px;
	overflow: hidden;
}

.gmnoprint div div {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}



