@charset "UTF-8";

/*

Map mode 1 specifies that we display a real map thumbnail then maximize the same map to full size on click.

Map mode 2 specifies that we display a real map thumbnail then generate and display a new full-size map on thumbnail click.

Map mode 3 specifies the preview thumbnail is a real map then generate a real full-size map on window load for display on thumbnail click

Map mode 4 specifies that we display a static map thumbnail then generate a real full-size map on thumbnail click.

Map mode 5 specifies that we display a static map thumbnail then generate a real full-size map on window load for display on thumbnail click.

Map mode 6 specifies that we display a static Google map thumbnail then generate a real full-size map on window load for display on thumbnail click.

*/

/* Global */

/* Global overrides */
div.blockleft div.generalblock div#b_featMap,
div.blockleft div.generalblock div#b_featMap,
div.blockleft div.generalblock div#b_featMap div
{
	background: none;
}

td#left.leftwide #destBoxInc table.generaltable td.firsttd
{
	text-align: left;
	width: 120px !important;
}

/* Global div#b_google_map */

div#b_google_map
{
	padding: 0;
	border-width: 0;
}

div#b_google_map div#b_google_map_area
{
	background-color: inherit;
	border-width: 0;
	cursor: move !important;
	height: 433px;
	padding: 0;
	position: fixed;
	width: 500px;
	z-index: 100;
}

div#b_google_map.preview h2#b_google_map_handle
{
	display: none;
}

div#b_google_map div#b_google_map_area h2#b_google_map_handle
{
	padding: 5px 0 0 0 !important;
	margin: 0;
}

div#b_google_map.normal div#b_google_map_area h2#b_google_map_handle
{
	/* repeating for IE6 */
	background-color: inherit;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	cursor: move;
	/* Override #left.leftsmall h2 { font-size: small !important; } from b2 default.css. */
	font-size: 16px !important; 
	height: 15px;
	line-height: 0.6;
	position: absolute;
	width: 100%;
	z-index: 20;
}

div#b_google_map div#b_google_map_area h2#b_google_map_handle a#close_map
{
	border: none;
	cursor: pointer !important;
	float: right;
	font-size: 12px !important;
	line-height: 1;
	padding: 0 5px 0.125em 0.125em;
	text-transform: lowercase;
}

div#b_google_map div#b_google_map_container
{
	background: inherit;
	border-color: inherit;
	border-style: solid;
	border-top-width: 0;
	border-width: 0 5px 5px 5px;
	height: 413px;
	padding: 0;
	position: relative;
	top: 25px;
	width: 100%;
	z-index: 10;
}

div#b_google_map div#b_google_map_parent
{
	height: 100%;
	width: 100%;
}

div#b_google_map.normal div#b_google_map_parent
{
	height: 413px;
	width: 100%;
}

/* Legend */

div#b_google_map.b_show_legend div#b_google_map_parent
{
	width: 512px;
}

div#b_google_map div#b_google_map_legend
{
	display: none;
	position: absolute;
	left: 80%;
	width: 118px;
	height: 100%;
	top: 0;
	background-color: white;
	padding: 0 5px;
}

div#b_google_map div#b_google_map_legend h3
{
	margin: 0.5em 0 1em 0;
	font-size: 115% !important; /* Necessary for the Swedish translation to fit horizontally. */
}

div#b_google_map div#b_google_map_legend table
{
	border-collapse: collapse;
}

div#b_google_map div#b_google_map_legend .b_maps_legend_marker
{
	text-align: center;
	width: 26px; /* same width as the large orange hotel marker */
}

div#b_google_map div#b_google_map_legend td,
div#b_google_map div#b_google_map_legend th,
div#b_google_map div#b_google_map_legend caption
{
	vertical-align: middle;
	border-top: dotted 1px silver;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	color: inherit;
	font-weight: normal;
	font-size: 100% !important;
}

div#b_google_map div#b_google_map_legend tr
{
	height: 27px;
}

div#b_google_map div#b_google_map_legend img
{
	padding-right: 0.25em;
}

div#b_google_map div#b_google_map_legend caption
{
	padding-top: 0.5em;
	caption-side: bottom;
	text-align: left;
}

div#b_google_map.normal div#b_google_map_legend
{
	display: block;
}

/* Thumbnail */

#b_google_map_thumbnail
{
	background: center no-repeat url('/static/img/map_thumbnail.jpeg');
	cursor: pointer;
	width: 100%;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

/* On hotel, airport and landmark pages the current-hotel marker is 27px tall so shift the thumbnail marker up 13.5px. */
#b_google_map_thumbnail img
{
	position: relative;
	top: -13.5px;
}

/* On city pages the current-city marker is 15px tall so shift the thumbnail marker up 7.5px. */
body.city #b_google_map_thumbnail img
{
	top: -7.5px;
}

#b_google_map_thumbnail.b_map_mode_1,
#b_google_map_thumbnail.b_map_mode_2,
#b_google_map_thumbnail.b_map_mode_3
{
	background-image: none;
}

div#b_google_map_thumbnail.b_map_mode_1
{
	display: none;
}

div#b_google_map div#b_google_map_container_shadow
{
	background: black !important;
	border: solid 5px black;
	display: block;
	filter: alpha(opacity=25);
	height: 433px;
	left: -1%;
	opacity: 0.25;
	position: absolute;
	top: 2%;
	/* Should be 101% but that breaks in IE 6. */
	width: 102%;
	z-index: 1;
}

div#b_google_map p
{
	border: none;
	height: auto;
}

/* Loading mode */
div#b_google_map.loading div#b_google_map_area
{
	background : white url('/static/affiliate_base/img/map-loader.gif') center no-repeat !important;
}

/* Preview mode */
div#b_google_map.preview div#b_google_map_area
{
	display: none;
}

div#b_featMap.b_map_mode_1 div#b_google_map.preview div#b_google_map_area
{
	border-width: 0;
	display: block;
	height: auto;
	position: static !important; /* !important necessary only for ie6lte */
	width: 100%;
}

div#b_featMap.b_map_mode_1 div#b_google_map.preview div#b_google_map_container
{
	border-width: 0;
	cursor: pointer;
	height: 150px;
	top: auto;
}

div#b_featMap.b_map_mode_1 div#b_google_map.preview div#b_google_map_container_shadow
{
	display: none;
}

div#b_featMap.b_map_mode_3 div#b_google_map.preview div#b_google_map_area,
div#b_featMap.b_map_mode_5 div#b_google_map.preview div#b_google_map_area
{
	visibility: hidden;
	display: block;
}

div#b_google_map.preview div.BInfoWindow
{
	display: none;
}

div#b_google_map.preview div#b_google_map_area h2#b_google_map_handle
{
	background-color: inherit;
	border: none;
	font-size: 110%;
	padding: 0;
}

body.small_layout div#b_google_map.preview div#b_google_map_area h2#b_google_map_handle
{
	border: none;
}

div#b_google_map.preview div#b_google_map_area h2#b_google_map_handle a#close_map
{
	display: none;
}

div#b_featMap div#b_google_map_thumbnail a.api_logo,
div#b_featMap div#b_google_map_thumbnail a.terms_maps,
div#b_featMap div#b_google_map_thumbnail span,
div#b_featMap.b_map_mode_1 div#b_google_map.preview div#b_google_map_area a.api_logo,
div#b_featMap.b_map_mode_1 div#b_google_map.preview div#b_google_map_area a.terms_maps,
div#b_featMap.b_map_mode_1 div#b_google_map.preview div#b_google_map_area span
{
	display: none;
}

/* Normal mode */
div#b_google_map.normal p#showMap
{
	visibility: hidden;
}

/* Bookings2 affiliate-specific rules */
body.bookings2 div#b_google_map div#b_google_map_area
{
	background-color: rgb(0%, 60%, 80%);
	border-color: rgb(0%, 60%, 80%) !important;
	height: 433px;
	left: 10px;
	top: 2em;
	width: 640px;
}

body.bookings2 div#b_google_map div#b_google_map_container
{
	/* border-color should be inherit but IE 6 inherits from color. */
	border-color: rgb(0%, 60%, 80%);
}

body.bookings2 div#b_google_map.normal div#b_google_map_container
{
}

body.bookings2 h2.b_defaults
{
	display: none;
}

body.bookings2 div#b_google_map div#b_google_map_area h2#b_google_map_handle
{
	/* background-color should be inherit but IE 6 inherits from color. */
	background: rgb(0%, 60%, 80%);
	border-bottom-width: 5px;
	border-color: rgb(0%, 60%, 80%);
	color: white;
	line-height: 1;
	padding-top: 0 !important;
	text-shadow: 2.0pt 2.0pt 2.5pt black;
}

body.bookings2 div#b_google_map a#close_map,
body.bookings2 div#b_google_map a#close_map:link,
body.bookings2 div#b_google_map a#close_map:visited,
body.bookings2 div#b_google_map a#close_map:hover,
body.bookings2 div#b_google_map a#close_map:active,
body.bookings2 div#b_google_map a#close_map:focus
{
	color: white;
}

/* Begin BInfoWindow */
div.BInfoWindow
{
	background: white !important;
	border: solid 1px white;
	box-shadow: 0.125cm 0.125cm 0.125cm rgb(50%, 50%, 50%);
	-webkit-box-shadow: 0.125cm 0.125cm 0.125cm rgb(50%, 50%, 50%);
	/* not yet implemented: -moz-box-shadow : 0.25cm 0.25cm 0.25cm rgb(50%, 50%, 50%);*/
	color: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 200;
}

div.BInfoWindow.disabled
{
	visibility: hidden;
}

div.BInfoWindow h3,
div.BInfoWindow p
{
	font-size: 8pt !important;
	/* IE7: fixed size and important necessary for hotel page. */
	margin: 0 !important;
}

div.BInfoWindow h3
{
	padding: 0.5em;
}

div.BInfoWindow h3 .subhead
{
	font-weight: normal;
}

div.BInfoWindow h3 img
{
	float: right;
	padding: 0.25em 0.5em 0 0;
}

div.BInfoWindow p
{
	clear: right;
	line-height: 1.1;
	padding: 0.5em !important;
	background-color: inherit !important;
}

div.BInfoWindow p img
{
	display: block;
	float: left;
	height: 64px;
	padding: 0 0.5em 0.5em 0;
	width: 64px;
}

div.BInfoWindow.airport h3,
div.BInfoWindow.city h3,
div.BInfoWindow.country h3,
div.BInfoWindow.district h3,
div.BInfoWindow.landmark h3,
div.BInfoWindow.place h3,
div.BInfoWindow.region h3,
div.BInfoWindow.cluster h3
{
	background-color: rgb(92.9%, 0%, 0%);
	color: white;
}

div.BInfoWindow.airport h3
{
	background-color: rgb(0%, 0%, 40%);
}

div.BInfoWindow.city h3
{
	background-color: rgb(60%, 0%, 0%);
}

div.BInfoWindow.landmark h3
{
	background-color: rgb(40%, 60%, 80%);
}

div.BInfoWindow.hotel,
div.BInfoWindow.hotel_not_matching_criteria,
div.BInfoWindow.hotel_matching_criteria,
div.BInfoWindow.hotel_current
{
	width: 250px;
}

div.BInfoWindow.hotel h3,
div.BInfoWindow.hotel_not_matching_criteria h3,
div.BInfoWindow.hotel_matching_criteria h3,
div.BInfoWindow.hotel_current h3
{
	background-color: white;
}

div.BInfoWindow.hotel p,
div.BInfoWindow.hotel_not_matching_criteria p,
div.BInfoWindow.hotel_matching_criteria p,
div.BInfoWindow.hotel_current p
{
	color: white;
}

div.BInfoWindow.hotel
{
	background-color: rgb(0%, 20%, 40%) !important;
}

div.BInfoWindow.hotel_not_matching_criteria
{
	background-color: rgb(100%, 40%, 10%) !important;
}

div.BInfoWindow.hotel_matching_criteria,
div.BInfoWindow.hotel_current
{
	background-color: rgb(100%, 40%, 10%) !important;
}

div.BInfoWindow.hotel_not_matching_criteria
{
	background-color: rgb(60%, 60%, 60%) !important;
}

div.BInfoWindow.airport p,
div.BInfoWindow.landmark p
{
	display: none;
}

/* End BInfoWindow */
