/* properties.css */
#subLeft {
	border: none;
	background: none;
	width: 413px;
}

/** Search Options list **/
#searchOptions {
	background: #fffff3;
	line-height: 130%;
	margin: 0 15px;
	padding-bottom: 10px;
}
	#searchOptions li {
		margin-left: 10px;
		padding: 3px 0;
	}
	#searchOptions li#searchOptionsHeader {
		margin: 0;
		padding-top: 0;
	}
	#searchOptions a {
		color: #703f19;
		text-decoration: none;
		font-weight: bold;
	} #searchOptions a:hover {color: #af5332}
/** >>Search Options list<< **/

/** Search New Jersey MLS **/
#keywordSearch, #mlsSearch {
	border: 1px solid #e6ddbf;
	border-right: none;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
}
#keywordSearch {
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 27px;
	min-height: 35px;
} * html #keywordSearch {height: 35px;}
#mlsSearch {
	padding: 10px 0 0 20px;
	line-height: 250%;
}
	#mlsSearch table {
		margin-left: 7px;
	}
	#mlsSearch h3 {
		margin-bottom: 0;
	}
	#searchMap {
		position: relative;
		background: url(../images/backgrounds/mls-sea-googleMap.gif) repeat-x;
		border: 1px solid #d5cca6;
		margin-right: 24px;
		font-weight: normal;
		line-height: normal;
		padding: 12px 12px 0 108px;
		min-height: 74px;
	} * html #searchMap {height: 74px;}
		#googleMapBanner {
			position: absolute;
			top: 1px;
			left: 1px;
		}
		#searchMap p {
			margin-top: 5px;
			margin-bottom: 0;
			font-weight: bold;
			text-align: right;
		}
/** >>Search New Jersey MLS<< **/

/** Search by Google Map **/
#searchMap.googleMap {
	background: none;
	padding: 0;
	min-height: 430px;
	height: 430px;
}
#quickSearch {
	font-weight: bold;
	line-height: 150%;
}
	#quickSearch form {
		margin: 8px 15px;
	}
	#quickSearch select, #quickSearch option {
		width: 125px;
		font-weight: normal;
	}
	#quickSearch select {
		margin-bottom: 3px;
	}
	#quickSearch #liveResults {
		background: #fcf6e0;
		border: 1px solid #d3b676;
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		padding: 10px 15px;
		margin-top: 5px;
		line-height: normal;
	}
		#quickSearch #liveResults span {
			color: #bd0200;
			font-size: 20px;
		}
/** >>Search by Google Map<< **/

/** Property Summary **/
.searchNav {
	padding: 0 8px 5px;
}
	.searchNav a {
		color: #0d295e;
	} .searchNav a:hover {text-decoration: none;}
	.searchNav .control {
		float: right;
	}
		.searchNav .control span, .searchNav .control a {
			color: #dc920f;/*gold*/
			font-weight: bold;
		}
		.searchNav select {
		background: #fff;
		color: #0C2a60;/*navy*/
		font-size: 12px !important;		
		}

#propSumTable {
	width: 100%;
}
#propSumTable td {
	border-top: 1px solid #e5dcbc;
	padding: 8px 0;
}
#propSumTable .propSumRow td {
	background: #fff;
}
#propSumTable h2, #propSumTable h1 {
	text-indent: 0;
	margin: 0;
}
#propSumTable h2, #propSumTable h2 a {
	color: #071345;/*dk blue*/
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
} #propSumTable h2 a:hover {color: #af5332;}
#propSumTable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
}
#propSumTable span.openHouse {
	color: #9d7a1d;
	color: #b25937;
	font-weight: bold;
}
#propSumTable .propThumbnail {
	border-left: 1px solid #e5dcbc;
	width: 122px;
	text-align: center;
}
#propSumTable .propInfo { color: #000;
	padding-left: 5px;
}
	#propSumTable .propInfo h1 { color: #001d47;/*dk blue*/	
	}
#propSumTable .propTools {
	border-right: 1px solid #e5dcbc;
	width: 186px;
	text-align: right;
	padding-right: 11px;
	background: #fff;
}

#propSumTable .propSumSpacer td {
	background: none;
	min-height: 7px;
	height: 7px;
	padding: 0;
}
#propSumTable .propSumSpacer td div {
	position: relative;
}

#propSumTable .saveListing, #propSumTable .savedListing, #propSumTable .viewDetails {
	padding-top: 4px;
	height: 19px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: absolute;
	top: -27px;
}
#propSumTable .saveListing, #propSumTable .savedListing {
	width: 125px;
	background: url(../images/backgrounds/save-listing.gif) no-repeat;
	text-indent: 27px;
	color: #703f19;
	right: 72px;
} #propSumTable .saveListing:hover {color: #0d295e;}
#propSumTable .savedListing {
	background: url(../images/backgrounds/saved-listing.gif) no-repeat;
	color: #313131;
} #propSumTable .savedListing:hover {color: #000;}
#propSumTable .viewDetails {
	width: 72px;
	background: #072358;
	color: #e5dcbc;
	right: 1px;
	text-indent: 2px;
} #propSumTable .viewDetails:hover {color: #af5332;}

/** >>Property Summary<< **/
