@charset "utf-8";
/* CSS Document */

/* towns brief */
.towns-container {
	width: 400px;
	float: left;
	margin: 20px 0 40px;
	padding: 10px 0 0 0;
	background: #f8faf9;
	background: #E7EEEC; 
	border-radius: 5px; -webkit-border-radius: 5px;
	font-size: 1.2em;
}
.towns-container div {
	margin: 0 10px 10px 10px;
}
.towns-container strong {
	font-size: .9em;
}

.content .towntext h2 {clear:none;}
.towntext div.thumbright, .towntext div.thumbleft { float: right; clear: right;	margin: 0 0 20px 20px; padding: 20px 0; }
.towntext .thumbright img, .towntext .thumbleft img { /*max-width: 260px; */}

#townmap {
	float:right; width: 380px; margin: 20px 0 30px 30px;
}
#townmap #map { width: 300px; height: 250px; margin: 20px auto; }
#townmap .nextvillage img { vertical-align: middle; margin: 0 5px 0 0; }
#townmap .nextvillage a.town { display: block; border: 1px solid #e2e2e2; padding: 2px 5px; margin: 0 0 4px 0; border-radius: 5px; -moz-border-radius: 5px; background: #f8f8f8; }
	#townmap .nextvillage a.town strong { display: block; }
	#townmap .nextvillage a.town:first-child { border-top: 1px solid #eee; }
	
.towntext {clear:left;}	
/* towns list page */
.townlistitem {
	cursor: pointer;
	float:left;
	height:435px;
	margin-right:25px;
	margin-bottom:20px;
	overflow:hidden;
	width:46%;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	}
.townthumb {
	height:245px;
	text-align: center;
	margin: 10px 0px;
	background:none repeat scroll 0 0 #f2f2f2;
	border-radius: 5px 5px 5px 5px;
	padding:0;
	width:377px;
	overflow: hidden;
}
.townlistitem h4 {
	margin-bottom: 0;
}
.townthumb img {
	text-align: center;
	margin: 0;
}