/* =============== IDX CSS ================= 


1. IDX Navigaiton
2. Search Form
3. Search Results
4. Listing Details
5. Map Search
6. Pagination
7. Login
8. Registration
9. Misc. Styles

=========================================== */


/* ---------- 1. IDX Navigation ----------- */

#nav-idx {
	float:right;
	margin:0; padding:0;
	}
	
	#nav-idx ul {
		list-style:none;
		margin:0; padding:0;
		}
		
		#nav-idx li {
			float:left;
			margin:0; padding:0;
			}
			
			#nav-idx a {
				float:left;
				margin:0;
				padding:6px 8px;
				background:#359963;
				border-right:1px solid #fff;
				color:#fff;
				text-decoration:none;
				font-size:11px;
				}
				
				#nav-idx a:hover {
					color:#82a02e;
					}

/* ---------- 2. Search Form ----------- */

#search-form {
	width:500px;
	}

	#search-form fieldset {
		border:1px solid #d5d5d5;
		padding:8px 5px 10px 5px;
		margin:15px 0 0 0;
		}
			
		#search-form legend {
			font-size:12px;
			font:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#82a02e;
			}
			
			#search-form fieldset ul { 
			    list-style:none;
				}	

	
	#search-options {
		margin:0; padding:0;
		}
		
		#search-options ul {
			list-style:none;
			margin:0; padding:0;
			}
			
			#search-options li {
				float:left;
				margin:0; padding:2px;
				}
				
				#search-options a {
					color:#000;
					padding:4px 2px;
					}
					
					#search-options a:hover {
						color:#82a02e;
						text-decoration:none;
						}
						
						
	#select-city { /* Step 1 */
		}
		
		#select-city ul {
			margin:0; padding:0;
			list-style:none;
			}
			
			#select-city li {
				margin:0; padding:2px;
				display:block;
				width:150px;
				float:left;
				list-style:none;
				}
				
			#select-city label {
				width:145px;
				margin:5px 0 0 10px; padding:2px;
				font-size:11px;
				}
				
				#select-city li label:hover {
					color:#82a02e;
					}
			
			#select-city a {
				color:#222;
				padding:2px;
				}
				
				#select-city a:hover {
					color:#82a02e;
					text-decoration:none;
					}

			#select-city label {
				width:100px;
				}
				
				#select-city label:hover {
					color:#82a02e;
					}

	#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;
				display: block;
				width:115px;
				float:left;
				}			

			#select-prop-type label {
				width:115px;
				margin:0; padding:2px;
				}
					
				#select-prop-type li label:hover {
					color:#82a02e;
					}
					
			#select-prop-type input {
				margin:0; padding:0;
				}
				
	#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:#82a02e;
					}
					
			#select-build-type input {
				margin:0; padding:0;
				}

		
	#select-price { /* Step 4 */
		}
		
		#select-price select {
		    font-size:11px;
			}
		
		#select-price span {
		    float:left;
			clear:none;
			margin:0 0 0 15px;
			display:inline;
			}
		
	#select-features { /* Step 5 */
		}
		
		#select-features a {
			color:#000;
			padding:2px;
			}
			
			#select-features a:hover {
				color:#82a02e;
				text-decoration:none;
				}
		
		#select-features select {
		    font-size:11px;
			}
		
		#select-features span {
		    float:left;
			clear:none;
			margin:0 0 0 10px;
			}
		
	#submit-search { /* Step 6 */
		}
		

.submit input {
    background:#fff;
	float:left;
	margin:0 0 0 10px;
	clear:none;
	}
		
option {
    color:#555;
	}
		

/* ---------- 3. Search Results ----------- */

#back-to-search {
	margin: 0 0 10px 0; padding:0;
	}

	#back-to-search ul {
		list-style:none;
		margin:0; padding:0;
		}
		
		#back-to-search li {
			float:left;
			margin:0; padding:0;
			}
			
			#back-to-search a {
				float:left;
				margin:0;
				padding:7px 15px;
				background:#359963;
				border-right:1px solid #fff;
				color:#fff;
				text-decoration:none;
				}
				
				#back-to-search a:hover {
					background:#3ead71;
					}
					
#view-details {
	margin:0; padding:0;
	}
	
	#view-details p {
		margin:0; padding:2px 0 6px 0;
		}
		
		#view-details a {
			text-decoration:underline;
			padding:2px;
			}
			
			#view-details a:hover {
				color:#82a02e;
				text-decoration:none;
				}

/* ---------- 4. Listing Details ----------- */

.virtual-tour p {
	}
	
	.virtual-tour a {
		text-decoration:underline;
		padding:2px;
		}
		
		.virtual-tour a:hover {
			text-decoration:none;
			color:#82a02e;
			}

.back-to-listing {
	}
	
	a.back-to-listing {
		padding:2px;
		}
		
		a:hover.back-to-listing {
			text-decoration:none;
			color:#82a02e;
			}
		
#listing-contact-info {
	float:right;
	width:190px;
	background:#b7c7be;
	border:1px solid #a5a5a5;
	margin-right:5px;
	}
	
	#listing-contact-info p {
		text-align:center;
		}

/* ---------- 5. Map Search ----------- */

#navigation-map {
	float:right;
	padding:0;
	margin:0;
	background:#10224a url(/img/gbl/bg-nav-primary.jpg) repeat-x;
	width:780px;
	}
	
	#navigation-map-inner {
		}
		
		#navigation-map ul {
			list-style:none;
			margin:0;
			padding:0 0 0 133px;
			}
			
			#navigation-map li {
				float:left;
				margin:0;
				padding:0;
				position:relative;
				z-index: 5000;
				}
				
				#navigation-map a {
					float: left;
					text-decoration:none;
					background:#10224a url(/img/gbl/bg-nav-primary.jpg) repeat-x;
					color:#fff;
					padding:10px 17px 8px 17px;
					margin:0;
					font-size:1.2em;
					border-right:1px solid #999;
					}
					
					#navigation-map a:hover {
						background:url(/img/gbl/bg-nav-primary.jpg) repeat-x;
						background-position:0 -51px;
						color:#fff;
						}
					
					#navigation-map.right-border {
						border:none;
						}
						
					.end-of-primary-nav-menu-border {
						border-right:1px solid #999;
						}
						
#content-map {
	width:690px;
	margin:0;
	padding:0;
	}

	#content-map-inner {
		padding:0;
		margin:0;
		}
		
		#content-map p {
			font-family:Arial, Helvetica, sans-serif;
			font-size:1.2em;
			padding: 0;
			}
		
		#content-map h1 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:2em;
			margin:0 0 15px 0;
			padding:12px 0 0 0;
			}
		
		#content-map h2 {
			padding:5px 0 0 0;
			margin: 0 20px 10px 20px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:1.5em;
			}

/* ---------- 6. Pagination ----------- */

#idx-pagination {
	margin:5px 0 10px 0; padding:0;
	}
	
	#idx-pagination p {
		margin:0; padding:0;
		}
		
		#idx-pagination a {
			text-decoration:underline;
			padding:2px;
			}
			
			#idx-pagination a:hover {
				color:#82a02e;
				text-decoration:none;
				}

/* ---------- 7. Login ----------- */

/* ---------- 8. Registration ----------- */

/* ---------- 9. Misc. Styles ----------- */
.browse {

	margin-bottom: 20px;

	font:normal small/1.8em verdana, arial, helvetica, sans-serif;

}

.browse td strong {

	display: block;

	padding: 12px 3px ;

	color:#707070;

}

.browse td a {

	display: block;

	padding: 3px;

	color:#707070;

}

.browse td a:hover {

	background-color: #f8f8f1;

	color:#000;

}

/* ---------- 10. REWIDX. Styles ----------- */
#listingsbox {
    position:relative;
	left: 0;
	width:500px;
	height:auto;
	border-top:1px solid #b7b7b7;
	margin:15px 0 0 10px;
	clear:both;
	}

    #listingspicandbutton {
	    position:relative;
		width:142px;
		height:165px;
		float:left;
		margin:10px 0 0 0;
		}

img.listings {
	width: 140px; height: 100px;
	padding: 3px; 
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	}

#listingsbutton {
    position:relative;
	width:110px;
	height:20px;
	margin:5px 0 0 10px;
	}


dl.listing-info {position:relative;float:right;margin:10px 0 0 0;width:325px;}

*html dl.listing-info {margin:10px 7px 0 0;}


dl.listing-info  dt {
	font-weight:normal;
	color:#82a02e;
	float:left;
	height:22px;
	width:125px;
	margin-top:5px;
	font-size:11px;
	text-align:left;
	border-bottom:1px solid #ddd;
    }

    dl.listing-info  dd {
    	font-weight:normal;
	    color:#666;
	    height:22px;
	    width:185px;
	    margin-left:130px;
	    margin-top:5px;
	    font-size:11px;
	    text-align:left;
	    border-bottom:1px solid #ddd;
        }

/* Listings Styles again 
=============================================*/

#detailspage {
    position:relative;
	width:430px;
	height:auto;
	margin:15px 0 0 25px;
	}

    .details-pic {
        position:relative;
	    width:300px;
	    height:225px;
	    float:left;
	    }

        .details-thumbs {
	        position:relative;
		    width:190px;
	        height:auto;
		    margin:0 0 0 0;
		    float:right;
		    }
			
		*html .details-thumbs {
		    width:180px;
			}

            .thumbnail {
			    position:relative;
				float:left;
				margin:0 7px 5px 0;
				width:55px;
				height:55px;
				}

#detailspage p {
    position:relative;
	padding:0;
	margin:25px 0 15px 0;
	font:11px arial, helvetica, verdana, sans-serif;
	}

    dl.details {
	    position:relative;
		margin:5px 0px 0 0;
		border:none;
		}

        dl.details  dt {
		    font-weight:bold;
			color:#82a02e;
			float:left;
			height:18px;
			width:210px;
			margin-bottom:5px;
			font-size:11px;
			text-align:left;
			border-bottom:1px solid #ddd;
			}

            dl.details  dd {
			    font-weight:normal;
				color:#666;
				height:18px;
				width:220px;
				margin-bottom:5px;
				margin-left:210px;
				font-size:11px;
				text-align:left;
				border-bottom:1px solid #ddd;
				}

*html dl.details dd {width:214px;margin-left:209px;}


#functions {
    display:block;
	clear:both;
	margin:15px 0 10px 0;
	}

#functions ul {
    list-style:none;
	padding:0;
	margin:0;
	}
	
	#functions ul li { 
	    float:left;
		margin:10px 30px 10px 0;
		padding:0 0 0 17px;
		background:url('/img/functions-li-bg.gif') no-repeat left center;
		}
		
		#functions ul li a {
		    color:#82a02e;
			}
			
			#functions ul li a:hover {
			    text-decoration:none;
				}



.last {
	margin-right: 0 !important;
	}

hr {
	margin: 0 0 15px 0; padding: 0;
	border: none;
	height: 1px;
	background: #ccc; color: #ccc;
	clear:both;
	}
