@charset "UTF-8";
/* MoL Places */

#section ul.places-list {
	float: left;
	width: 213px;
	margin-left: 0;
	margin-right: 20px;	
}

#section ul.places-list li {
	list-style-type: none;	
}

#section ul.places-list li a {
	display: block;
	padding: 5px 0 5px 35px;	
}

#section ul.places-list li a:hover, #section ul.places-list li a.hovered {
	padding-bottom: 4px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	background: url('../images/css/icons/arrow_right_small.gif') transparent 0 50% no-repeat;	
}

#section div#boroughs-map {
	float: left;
	width: 450px;
	margin-top: 20px;
}