#com_locations_locations {
    background-color: #f2f2f2;
    border-radius: 15px;
    padding: 15px;
    height: 400px;
}

#com_locations_map_canvas {
    width:500px;
    height:400px;
    float: right;
}

#com_locations_featuredList {
    float: left;
	color: #252628;
	font-weight: bold;
	width: 380px;
	background: #FFF;
	border: 8px solid #FFF;
	border-radius: 8px 8px 8px 8px;
	text-transform: lowercase;
	margin-bottom: 10px;
	height: 380px;
	overflow: auto;
}

#com_locations_featuredList > div {
    cursor: pointer;
    border-radius: 3px;
    padding: 2px 5px;
	text-transform: lowercase;

}
#com_locations_featuredList > div:hover {
    background-color: #8dc63f;
	color: #FFF;	text-transform: lowercase;

}
#com_locations_featuredList > div span, #com_locations_featuredList > div img {
    float:right;
    padding-left: 5px;	text-transform: lowercase;


}
.infoBox {
    width: 200px;
    background-color: #FFFFFF;
    border: 3px solid #8dc63f;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 15px 15px 15px;	text-transform: lowercase;

}
.infoBox .locationHeading {
    color: #8dc63f;
    font-size: 1em !important;
    font-weight: bold;
}
