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


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


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


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


/* 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
}


