@charset "utf-8";

#upcomingAuctions {width:330px; height:240px; margin-top:4px; 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 {padding: 4px;margin: 2px 0 2px 7px;display: inline;border:1px solid #c0c0c0;}
#upcomingAuctions a img {padding: 4px;margin: 2px 0 2px 7px;display: inline; border:1px solid #0071BC;}
#upcomingAuctions a:hover img {border:1px solid #f00;}

/* upcoming auctions name | link */
#upcomingAuctions div.nameAbove {margin:8px 0;} /* use to display auction name/title above the image, set display:none if using div.nameBelow */
#upcomingAuctions div.nameBelow {display:none;} /* 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 16px Arial, Helvetica, sans-serif; color:#0071BC; text-decoration:none; text-transform:uppercase;}
#upcomingAuctions a:hover {color:#f00;}

/* featured auction time/location info */
#upcomingAuctions div.upcomingInfo {font-size:11px;} /* encloses date/time/location for div level manipulation */
#upcomingAuctions div.starting_at {font-size:11px;} /* featured date/time */
#upcomingAuctions span {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 {} /* featured end date/time, appears to only show for online auctions? */ 
#upcomingAuctions div.location {margin:5px 0; font-size:11px; color: #000;} /* 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;}







