/*=== List ===*/

.break {
	clear: both;
	}

/*container*/

#customList {
	border-bottom: solid 1px #F3E938;
	clear:both;
	margin: 0 0 20px 0;
	padding: 10px 0px 10px 0px;
	width:600px;
	/*ie hack*/_padding-bottom: 0px;
	}
	
/* image*/

#customList img {
	border: none;
	float:left;
	height:104px;
	margin: 0 10px 0 0;
	width:140px;
	}
	
/* text*/

#customList .description {
	float:left;
	width:435px;
	/*ie5 hack*/ voice-family: "\"}\""; 
  	voice-family:inherit;
	width:445px;
	}
	
#customList .title,
#customList .price, 
#customList .category {
	color:#008484;
	font-size:105%;
	font-weight:bold;
	}

#customList .category {
	font-size:100%;
	}

#customList .price {
	float:right;
	}
	
#customList .address {
	font-size:105%;
	font-weight:bold;
	}

/* link*/

#customList a:link, 
#customList a:hover, 
#customList a:visited  {
	color: #EB1212;
	font-weight:bold;
	text-decoration:none;
	}

/* navigation */
	
.searchNavigation {
	color: #8CB9B6;
	font-size:90%;
	height:16px;
	margin: 2px 0 10px 0;
	width:600px;
	}

.searchNavigation .numberResults {
	float:left;
	}
	
.searchNavigation .prevNext {
	float:right;
	}
	
.searchNavigation a:link, 
.searchNavigation a:hover, 
.searchNavigation a:visited  {
	color: #8CB9B6;
	text-decoration:none;
	}
/*=== Details ===*/

/* container */

#customDetails {
	float:left;
	margin: 0;
	padding: 10px 0px 10px 0px;
	width:600px;
	/*ie5 hack*/ voice-family: "\"}\""; 
  	voice-family:inherit;
	width:600px;
	}
	
/* images */

#customDetails .mainImage {
	float:left;
	margin: 0 5px 10px 0;
	}
	
#customDetails .mainImage img {
	border: 1px solid #000;
	height:314px;
	width:426px;
	}
	
#customDetails .subImage {
	float:right;
	width:155px;
	}

#customDetails .subImage img {
	border: 1px solid #000;
	height:120px;
	margin: 0 0 5px 0;
	width:155px;
	
	}
	
/* text */

#customDetails .description {
	clear:both;
	float:left;
	width:426px;
	}
	
#customDetails .title,
#customDetails .price, 
#customDetails .category {
	color:#008484;
	font-size:115%;
	font-weight:bold;
	}
	
#customDetails .address {
	font-size:110%;
	font-weight:bold;
	}	

#customDetails p {
	margin: 5px 0 15px 0;
	}
	
#customDetails em {
	color:#008484;
	font-style:normal;
	font-weight:bold;
	}
	
/* overview */

dl {
	margin: 5px 0 10px 0;
	padding: 0;
	width: 426px;
	}

dt  {
	float: left;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	width: 100px;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd {
	float: left;
	margin: 0 0 0 0;
	padding: 2px;
	width: 300px;
	}
	
/* options */

#customDetails .options {
	font-size:105%;
	float:right;
	width:155px;
	}

#customDetails ul {
	list-style: none;
	margin: 20px 0 20px 0px;
	padding: 0;
	}

#customDetails li {
	list-style: none;
	margin: 4px 0 0 0;
	}
	
#customDetails .options a:link, 
#customDetails .options a:hover, 
#customDetails .options a:visited  {
	color: #333;
	font-weight:bold;
	text-decoration:none;
	}
	
/* icons*/

#customDetails .icons {
	margin: 10px 0 0 0;
	}
#customDetails .icons .bed,
#customDetails .icons .bath,
#customDetails .icons .car {
	color: #FFF;
	display:inline;
	font-weight:bold;
	height: 20px;
	margin: 0 0 0 1px;
	padding: 2px 2px 2px 30px;
	/*ie hack*/_margin: 0 0 0 4px;
	}

#customDetails .icons .bed {
	background: #333 url(http://agents.realestate.com.au/icons/bed.gif) no-repeat 4px 4px;	
	}
#customDetails .icons .bath {
	background: #333 url(http://agents.realestate.com.au/icons/bath.gif) no-repeat 4px 4px;	
	}
#customDetails .icons .car {
	background: #333 url(http://agents.realestate.com.au/icons/car.gif) no-repeat 4px 4px;	
	}
