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




.returnpropertyholder, .sorry {
	width: 92%;
	height: auto;
	background: #F2F2F2;
	border: thin #999 dotted;
	float: left;
	position:relative;
	margin: 5px 2% 5px 2%;
	padding: 5px 2% 5px 2%;
}

.returnpropertyholder:hover {border: thin #3661C0 solid; background: url(../images/index_form_bg.png) repeat-x bottom #F2F2F2;}

.sorry {margin-top: 30px !important;}

.image {
	width: 180px;
	height: auto;
	float: left;
	position: relative;
	margin: 10px 0 10px 0;
	border: 0;
	padding: 0;
}

.sold {/*width: 75px;*/ position:absolute; bottom: 0; right:0;}


.content {
	width: 500px;
	height: auto;
	float:left;
	position:relative;
	margin: 8px;
	padding-left: 20px;
	
}


.price {
	color: #3661C0;
	font-size: 22px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 100%;
}

.address {
	font-size: 12px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin: 0;
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #3661C0;
}

.address a {color: #000;text-decoration: none;font-size: 12px;}
.address a:hover {color: #3661C0;}


.info {
	font-size: 12px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	width: 300px;
}

.googlemap {
	height: auto;
	width: 150px;
	float: right;
	position: relative;
	margin: 10px 0 0 0;
	border: 1px solid #3661C0;
}

.moredetails {
	color: #999;
	margin-top: 0px;
	float: left;
	position: relative;
	width: 100%;
}

.moredetails a {color: #3661C0; text-decoration: none; font-size:12px;}
.moredetails a:hover {text-decoration: underline;}
