@charset "utf-8";

#upcomingAuctions {width:250px; height:280px; margin:0 auto; font-size:12px; line-height:normal; text-align:center; overflow:hidden; position:relative;}

/* upcoming auctions image */
#upcomingAuctions div.upcomingImage {} /* for div level manipulation */
#upcomingAuctions img {width:200px; height:130px; border:none;}
#upcomingAuctions a img {background:#fff; padding:5px; border:1px solid #004B8D;}
#upcomingAuctions a:hover img {border:1px solid #c00;}

/* upcoming auctions name | link */
#upcomingAuctions div.nameAbove {display:none;} /* use to display auction name/title above the image, set display:none if using div.nameBelow */
#upcomingAuctions div.nameBelow {margin:10px 0 6px 0;} /* use to display auction name/title below or to the side of the image, set display:none if using div.nameAbove */
#upcomingAuctions a {font:bold 14px Arial, Helvetica, sans-serif; color:#004B8D; text-decoration:none;}
#upcomingAuctions a:hover {color:#c00;}

/* featured auction time/location info */
#upcomingAuctions div.upcomingInfo {margin-top:5px;} /* encloses date/time/location for div level manipulation */
#upcomingAuctions div.starting_at {color:#545454; font-size:11px;} /* featured date/time */
#upcomingAuctions span {color:#545454; font-size:11px;}  /* styles the "to" that appears between start and end date/time, appears to only show for online auctions? */
#upcomingAuctions div.ending_at {color:#545454; font-size:11px;} /* featured end date/time, appears to only show for online auctions? */ 
#upcomingAuctions div.location {margin:0; color:#545454; font-size:11px;} /* location text */

#uaLink {display:none;} /* use if you want to have a button link to the auction_detail page, sample below */
#uaLink a {}
#uaLink a:hover {}

#upcomingAuctions div.noAuctions {font-size:12px; color:#000;}
