.new_listing {
	background-color: #900;
	color: #fff;
	font-weight: bold;
	padding: .3em;
	float: left;
	margin: 0 .3em .2em 0;
}
.new {
	position: relative;
}

.new_listing {
	position: absolute;
	top: 6px;
	left: -226px;
	display: block;
	width: 67px;
	height: 67px;
	background: transparent url(/images/global/new_listing.gif) no-repeat;
	text-indent: -9999px;
}
.property_sold {
	position: relative;
	display: block;
	padding: 0;
	width: 86px;
	height: 86px;
	background: transparent url(/images/global/property_sold.gif) no-repeat;
	text-indent: -9999px;
}
.property_sold p {
	display: none;
}
.money {
	position: relative;
	text-align: right;
}
.money .price {
	font-size: 120% !important;
	font-weight: bold;
}
.money p {
	margin-bottom: 6px;
}
.money .gst {
	display: block;
	font-size: 70%;
}
.money .sale_type {
	font-size: 70%;
	font-style: italic;
}
.money #property_sold {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0;
}