#bd {
	padding:0;
	min-height:399px;
}

#hd {
	min-height:30px;
	height:30px;
}

#map { 
	background-color:transparent!important;
	background-color:#fff!important;
	width:699px; 
	Aheight:399px;
	height:50px;/*this is now set as a fallback, with map height set to 399 with js*/ 
}

#map #marker_list {
	position:relative;
	top:-250px;
	left:343px;
	Amax-width:359px; 
}

/* actually, position them in case map fails and doesnt get appended within */

#marker_list {
	AAmargin-top:-600px;
	AAmargin-bottom:600px;
	margin-left: 5px;
}

#map #marker_list {
	margin-top:0;
	max-width:359px; 
}

.buttons #marker_list li {
	margin:0;
	font-size: 110%;
}


.buttons #marker_list a {
	display: block;
	Amax-width:200px;
	Amin-width:150px;
	width:198px;
	margin:5px;
	background-position: 6px 5px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}

.buttons #marker_list a .p, .buttons #marker_list a .h4 {
	font-weight: normal;
}
.buttons #marker_list a .p {
	text-transform: none;
}

#map .buttons .geo.selected a, .buttons.geo .selected a {
	background-image: url(../images/cross_7_white.gif);
}

.buttons.geo a:hover {
	background-image: url(../images/plus_7_white.gif);
}
.buttons.geo .selected a:hover {
	background-image: url(../images/cross_7_white.gif);
}


#top_menu {
	position: relative;
	float: right;
	z-index: 1;
}

#message { 
	padding:10px; 
	background:#555; 
	color:#fff; 
	width:75px; 
}

#list { 
	position:relative; 
	top:-495px; 
	left:120px; 
	width:575px; 
	background:#fff; 
	height:50px; 
	list-style:none; 
	padding:0; 
}

#list { 
	top:-510px; 
	left:175px; 
	height:50px; 
	height:inherit;
}

#list li { 
	display:none;
	padding-left:5px; 
	font-size:1.7em; 
	font-size:1.4em; 
	text-align: left; 
	color:#08e 
}

#list li:hover { 
	background:#555; 
	color:#fff; 
	cursor:pointer; 
	cursor:hand; 
}

#list li img { 
	display:none; 
}
