/* =============== 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:#589dc7;
		text-decoration:underline;
		font-weight:bold;
		}

		#nav-idx a:hover {
			background-position:0 -30px;
			color:#444;
			text-decoration:none;
			}

.navbar {color: ffffff;}

.main a:link {color: #458db3;text-decoration: none;}
.main a:visited {color: #458db3;text-decoration: none;}
.main a:hover {color: #dd8546;}

.navbar a:link {color: #ffffff;text-decoration: none;}
.navbar a:visited {color: #ffffff;text-decoration: none;}
.navbar a:hover {color: #dd8546;}

/* 2. Search Form */

table {
    font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#589dc7;
	}

table.result {font:11px verdana, arial, helvetica, sans-serif;}

fieldset td {height:10px;}

tr.results td {width:16%;font-weight:bold;margin-bottom:-5px;}

/* 3. Search Results */
.listing {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	}

.stats p {
    font:11px verdana, arial, helvetica, sans-serif;
	line-height:12px;
	margin-top:10px;
	}

.listing .imgs img {
	width: 120px; height: 100px;
	float: left;
	margin-bottom:10px;
	}

.detail .imgs img {
	width: 400px; height: 300px;
	float: left;
    padding:4px;
    background-color: #ffffff;
	border: 1px solid #ccc;
	border-bottom-width:4px;
	border-right-width:3px;
	}

.listing img {
	padding: 3px;
	background: #fff;
	border: 1px solid #AFA899;
	}
.listing .mls {
	font-size: 10px;
	}

.city-price {
    border:1px solid #589dc7;
	background:#D5E6EE;
	width:100%;
	height:15px;
	padding:2px;
	margin-bottom:5px;
	}

.listing .price {
	display: block;
	float:right;
	}
.listing .price .type {
	position: absolute;
	left: -3000px;
	}
.listing .price .value {
	position: static;
	font-size: 10px;
	}
.listing .city {
	display: block;
	float:left;
	color:#589dc7;
	}
.listing .address .type, .listing .proptype {
	position: absolute;
	left: -3000px;
	}

.view-details {
	float:right;
	height:10px;
	margin:-10px 0 10px 0; padding:0;
	}

	.view-details a {
		text-decoration:none;
		color:#cc0000;
		margin:0; padding:0;
		font-family:verdana, Arial, Helvetica, sans-serif;
		}

		.view-details a:hover {
			color:#000;
			background-position:0 -30px;
			}

.details-city-price {
    border:1px solid #589dc7;
	background:#D5E6EE;
	width:100%;
	height:20px;
	padding:2px;
	margin-bottom:5px;
	font:14px Helvetica, arial, verdana, sans-serif;
	font-weight:bold;
	}

    .details-address {
	    display: block;
	    color:#589dc7;
	    }

	    .details-mls {
	        display:block;
			float:right;
			}

/* 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;
	width:90px;
	height:75px;
	padding:3px;
    background-color: #ffffff;
	border: 1px solid #ccc;
	border-bottom-width:3px;
	border-right-width:2px;
	}

.detail .stat {
	display: block;
	margin: 0 0 5px 0;
	}

.detail .stat .type {
	font-weight: bold;
	}


/* 5. Map  */
/* 6. Pagination */
/* 7. Login */
/* 8. Registration */
/* 9. Map This Listing */
/* 10. Misc. Styles */

/*  Forms
==============================================================*/
h1 {font-size:16px;font-weight:bold;}

form h4 {
    color:#589dc7;
    font-weight:bold;
	margin: 0 0 10px 0; padding: 0;
	}

form {padding:0;margin:0;}

fieldset h4 {
    font-weight:bold;
	text-decoration:underline;
	font:12px bold arial, verdana, sans-serif;
	}

fieldset {
	margin: 0 0 5px 0; padding: 5px 5px 15px 10px;
	border:1px solid #b4c7e7;
	}

	legend {
		color:#589dc7;
		font-weight:bold;
		font:12px bold arial, helvetica, verdana, sans-serif;
		}

.info-container {
    width:100%;
	min-height:100px;
	margin:0 0 10px 0;
	display:block;
	}

.general-info {
    width:28%;
	color:#589dc7;
	float:left;
	margin: 10px 10px 5px 10px;
	}

select {
    color:#589dc7;
	}

input {
    color:#589dc7;
	}