@charset "utf-8";
/* List page */

h1 {
margin-bottom:26px;
}

/* List boxes on list page */

div.propertycontainer {
width:670px;
padding:10px;
margin-bottom:40px;
border:1px solid #cccccc;
}
	div.propertytitle {
	padding:0 0 10px 0;
	}
		div.propertytitle h2 {
		font-size:18px;
		font-weight:normal;
		margin:0;
		text-transform:uppercase;
		}
		div.propertytitle h3 {
		font-size:18px;
		font-weight:normal;
		margin:0.2em 0 0 0;
		color:#999999;
		text-transform:uppercase;
		}
	div.propertythumbnail {
	float:left;
	display:inline;
	width:200px;
	}
	div.propertydetails {
	float:left;
	display:inline;
	width:220px;
	margin-left:10px;
	}
		div.propertydetails ul {
		list-style:none;
		margin:0;
		padding:0;
		}
			div.propertydetails li {
			font-size:1.3em;
			color:#999999;
			}
	div.propertydescription {
	float:left;
	display:inline;
	width:220px;
	margin-left:10px;
	}
		div.propertydescription p {
		margin:0 0 0.2em 0;
		}
			div.propertydescription p.fom {
			margin:1em 0 0 0;
			font-weight:bold;
			text-transform:uppercase;
			}

/* Columns on other pages */

div.bodycolleft {
float:left;
width:400px;
margin-right:30px;
}

div.bodycolright {
float:left;
}