/* Test page stuff, no need to copy */

body {
	color: #000000;
	background-color: #fffffff;
	font-family: Arial,sans-serif;
	font-size: 16px;
}

#map_destinations { 
	width: 195px;
}

#map{
background:#557799;
margin:0 auto 10px auto;
padding:10px;
float:left;
display:inline;

}

#map_experiences { 
	width: 195px;
	margin:0 0 0 10px;
}


/* ---------------------------------- */


/* Set dimensions of the map */
#map_canvas {
	width: 506px;
	height: 425px;
	float:left;
	display:inline;
	margin:10px 0 0 ;
}


/* ---------------------------------- */

 
/* Popup styles */


/* Main popup container */
.map_popup {

	/* Maximum width - currently set to 80% of map width */
	max-width: 433px;
	width: expression(this.width > 433 ? 433: true);
	
	padding-top: 10px;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* Main content block */
.map_popup_content {
	max-width: 300px;
	width: expression(this.width > 333 ? 333: true);
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}

/* Link */
.map_popup a:link, .map_popup a:hover, .map_popup a:visited, .map_popup a:active {
	color: #512483;
	text-decoration: underline;
}

/* Header text */
#map_popup_header {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

/* Label */
.map_popup_label {
	color: #FF0000;
	font-weight: bold;
}


#map_message{
background:#99B3CC;
padding:10px;
float:left;
display:inline;
margin:10px 0 0;
width:245px;
height:405px;
}

#controls p{
margin:0;
}

#you-searched{
color:red;

}
.map_nearest_popup{
color:#333;

}


.map_nearest_popup a, .map_nearest_popup a:link, .map_nearest_popup a:visited{
color:#333;
text-decoration:underline;
}
.map_nearest_popup a:hover, .map_nearest_popup a:active{
color:#333;
text-decoration:none;
}

#searched p{
font-weight:bold;
font-size:15px;
color:#fff;
}

#nearest-3 p{
color:#fff;

}
.nearest{
border-top:#CDCE66 1px solid;
padding:20px 0 20px 0;

}

