@charset "utf-8";
/* CSS Document */
.clear { clear:both }
/* SHORT PROPERTY */
.property {
	width:100%;
}

.property .image_holder {
	width:200px;
	float:left;
}
.large_image {
	margin-bottom:5px;
}
.small_image {
	float:left;
}
.small_image2 {
	float:right;
}
.property .text_holder {
	width:65%;
	float:right;
}

.property .short_desc {
	float:left;
	width:65%;
}
.other-info {
	float:right;
	width:30%;
	text-align:right;
}
.sharethis {
	float:right;
	margin:0!important;
}
.price {
	font-weight:bold;
	font-size:2em!important;
	color:#F00;
}
.property .text_holder ul {
	margin-left:20px;
	font-size:1.2em;
}
.meta {
	color:#666;
	font-size:1em;
}

.back {
	line-height:20px;
	padding-left:20px;
	background:url(../binaries/home_arrow.png) center left no-repeat;
}

.property .clearer {
	height:40px;
	background:url(../binaries/shadow690.jpg) center center no-repeat;
}
/* ----------- My Form ----------- */
form {
	width:320px;
	float:left;
	padding:10px;
}
/* ----------- basic ----------- */
form h1 {
	font-size:3em;
	font-weight:bold;
	margin-bottom:8px;
	color:#0B6F2D;
}
form p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;
}
form label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:90px;
	float:left;
	font-size:1.2em;
}
form .small{
	color:#666666;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
	width:60px;
	padding-left:10px;
}
form input, select, textarea {
	float:left;
	width:200px!important;
	margin:2px 0 30px 10px;
	padding:4px 2px;
	border:solid 1px #CCCCCC;
	font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size:1.2em;
}
.search { width:100px!important; float:right; }

