/* CSS Document */

#properties {
	margin: 20px 0;
	}
	
.property {
	border: 1px solid #ccc;
	background: #fff;
	margin: 30px 0;
	padding: 0;
	position: relative;
	font-size: 12px;
	min-height: 1px;
	}
	
.property h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 10px 20px;
	font-weight: bold;
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	}
	
.property h5 {
	font-size: 14px;
	font-weight: normal;
	color: #777;
	}
	
.property .content {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.4em;
	}
	
.property .links {
	margin: 5px 0 0;
	padding: 0 120px 0 20px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #ddd;
	text-align: right;
	background: #f9f9f9;
	}
	
.property .links a.pdf_lnk{
	background: url(pdf.gif) no-repeat left center;
	padding: 0 0 0 20px;
	}
	
.property .specs {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #777;
	}
	
.enquire_lnk{
	border-left: 1px solid #DDDDDD;
	padding: 0 20px;
	display: block;
	float: right;
	height: 30px;
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 55px;
}
