/*====================*/
/*-->GLOBAL STYLES*/<-*/
/*====================*/

/*Styles commonly used throughout all templates */
/*Last updated by Ritchie - 19/04/06 */


.break, .clear {
	clear: both;
	}

/*====================*/
/*-----> Text <------*/
/*====================*/

#customSearch h1,
.customGallery h1, 
.customList h1, 
#customDetails h1,
#customForm h1 {
	font: normal 150% Arial, Verdana, sans-serif;
	}
	
/* link*/

.customGallery .link,
.customList .link {
	background-color:#EEEEEE;
	display:block;
	height: 20px;
	margin: 8px 0 0 4px;
	padding: 2px 8px 2px 8px;
	float:right;
	width: auto;
	}
	
.customGallery .link a:link, 
.customGallery .link a:hover, 
.customGallery .link a:visited	
.customList .link a:link, 
.customList .link a:hover, 
.customList .link a:visited  {
	color: #999999 ;
	font-weight:bold;
	text-decoration:none;
	}	
	
	
/*====================*/
/*-----> icons <------*/
/*====================*/

.customGallery .icons,
.customList .icons,
#customDetails .icons {
	margin: 10px 0 0 0;
	}
	
.customGallery .icons .bed,
.customGallery .icons .bath,
.customGallery .icons .car,
.customList .icons .bed,
.customList .icons .bath,
.customList .icons .car,
.customList .icons .new,
#customDetails .icons .bed,
#customDetails .icons .bath,
#customDetails .icons .car {
	color: #dbe2e8;
	font-size:120%;
	font-weight:bold;
	height: 20px;
	margin: 0 0 2px 0px;
	padding: 4px 8px 2px 32px;
	width: 128px;
	}

.customGallery .icons .bed,
.customList .icons .bed,
#customDetails .icons .bed {
	background: #006cac url(/img/bed.gif) no-repeat 4px 4px;	
	}
	
.customGallery .icons .bath,
.customList .icons .bath,
#customDetails .icons .bath {
	background: #006cac url(/img/bath.gif) no-repeat 4px 4px;	
	}
	
.customGallery .icons .car,
.customList .icons .car,
#customDetails .icons .car {
	background: #006cac url(/img/car.gif) no-repeat 4px 4px;	
	}
.customGallery .icons .new,
.customList .icons .new,
#customDetails .icons .new {
	background-color: #09527a;	
	}
	
	
/*====================*/
/*------> nav <-------*/
/*====================*/
	
.searchNavigation {
	font: normal 90% Arial, Verdana, sans-serif;
	height:16px;
	margin: 2px 0 10px 0;
	padding: 0;
	width: 740px;
	}

.searchNavigation .numberResults {
	float:left;
	}
	
.searchNavigation .prevNext {
	float:right;
	}
	
.searchNavigation a:link, 
.searchNavigation a:hover, 
.searchNavigation a:visited  {
	text-decoration:none;
	}	

/*=== List 1 ===*/

/*container*/

.customList {
	clear:both;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #d8e1e8;
 	width: 720px;
	overflow: auto;
	}
	
/* image*/

.customList img.property {
	float:left;
	width:240px;
	margin-right: 10px;
	}
	
/* text*/

.customList .description {
	float: left;
	width:400px;
	}
	
.customList .title {
	font-size:110%;
	font-weight:bold;
	color:#09527a;
	margin: 4px 0px;
	}
	
.customList .price {
	float:right;
	font-size:105%;
	font-weight:bold;
	color:#003c5d;
	}
	
.customList .address {
	font-weight:bold;
	color:#003c5d;
	font-size:110%;
	}
	
.customList .icons {
	width: 52px;
	float: left;
	margin: 0px 10px 0 0;
	}	
.customList .icons .bed,
.customList .icons .bath,
.customList .icons .car,
.customList .icons .new {
	font-size:110%;
	width: 10px;
	margin: 0 0 2px 0px;
	padding: 0px 8px 2px 32px;
	}
.customList .icons .new {
	width: 45px;
	padding: 2px 2px 2px 4px;
	height: 18px;
	}

