


table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	font-family: verdana;
	font-size: 10pt;
	background: #E6DDCC;
	margin: 0;
	padding: 0;
}

fieldset,img {
	border:0;
}

#wrapper{
	margin: 8px auto;
	width: 990px;
}

/*------------------------------------------------------*/
/* =HEADER						*/
#header {
	height: 50px;
	overflow: hidden; 	/*clears the floats*/
	position: relative;
	width: 100%; 		/* IE and older Opera fix for clearing, they need a dimension */
	background: #E6DDCC;
}

#logo {	
	width: 249px;
	float: left;
	overflow: hidden; 	/*clears the floats*/
}

#topbanner img {
	margin: 5px 0 0 40px;
}

#topbanner {
	text-align: center;
	margin-right: 200px;
}

#stats {
	width: 200px;
	float: right;
	padding: 0 5px;
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 0;
	text-align: right;
	font-size: 8pt;
}

#content {
	overflow: hidden; 	/*clears the floats*/
	width: 100%; 		/* IE and older Opera fix for clearing, they need a dimension */
	background: #FFFFFF;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	overflow: hidden; 	/*clears the floats*/
	width: 100%; 		/* IE and older Opera fix for clearing, they need a dimension */
	background: #800000;
}

#menu ul {
	margin-left: 250px;
}

#menu li {
	float: left;
	padding: 0 20px;
}

#menu a {
	color: #fff;
	display: block;
	height: 20px;
	padding: 12px 15px 8px 15px;
	text-decoration: none;
}   

#menu a:hover {
	background: #000000;
}

#menu .active {
	background: #000000;
}

/*------------------------------------------------------*/

/* =SIDEBAR							*/
.sidebar {
	float: left;
	width: 160px;
	padding-left: 10px;
	font-size: 8pt;
}

.sidebar2 {
	float: left;
	width: 175px;
	padding-left: 10px;
	font-size: 8pt;
}

.sidebar2 table {
	width: 100%;
}

.sidebar2 span a {
	margin-left: 8px;
	font-size: 10pt;
}

#auctions td.v {
	width: 16px;
}
#auctions td.b {
	text-align: center;
}
#auctions td.p {
	text-align: right;
	padding-left: 5px;
}
#auctions td.t {
	text-align: right;
	padding-left: 7px;
}
#auctions tr {
	cursor:pointer;
	border-bottom: 1px solid #EDE7DD;
}
#auctions tr.featured {
	font-weight: bold;
}
#auctions a {
	text-decoration: none;
}

#salesdata td {
	padding-top: 4px;
	padding-bottom: 4px;
}

#main {
	float: left;
	margin: 18px 8px 0 0;
	width: 610px;
}

#contentpage {
    margin: 10px 150px 80px 150px;
}

#contentpage ul {
    padding-left: 20px;
}

#footer {
	padding-top: 5px;
	width: 990px;
	background: #800000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	height: 20px;
}

#disclaimer {
    width: 990px;
    font-size: 8pt;
    text-align: center;
    margin-top: 8px;
}

tr.odd {
	background-color: #F5F2ED;
}

tr.even {
	background-color: #EDE7DD;

}

td.domain {
	text-align: left;
	padding-left: 20px;
}

td.price {
	text-align: right;
	padding-right: 20px;
}

td.date {
	text-align: right;
	padding-right: 20px;
}

td.venue {
	text-align: center;
}

.venue a {
	color: #000000;
	text-decoration: none;
}

.venue a:hover {
	text-decoration: underline;
}

.currentauction {
	padding-left: 50px;
	padding-top: 0px;
	background-image: url('/images/redarrow.gif');
	background-repeat: no-repeat;
	background-position: 30px 0px;
}

.currentauction a {
	color: #0000ff;
	font-size: 8pt;
}

.colhead {
	background: #800000;
	color: #FFFFFF;
	height: 25px;
}

.button {
	margin: 8px 30px 10px 0;
	float: right;
	background: #800000;
	color: #fff;
	font-weight: bold;
}

.button2 {
    background: #800000;
    color: #fff;
    font-weight: bold;
}

.letter {
	width: 10px;
	text-align: center;
	margin-top: 5px;
}

#main table {
	width: 600px;
	margin-left: 8px;
}

#loading {
position: absolute;
left: 400px;
top: 200px;
color: #FF0000;
visibility:hidden;
}

.header td {
padding: 3px;
spacing: 0;
text-align: center;
}

a {
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}
.colhead a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial;
}


h3 {	
	color: #800000;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial;
	margin-bottom: 2px;
	margin-top: 10px;
}

h3 span {
	font-size: 8pt;
	font-family: verdana;
	font-weight: normal;
	color: #000000;
}

h1 {
	text-align: center;
	color: #800000;
	font-size: 24px;
	margin-bottom: 0;
}

h1 + span {
	display: block;
	color: #800000;
	text-align: center;
	font-size: 12px;
}

select {
	font-size: 8pt;
}

input {
	font-size: 8pt;
}

input[type=text] {
    margin-bottom: 2px;
}

ol,ul {
	list-style:none;
}

ol,ul,li {
	margin:0;
	padding:0;
}

#pagination {
	width: 600px;
	font-size: 8pt;
	margin: 8px 0 3px 8px;
}

#pagination a {
	color: #800000;
	display: block;
	padding: 0px 3px 0 3px;
	font-weight: bold;
	border: 1px solid #cecece;
	background: #efefef;
	text-decoration: none;
}

#pagination a:hover {
	background-color: #800000;
	border: 1px solid #800000;
	color: #fff;
}

#pagination ul {
	float: right;
}

#pagination li {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: 2px;
	margin-top: -2px;
}

#pagination .text {
	border: none;
	padding: 0;
	margin-top: 0;
}

#pagination .active {
	background-color: #800000;
	padding: 1px 4px 1px 4px;
	color: #fff;
}

#featuredauctions {
	width: 600px;
	height: 35px;
	background: #E6DDCC;
	margin: 0 auto 20px auto;
}

#featuredauctions ul:hover {
	cursor: pointer;
	background: #D2C1A3;
}

#featuredauctions ul {
	width: 500px;
	float: left;
	overflow: hidden;
	height: 35px;

}

#featuredauctions li {
	height: 35px;
	width: 500px;
	padding: 8px 0;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	display: none;
}

#featuredauctions li a {
	font-weight: bold;
	font-size: 14px;
	color: blue;
}

#featuredauctions > div {
	width: 80px;
	float: left;
	padding: 3px 10px;
	color: #800000;
	background: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	
}

#featuredauctions span {
	float: right;
	font-size: 9px;
    font-family: arial;
}
