
#map-wrapper {
	margin: 0 auto;
	position: relative;
	width: 970px;
}

#map-wrapper * {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
}

#map-options {
	float: left;
	padding: 10px 0 0;
	width: 213px;
}

#map-holder {
	float: left;
	height: 400px; 
	width: 757px; 
}

#map-holder h1 {
	border-bottom: 1px dotted #ccc;
	font-size: 14px !important;
	line-height: 22px;
	margin: 0 0 5px 0 !important;
}

#map-holder p {}




#map-options ul {}

#map-options li {margin: 0 0 2px 0 !important;}

#map-options li a {
	background: url(images/view_button.png) #098944 no-repeat 0 0;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	width: 218px;
}

#map-options li a:hover {
	color: #c4e2e9;
}

#map-options li ul {
	padding: 5px 10px;
}

#map-options li li {
	border-bottom: 1px dotted #ccc;
}

#map-options li li.last {border: none;}

#map-options li li label {
	background: url(images/toggle_bg.png) no-repeat 0 0;
	color: #4f4f4f;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0 0 15px;
}

#map-options li li label:hover,
#map-options li li label.selected {
	color: #098944;
}

#map-options li li label.selected {
	background-position: 0 bottom;
}

#map-options li li label input {
	display: none;
	
}



#map-options #loading {
	bottom: 0;
	display: none;
	position: absolute;
}





#map-options #item_desc {
	margin: 15px 10px 0 0 !important;
}