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


/* Alternative site color */  
.alt
{
}

.alt a 
{
}


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


/* Html body style */  
.body
{
  background-repeat:repeat-x;background-attachment:fixed; background-image: url(/JoImages/back.jpg);
}


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


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


br.clearleft
{
    clear: left;
}

br.clearright
{
    clear: right;
}

br.clearboth
{
    clear: both;
}


.auctionInfo
{
    font-family: Arial;

    width: 730px;

    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: #6F84B1;
    color: #FFFFFF;

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

.auctionInfo h1.fixedPriceSale
{
    font-size: 18pt;
    font-weight: bold;
    
    background-color: #6F84B1;
    color: #FFFFFF;

    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: #6F84B1;
    color: #FFFFFF;
}

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