.break, .clear {
	clear: both;
	}

#customSearch,
.customList, 
#customDetails,
#customForm {
	font: normal 11px/15px Arial, Verdana, sans-serif;
	}

h1 {
	font: normal 120% Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color:#000066;
	font-weight:bold;
	}
	
/* link*/

.customList .link {
	background-color:#000066;
	display:block;
	height: 16px;
	margin: 8px 0 0 4px;
	padding: 4px 8px 2px 8px;
	float:right;
	width: auto;
	}
	
.customList .link a:link, 
.customList .link a:hover, 
.customList .link a:visited  {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	}	
	
.customList .icons,
#customDetails .icons {
	margin: 10px 0 0 0;
	}
	
.customList .icons .bed,
.customList .icons .bath,
.customList .icons .car,
#customDetails .icons .bed,
#customDetails .icons .bath,
#customDetails .icons .car {
	color: #FFF;
	display:block;
	float:left;
	font-weight:bold;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 2px 2px 2px 30px;
	}

.customList .icons .bed,
#customDetails .icons .bed {
	background: #000066 url(/images/bed.gif) no-repeat 4px 4px;	
	}

.customList .icons .bath,
#customDetails .icons .bath {
	background: #000066 url(/images/bath.gif) no-repeat 4px 4px;	
	}

.customList .icons .car,
#customDetails .icons .car {
	background: #000066 url(/images/car.gif) no-repeat 4px 4px;	
	}
	
	
/*====================*/
/*------> nav <-------*/
/*====================*/
	
.searchNavigation {
	color: #333;
	font: normal 100% Arial, Verdana, sans-serif;
	height:16px;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 790px;
	}

.searchNavigation .numberResults {
	float:left;
	}
	
.searchNavigation .prevNext {
	float:right;
	}
	
.searchNavigation a:link, 
.searchNavigation a:hover, 
.searchNavigation a:visited  {
	color: #000066;
	font-weight:bold;
	}	
			
			
#customSearch form {
	padding: 3px 0 3px 2px;
	}

#customSearch .small {
	width:90px;
	}

#customSearch .medium {
	width:150px;
	}

	
#customSearch .btnSearch {
width: 80px;
background-color: #000066;
color: #FFF;
font-weight:bold;
border:none;
}


.customList {
	background-color:#CFCFCF;
	border: 1px solid #EEEEEE;
	clear:both;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 770px;
	overflow: auto;
	}
			
	
/* image*/

.customList img {
	border: 1px solid #EEEEEE;
	float:left;
	width:140px;
	margin-right: 10px;
	}
	
/* text*/

.customList .description {
	float: left;
	width:615px;
	}
	
	
.customList .title {
	font-size:105%;
	font-weight:bold;
	}
	
.customList .price {
	float:right;
	font-size:105%;
	font-weight:bold;
	}
	
.customList .address {
	font-weight:bold;
	}
	
.customList .icons {
	float: left;
	}
	
#customDetails {
	background-color:#E6E6E6;
	border: 1px solid #EEEEEE;
	margin: 0;
	padding: 10px;
	overflow: auto;
 	width: 770px; 
	}
	
/* images */

#customDetails .mainImage {
	float: left;
	}
	
#customDetails .mainImage img {
	background-color:#E6E6E6;
	width:575px;
	}
	
#customDetails .subImage {
	float: right;
	width:190px;
	}

#customDetails .subImage img {
	background-color:#E6E6E6;
	float: right;
	margin: 0 0 5px 0;
	width:183px;
	}
	
/* text */

#customDetails .description {
	float: left;
 	width: 570px;
	}
	
#customDetails .title {
	font-size:105%;
	font-weight:bold;
	}

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

#customDetails .overview {
	float:left;
	margin: 5px 0 10px 0;
 	width: 570px; 
	}

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

dt  {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	width: 130px;
	}

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

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

#customDetails .options {
	float:right;
	width:170px;
	}
	
#customDetails ul {
	margin: 40px 0 20px 20px;
	padding: 0;
	clear: both;
	}

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

#customDetails .lister {
	float:right;
	width: 170px;
	}
	
#customDetails .agent {
	float:right;
	width:170px;
	}

#mainphoto {
	min-height:430px; 
	position:relative;	
}

* html #mainphoto {
	height:430px;	
}

#listingWrapper {
	background:#FFFFFF;
	padding:20px;
	min-height:633px;
	color:#000000;
}

* html #listingWrapper {
	height: 633px;	
}