@charset "utf-8";

#upcomingAuctions {width:320px; height:600px; 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 {margin:0 0 4px 14px; border:none;width:280px; height:210px;}
#upcomingAuctions a img {border:1px solid #fff;}
#upcomingAuctions a:hover img {}

/* upcoming auctions name | link */
#upcomingAuctions div.nameAbove {margin:2px 0 8px 40px ;width:250px;font:18px bold verdana #2a362a;} /* 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 18px verdana, sans-serif; color:#2a362a; text-decoration:none; text-transform:uppercase;}
#upcomingAuctions a:hover {color:#fff;}
     
/* featured auction time/location info */
#upcomingAuctions div.upcomingInfo {font-size:16px; color:#2a362a;width:240px; margin-left:60px;} /* encloses date/time/location divlevelmanipulation */
#upcomingAuctions div.starting_at {font-size:16px; color:#444;} /* featured date/time */
#upcomingAuctions span {font-size:16px; color:#000;}  /* styles the "to" that appears between start and end date/time, appears to only show for online auctions? */
#upcomingAuctions div.ending_at {font-size:14px; color:#000;} /* featured end date/time, appears to only show for online auctions? */ 
#upcomingAuctions div.location {margin:5px 0;} /* 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;}