/* Map Elements */

html {
	*height: 100%;
}

body {
	padding: 0 !important;
	*height: 100%;
}

.map_big {
	position: absolute;
	z-index: 1000;
	margin-top: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	text-align: left;
}

.modal_under {
	background: #000;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
}

iframe.modal_under {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 99%;
}

.map_big .box_blue_3 {
	margin: 0 auto;
	height: 95%;
	width: 95%;
}

.map_wrap {
	border: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 28em;
}

.map_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.map_list,
.map_box {
	border: 1px solid #fff;
	height: 81%;
	*height: 80%;
	_height: 87%;
	padding: 1em 0;
}

.map_big {
	font-size: 1.2em;
}

.map_big .map_wrap {
	background: #DEDEDE; padding: 1em;
}

.map_big .map_list,
.map_big .map_box {
	height: 84%;
}

body .map_big .map_nav {
	_overflow: hidden;
	_width: 95%;
	_height: auto;
}

.map_big .map_list {
	width: 13%;
	font-weight: bold;
}

.map_big .map_box {
	width: 84%;
}

.map_big .map_hotel_content {
	width: 50%;
}

.map_big .map_infowindow h3,
.map_big .map_infowindow .iw_wrap .link_details {
	width: 85%;
}

.map_list {
	float: left;
	width: 30%;
	overflow: auto;
}

.map_list li a {
	display: block;
	padding: .1em 1em;
	text-decoration: none;
	color: #04315E;
}

.map_list li a:hover,
.map_list li a.selected,
.map_list li a:active,
.map_list li a.active {
	background: #033D76;
	color: #fff;
	font-weight: bold;
}

.map_list li a:active,
.map_list li a.active {
	background: #258FFA;
}

.map_box {
	width: 68%;
	float: left;
	margin-left: .5em;
	overflow: hidden;
}

.map_wrap .map_nav {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .8em;
	padding-right: 20px;
	*height: 1.2em;
}

.map_nav,
.map_nav a {
	text-decoration: none;
	color: #333;
}

.map_nav .separator,
.map_nav ul,
.map_nav a {
	float: left;
}

.map_nav ul {
	margin-left: .5em;
}

.map_nav .separator {
	margin-right: .5em;
}

.map_nav .selected a:hover {
	color: #000;
}

.map_nav .selected ul {
	opacity: .4;
	filter: alpha(opacity=40);
}

.map_nav .selected ul,
.map_big .map_nav .selected ul {
	*background-color: #dedede;
}

	/* Map Maximize/Minimize Links */
	
.map_wrap .map_view {
	position: absolute;
	right: 1em;
	_right: 2em;
	top: 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.map_big .map_wrap .map_view {
	top: 1em;
}

	/* Map Loading Indicator */
	
.map_wrap .map_loading {
	padding: 0 0 16px 21px;
	background: url('images/map_loading.gif') transparent no-repeat;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 0 1em;
}

	/* Tooltip */
.TT {
	position: absolute;
	border: 1px solid #a0a0a0;
	background: url('images/bg_grey-silver.gif') #d9dadb repeat-x top left;
	color: #222;
	font-weight: bold;
	padding: .5em;
	top: .5em;
	left: .5em;
	z-index: 200;
	visibility: hidden;
}

.TT div {
	white-space: nowrap;
}

.map_infowindow {
	width: 24em;
	*width: auto;
	position: relative;
	border: 0;
}

.map_infowindow h3 {
	padding-right: 12px;
}

.map_infowindow h3 a {
	text-decoration: none;
	color: #333;
	font-size: 1.2em;
}

.map_infowindow h3 a:hover {
	text-decoration: underline;
}

.map_infowindow .iw_wrap {
	margin-top: .5em; 
}

.map_infowindow .iw_wrap .link_details {
	display: block;
	text-align: right;
	clear: both;
}

.map_hotel_img img,
img.map_hotel_img {
	margin: 0 .5em .5em 0;
	border: 1px solid #ccc;
	padding: .2em;
	float: left;
}

.map_hotel_img img {
	width: 95px;
	height: 61px;
}

.map_hotel_img {
}

.map_hotel_content {
	float: left;
	position: relative;
	padding-bottom: 2em;
	padding-left: .5em;
	_padding-left: 0;
	width: 60%;
}

.map_hotel_content ul {
	margin-bottom: .5em;
}

.map_hotel_content a {
	position: absolute;
	bottom: 0em;
	right: 0;
}

.map_footer {
	clear: both;
}

/* Map Modes */

	/* Simple */

.map_simple {
	height: 32em;
}

.map_simple .map_box {
	width: 98%;
	height: 90%;
	_width: 95%;
	_margin: 0;
	float: none;
}

.map_simple .map_nav,
.map_simple .map_list,
.map_simple .map_view {
	display: none;
}

