/* CSS Document for 1-Day Auctions */

.CurrentHighlightsPics {      
  padding: 0;
  margin:  0; 
  height: 110px;
  width: 110px;
}  

.CurrentHighlighsBorder {
  border:1px solid #B3ADFA;
  padding: 2px;
  height:104px;
  width:104px;  
}

.CurrentHighlightsPicsHolder {
  height:104px;
  width:104px;
  overflow: hidden;
}

.CurrentHighlightsPicsHolder img {
  padding: 0px;
  width:  100px;
  height: 100px;
  top:  2px;
  left: 2px; 
} 

.currentHighlights {
  width: 170px; 
  height: 140px; 
  padding: 4px; 
  padding-top: 45px; 
  background: url(Pics/CurrentAuctionHighlights.jpg) no-repeat;
  text-align: center;
}

.whatsNext {
  width: 170px; 
  height: 140px; 
  padding: 4px; 
  padding-top: 45px; 
  background: url(Pics/AuctionPreview.jpg) no-repeat;
  text-align: center;
}

.CurrentHighlightsText {
  height: 30px;
  text-align: center;
  padding: 5px 10px 0 10px;
}

.VAMupdate_holder { width: 351px; margin-top: 40px; }
.VAMupdate_header { width: 351px; height: 25px; background: #d7d7e7 url(Pics/titlebar_middle.jpg) repeat-x; text-align: left; }
.VAMupdate_header_left { width: 6px; height: 25px; background: #d7d7e7 url(Pics/titlebar_left.jpg) no-repeat; float:left; }
.VAMupdate_header_middle { padding-top: 2px; color: #3e3c63; font-weight: bold; font-size: 18px; font-family: Times, Times New Roman, Serif; width: 337px; float: left; }
.VAMupdate_header_right { width: 8px; height: 25px; background: #d7d7e7 url(Pics/titlebar_right.jpg) no-repeat; float:left; }
.VAMupdate_text_holder { text-align:center; width: 351px; background: #9190B5; text-align: left; }
.VAMupdate_text_section { background: #EBECF6; margin: 1px; border-bottom: 1px solid #9190B5; }
.VAMupdate_text { padding: 6px; font-size: 11px; }

.oneday_description { font-weight: normal; text-align: left; font-size: 10px; padding: 15px 15px 5px 15px; }

.oneday_column { width: 230px; float: left; margin: 20px 0 0 5px; }
.oneday_holder { background: transparent url(img/bidbox_background.jpg) repeat-y; width: 220px; margin: 0 0 0 10px; font-weight: bold; }
.oneday_todays_auction { background: transparent url(img/bidbox_top.jpg) no-repeat; width: 220px; height: 112px; }
.oneday_today_text { padding-top: 38px; text-align: center; font-size: 14px; font-family: Arial, Helvetica, Sans Serif; color: white; }
.oneday_image_holder { background: transparent url(img/bidbox_coinbox.jpg) no-repeat; width: 220px; height: 203px; padding-top: 13px; }
.oneday_image_div { height: 170px; text-align: center }
.oneday_itemname { font-weight: bold; border-bottom: 1px dotted blue; font-size: 14px; font-family: Arial, Helvetica, Sans Serif; }

.oneday_auction_is_open { text-align: center; color: green; font-weight: bold; padding: 0 0 20px 0; font-size: 13px; }
.oneday_auction_open { border: 1px dotted green; background: #D9F3DB; padding: 4px; }

.oneday_auction_is_closed { text-align: center; color: red; font-weight: bold; padding: 0 0 20px 0; font-size: 13px; }
.oneday_auction_closed { border: 1px dotted red; background: #D9F3DB; padding: 4px; }

.oneday_auction_has_winner { width: 180px; margin-left: 5px; padding: 4px 0 4px 0; font-size: 14px; font-weight: bold; text-align: center; color:#262D88; border: 1px solid #262D88; }
.oneday_auction_has_winner span { font-size: 11px; color: black; font-family: Arial, Helvetica; font-weight: normal; }
