/* @override http://staging.renet.com.au/katestorey/CSS/listingintro.css */

/* =listing_intro */

.listing-intro {
	margin: 0px 0px 20px 0px;
	border: none;
	border-bottom: 1px solid #C5C0CF;
	height: 120px;
	position: relative;
}

/* =listing-status */

.listing-intro .status-label {
	margin: 0px;
	border: none;
	padding: 0px;
	position: absolute;
	width: 140px;
	height: 105px;
	text-decoration: none;
	top: 0px;
	left: 0px;
	display: block;
}

.listing-intro .under-contract {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/under_contract.gif) top left no-repeat;
}

.listing-intro .under-offer {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/under_offer.gif) top left no-repeat;
}

.listing-intro .deposit-taken {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/deposit_taken.gif) top left no-repeat;
}

.listing-intro .sold {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/images/sold.gif) top left no-repeat;
}

.listing-intro .leased {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/images/leased.gif) top left no-repeat;
}

/* =status */

.listing-intro .status {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	display: none;
}

/* =address */

.listing-intro .address {
	color: #cc0000;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 160px;
}

/* =price */

.listing-intro .text .price {
	color: #cc0000;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 460px;
}

/* =heading */

.listing-intro h3 {
	font-size: 12px;
	font-weight: normal;
	color: #C88F18;
	position: absolute;
	top: 25px;
	left: 160px;
}

/* =intro */

.listing-intro .introduction {
	position: absolute;
	top: 50px;
	left: 160px;
}

/* =thumbnail */

.listing-intro .thumbnail-link {
	position: absolute;
	top: 0;
	left: 0;
}

.listing-intro .thumbnail-link img {
	margin: 0px;
	padding: 0px;
	border: none;
}


/* =rooms */

.listing-intro .features {
	position: absolute;
	left: 700px;
}

.listing-intro .features dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.listing-intro .features dt span {
	display: none;
}

.listing-intro .features dt.property_id {
	margin-left: 10px;
	width: auto;
	font-size: 10px;
	font-weight: normal;
}

.listing-intro .features dt.land_size {
	width: auto;
	font-size: 11px;
	font-weight: bold;
}

.listing-intro .features dt.property_id span, .listing-intro .features dt.land_size span {
	line-height: 20px;
	padding-right: 10px;
	display: block;
}

.listing-intro .features dt.bedrooms {
	background: url(../images/bed.jpg) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.bathrooms {
	background: url(../images/bath.jpg) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.garages {
	background: url(../images/car.jpg) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.carports {
	background: url(../images/carpark.jpg) left center no-repeat;
	margin: 0px;
	}

.listing-intro .features dt.pets {
	margin: 0px;
}

.listing-intro .features dd {
	margin: 4px 25px 0px 2px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	background: none;
}

.listing-intro .features dd.property_id_val {
	background: none;
	font-size: 12px;
	font-weight: normal;
}

.listing-intro .features dd.land_size_val {
	background: none;
	font-size: 11px;
	font-weight: bold;
}

/* =text */

.listing-intro .text {
	margin: 0px 0px 4px 150px;
}

.listing-intro .status {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}





/* =more link */

.listing-intro .intro-link-more {
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background: rgb(213, 0, 0);
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	width: 62px;
	position: absolute;
	bottom: 18px;
	left: 880px;

}

/* =pagination */

.pagination {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: none;
	font-weight: bold;
	color: #666;
}
