/* CSS Document */

#propertiesContainer{
	padding:5px;
}


#propertiesContainer .property{
	padding:5px;
	margin-bottom:5px;
	/* border-bottom:1px solid #e3e3e3; */
	height:200px;
	border:1px solid #e3e3e3;
}

#propertiesContainer .price{
	height:20px;
	padding:5px;
	border:1px solid #e3e3e3;
	background:#eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
	#propertiesContainer .property .price a:link, #propertiesContainer .property .price a:visited {
		text-decoration: none;
		color: #000000;
	}
	#propertiesContainer .property .price a:hover, #propertiesContainer .property .price a:active {
		text-decoration: underline;
		color: #000000;
	}

#propertiesContainer .property .title{
	width:67%;
	float:left;
	/* border:1px dotted #ff0000; */
}

#propertiesContainer .property .bedrooms{
	width:32%;
	float:right;
	text-align:right;
	/* border:1px dotted #ff0000; */
}

#propertiesContainer .property .image{
	padding:5px;
	width: 130px;
	border:1px solid #e3e3e3;
	float:left;
}

#propertiesContainer .property .description{
	width:548px;
	padding:5px;
	float:right;
	/* border:1px dotted #ff0000; */
}

#propertiesContainer ul{
	padding:0px;
	margin:0px;
}
	#propertiesContainer ul li{
		list-style-type:circle;
		margin:0px 0px 0px 15px;
	}

.availability{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
}
.bluePipe{
	color:#5FC0D8;
}

/* Property Details Page */

.propertyTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#8B2A2A;
	padding:5px;
	margin:5px 5px 0px 5px;
	height:22px;
}
	.propertyTitle .name{
		width:67%;
		float:left;
	}
	.propertyTitle .price{
		width:32%;
		float:right;
		text-align:right;
	}

.imageBig{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border-right:1px solid #e3e3e3;
	width:417px;
	padding:5px;
	float:left;
	background-image: url(../images/img_preloader_anim.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow:visible;
}
.imageBig #label{
	padding:3px;
	background-color:#eeeeee;
	color:#333333;
}
.imgTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:1px;
	background-color:#eeeeee;
	text-align:center;
}

.thumbnails{
	width:300px;
	float:right;
}
.thumbnails .thumbnail{
	padding:0px 2px 2px 0px;
	margin-bottom:1px;
	width:90px;
	height:73px;
	float:left;
}
.propertyFunctions{
	padding:3px;
	color:#ffffff;
}
	.propertyFunctions a:link, .propertyFunctions a:visited {
		text-decoration: underline;
		color: #ffffff;
	}
	.propertyFunctions a:hover, .propertyFunctions a:active {
		text-decoration: underline;
		color: #cccccc;
	}

#imgPreview{
	position:absolute;
	display:none;
	/*
	left:339px;
	top:328px;
	*/
	padding:0px;
	width:960px;
	/* height:550px; */
	z-index:15000;
	background-color: #FFFFFF;
	/* layer-background-color: #FFFFFF; */
	border: 1px solid #85C5D4;
	/* visibility: hidden; */
}
#imgPreview .image{
	overflow: auto;
	padding:3px;
	text-align:center;
}
.divPopCloseBar{
	background-color: #85C5D4;
}

