/* =============== IDX CSS ================= 
1. IDX Navigaiton
2. Search Form
3. Search Results
4. Listing Details
5. Map Search
6. Pagination
7. Login
8. Registration
9. Map This Listing
10. Misc. Styles
=========================================== */
/* 1. IDX Navigation */
#nav-idx {
	margin:16px 0 0 0; padding:0;
	}
			
	#nav-idx a {
		padding:6px 15px;
		color:#000;
		text-decoration:none;
		}
		
		#nav-idx a:hover {
			background-position:0 -30px;
			color:#000;
			}
	
	
/* 2. Search Form */

/* 3. Search Results */
.listing {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	}
	
.listing .imgs img {
	width: 120px; height: 80px;
	float: left;
	}
	
.detail .imgs img {
	width: 290px; height: 216px;
	float: left;
	}
	
.listing img {
	padding: 4px;
	background: #fff;
	border: 1px solid #AFA899;
	}
.listing .mls {
	font-size: 9px;
	display: block;
	}
.listing .price {
	display: block;
	}
.listing .price .type {
	position: absolute;
	left: -3000px;
	}
.listing .price .value {
	position: static;
	font-size: 18px;
	}
.listing .city {
	display: block;
	}
.listing .address .type, .listing .proptype {
	position: absolute;
	left: -3000px;
	}

#view-details {
	float:right;
	margin:0; padding:5px 7px;
	}
	
	#view-details a {
		text-decoration:none;
		color:#000;
		margin:0; padding:5px 7px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
		#view-details a:hover {
			color:#000;
			background-position:0 -30px;
			}
	
/* 4. Listing Details */

hr {
	margin: 15px 0; padding: 0;
	border: none;
	height: 1px; overflow: hidden;
	color: #ccc; background: #ccc;
	}
		
.clear {
   clear: both;
	}
	
.detail .thumbs img {
	margin: 0 0 6px 10px !important;
	}
	
.detail .stat {
	display: block;
	margin: 0 0 5px 0;
	}
	
.detail .stat .type {
	font-weight: bold;
	}
	
.listing .imgs img {
	width: 120px; height: 80px;
	float: left;
	}
	
.detail .imgs img {
	width: 290px; height: 216px;
	float: left;
	}	
	
.listing img {
	padding: 4px;
	background: #fff;
	border: 1px solid #AFA899;
	}
	
.listing .mls {
	font-size: 9px;
	display: block;
	}
	
.listing .price {
	display: block;
	}
	
.listing .price .type {
	position: absolute;
	left: -3000px;
	}
	
.listing .price .value {
	position: static;
	font-size: 18px;
	}
	
.listing .city {
	display: block;
	}
	
.listing .address .type, .listing .proptype {
	position: absolute;
	left: -3000px;
	}

/* 5. Map  */
/* 6. Pagination */
/* 7. Login */
/* 8. Registration */
/* 9. Map This Listing */
/* 10. Misc. Styles */

/*  Forms
==============================================================*/


form h4 {
	margin: 0 0 10px 0; padding: 0;
	}

fieldset {
	margin: 0 0 15px 0; padding: 5px 5px 5px 15px;
	}

	legend {
		color:#000;
		font-weight:bold;
		font-size:1.2em;
		}
