	/* IDX RESULTS PAGE & MAP RESULTS DEFAULT */


	#idx-results {
		}

		#idx-results .idx-listing {
			width: 100%;
			border-bottom: 1px solid #ccc;
			margin: 0; padding: 20px 0 10px 0;
			clear: left;
			text-align: left;
			}

			#idx-results .summary {
				display: none;
				}

			#idx-results .imgset {
				width: 40%;
				float: left;
				overflow: hidden;
				}

				#idx-results .imgset img {
					width: 170px; height: 125px;
					}

			#idx-results .idx-datagrp {
				width: 60%;
				float: left;
				/* negative right-margin helps IE behave */
				margin: 0 -10px 10px 0;
				}

				#idx-results .idx-dataset {
					border-bottom: 1px solid #eee;
					padding: 3px 0;
					/* Fixes clearing issues of floated children (key + val) */
					width: 100%;
					float: left;
					font-size: 85%;
					}

					#idx-results .idx-data {
						}

					#idx-results .idx-data.mls {
						display: block;
						border-top: 1px solid #eee;
						padding: 4px 0 0 0; margin: -3px 0 0 0;
						}

					#idx-results .idx-data.beds {
						display: block;
						padding: 0 0 2px 0; margin: 0 0 2px 0;
						border-bottom: 1px solid #eee;
						/* Fixes clearing issues of floated children (key + val) */
						width: 100%;
						float: left;
						}

						#idx-results .idx-data .key {
							font-weight: bold;
							width: 33%;
							float: left;
							}

						#idx-results .idx-data .val {
							width: 66%;
							float: left;
							}

			#idx-results .btnset {
				clear: left;
				padding: 10px 0 0 0; margin: 0;
				}


	/* IDX DETAILS PAGES */



	#idx-detail {
		}

		#idx-detail #idx-detail-primary {
			width: 49%;
			float: right;
			margin: 0 0 20px 0; padding: 0 0 20px 0;
			border-bottom: 1px solid #ccc;
			font-size: 92%;
			}

			#idx-detail .imgset {
				width: 50%;
				float: left;
				overflow: hidden;
				}

				#idx-detail .imgset img {
					margin: 0; padding: 0;
					width: 293px; height: 198px;
					border: 1px solid #ccc;
					}

				#idx-detail .thumbset li {
						margin: 11px 11px 0 0; padding: 0;
						list-style: none;
						width: 90px; height: 72px;
						float: left;
						overflow: hidden;
						border: 1px solid #ccc;
						}

				#idx-detail .thumbset img {
					width: 90px; height: 72px;
					border: none;
					margin: 0;
					}

			#idx-detail .idx-datagrp {
				width: 100%;
				float: right;
				}

				#idx-detail-primary .idx-datagrp h2{
					border-bottom:1px solid #ccc;
					margin: 15px 0 5px 0;
					padding:0;
					font-family:"Times New Roman", Times, serif;
					color:#333;
				}
				
				
				#idx-detail .idx-datagrp.address {
					margin: 10px 0 10px 0;
					}

					#idx-detail .idx-datagrp.address .key {
						display: none;
						}

						#idx-detail .idx-datagrp.address .val {
							display: block;
							}

					#idx-detail .idx-datagrp .key {
						font-weight: bold;
						}

			#idx-detail .idx-dataset.misc {
				margin: 0;
				}

			#idx-detail .idx-datagrp.size .idx-data,
			#idx-detail .idx-dataset.misc .idx-data {
				width: 50%;
				float: left;
				}

			#idx-detail .idx-data.price {
				display: block;
				font-size:18px;
				font-weight:bold;
				font-variant:small-caps;	
				font-family:"Times New Roman", Times, serif;
				color:#CC0000;
				}
				
			#idx-detail .idx-data.mls {
				}

			#idx-detail .idx-data.remarks {
				clear: left;
				display: block;
				padding: 0 0 0 0;
				}

				#idx-detail .idx-data.remarks .key {
					display: block;
					margin: 0 0 5px 0;
					}

			#idx-detail .btnset {
				clear: left;
				font-size: 92%;
				}

		#map-search,
		#map-listings-container,
		#map-listings-container-inner {
			font-size: 12px;
			}

		#map-search {
			width: 100%;
			height: 600px;
			margin: 0; padding: 0;
			}

	#map-search {
		position: relative;
		}


			#map-action-container {
			    display:none;
			    }

		#map-container {
			margin: 0; padding:0;
			border:1px solid #999;
			}

			#map-container-inner {
			    width: 100%;
			    height: 600px;
			    }

		.map-listing {
			float: right;
			padding-bottom: 5px;
			border-bottom: 1px solid #ccc;
			text-align: left;
			}

			.map-listing img {
			    width:108px;
			    height:68px;
				border:1px solid #ccc;
				float:left;
				margin:0 8px 0 0; padding:0;
				}

				.map-listing p {
					margin:0 0 3px 0; padding:0;
					}



				/* IDX MAPSEARCH "TOOLTIP" */

				#idx-mapsearch .map-label {
					background: #fff;
					border: 1px solid #999;
					padding: 3px;
					}

				#idx-mapsearch .map-label span.arrow {
					display: block; height: 11px; width: 8px;
					position: absolute; left: -6px; top: 56px; z-index: 50000;
					}

					#idx-mapsearch .map-label img {
						border: 1px solid #999;
						display: block;
						margin: 0 0 5px 0; padding: 0;
						}

					#idx-mapsearch .map-label strong {
						font-size: 9px;
						text-transform: uppercase;
						display: block;
						margin: 0; padding: 0;
						}

					#idx-mapsearch .map-label .price {
						font-weight: bold;
						}


	/* IDX MAP PAGE POP_UP BUBBLE */

		.idx-gmap-info,

		.idx-gmap-info table {
			width: auto;
			}

		.idx-gmap-info td {
			font-size: 12px;
			}

			.idx-gmap-info ul {
					margin: 0 !important; padding: 0 !important;
					list-style: none;
					}

				.idx-gmap-info ul li {
						margin: 2px 2px 0 0; padding: 0;
						list-style: none;
						width: 35px; height: 28px;
						overflow: hidden;
						float: left;
						}

					.idx-gmap-info .imgset img {
							margin: 0; padding: 0;
							}

						.idx-gmap-info td.key {
							font-weight: bold;
							width: 60px;
							}

						.idx-gmap-info .val {
							width: 80px;
							}

						.idx-gmap-info .btnset {
							padding: 5px 0 0 0;
							clear: left;
							float: none;
							}

						.idx-gmap-info .btnset a {
							padding: 2px 4px;
							float: left;
							}

						#idx-map {
							height:500px;
							}