body, table, div {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	background: #1f1e80; /*background colour*/
}


img {
	border: 0;
}

a {
	color: #477881; /*general link colour*/
	text-decoration: underline;
}

a:hover {
	color: #477881; /*general link colour*/
	text-decoration: none;
}

h1 {
	padding: 5px 0;
	color: #003663; /*heading text*/
	font-size: 14px;
	margin: 0;
}

h2, h3, h4, h5, h6 {
	color: #003663; /*heading text*/
	font-size: 12px;
}


table.container {
	width: 800px;
	padding: 10px;
	background: white; /*page box colour*/
}

table.header {
	width: 100%;
	color: black;
}

table.header span {
	padding: 0 0 0 10px;
}

table.header div.linklist {
	color: #1f1e80; /*headbar text colour*/
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

table.header span.member_status {
	display: block;
	color: #1f1e80; /*headbar text colour*/
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

table.header div a {
	color: #003663; /*headbar links text*/
}

table.header div a:hover {
	color: #003663; /*headbar links hover*/
}




table.navibar {
	width: 100%;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

table.navibar a {
	color: white; /*tab text colour*/
	font-weight: bold;
	text-decoration: none;
}

table.navibar a:hover {
	color: white; /*tab text hover*/
	font-weight: bold;
	text-decoration: none;
}

table.navibar td.l1 {
	text-align: center;
	background-color: #1f1e80; /*tab colour*/
	padding: 10px 5px;
	border-right: 1px dotted white;
}


table.navibar td.l1_over {
	text-align: center;
	background-color: #484848; /*tab hover colour*/
	padding: 10px 5px;
	border-right: 1px dotted white;
}

table.navibar td.l1_active {
	text-align: center;
	background-color: #484848; /*tab active colour*/
	padding: 10px 5px;
	border-right: 1px dotted white;
}

table.main {
	width: 100%;
	margin-top: 10px;
}

table.main td.left {
	width: 160px;
	border-top: 5px solid;
	border-top-color: #484848; /*tab hover colour*/
}

table.main td.right {
	width: 150px;
}


table.main td.center {
	border-top: 5px solid;
	border-top-color: #f59525; /*content top border*/
	padding: 8px;
}

table.main td.center div.trail,
table.main td.center div.trail a {
	padding: 3px 5px 3px 0;
}

table.main td.center div.trail a,
table.main td.center div.trail a:hover {
	color: #477881; /*general link colour*/
}

table.main table.content {
	padding: 5px;
}


table.sidebar {
	width: 100%;
	color: 454545;
	font-size: 11px;
	padding: 5px 5px;
	margin-bottom: 10px;
	
}

table.sidebar caption {
	width: 100%;
	background-color: #e9e9e9; /*caption background*/
	padding: 5px 5px;
	color: #1f1e80; /*caption text*/
	font-size: 12px;
	font-weight: bold;
	border-top: 5px solid;
	border-top-color: #1f1e80; /*tab colour*/
}

table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	border: 0px;
	background-color: black;
	padding: 0;
	border-bottom: 3px solid #d2d2d2; /* categories bottom border */
}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	border: 0;
	margin: 0;
	background-color: #e9e9e9; /*category l1 background*/
	padding: 4px 5px 4px 10px;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px dotted;
	border-top-color: #484848; /*tab hover colour*/

	text-decoration: none;
}

table.sidebar#categories td.l1_over {
	background-color: #484848; /*tab hover colour*/
	border-top: 1px dotted;
	border-top-color: #e9e9e9; /*category l1 background*/
}

table.sidebar#categories td.l1 a {
	color: #5e5e5e; /*category l1 link*/
	text-decoration: none;
}

table.sidebar#categories td.l1_over a,
table.sidebar#categories td.l1_over a:hover  {
	color: white; /*category l1 link hover*/
	text-decoration: none;
}


table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over  {
	border: 0;
	margin: 0;
	background-color: #f0f0f0; /*category l2 background*/
	padding: 3px 10px 3px 20px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dotted;
	border-top-color: #484848; /*tab hover colour*/
	text-decoration: none;
}

table.sidebar#categories td.l2_over {
	background-color: #484848; /*tab hover colour*/
	border-top: 1px dotted;
	border-top-color: #f0f0f0; /*category l2 background*/
}

table.sidebar#categories td.l2 a {
	color: #5e5e5e; /*category l2 link*/
	font-weight: normal;
	text-decoration: none;
}

table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_over a:hover {
	color: white; /*category l2 link hover*/
	font-weight: normal;
	text-decoration: none;
}

td.right table.sidebar#latest_listings table,
td.right table.sidebar#featured_listings table,
td.right table.sidebar#popular_listings table {
	margin: 5px 0px 0px 0px;
	padding: 0;
	border-bottom: 1px solid #bbc6e0;
}

td.right table.sidebar#latest_listings td.details,
td.right table.sidebar#popular_listings td.details, 
td.right table.sidebar#featured_listings td.details {
	background-color: #f5f5f5;
	color: #5a5a5a;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana;

}

td.right table.sidebar#latest_listings td.details span.price,
td.right table.sidebar#popular_listings td.details span.price, 
td.right table.sidebar#featured_listings td.details span.price {
	color: #cc0000;
	font-weight: bold;
}

td.right table.sidebar#latest_listings td.image,
td.right table.sidebar#popular_listings td.image,
td.right table.sidebar#featured_listings td.image {
	background-color: #f5f5f5;
	vertical-align: middle;
}

td.right table.sidebar#featured_listings img,
td.right table.sidebar#popular_listings img,
td.right table.sidebar#latest_listings img {
	border: 1px solid #dcdcdc;
	padding: 0;
}

td.right table.sidebar#featured_listings td.bottom,
td.right table.sidebar#popular_listings td.bottom,
td.right table.sidebar#latest_listings td.bottom {
	padding-top: 3px;
	font-size: 10px;
}


table.footer {
	width: 100%;
	font-size: 10px;
	color: #4b4b4b; /*footer text colour*/
	text-decoration: none;
	margin-bottom: 0px;
}

table.footer a {
	font-size: 10px;
	color: #4b4b4b; /*footer text colour*/
	text-decoration: underline;
}

table.footer a:hover {
	color: #4b4b4b; /*footer text colour*/
	font-size: 10px;
	text-decoration: none;
}

table.footer td {
	background-color: #f59525; /*footer background*/
	padding: 5px 5px;
}

table.sidebar a {
	font-weight: bold;
	text-decoration: underline;
}

table.sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666; /*sidebar link hover*/
}

table.sidebar#news div.date {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	padding-bottom: 2px;
}

table.sidebar#news td {
	padding-bottom: 10px;
}

table.container {
	margin-bottom: 10px;
}
