@charset "UTF-8";
/* CSS Document */

/* property listing & view */
body {
	margin: 0;
	background-color: #f5f5e3;
	font-family: Arial;
	font-size: 8pt;
	color: #57574a;
}
a { color: #333333; }
img {
	border: 0;
}
p {
	padding: 0;
	margin: 0;
}
.clear { clear: both }
#property_top_container {
	clear: both;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 15px;
}
#property_top_container .left {
	float: left;
}
#property_top_container .right {
	float: right;
}
#property_bottom_container {
	clear: both;
	border-top: 1px solid #cccccc;
	color: #333333;
	padding-top: 5px;
	height: 15px;
}
#property_bottom_container .left {
	float: left;
}
#property_bottom_container .right {
	float: right;
}
#property_bottom_container_noborder {
	width: 905px;
	clear: both;
	color: #333333;
	padding-top: 5px;
	height: 15px;
}
#property_bottom_container_noborder .left {
	float: left;
}
#property_bottom_container_noborder .right {
	float: right;
}
#property_bottom {
	float: left;
	clear: both;
	color: #333333;
	padding-top: 5px;
	width: 300px;
}
#property_bottom_right {
	float: right;
	color: #333333;
	padding-top: 5px;
}
.property_wrapper {
	clear: both;
	float: left;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	padding-top: 8px;
	width: 908px;
}
.property_wrapper .image {
	float: left;
	width: 190px;
	padding-right: 8px;
}
.property_wrapper .info {
	float: left;
	width: 500px;
	height: 100px;
}
.property_wrapper .info h2 {
	margin: 0;
	padding: 0;
	font-size: 17px;
}
.property_wrapper .details {
	float: left;
	width: 500px;
}
.property_wrapper .details img {
	float: left;
	padding-right: 8px;
}
.property_wrapper .details p {
	padding-top: 6px;
}
.property_wrapper .details .c1 {
	float: left;
	width: 60px;
	background-color:#ddddc6;
}
.property_wrapper .details .c2 {
	float: left;
	width: 60px;
	background-color:#ddddc6;
}
.property_wrapper .details .c3 {
	float: left;
	width: 60px;
	background-color:#ddddc6;
}
.property_wrapper .buttons {
	float: right;
	width: 200px;
}
.property_wrapper .buttons img {
    float:right;
    padding-left:10px;
}
.property_wrapper .info_right {
	float: right;
	text-align: right;
}
.property_wrapper .info_right .title {
	font-weight: bold;
}
.property_left {
	float: left;
	width: 566px;
	padding-bottom: 10px;
}

.galleryimg {
	padding-top:10px;
	padding-right:5px;
}

.property_right {
	float: left;
	padding-left: 15px;
	width: 325px;
}
.property_right h1 {
	font-size: 18px;
	margin: 0;
}
.property_right p {
	padding-top: 5px;
}
.property_right .bold {
	font-weight: bold;
	padding-bottom: 0;
	color: #333333;
}
.property_right .details {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.property_right .details img {
	float: left;
	padding-right: 8px;
}
.property_right .details .c1 {
	float: left;
	width: 60px;
	background-color:#ddddc6;
}
.property_right .details .c2 {
	float: left;
	width: 60px;
	background-color:#ddddc6;
}
.property_right .details .c3 {
	float: left;
	width: 60px;
	background-color:#ddddc6;
}
.property-status {
	float:left;
	position:absolute;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}
#large_image {
    width:566px;
    height:auto;
}
.loading {
    font-size:12px;
    font-weight:bold;
    float:left;
    position:absolute;
}
#map {
    width:340px;
    height:300px;
}
/* /property listing */