/* =============== 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;
		background:#eee;
		text-decoration:none;
		}
		
		#nav-idx a:hover {
			background-position:0 -30px;
			text-decoration:underline;
			color:#000;
			}
			
				
	#text .nav-search-options {
		margin:10px 0 10px 0; padding:0 0 10px 0;
		}
		
		#text .nav-search-options ul {
			list-style:none;
			margin:0; padding:0;
			}
			
		#text .nav-search-options li {
				float:left;
				margin:0; padding:0px;
				}
				
				#text .nav-search-options a {
				float:left;
				margin:0px 1px 1px 0;
				padding:3px 6px;
				background:#cfe1e3;
				color:#000;
				font-weight:lighter;
				text-decoration:none;
				font-size:12px;
				font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
					}
					
					#text .nav-search-options a:hover {
						background:#abd2d6;
						color:#000;
						font-weight:lighter;
						font-size:12px;
						font-family:'Myriad Pro', Arial, Helvetica, sans-serif;

						}
					
			#text .nav-search-options .current {
				float:left;
				margin:0 1px 0 0;
				padding:3px 6px;
				background:#abd2d6;
				color:#000;
				font-weight:lighter;
				text-decoration:none;
				font-size:12px;
				font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
					}
	
	
/* 2. Search Form */

/* 3. Search Results */
.listing {
	width: 100%; float:left;
	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-box { height:; clear:both; }
	
.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;
		}
				
		#search-form fieldset { width:700px; border:#ccc 1px solid; }
		
		
		
		
		
		
		
								
	#select-city { /* Step 1 */
	margin:10px 0 0 0;
		}
		
		#select-city ul {
			margin:0; padding:0;
			list-style:none;
			}
			
			#select-city li {
				margin:0; padding:2px;				
				float:left; width:150px;
				}
				
			#select-city label {
				width:;
				margin:0; padding:2px;
				color:#000; float:;
				}
				
				#select-city li label:hover {
					color:#000;
					background:#eee;
					}
					
					#select-city input {float:left; width:20px;}
			
			#select-city a {
				color:#000;
				padding:2px;
				
				}
				
				#select-city a:hover {
					color:#000;
					background:#eee;
					text-decoration:none;
					}

				
				#select-city label:hover {
					background:#eee;
					}
					

	#select-prop-type { /* Step 2 */
		}
		
		#select-prop-type ul {
			margin:0 0 0 3px; padding:0;
			list-style:none;
			}
			
			#select-prop-type li {
				margin:0; padding:0;
				width:150px;
				float:left;
				}			

			#select-prop-type label {
				width:;
				margin:0; padding:2px;
				}
					
				#select-prop-type li label:hover {
					color:#555;
					background:#eee;
					}
					
			#select-prop-type input {
				margin:0; padding:0;
				border:1px solid #ccc; float:left; width:20px;
				}
				
	#select-build-type { /* Step 3 */
		}
		
		#select-build-type ul {
			margin:0 0 0 3px; padding:0;
			list-style:none;
			}
			
			#select-build-type li {
				margin:0; padding:0;
				display: block;
				float:left;
				}			

			#select-build-type label {
				width:115px;
				margin:0; padding:2px;
				}
					
				#select-build-type li label:hover {
					color:#fff;
					background:#eee;
					}
					
			#select-build-type input {
				margin:0; padding:0;
				}

		
	#select-price input { /* Step 4 */
			border:1px solid #ccc;
		}
		
	#select-features { /* Step 5 */
		}
		
		#select-features ul { list-style:none; width:200px; float:left; padding:0px;margin:0px;}
		#select-features ul li { padding:0px; margin:0px;}
		
		#select-features input { float:; width:20px; }
		
		#select-features a {
			color:#000;
			padding:2px;
			}
			
			#select-features a:hover {
				color:#000;
				background:#eee;
				text-decoration:none;
				}
		
	.submit-search { /* Step 6 */
		}
		
					.submit-search input {	float:left;
				margin:0 5px 0 0;
				padding:3px 22px;
				background:#9fd56d;
				border:1px solid #aaa;
				color:#000;
				font-weight:bold;
				text-decoration:none;
				font-size:12px;
				font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
				
				}
				
