.map_module {
	padding:0;
	display:block;
	}


#map_box {
	padding:20px;
	width:950px;
	overflow:hidden;
	}
/*
#map_box_content {
	color:#000;
	}
#map_box_left, #map_box_right {
	height:580px;
	width:13px;
	float:left;
	margin:0;
	padding:0;
	}
#map_box_left {
	background:url(/images/destinations/2011-map-box-left.png) 0 0 no-repeat;
	}
#map_box_right {
	background:url(/images/destinations/2011-map-box-right.png) 0 0 no-repeat;
	}
#map_box_content {
	width:972px;
	height:580px;
	float:left;
	background:url(/images/destinations/2011-map-box-bg.png) 0 0 repeat-x;
	}
#sidebar_header {
	width:246px;
	height:31px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(/images/destinations/2011-sidebar-top.png) 0 0 no-repeat;
	}
*/

/* Sidebar */
#map_box_sidebar {
	margin:0 20px 0 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.4);
	-o-box-shadow:0 1px 4px rgba(0,0,0,.4);
	box-shadow:0 1px 4px rgba(0,0,0,.4);
	width:246px;
	float:left;
	background:#f8f8f8;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
	background:-moz-linear-gradient(100% 100% 90deg, #f2f2f2, #fff);
	}
#map_box_sidebar .destination_title {
	padding:8px 15px;
	}
#sidebar_content {
	padding:10px 10px 0;
	width:226px;
	/*background:url(/images/destinations/2011-sidebar-bg.png) 0 0 repeat-y;*/
	}
/*
.locations_wrapper {
	margin:0;
	padding:0 0 0 8px;
	font-size:16px;
	line-height:24px;
	}
*/
.locations_wrapper {
	overflow:hidden;
	}
.category_toggle {
	margin:2px 0 0!important;
	float:left;
	}
.locations_wrapper label {
	padding:0 15px 0 5px;
	font-size:13px;
	font-weight:bold;
	float:left;
	cursor:pointer;
	position:relative;
	color:#333;
	}
.mini_balloon {
	width:11px;
	height:15px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-image:url(/images/destinations/maps-mini-balloons.png);
	background-repeat:no-repeat;
	}
.mini_balloon_red {
	background-position:0 0;
	}
.mini_balloon_blue {
	background-position:0 -15px;
	}
.mini_balloon_green {
	background-position:0 -30px;
	}
.locations {
	margin:5px 0 15px 10px;
	float:left;
	clear:left;
	}
.locations li {
	margin:0 0 0 20px;
	padding:0;
	font-size:13px;
	width:209px;
	}
.locations li a {
	padding:1px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	width:178px;
	display:block;
	color:#888;
	}
.locations li a:hover {
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	color:#444;
	background:#e8e8e8;
	}
/*
#sidebar_content li#hotels_header {
	background:url(/images/destinations/2011-sidebar-pink.png) 0 0 repeat-y;
	}
#sidebar_content li#restaurants_header {
	background:url(/images/destinations/2011-sidebar-blue.png) 0 0 repeat-y;
	}
#sidebar_content li#clubs_header {
	background:url(/images/destinations/2011-sidebar-green.png) 0 0 repeat-y;
	}
#sidebar_content li.locations_wrapper {
	padding:0;    
	}
#sidebar_content .locations {
	padding:0 0 0 34px;
	margin:0;
	width:246px;
	}
#sidebar_content .locations li {
	font-size:14px;
	font-weight:400;
	}
*/
#sidebar_content .hidden,
#sidebar.collapsed .locations_wrapper {
	display:none;    
	}
#sidebar_footer a {
	padding:5px;
	border-top:1px solid #bbb;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-o-border-radius-bottomright: 4px;
	-o-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	color:#798e92;
	display:block;
	background:#d6dce0;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c3ccd1), to(#e8ebee));
	background:-moz-linear-gradient(100% 100% 90deg, #e8ebee, #c3ccd1);
	}
#sidebar_footer a:hover {
	color:#596e72;
	}
/*
#sidebar_content #hotels_content,
#sidebar_content #hotels_content a,
#sidebar_content #hotels_content a:visited,
#sidebar_content #hotels_content a:active {
	color:#ff0145;
	font-weight:400;
	}
#sidebar_content #restaurants_content,
#sidebar_content #restaurants_content a,
#sidebar_content #restaurants_content a:visited,
#sidebar_content #restaurants_content a:active {
	color:#01a5f2;
	font-weight:400;
	}
#sidebar_content #clubs_content,
#sidebar_content #clubs_content a,
#sidebar_content #clubs_content a:visited,
#sidebar_content #clubs_content a:active {
	color:#0ec001;
	font-weight:400;
	}
*/

/* Sidebar Footer   
#sidebar_footer {
	background:url(/images/destinations/2011-sidebar-bottom.png) no-repeat scroll 0 0 transparent;
	font-size:12px;
	height:21px;
	margin:0;
	padding:7px 0 0;
	text-align:center;
	width:290px;
	}
#sidebar_footer a {
	color:#2D90AB;
	font-weight:400;
	}
*/ 

/* Map Header Text
#map_header {
	width:684px;
	height:131px;
	margin:0;
	padding:8px 0;
	float:left;
	text-align:center;
	}
#map_box #map_box_content h2 {
	font-family:myriad apple,myriad pro,Helvetica,sans-serif;
	color:#000;
	font-weight:600;
	font-size:32px;
	margin:0px;
	padding:20px 0 0 0;
	}
*/
#map_header .destination_section_title {
	padding:0 0 15px;
	width:auto;
	float:none;
	}

	
/* Map Content Div */
#map_content {
	border:1px solid #ccc;
	height:423px;
	width:682px;
	float:right;
	background:#000;
	}
.info_window_content {
	font:normal 12px/18px "Lucida Grande", Tahoma, sans-serif;
	color:#333;
	}


/* Google Map Info Boxes 
.gmnoprint {
	font-size:14px;
	font-family:myriad apple,myriad pro,Helvetica,sans-serif;
	}*/
