#aa_basicnav { display: none; }
#bottomnav {
	width: 100%;
	border-top: 3px solid #555;
	padding-top: 5px;
}
#bottomnav a {
	text-decoration: none;
	color: #000;
	font-size: .8em;
}
#bottomnav img {
	border: 0;
}
#previouspage {
	display: block;
	float: left;
	text-align: left;
}
#nextpage {
	display: block;
	float: right;
	text-align: right;
}
#aa_resultstopmenu {
	background: transparent;
	width: 68%;
	float: left;
}
#aa_resultstopmenu h2 {
	font-size: 1.2em;
	color: #555;
}
#sortoptions {
	display: block;
	width: 100%;
	clear: both;
	background: transparent;
	padding-top: .5em;
}
.viewlistings a {
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 2px;
	border: 1px solid black;
	padding: 1px;
	text-decoration: none;
	background-color: #eee;
	color: #000;
}
.viewlistings a:active,
.viewlistings a:visited {
	color: black;
}
.viewlistings a:hover {
	background-color: #555;
	color: #fff;
}
.listing {
	width: 100%;
	background-color: #fff;
	border: 1px solid black;
	margin-top: 1em;
}
.listingheader {
	width: 100%;
	border-bottom: 1px solid black;
	background-color: #eee;
	color: #000;
}
.listing h1 {
	display: block;
	font-size: 1.1em;
	padding: .5em;
}
.listingimage {
	float: left;
    width: 24%;
	padding-top: 1em;
	background-color: #fff;
	background: transparent;
	text-align: center;
	border: 0;
    width: 150px;
}
.alistingimage a {
	border: 0;
    width: 150px;
}
.listingimage img {
	border: 0;
}
.listingtable {
	padding-top: 0em;
	float: right;
	width: 75%;
	background-color: #fff;
	background: transparent;
}
.listingtable table {
	margin: .5em auto;
	border-collapse: collapse;
	border: 0px solid black;
	width: 98%;
}
.listingtable th {
	background-color: #eee;
	border: 1px solid black;
	text-align: center;
}
.listingtable td {
	border: 1px solid black;
	background-color: #fff;
	text-align: center;
}
#remarks {
	text-align: left;
	border: 0;
}
