@charset "utf-8";
/* Property Module */
/* Property Module Layout */
.col-prop-search, .col-prop-search2 {
	width: 50%;
	float: left;
}

.prop-results {
	padding: 1em 0;
}

.resultsBar {
	padding: 1em 0;
}

#myMap {
	position: relative;
	width: 400px;
	height:400px;
	border:2px solid #C8C8CB;
}
#backgroundloader {
	visibility:visible;
	left:10px;
}

/* Propery Search Listings */	
.prop-text { border-top: 1px solid #ccc;}
.prop-img { float: left; margin: 0 .8em 0 0;}
	.prop-img img { border: solid 1px #b3b3b3; /*width: 200px; (took out as did not work in 1024 x 768 in ie6) */ }

.prop-num { 
	color: gray; 
	position: absolute; 
	top: 0; 
	right: 0; 
	padding: 1em;
	text-align: right;
}
#encapsulateMapClickText { cursor: pointer; color: #3dadd8;}

/** image holder **/
.img-holder{
	position: relative; 
	border-right: 5px solid #fff; 	
	overflow: hidden;
}

/* Map of Properties */
#image_area {
	position:relative;
	width:365px;
	height:270px;
	float: left;
	clear: none;
	padding: 5px;
	margin-right: 2px;
}

#image_boxes {
	width:260px;
	float: left;
	clear: none;
	margin: 0 2px 2px 2px;
}
#property_gallery .image_boxes_floats {
	float: left;
	clear: none;
	padding: 1px;
	height: 92px;
	width: 124px;
	overflow: hidden;
	cursor:pointer;
	border: 1px solid white;
	display:inline;
}
#image_boxes .image_boxes_floats {
	float: left;
	clear: none;
	padding: 1px;
	height: 92px;
	width: 124px;
	overflow: hidden;
	cursor:pointer;
	border: 1px solid white;
}

#image_boxes .image_boxes_floats:hover, #image_boxes .image_boxes_floats:focus, #image_boxes .image_boxes_floats:active {	border: 1px solid #004990;}

#MSVE_obliqueNotification {visibility: hidden;}

#enlargedDiv {
	position:absolute;
	width:365px;
	height:270px;
	background:white;
	z-index:1000;
	visibility:hidden;
	top:5px;
	left:5px;
}

#backgroundloader {
	position:absolute;
	width:365px;
	height:270px;
	background:white;
	z-index:999;
	visibility:hidden;
	top:5px;
	left:5px;
}
#backgroundloader img {
	position:relative;
	top:40%;
	left:45%;
}
.closer {
	position:absolute;
	z-index:1001;
	top:1px;
	right: -3px;
	margin:0 auto;
	border:none;
}

.closer img{	border:none;}
.closer:hover {	cursor:pointer;}

#encapsulateMapClickText {
	position:relative;
	width:150px;
	cursor:pointer;
	/*margin-bottom:10px;*/
}

#encapsulateMapClickText p {
	margin: 0 auto;
	padding: 5px;}

/* Tabbed Overview menu */
.overview_items {
	margin: 0 0 0 5px;
	font-size: 110%;
}

#content .overview_items ul {
	margin: 0 1px;
	padding: 1em 0 .8em 0;
	clear: both;
}
 .overview_items ul li {
	display: inline;
	padding: 0;
	margin:  0 -2px 0 -1px;
}	

.overview_items ul li a {
	padding: 10px 1em;
	margin: 10px 0;
	border: 1px solid #ccc;
}
 .overview_items ul li a:hover,  .overview_items ul li a:active {	background-color: black; color: white;}

 .overview_items ul li a.selected,  .overview_items ul li a.selected:hover {
	position:relative;
	border: 1px solid #ccc;
	border-bottom: 1px solid white;
	cursor: default;
}
/* Content area for relevant tab */
.overview_feature {
	border: solid 1px #ccc;
	padding: 1em;
}
