/* print styles specific to listings displayed on the homepage */

.listing {
	color: #666;
	font-size: 13px;
	float: right;
	padding: 10px 0;
	text-align: right;
}

.listing img {
	border: 3px solid #667593;
	float: right;
	margin: 0 0 0 10px;
}

.listing p {
	display: none;
}

.listing ul {
	font-size: 11px;
}

.listing ul li {
	list-style-type: none;
}

.area-section {
	font-size: 12px;
	clear: both;
	width: 100%;
}

.area-section p {
	float: right;
	width: 70%;
}

.area-section p.area-section-more {
	display: none;
}

.area-section div {
	color: #666;
	float: left;
	font-size: 11px;
	width: 20%;
}

.area-section div ul {
	text-align: left;
}

.area-section div p {
	display: none;
}


