#content.contentTwoColumn .column {
    float:none;
    background-color:transparent !important;
}

#explore_panel_wrapper {
    width:100%;
}

#explore_panel_wrapper #explore_panel_legend {
    position:relative;
    padding:15px 10px;
    background-color:#FFF;
}

#explore_panel_wrapper #explore_panel_legend .toggleLegendButton {
    position: absolute;
    top:0;
    right: 1em;
    margin:5px 0 0 0;
    padding:0;
}

#explore_panel_wrapper #explore_panel_legend .toggle {
    position:static;
}

#explore_panel_wrapper #explore_panel_legend ul {
    padding:0;
    margin:1em 0;
}

#explore_panel_wrapper #explore_panel_legend ul li {
    position:relative;
    float:left;
    width:120px;
    height:45px;
    overflow:hidden;
    list-style:none;
    background-image:none;
}

#explore_panel_wrapper #explore_panel_legend ul li img {
    position:absolute;
    left:0;
    bottom:0;
}

#explore_panel_wrapper #explore_panel_legend ul li span {
    display:block;
    position:absolute;
    top:24px;
    left:30px;
    font-size: 0.9em;
}

#explore_panel_wrapper #explore_panel_legend ul.collapsed {
    display:none;
}

#explore_panel_results {
    position:relative;
    margin-top:1em;
    background-color:#FFF;
}

    .contentBody {
        padding: 0;
    }  
    .contentBody h2 {
        margin-top: 0;
        padding-top:1em;
    } 

.contentBody dl {
    margin: 0 2em;
}                  
.contentBody dt {   
    font-weight: bold;
    color: #442f1b;
    margin-top: 2em;  
    border-top: 1px solid #fcfbf9;
}
.contentBody dt.water, .contentBody dt.facility, .contentBody dt.hotspot {
	height:30px;
	line-height:30px;
	padding-left:32px;
}

.contentBody dt.water{
	background:transparent url(../../images/google_map/icon_water.png) no-repeat scroll 0pt 50%;
}

.contentBody dt.facility{
     background:transparent url(../../images/google_map/icon_facility.png) no-repeat scroll 0pt 50%;
}

.contentBody dt.rasite{
     background:transparent url(../../images/google_map/icon_facility_rasite.png) no-repeat scroll 0pt 50% !important;
}

.contentBody dt.hotspot{
     background:transparent url(../../images/google_map/icon_hotspot.png) no-repeat scroll 0pt 50%;
}
.contentBody dd {
    border-bottom: 1px solid #c3c2bf;
}                           
.contentBody dd p {
    margin: .5em 0;
    padding: 0;
}  

.contentSearchButton {
    position: absolute;
    top: 1.5em;
    right: 1em;
    padding:0;
}

#explore_list_title, #explore_list_results {
    margin: 15px;
}

#explore_list_title {
    border-bottom: 1px solid #AAA;
}

#explore_list_title h1 {
    float: left;
    width: 350px;
    font-size: 13px;
}

#explore_list_title div {
    float: right;
    width: 200px;
    text-align: right;
    font-size: 13px;
    margin: 8px 0;
}

#explore_list_results {
    padding: 0 10px;
}
	
ul.show_filter_list label { 
	font-size: 11px;
}
