@charset "utf-8";
.leftback {
	background-image: url(/images/leftback.jpg);
	background-repeat: repeat-y;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9daad;
}
.navtextcell {
	background-image: url(/images/navbackoff.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	height: 24px;
	vertical-align: middle;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a1127;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #993300;
}
a.navtext:link {
	color: #7a1127;
	text-decoration: none;
}
a.navtext:visited {
	color: #7a1127;
	text-decoration: none;
}
a.navtext:hover {
	color: #ff0000;
}
a.footertext:link {
	color: #e9daad;
	text-decoration: underline;
}
a.footertext:visited {
	color: #e9daad;
	text-decoration: none;
}
a.footertext:hover {
	color: #FF0000;
	text-decoration: underline;
}
.marquee {
	font-size: 14px;
	font-weight: bold;
	color: #7F1021;
}

.navtextcell:hover {
	background-image: url(/images/navbackon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	height: 24px;
	vertical-align: middle;
}
.navtextcellon {
	background-image: url(/images/navbackon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	height: 24px;
	vertical-align: middle;
}
.small {
	font-size: 11px;
}
.horiznavtable {
    background-color: #d8c99e;
}
.horiztext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.horiztext:link, a.horiztext:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a1127;
	font-weight: bold;
}
a.horiztext:hover {
	color: #ff0000;
}
.horiznavcell {
	padding-right: 6px;
	padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #7a1127;
	font-weight: bold;
}

.horiznavsep {
	text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #7a1127;
	font-weight: bold;
}

#slideshow { height: 100px; position: absolute; top: 30px; left: 206px; width: 310px; z-index: 999;}
#slideshow img { display: none; position: absolute; left: 0; top: 0; }
#slideshow img:first-child { display: block; }

.auctionopen {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.highbid {
	background-color: #F00;
	height: 40px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
}
.wonlot {
	background-color: #0C0;
	height: 40px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
}
.bidbox {
	background-color: #0a689b;
	height: 40px;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
}

.bidbox a {
	color: #FFF;
	text-decoration: none;
}

.confirmproxy {
	background-color: #690;
	height: 50px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 6px;
}

.confirmproxy a {
	color: #FFF;
	text-decoration: none;
}

.highbidder {
	background-color: #390;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.outbid {
	background-color: #F00;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.winner {
	background-color: #06C;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.notwinner {
	background-color: #C90;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.hdr
{
  background-color: #990000;
}


/* Alternative site color */  
.alt
{
  background-color: #F0EBE3;
}


/* Regular (neutral) site color */  
.reg
{
}

.thumb_calendar
{
  max-width: 150px;
  max-height: 150px;
  width: expression(this.width > 150 ? (150 + "px") : true);
  height: expression(this.height > 150 ? (150 + "px") : true);
}

.thumb_feature
{
  max-width: 200px;
  max-height: 200px;
  width: expression(this.width > 200 ? (200 + "px") : true);
  height: expression(this.height > 200 ? (200 + "px") : true);
}

.thumb_forsale
{
  max-width: 150px;
  max-height: 150px;
  width: expression(this.width > 150 ? (150 + "px") : true);
  height: expression(this.height > 150 ? (150 + "px") : true);
}

.thumb_catalog
{
  max-width: 250px;
  max-height: 250px;
  width: expression(this.width > 250 ? (250 + "px") : true);
  height: expression(this.height > 250 ? (250 + "px") : true);
}

.thumb_lot
{
  max-width: 250px;
  max-height: 250px;
  width: expression(this.width > 250 ? (250 + "px") : true);
  height: expression(this.height > 250 ? (250 + "px") : true);
}

.thumb_lot_gallery
{
  max-width: 75px;
  max-height: 75px;
  width: expression(this.width > 75 ? (75 + "px") : true);
  height: expression(this.height > 75 ? (75 + "px") : true);
}

.thumb_live
{
  max-width: 70px;
  max-height: 70px;
  width: expression(this.width > 70 ? (70 + "px") : true);
  height: expression(this.height > 70 ? (70 + "px") : true);
}

#bidIncrements_Tip_a
{
	padding: 3px;
	border: 1px dotted #A0A0A0;
	background-color: #E0E0FF;
}

#maxBid_Tip_a_1
{
	padding: 3px;
	border: 1px dotted #A0A0A0;
	background-color: #E0E0FF;
}

#maxBid_Tip_a_2
{
	padding: 3px;
	border: 1px dotted #A0A0A0;
	background-color: #E0E0FF;
}

