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


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


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


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


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


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


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