/*
.overlay {
	position: relative;
}
.overlaypic {
	position: absolute;
	width: 243px;
	height: 156px;
	background-image: url(/components/com_aro/images/under_contract_transparency.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*/
/* layout css only, no colours/images */
/* any other css is in template */
#com_aro_container {
	font-family: verdana;
}
#com_aro_container .listing1 {
	margin-left: 24px;
	margin-right: 23px;
	margin-top: 15px;
}
#com_aro_container .listing1 .phdr * {
  display: inline;
}
#com_aro_container .listing1 .phdr {
	font-family: arial;
	height: 34px;
	font-size:116%;
}
#com_aro_container .listing1 .pbody {
	background-repeat: repeat-y;
	background-align: left;
}
#com_aro_container .listing1 .pbody .data {
	padding: 10px;
	padding-top: 16px;
	padding-left: 22px;
}
#com_aro_container .listing1 .pbody .pic img {
}
#com_aro_container .listing1 .pictable {
	height: 100%;
}
#com_aro_container .listing1 .pftr {
	font-size: 77%;
	background-repeat: repeat-y;
	background-align: left;
	text-align: right;
}
#com_aro_container .listing1 .pftr .text {
	padding : 10px;
	padding-right: 15px;
}  
#com_aro_container .listing1 .title a {
	font-size: 93%;
	font-weight: bold;
	font-style: italic;
}
#com_aro_container .listing1 .suburb {
  float: left;
  margin-left: 14px;
  margin-top: 8px;
}
#com_aro_container .listing1 .price {
  float: right;
  margin-right: 14px;
  margin-top: 8px;
}
#com_aro_container .listing1 .address {
	font-size: 85%;
}
#com_aro_container .listing1 .pbody .shortdesc {
	font-size: 85%;
	margin-top: 18px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#com_aro_container .listing1 .pbody .readmore {
	float:right;
}


