/* CSS Document */
#content-properties {
	background:				url('/images/site/background-properties.gif') top right no-repeat;
}

#cp-left {
	float: 					left;
	margin-top: 			45px;
	width: 					285px;
}

#cp-detail {
	float: 					left;
	margin-top: 			45px;
	width: 					337px;
	text-align: 			center;
}

#cp-content {
	margin: 				4px auto;
	margin-top: 			0px;
	width: 					319px;
}

#cp-content p {
	
	text-align: 			left;
}

#cp-buttons {
	float: 					left;
	margin-top: 			30px;
	width: 					157px;
	text-align: 			center;
}

#cp-buttons img {
	margin: 				0px auto;
}

#cp-listing-holder {
	position: 				relative;
	overflow: 				hidden;
	width: 					285px;
	height: 				395px;
}

#cp-listing-items {
	position: 				absolute;
	width: 					285px;
	top: 					0;
}

#cp-listing-arrow {
	background-color: 		#000000;
	height: 				30px;
}

#cp-listing-arrow img {
	float: 					right;
	margin-right: 			15px;
	margin-top: 			8px
}

#cp-listing-bottom {
	background-color: 		#b7b7b7;
	height: 				85px;
}

#content .property-thumb {
	float: 					left;
	margin: 				2px 2px 0px 0px;
}

.listing {
	background: 			#e0e0e0 url('/images/site/listing-background.gif') top right repeat-y;
	line-height: 			18px;
}

.listing a {
	color: 					#f0a51f;
	text-decoration: 		none;
	font-weight: 			bold;
}

.listing p {
	margin: 				4px;
	text-align: 			left;
	padding-top: 			5px;
}

#content .listing p img {
	border: 				0px;
	float: 					right;
}

#content .listing img {
	margin: 				5px;
	float: 					left;
	border: 				4px solid #ffffff;
}



