html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, p, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
html,body {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	width:100%;
	height:90%;
}
body {
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
}


/******************************************************************************/
/*
 * inline elements
 */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a, a:active, a:visited, a:visited:active {
	color: #a43e02;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
a.current {
	font-weight: bold;
}

span.warning {
	color:red;
	font-weight:bold;
}
.warning a,
.warning a:active,
.warning a:visited,
.warning a:visited:active,
.warning a:hover,
.warning a:visited:hover {
	color:red;
	font-weight:bold;
	text-decoration:underline;
}


/******************************************************************************/
/*
 * block-level elements
 */
p,ul,ol {
	margin-top:1em;
	margin-bottom:1em;
}
p.bad {
	text-align:center;
	font-weight:bold;
	color:#800000;
}
p.warning {
	text-align:center;
	font-weight:bold;
	color:red;
	border:1px solid red;
}
p.breadcrumbs {
	margin:4px;
	font-size:12px;
	line-height:95%;
}
p.adaddress {
	font-weight:bold;
}
address {
	font-weight:bold;
}
li {
	margin: 5px 5px;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom:0.2em;
	font-size: 14px;
}
h1 {
	margin: 0.5em 0 0 0;
	font-size: 24px;
}
h2 {
	margin: 0.5em 0 0;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0 0;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
img {
	border:none;
}
hr {
	border:none;
	background:black;
	height:1px;
}

div.autonotify {
	float:right;
	margin:9px;
}
img.floating {
	float:right;
}
div.floating, img.floating {
	float:right;
	margin:1em;
}
div.floating p {
	margin:0.2em;
}
div.floating p.credits {
	text-align:right;
	font-size:80%;
}
.frame {
	border:1px solid #CCC;
	padding-left:1em;
	padding-right:1em;
	margin:1em;
}


/*
 * news listing
 */
div.newsarticle {
	margin: 12px;
}
div.newsarticle h2 {
	font-weight: bold;
}
div.newsarticle p {
	margin: 0;
}
div.newsarticle p.subtitle {
	color: gray;
	font-size: 75%;
}


/******************************************************************************/
/*
 * forms, controls and pop-ups
 */
input {
	font-size:12px;
}
.tickbox {
	vertical-align:-15%;
}
.textarea, .select, button, .button {
	overflow:auto;
}
input.number {
	text-align:right;
}
.button img {
	vertical-align:middle;
}
.button.icon {
	margin:0; cursor:pointer; padding:0; border:0;
}
.button.icon img {
	margin:0;padding:0;
}
div.popup {
	text-align:left;
}
div.popup {
	text-align:left;
}
div.popup h2 {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0.2em;
	font-size:150%;
	line-height:0.8em;
}
div.popup h2.title {
	text-align:left;
	cursor:move;
}
div.popup h2 img.icon {
	vertical-align:middle;
	padding-right:0.1em;
}
div.popup p {
	text-align:left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	cursor:default;
}

.buttons {
	text-align:right;
}
div.buttons {
	padding-top:0.5em;
	padding-bottom:0;
	margin:0;
}

div.busy {
	width:18px;
	height:18px;
	background-image:url(busy.gif);
}


/******************************************************************************/
/*
 * tables
 */
table {
	border-spacing:8px;
}
th {
	font-weight:bold;
}
th.top {
	vertical-align:top;
	padding-top:0.3em;
}
th.left {
	text-align:left;
}

th.number {
	text-align:center;
}
td.number {
	text-align:right;
}

th.other {
	text-align:center;
}
td.other {
	text-align:center;
}

table.navigation {
	width:100%;
	border-spacing:0;
	font-size:10px;
}
table.layout {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}
tr.layout {
	vertical-align:top;
}
td.layout {
	margin:0;
	border:none;
	background:none;
	padding:0;
}
p.pagesize {
	margin:0;
	padding:0;
	text-align:center;
}


/*
 * search results
 */
table.featured {
	width:100%;
	border-spacing:0;
}
td.featured {
	width:33%;
	vertical-align:middle;
}
a.featured {
	display:block;
	padding:3px;
	margin:8px 4px;

	border: 2px solid #f0f0a0;
	background: #f8f8d0;
	color:black;
	text-align:center;
}
a:hover.featured {
	text-decoration:none;
}
a.featured.inactive {
	color: #e0e090;
}
td.featured .warning,
td.featured .warning a {
	color:red;
}

table.listing {
	border-spacing:0px;
	text-align: left;
}
table.listing table a:visited {
	color: #9e7a68;
}
table.listing th {
	padding:4px;
	background: #994d00;
	color: #fff;
	vertical-align: middle;
	white-space:nowrap;
}
table.listing th a,
table.listing th a:visited {
	color: #e5d2bf;
}
table.listing td {
	padding:4px;
	background: #eed;
	border-right:1px solid #cbd8c6;
	vertical-align: middle;
	line-height:85%;
}
table.listing tr.odd td {
	background: #cbd8c6;
	border-right:1px solid #eed;
}
table.listing td.last {
	border-right:none;
}

tr.sold td {
	text-decoration: line-through;
}

table.results {
	width: 770px;
}
table.results th {
	padding: 0px 5px;
}
table.results th img {
	vertical-align: text-top;
}
table.results tr {
	height: 34px;
}
table.results td {
	padding-top:0px;
	padding-bottom:0px;
}
table.results div.thumb {
}
table.results div.thumb img {
	vertical-align:middle;
	border:1px solid black;
}
table.results table {
	width: 930px;
	margin: 10px 0;
	font-size: 11px;
}

table.pagination {
	width:100%;
}
table.pagination td.prev {
	width:9.5em;
	text-align:left;
}
table.pagination td.pages {
	text-align:center;
}
table.pagination td.next {
	width:9.5em;
	text-align:right;
}
table.pagination img.btn {
	vertical-align:middle;
}

/*
 * user ads listing
 */
table.ads tr.sold td {
	text-decoration: line-through;
}


/*****************************************************************************/
/*
 * page layout
 */
.wrapper {
	width: 770px;
	height: 250px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #fff;
}

.wrapper .masthead {
	width: 770px;
	height: 53px;
	margin: 0;
}
.wrapper .masthead .logo {
	float: left;
}
.wrapper .masthead .menu {
	margin-top: 37px;
	float: right;
}

.wrapper .footer {
	padding-top:0.7em;
	text-align:center;
	font-size:9px;
	clear:right;
}


/*
 * search box
 */
.searchbox {
	margin-top:1em;
	margin-bottom:0;
	position: relative;
	top: 0;
	left: 0;
	width: 770px;
	height: 161px;
	background: url(bg_mainbox.gif) center center no-repeat;
}
.searchbox .adcounts {
	position: absolute;
	margin: 0;
	left: 70px;
	top: 8px;
	width: 470px;
	text-align: right;
	font-size: 10px;
	color: #666666;
}
.searchbox .searchlocation {
	position: absolute;
	left: 70px;
	top: 24px;
}
.searchbox .searchlocation .examples {
	margin-top: 0.25em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 10px;
}
.searchbox .searchlocation h4,
.searchbox .searchlocation label {
	display: none;
}
.searchbox .searchlocation input {
	border: 0;
	width: 468px;
	height: 15px;
	background-color: transparent;
	background-image: url(txtl.gif);
	padding: 4px 4px;
}
.searchbox .searchlocation .examples {
	color: #666666;
}

.searchbox .searchptype {
	position: absolute;
	left: 65px;
	top: 70px;
}
.searchbox .searchptype p {
	margin-left: -3px;
	margin-right: 0;
	margin-top: -3px;
	margin-bottom: 0px;
}
.searchbox .searchptype input {
	position:relative;
	top:2px;
	vertical-align:baseline;
}

.searchbox .searchsqm {
	position: absolute;
	left: 185px;
	top: 70px;
}
.searchbox .searchsqm div {
	display: block;
	margin-right: 3px;
	float: left;
}
.searchbox .searchsqm div label {
	display: block;
}

.searchbox .searchprice {
	position: absolute;
	left: 385px;
	top: 70px;
}
.searchbox .searchprice div {
	display: block;
	margin-right: 3px;
	float: left;
}
.searchbox .searchprice div label {
	display: block;
}

.searchbox .searchtype input,
.searchbox .searchsqm input,
.searchbox .searchprice input {
	border: 0;
	width: 70px;
	height: 17px;
	background-color: transparent;
	background-image: url(txts.gif);
	padding: 3px 3px;
}

.searchbox .searchsubmit {
	position: absolute;
	left: 580px;
	top: 23px;
	width: 98px;
	height: 25px;
	background-image: url(submit.gif);
	border: 0;
	color: white;
}

.resultsbox {
	position: relative;
	top: 0;
	left: 0;
	width: 770px;
	height: 80px;
	background: url(bg_smallbox.gif) center center no-repeat;
}
.resultsbox .adcounts {
	display:none;
}
.resultsbox .searchlocation {
	position: absolute;
	left: 70px;
	top: 8px;
}
.resultsbox .searchlocation .examples {
	display:none;
}
.resultsbox .searchptype h4 {
	display:none;
}
.resultsbox .searchptype {
	position: absolute;
	left: 65px;
	top: 38px;
}
.resultsbox .searchptype p {
	margin-left: -3px;
	margin-right: 0;
	margin-top: -7px;
	margin-bottom: 0px;
}
.resultsbox .searchsqm h4 {
	display:none;
}
.resultsbox .searchsqm {
	position: absolute;
	left: 185px;
	top: 34px;
}
.resultsbox .searchprice h4 {
	display:none;
}
.resultsbox .searchprice {
	position: absolute;
	left: 385px;
	top: 34px;
}
.resultsbox .searchsubmit {
	position: absolute;
	left: 580px;
	top: 7px;
	width: 98px;
	height: 25px;
}
.resultsbox .searchsqm label,
.resultsbox .searchprice label {
	font-size:10px;
}



/*
 * search autocomplete
 */
.ac_results {
	padding: 0px;
	background-color: #eed;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background: Window url('../images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #bb6f22;
	color: #fff;
}
