.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


.details input, .search-criteria input {
	float:left;
}

.details label, .search-criteria label {
	position: relative;
	display:block;
	float:left;
	padding-left:13px;
}

.details .handle, .search-criteria .handle {
	cursor:move;
	width:16px;
	float:left;
	height:16px;
}

.details .number, .search-criteria .number {
	width:20px;
	float:left;
	line-height: 18px;
}

.details {
	width:230px;
	float:left;
}

#nomis-submit {
	float:right;
}

.green {
	color:#006505;
	font-weight: bold;
}

.red {
	color:#CC0000;
	font-weight:bold;
}

.listContainer1, .listContainer2, .listContainer3 {
	width:800px;
}

#property-layout img, #property-layout input {
	float:left;
}

#property-layout img {
	border:2px solid #ccc;
	margin:8px 10px 0 5px;
}

#property-layout input {
	margin-top:10px;
}

.form-field input {
	width:150px;
	float:left;
}

.details-category {
	width:200px;
	float:left;
	border:1px solid #ccc;
	margin-right:10px;
	background:#fff;
}

.details-category h4 {
	background:#eee;
	margin:0 0 8px 0;
	padding:6px 0 6px 5px;
}

.details-category li {
	margin-left:5px;
}

.details-category label {
	padding-left:5px;
}

.details-category .handle {
	float:left;
}

#sale-details {
	display:none;
}