﻿/*----------------------------rent and search list---------------------------*/
.rentTopTitle
{
	height: 31px;
	background: url(images/title_bg.gif) repeat-x center center;
	border: 1px solid #ccc;
}
.rentTopTitleLeft
{
	float:left;
}
.rentTopTitleText
{
	background: url(images/grey_triangle.gif) no-repeat 10px center;
	padding-left: 20px;
	font-weight: bold;
	line-height: 31px;
}
.rentTopTitleRight
{
	padding-right: 10px;
	line-height: 31px;
	_padding-top:4px;
	float:right;
}
.propertyItem
{
	border: 1px solid #cecece;
	margin-top:4px;
	width:608px;
	overflow:auto;
}
.propertyItem li
{
	line-height:21px;
}
.propertyFeatures
{
	background:#efefef;
	border:1px solid white;
	margin-bottom:4px;
	overflow:auto;
	+overflow:inherit;
}
.propertyFeatures .propertyPrice,.propertyFeatures .propertySuburb
{
	float:left;
	margin:0 5px;
}
.propertyFeatures .propertySuburb
{
	font-weight:bold;
}
.propertyFeatures .propertyRoom img
{
	display:inline;
	margin-left:10px;
}
.propertyFeatures .propertyArea,.propertyFeatures .propertyRoom
{
	float:right;
	margin:0 5px;
}
.propertyItem .propertyShow
{
	border: 1px solid #cecece;
	margin:0 4px;
	_margin-left:2px;
	float:left;
	position:relative;
}
.propertyItem .propertyShow img
{
	position:absolute;
	top:-2px;
	left:-2px;
}
.propertyItem .propertyShow a img
{
	width:100px !important;
	height:80px !important;
	border:0 !important;
	background:none !important;
	position:relative;
	top:0;
	left:0;
}
.propertyItem .propertyTitle
{
	width:330px;
	float:left;
}
.propertyItem .propertyTitle h2
{
	font-size:12px;
	font-weight:normal;
	margin:2px 0;
}
.propertyItem .propertyTitle h2 a
{
	color:#bd0c12;
}
.propertyItem .propertyTitle .propertyAddress
{
	margin:2px 0;
}
.propertyItem .propertyCompanyLogo
{
	float:left;
	margin:0 4px;
}
.propertyItem .propertyCompanyLogo img
{
	width:160px;
	height:30px;
}
.propertyItem .propertyInfoBrick
{
	width:484px;
	background:#efefef;
	float:right;
	margin-top:4px;
	margin-right:4px;
	_margin-right:2px;
	padding:2px 5px;
	line-height:18px;
}
.propertyItem .propertyFooter
{
	width:498px;
	float:right;
}
.propertyItem .propertyFooter span,.propertyItem .propertyFooter label
{
	float:left;
}
.propertyItem .propertyFooter span
{
	margin-right:30px;
	float:left;
}
.propertyItem .propertyFooter a
{
	float:right;
	margin:0 5px;
	color:#bd0c12;
}



