@charset "utf-8";
 
.property {
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 20px;
}

.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.saleorlet {
	padding: 0px;
	width: 254px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #ff6600;
}


.price {
	padding: 0px;
	float: right;
	width: 248px;
	text-align: right;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.bottom {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.photo {
	margin: 0px;
	padding: 0px;
	width: 150px;
}

.details {
	margin: 0px;
	float: right;
	width: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: x-small;
}

.name {
	font-size: small;
	color: #4bb9c5;
	text-decoration: none;
}
.name a:focus {
	color: #4bb9c5;
}
.name a:hover {
	color: #4bb9c5;
}
.name a:active {
	color: #4bb9c5;
}
.name a:visited {
	color: #4bb9c5;
}
h4 {
	padding: 0px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
