/*  Style Sheet for the Areas plugin */
div.townlistcontainer {
	padding: 0 20px 0 0;
}

div.townlist {
	height: 120px;
	width: 240px;
	line-height: 1.0em;
	font-size: 14px;
	overflow: auto;
	background-color: #333;  
	border: 1px solid #444;
	padding: 5px 0 5px 8px;
}

div.townlist a:hover {
	color: #ed6219;
}

div.townlist a {
	color: #999;
	font-size: 11px;
	line-height: 1.7em;
	}
