/* @override http://staging.renet.com.au/template1/CSS/p-intro.css */

.listing-intro {
	margin: 0 0 10px;
	position: relative;
	height: 136px;
	color: #454545;
	z-index: 10;
	clear: both;
}

.listing-intro:hover {
	background: #eee;
}

.listing-intro h3, .listing-intro h2 {
	background: #333;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	width: 516px;
	float: left;
	font-size: 16px;
	margin: 0 0 1px;
}

.listing-intro .price {
	text-align: right;
	width: 304px;
}

.listing-intro .thumb {
	display: block;
	width: 150px;
	height: 104px;
	float: left;
	position: relative;
}

.listing-intro .thumb span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
}

.listing-intro img {
	width: 150px;
	height: 120px;
}

.listing-intro .desc {
	width: 690px;
	float: left;
	padding: 10px 0px 10px 10px;
}

.listing-intro .heading {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}


.listing-intro .intro-text {
	clear: both;
	margin: 0;
}

.listing-intro .inspection, .listing-intro .auction {
	margin: 10px 0 0 0;
}

.listing-intro h5 {
	float: left;
	margin: 0 5px 0 0;
	
}

.listing-intro a.button {
	float: right;
	display: block;
	padding: 115px 15px 9px 753px; 
	text-decoration: none;
	color: #ff0000;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.listing-intro a.button:hover {
	color: #333;
}

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

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

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

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

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

