body {
  padding: 0px;
  margin: 0px;
  background: url(/images/bbc/bg_main.gif) #669088;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  overflow: hidden;
}
a, a:visited, a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
div#logo {
  position: absolute;
  top: 6px;
  left: 15px;
  z-index: 2;
}
div#header {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  padding-top: 4px;
  margin: 0px;
  background: url(/images/bbc/bg_header.gif) #306055;
  border-bottom: 1px solid #000000;
  color: #FFFAAA;
  width: 100%;
  height: 88px;
  white-space: nowrap;
  z-index: 1;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
div#layout {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  padding: 0;
  margin: 0;
}
table#layouttab {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  /*
  display: none;
  */
  margin: 0;
  padding: 0;
}
div#tabs {
  position: relative;
  top: 2px;
}
div#tabs a img {
  margin: 0;
  border: 0;
}
div#menu {
  width: 140px;
  margin-top: 80px;
  margin-left: 30px;
  margin-right: 30px;
  white-space: nowrap;
}
div#menu a {
  display: block;
  padding-bottom: 5px;
}
div#footer {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #335555;
  border-top: 1px solid #000000;
  color: #FFFFFF;
  padding: 6px 0px 6px 20px;
}
.separator {
  color: #668888;
  padding: 0px 10px 0px 10px;
  }
.saturday {
  margin: 4px 10px 10px 10px;
  font-weight: bold;
  }
.date {
  padding: 5px 10px 5px 40px;
  background: url(/images/bbc/bg_date.jpg);
  }
.next {
  padding-left: 10px;
  color: #FFFFFF;
  font-weight: bold;
  }
.tab_edge {
  background: url(/images/bbc/tab_spacer.gif);
  }
div#content {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  /*
  display: none;
  */
  overflow-y: scroll;
  /* For safety only - overidden by javascript */
  height: 500px;
}
div.content_edge1 {
	border: 1px solid black;
}
div.content_edge2 {
  background: #B9CDCA;
  border-left: 1px solid #DCE6E4;
  border-right: 1px solid #5D6765;
  border-bottom: 1px solid #8B9A97;
}
table#contenttab {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
table#contenttab tr {
  vertical-align: top;
}
table#contenttab td {
  background: #FFFFFF;
  padding: 1px 4px;
}
table#contenttab td a {
  text-decoration: none;
}
table#contenttab td a:hover {
  text-decoration: underline;
}
table#contenttab tr.listing_head {
  height: 10px;
}
table#contenttab tr.listing_head td {
  font-weight: bold;
  text-decoration: underline;
  padding: 6px 8px 5px 8px;
}
table#contenttab tr.item {
  height: 10px;
}
table#contenttab tr.item td {
  border-top: 1px solid #B9CDCA;
  padding: 10px 8px 8px 8px;
}
table#contenttab tr.item td img {
  border: 1px solid #669088;
  margin-left: 8px;
}
table#contenttab tr.item td a.shortdesc {
  display: block;
  color: #CC0000;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
table#contenttab tr.item td a.shortdesc:visited {
  color: #CC0000;
}
table#contenttab tr.item td a.shortdesc:hover {
  text-decoration: none;
}
table#contenttab a, a:visited {
  color: #0066FF;
}
table#contenttab td a.noimage {
	display: block; 
	margin-left:8px; 
	width:120px; 
	background-color: #DDDDDD;
	border: 1px solid #669088; 
	text-align: center; 
	text-decoration: none; 
	padding: 20px 0 20px 0; 
	color: #999999; 
	font-weight: bold; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 14px;
	white-space: normal;
}
table#contenttab tr td div.noimage {
	display: block; 
	margin-left:8px; 
	width:120px; 
	background-color: #DDDDDD;
	border: 1px solid #669088; 
	text-align: center; 
	text-decoration: none; 
	padding: 20px 0 20px 0; 
	color: #999999; 
	font-weight: bold; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 14px;
	white-space: normal;
}
table#contenttab tr td a.bidnow {
  display: block; 
  width: 60px; 
  height: 60px; 
  color: #FF9900; 
  font-weight: bold; 
  text-align: center; 
  vertical-align: middle; 
}
table#contenttab tr td a.bidnow img {
  text-align: center; 
  border: 0px;
  margin: 0px;
}
table#contenttab tr td a.bidnow div {
  margin: 0px;
}
table#contenttab tr td a.bidnow:visited {
  color: #FF9900; 
}
table#contenttab tr td a.bidnow:hover {
  /*
  text-decoration: none;
  */
}

table#contenttab tr.listing_detail td a {
  text-decoration: none;
}
table#contenttab tr.listing_detail td {
  padding: 6px 20px 10px 20px;
}
table#contenttab tr.listing_detail td img {
  border: 1px solid #669088;
}
table#contenttab tr.listing_detail td img.viewlarger {
  position: relative; 
  left: -81px; 
  top: -1px; 
  border: 0;
}
table#contenttab tr.listing_detail td table.detail_title td {
  /*
  background-color: #EEEEEE; 
  */
  border-top: 1px solid #669088; 
  border-bottom: 1px solid #669088; 
  padding: 2px 7px 2px 7px;
}
table#contenttab tr.listing_detail td table.detail_title td.detail_shortdesc {
  font-weight: bold;
  font-size: 16px;
  color: #CC0000;
  text-align: left;
  vertical-align: middle;
}
table#contenttab tr.listing_detail td table.detail_title td.detail_itemno {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
table#contenttab tr.listing_detail td table.detail_table {
  font-size: 11px;
  border-top: 1px solid #669088; 
  border-bottom: 1px solid #669088; 
}
table#contenttab tr.listing_detail td table.detail_table td {
  padding: 8px 8px 8px 8px;
}
table#contenttab tr.listing_detail td div.detail_desclong {
  margin: 20px 0 20px 0;
}
table#contenttab tr.listing_foot td {
  border-top: 1px solid #B9CDCA;
  padding: 6px 8px 5px 8px;
  height: 100%;
}

div#admin {
	z-index: 4; 
	position: absolute; 
	right: 10px; 
	bottom: 10px; 
}
div#admin a, a:visited {
	color:#888888;
}
.sold {
	/*
	display: block;
	*/
	padding: 1px 5px 1px 5px;
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
}
table.smalltext {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}
table.smalltext td {
  white-space: nowrap;
}
div.highlight {
  display: block;
  background-color: #E5E5E5;
  padding: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
p.smalltext, span.smalltext {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}
div#faq {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
div#faq ul a {
	text-decoration: none;
	color: black;
}
div#faq ul a:hover {
	text-decoration: underline;
}
div#faq ul li {
	list-style-type: square;
}
div#faq .question {
	display: block;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid black;
	margin-top: 15px;
	margin-bottom: 5px;
}
div#faq .answer {
}
