#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.tinybutton {cursor:pointer}
.button:hover {border:1px solid #bbb}


.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 */  
.alt1
{
  background-color: #F0EBE3;
  color: #808080;
}


/* 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: 250px;
  max-height: 250px;
  width: expression(this.width > 250 ? (250 + "px") : true);
  height: expression(this.height > 250 ? (250 + "px") : true);
}


