
/* Caption's color */  
.hdr
{
  background-color: #003300
}


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


/* Regular (neutral) site color */  
.reg
{
  background-color: #eeeeee;
}


/* Html body style */  
.body
{
  background-color: #EBE5D5
}


/* Lot info, login screen, bid confirmation fields' background */  
.greyed
{
  background-color: #FEDC80
}


/* Color of the caption font (AUCTION DETAILS, PHOTO, ITEM # etc.) */  
.caption
{
  color: white
}

.RegisterLink a {
	color: #FF0000;
	font-weight: bold;
}

.auctionInfo
{
    font-family: Arial;

    width: 750px;

    margin: 10px;
}

.auctionInfo a,
.auctionInfo a:active,
.auctionInfo a:visited,
.auctionInfo a:hover
{
    color: #003366;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline;
}

.auctionInfo h1
{
    font-size: 18pt;
    font-weight: bold;
    
    background-color: #E8F3FF;
    color: #003366;

    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    
    padding: 5px;
    margin: 0 0 5px 0;
}

.auctionInfo h2
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    
    padding: 2px;

    margin: 0px;
    
    background-color: #E8F3FF;
}

.auctionInfo p
{
    margin: 1em 0em;
}

.auctionInfo .headerLink
{
    float: left;
    display: inline;
    width: 33%;
    
    text-align: center;
}

.auctionInfo .content
{
    clear: both;
}

.auctionInfo .leftcontent
{
    float: left;
    display: inline;
    width: 458px;
    
    margin-right: 10px;
}

.auctionInfo .rightcontent
{
    float: left;
    display: inline;
    width: 262px;
}

.auctionInfo .leftcontent .label
{
    width: 140px;
    float: left;
    display: inline;
    text-align: left;
    
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    
    margin-right: 5px;
}

.auctionInfo .leftcontent .value
{
    width: 300px;
    float: left;
    display: inline;
    
    text-align: left;

    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #606060;
}

.auctionInfo .rightcontent .label
{
    width: 140px;
    float: left;
    display: inline;
    text-align: left;
    
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    
    margin-right: 5px;
}

.auctionInfo .rightcontent .value
{
    width: 107px;
    float: left;
    display: inline;
    
    text-align: left;

    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #606060;
}

.auctionInfo .photo
{
    width: 262px;
    height: 262px;
}

.auctionInfo .photo img
{
    border: 1px solid #C0C0C0;
    display: block;
    margin: 5px;
}

.imagesView
{
    padding: 5px;
}

.imagesView h1
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    
    padding: 2px;

    margin: 0px;
    
    background-color: #E8F3FF;
}

.imagesView .thumbnails
{
}

.imagesView .thumbnail
{
    display: inline;
    float: left;

    width: 160px;
    height: 160px;
}

.imagesView img
{
    border: 1px solid #C0C0C0;
    display: block;
    margin: 5px;
}

.imagesView .image
{
    margin: 5px;
}

.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;
}

.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;
}