#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 1px solid #aaa;
}

#map-wrapper {
     position: relative;
     height: 100%;
}

#sidebar {
     position: absolute;
     border: 1px solid #aaa;
     top: 0;
     width: 220px;
     height: 100%;
     overflow: auto;
}

#sidebar p {
     margin: 10px;
}
ul#sidebar-list_1,
ul#sidebar-list_2 {
     list-style: none;
     padding: 6px 0 0 0 ;
     margin: 0;
}
ul#sidebar-list_1 li, ul#sidebar-list_2 li
{
	position: relative;
	padding: 2px 5px 2px 0px;
	clear: left;
}
ul#sidebar-list_1 li div.label, ul#sidebar-list_2 li div.label
{
	float: left;
	margin-left: 5px;
	width: 16px;
	position: relative;
	padding: 1px 1px 3px;
	color: white;
	cursor: hand;
	pointer: hand;
	background-image: url(../images/maps/lotdot-white.png);
	background-repeat: no-repeat;
}
ul#sidebar-list_1 li a,
ul#sidebar-list_2 li a {
	font-family: Arial;
	font-size: 11px;
	color: #445555;
	text-decoration: none;
	padding: 2px 3px;
}


div.LabeledMarker_markerLabel {
	display: block;
	padding-top: 9px;
}


ul#sidebar-list_2 li div.label,
ul#sidebar-list_1 li div.label {
	text-align: center;
	color: black;
	width: 15px;
	letter-spacing: 0px;
	font-size: 10px;
	font-family: Arial;
	
}

.LabeledMarker_markerLabel
{
	text-align: center;
	color: black;
	width: 32px;
	letter-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}