* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0;
	padding: 0;
	background: #000;
	color: #000;
	font-family: 'trebuchet ms', Verdana, "MS UI Gothic", sans-serif;
}

a:link {
	color: #009900;
}

a:visited {
	color: #006600;
}

a:hover {
	color: #FF0000;
	/*
	position: relative;
	top: 1px;
	left: 1px;
	*/
}

div#banner {
	border-bottom: 5px solid #CCC;
	margin-bottom: 10px;
}

div#banner h1 {
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 2em;
	color: #aaee33;
	padding: 5px 5px 0;
	margin-bottom: 1px;

}

div#banner h1 a {
	text-decoration: none;
}

div#banner div.desc {
	text-align: right;
	padding-right: 5px;
}

div#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background: #FFF;
	font-size: 90%;
	border: 5px solid #aaee33;
	padding: 0 8px;
}

div#menu {
	width: 180px;
}

div#menu ul {
	padding-left: 5px;
	margin-left: 5px;
	list-style: none;
}

div#content {
	width: 98%;
	display: block;
}

div#footer {
	float: none;
	clear: both;
	text-align:right;
	font-size: 80%;
	margin: 5px 10px;
	padding: 5px;
	border-top: 5px solid #CCC;
	font-family: Arial, sans-serif;
	line-height: 2em;
}

h2 {
	font-size: 100%;
	margin-bottom: 2px;
}

div.side {
	margin: 0 0 5px 5px;
}

table.sellerlisting {
	width: 100%;
    border-collapse:collapse;
    border: 1px solid #CCFFCC;
}

table.sellerlisting th {
	font-size: 90%;
}

table.sellerlisting th a {
	text-decoration: none;
}
table.sellerlisting tr {

}
span.sorted {
	color: #F00;
}

table.sellerlisting td {
	padding: 5px;
	border-bottom: 1px solid #99FF99;
}

table.sellerlisting tr.even {
	background: #EEEEEE;
}

table.sellerlisting tr.odds {
	background: #FFFFFF;
}

div.image {
	text-align: center;
}

div.price {
	color: #F00;
	font-weight: bold;
	font-family: Verdana, Osaka, sans-serif;
	font-size: 90%;
	text-align: right;
}

div.cart {
	margin-top: 0px;
	font-family: Arial, Verdana, sans-serif;
}

div.date {
	text-align: right;
	line-height: 1.3em;
}

div.navigator {
	font-family: arial, sans-serif;
	padding: 3px 5px 0;
}

/* Offers */
table.offer {
	width: 100%;
	font-size: 90%;
    border-collapse:collapse;	
	margin-top: 5px;
}

table.offer td {
	border-bottom: 1px solid #CCC;
}

span.price {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Osaka, sans-serif;	
	font-size: 90%;
}

div.item {
	border: 1px dashed #339933;
	margin-top: 5px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 90%;
}

div.adsense {
	margin: 5px;
}

div.textad {
	line-height: 2em;
	font-family: Arial, sans-serif;	
	font-size: 80%;
	margin: 2px;
}

div#menu ul.smallads {
	margin: 12px 3px 10px;
}

div#menu ul.smallads li {
	margin-bottom: 4px;
}

div.error {
	font-size: 100%;
	padding: 5px;
	line-height: 1.5em;
}

div.error ul {
	font-size: .9em;
	margin-left: 25px;
	margin-bottom: 20px;
	list-style: circle;
}

div.error h2 {
    margin-top: 20px;
}

div.error h2.message {
    color: #F00;
    margin-top: 20px;
}

div.error p {
	font-size: .9em;
	margin-left: 10px;
}

div.error code {
	font-weight: bold;
}
