* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background-color: #e6e6e6;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #1a384d;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff url('../gfx/bg-header.jpg') no-repeat;
}
a {
	font-weight: bold;
	color: #295f81;
	border-bottom: 1px dotted #295f81;
	text-decoration: none;
}
a:hover {
	border-style: solid;
}
a.table {
	color: #fff;
	border-color: #fff;
}
p {
	margin: 7px 0;
}
h2 {
	color: #649ece;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -1px;
}
input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	outline: none;
}
input, textarea {
	padding: 2px 3px;
}
select {
	max-width: 150px;
}
.mainbox input, .mainbox select {
	background-color: #fff;
	border: 1px dotted #649ece;
}
.mainbox input:hover, .mainbox select:hover {
	border-style: solid;
}
.mainbox input:focus, .mainbox select:focus {
	background-color: #eee!important;
}

.header img {
	padding: 0 20px;
	height: 193px;
}
.header a {
	border-width: 0;
}
.menubar {
	margin-top: 2px;
	height: 28px;
	border: 1px dotted #649ece;
	border-width: 1px 0;
	line-height: 28px;
	display: block;
	padding-left: 10px;
}
.menubar li {
	float: left;
}
.menubar a {
	display: block;
	padding: 0 10px;
	color: #649ece;
	font-size: 18px;
	letter-spacing: -1px;
	margin-right: 10px;
}
.menubar a:hover {
	background-color: #649ece;
	color: #fff;
}
li.searchbox {
	position: relative;
	margin-top: -1px;
	width: 198px;
	height: 30px;
	float: right;
	background: url('../gfx/search.gif') no-repeat;
	padding-right: 20px;
}
.searchbox #toppostcode {
	margin-left: 28px;
	padding-left: 0;
	width: 134px;
}
.searchbox .submit {
	background-color: transparent;
	text-transform: uppercase;
	width: 33px;
	font-size: 18px;
	padding: 0;
	letter-spacing: -1px;
	color: #fff;
	position: relative;
	top: 3px;
}
.mainbox {
	clear: left;
	padding: 10px 20px;
}
h1 {
	font-size: 48px;
	line-height: 48px;
	padding: 5px;
	color: #649ece;
	text-transform: lowercase;
	letter-spacing: -3px;
	float: left;
	width: 300px;
	height: 520px;
	background-repeat: no-repeat;
}
.home h1 {
	background-image: url('../gfx/bg-home.jpg');
	color: #fff;
	width: 910px;
	height: 258px;
}
.product h1 { background-image: url('../gfx/bg-product.jpg'); }
.faq h1 { background-image: url('../gfx/bg-faq.jpg'); }
.about h1, .generic h1 { background-image: url('../gfx/bg-about.jpg'); }
.contact h1 { background-image: url('../gfx/bg-contact.jpg'); color: #fff; }
.search h1 {
	float: none;
	width: auto;
	height: auto;
	
}
.puff {
	float: left;
	clear: both;
	margin-left: 313px;
	margin-top: -258px;
	padding: 10px;
	margin-right: 10px;
}
.puff p, .content p {
	margin: 8px 0;
	padding-left: 20px;
	background: url('../gfx/arrow-puff.gif') no-repeat 0 3px;
}
.login {
	padding-left: 20px;
}
td.label {
	width: 120px;
}
p.smaller {
	background: none;
	font-size: 10px;
	line-height: 16px;
}
.content {
	float: left;
	margin: 0 0 10px 10px;
	width: 600px;
}
.content h2 {
	padding-bottom: 5px;
}
object, .content img {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
}
.belowbox {
	margin: 10px 0 10px 10px;
	float: left;
	margin-bottom: 10px;
	width: 290px;
	padding: 5px;
	font-size: 13px;
}
.firstbox {
	margin-left: 0;
	clear: left;
}
.midbox, .midbox h2 {
	background-color: #92bbdc;
	color: #fff;
}
.belowbox img {
	float: right;
	border: 1px solid #fff;
	margin: 3px 0 5px 5px;
}

.footer {
	clear: left;
	text-align: right;
	margin: 0 20px;
	padding: 10px 0;
	border-top: 1px dotted #649ece;
	color: #ccc;
	font-size: 11px;
	text-transform: lowercase;
}
.footer a {
	color: #ccc;
	border-color: #ccc;
}

.reportdropdowns {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
}
.reporttitle {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #649ece;
	letter-spacing: -1px;
}
tr.heading {
	background-color: #649ece;
}
td {
	padding: 3px;
}
tr.heading td {
	padding: 5px;
	font-size: 13px;
}
.datarowflop {
	background-color: #eee;
}
.neutral {
	font-size: 13px;
}
.reportbox table {
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	width: 758px;
}
.chosen a {
	color: #649ece;
	border-bottom-width: 0;
}
.datarowflip:hover, .datarowflop:hover {
	background-color: #ddd;
}
.datarowflip:hover td, .datarowflop:hover td {
	color: #295f81;
}
#FactTilteDiv {
	border: 1px solid #ccc;
	float: left;
}

ul.buttons {
	float: left;
	width: 150px;
}
.reportbox {
	float: left;
	width: 750px;
	margin-left: 10px;
}
.footerrow {
	clear: left;
	padding-top: 10px;
	margin-left: 160px;
}


.searchbutton a, .buttons a, a.footerbutton {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 32px;
	display: block;
	color: #fff;
	border-width: 0;
}

.selectedbutton {
	background-image: url('../gfx/button-mode.gif');
	width: 150px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 3px;
	letter-spacing: -1px;
	line-height: 32px;
	display: block;
	color: #ccc;
	border-width: 0;
}

.searchbutton a:hover, .buttons a:hover, a.footerbutton:hover {
	color: #ccc;
}

.searchbutton a {
	position: relative;
	top: 8px;
	padding: 0 16px;
	background-image: url('../gfx/button-search.gif');
}
.buttons a {
	background-image: url('../gfx/button-mode.gif');
	width: 150px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 3px;
}
a.footerbutton {
	background-image: url('../gfx/button-large.gif');
	width: 66px;
	height: 67px;
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
}
.footerbutton img {
	display: block;
	margin: 4px auto -4px;
}
.print, .export, .pdf {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.graph, .chart, .data {
	margin-left: 5px;
	float: right;
	margin-bottom: 10px;
}
.pages {
	margin: 0 auto;
}
.hidden, .clear { 
	display: none;
}
select.estateagent, select.proptype { width: 100px; }
select.week { width: 80px; }
select.postcode, select.status { width: 65px; }
select.bedrooms { width: 40px; }
#pricefrom, #priceto { width: 20px; }
#searchb, #searchl { visibility: hidden; }






