@charset "utf-8";
/* vertical orientation */
#upcomingAuctions {width:200px; height:245px; 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-bottom:8px; border:none;}
#upcomingAuctions a img {border:1px solid #ffffff;}
#upcomingAuctions a:hover img {border:1px solid #ffff00;}

/* 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 12px Geneva, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none; text-transform:uppercase;}
#upcomingAuctions a:hover {color:#FFFF00;}

/* featured auction time/location info */
#upcomingAuctions div.upcomingInfo {} /* encloses date/time/location for div level manipulation */
#upcomingAuctions div.starting_at {font-size: 11px; color: #ffff00;} /* featured date/time */
#upcomingAuctions span {}  /* 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;} /* 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 {}