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

body {
	height: 100%;
}
.btn-show {
	background: url(http://edit.sjwright.co.uk/satellite_files/images/buttons/btn_more.png) top center no-repeat;
	width: 79px;
	height: 24px;
	padding: 0;
	margin: 0;
	outline: none;
	display: inline-block;
}
.active {
	background: url(http://edit.sjwright.co.uk/satellite_files/images/buttons/btn_less.png) no-repeat;
	outline: none;
}
#property-results-order {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(http://edit.sjwright.co.uk/satellite_files/images/gen_bar_center.png) repeat-x bottom;
	color: #000;
}
#site_bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #000;
	padding: 5px 0;
}
#site_bar #inner {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
}
