@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
.clearer {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#000000;
}
a, a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
h1 {
	font-size:180%;
	font-weight:normal;
	padding:6px 0px;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:125%;
	clear:both;
	padding:7px 0px;
}
h3 a, h3 a:visited {
	color:#000000;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
p {
	padding:5px 0px;
}
/* Styling STuff */

#frame {
	padding:10px;
}
#left {
	width:315px;
	background-image:url(/img/side-bg.png);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
}
#left-inner {
	padding:0px 10px 10px 0px;
}


#right {
	vertical-align:top;
}
#right-inner {
	padding:0px 0px 0px 10px;
}

/* Top Nav */
#top-nav {
	padding:5px;
}
#top-nav table {
	font-size:100%;
}
#top-nav td {
	padding:5px;
	width:33%;
}
#top-nav td a, #top-nav td a:visited {
	text-decoration:none;
}
#top-nav td a:hover {
	text-decoration:underline;
}

#image-holder {
	clear:both;
	border:1px #000000 solid;
}
td.sub {
	font-size:80%;
}
td.sub a {
	font-weight:normal;
}

/* Side Nav */
.nav-lists {
	list-style:none;
	width:100%;
	clear:both;
	font-size:85%;
}
.nav-lists li {
	padding:5px 0px;
}

/* Sub navs */
.nav-lists li ul {
	font-size:80%;
	padding:0px 0px 0px 15px;
}
.nav-lists li ul li {
	padding:2px 0px;
}
.nav-lists li ul li a {
	text-decoration:none;
}

/* Ebay Table */

table.ebay-table {
}
table.ebay-table td {
	padding:12px;
}
div.ebay-centres {
	font-size:85%;
	border-bottom:1px #CCCCCC solid;
}
div.ebay-centres h2 a, div.ebay-centres h2 a:visited {
	font-size:110%;
	text-decoration:none;
}
div.ebay-centres h2 a:hover {
	text-decoration:underline;
}
