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

body {
	margin: 0;
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
}

a {
	color: #444;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	height: 300px;
}
#header_left {
width: 192px;
float: left;
}

#header_right {
margin-left:8px;
width:700px;
float: right;
}
#top_bar {
	width:100%;
	/*background:url(images/top-strip.png);*/
	height: 19px;
}
#header_wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	margin-top: 70px;
	width: 556px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#header_line {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 1px;
	border-top:1px #c3c3c3 dotted;
}
#search_bar {
	margin-top: 10px;
	margin-left:auto;
	margin-right: auto;
	width: 760px;
	height: 40px;
	background: url(images/search-bar.png);
}

#search_bar_results {
	margin-top: 10px;
	width: 700px;
	height: 40px;
	background: url(images/search-bar.png);
}


#search_wrapper {
	padding-top: 7px;
	width: 730px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	
}


#search_wrapper_results {
	padding-top: 7px;
	width: 670px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
}

.input_trade {
	padding-top: 5px;
	width: 295px;
	height: 19px;
	background: #fff;
	border:1px #cecece solid;
	outline:0px;
}
.input_location {
	padding-top: 5px;
	margin-left: 5px;
	width: 295px;
	height: 19px;
	background: #fff;
	border: 1px #cecece solid;
	outline: 0px;
}


.input_trade_results {
	padding-top: 5px;
	width: 265px;
	height: 19px;
	background: #fff;
	border:1px #cecece solid;
	outline:0px;
}
.input_location_results {
	padding-top: 5px;
	margin-left: 5px;
	width: 265px;
	height: 19px;
	background: #fff;
	border: 1px #cecece solid;
	outline: 0px;
}


.search_btn_img {
	width: 119px;
	height: 26px;
}
.search_btn {
	border:0px;
	outline: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: transparent;
	cursor: pointer; /* hand-shaped cursor */
	float: right;
}
#search_text {
	margin-top:50px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#search_text_results {
	width: 700px;
}

.looking_text {
	margin-left: 15px;
	float:left;
}
.location_text {
	margin-left:320px;
}

.looking_text_results {
	margin-left: 0px;
	float:left;
}
.location_text_results {
	margin-left:290px;
}

#line_after_search {
	width: 960px;
	height: 2px;
	background: #cecece;
	float:left;
}
#content {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 960px;
	height: auto;
	float:left;
	position: relative;
}
#content_left {
	width: 479.5px;
	height: 170px;
	float: left;
	background: #fff;
}

#content_right {
	margin-left: 1px;
	width: 479.5px;
	height: 170px;
	float: left;
	background: #fff;
}
#top_content {
	height: auto;
	background:#cecece;
	float:left;
}
.top_content_text {
padding-left: 10px;
padding-right: 10px;
}
#popular_searches{
	margin-top: 10px;
	width: 960px;
	height: auto;
	min-height: 300px;
	float:left;
}
#popular_searches_header {
	width:960px;
	height:24px;
	background: url(images/popular-searches-bg.png);
	float:left;
}
.popular_searches_header_text {
	margin-left: 5px;
	margin-top: 7px;
}
#choices {
	width: 297px;
	border: 1px #cecece solid;
	margin-top: -2px;
	border-top:0px;
	padding-top: 2px;
	z-index: 1000;
}

#choices_results {
	width: 267px;
	border: 1px #cecece solid;
	margin-top: -2px;
	border-top:0px;
	padding-top: 2px;
}


.autocomplete {
      position:absolute;
	  max-height: 200px;
      background-color:#fff;
      margin:0px;
      padding:0px;
	  overflow: auto;
}
	
div.autocomplete ul {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding:0px 0px 0px 0px;
}

div.autocomplete ul li.selected {
	background-color: #fbeb86;
}

div.autocomplete ul li {
	font-size: 12px;
	color: #444444;
	list-style-type:none;
	display:block;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom:2px;
	cursor:pointer;
}
.trades_home {
	margin-top: 5px;
}
.trades_home a {
	padding-left: 2px;
	line-height: 16px;
	font-size: 11px;
}
.trades_home td {
	border-bottom: 1px #cecece dashed;
}

.results_table {
font-size: 12px;
margin-top: 10px;
}

.results_table_header {
font-size:14px;
color: #000;
}
.results_table td {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
text-align: justify;
}
#alt_text {
	width: 666px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.results_h2 h2 {
	font-size: 12px;
	font-weight: normal;
}
#add_trades_keywords{
	text-align:justify;
}
h1 {
	font-size: 20px;
}

h2{
	font-size: 14px;
}

#neighbouring_pcodes h2 {
	font-size: 12px;
	font-weight: normal;
}

.content_text_results {
width:666px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
text-align: justify;
line-height: 14px;
}

#results_left {
	width: 666px;
	float: left;
}

#results_right {
	margin-top: 14px;
	width: 274px;
	margin-left: 20px;
	float: left;
}


#results_intro_right {
	height: auto;
}

#results_intro_right_header {
	width: 274px;
	height: 22px;
}

#results_right h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}


.tags h2 {
	display: inline;
	color: #444;
	font-weight: normal;
}

.top_content_text h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.top_content_text p {
	line-height: 14px;
	text-align: justify;
}
.results_table h1 {
	padding:0px;
	margin:0px;
	font-size: 14px;
	display:inline;
}
.popular_bottom h1 {
	font-size: 12px;
	font-weight: normal;
}

.clearfooter {
   height: 50px;
   clear: both;
}

#footer {
width: 100%;
height: 20px;
/*background-color: #d2d2d2;*/
position: relative;
}
.footer_text {
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
}

#results_right hr {
	border: 0px;
	border-bottom: 1px #cecece dashed;
}

#results_right p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_right ul {
	list-style:square!important;
	list-style-image:none!important;
	display:block;
	padding:0px;
	margin-left:25px;
	
}
#content_right li {
	margin-top: 10px;
	margin-bottom: 10px;
}