@charset "utf-8";
/* horizontal orientation */

#upcomingAuctions {width:455px; height:280px; font-size:12px; line-height:normal; text-align:left; overflow:hidden; position:relative;}

/* upcoming auctions image */
#upcomingAuctions div.upcomingImage {width:220px; padding:20px 0 0 0; text-align:center; float:left;} /* for div level manipulation */
#upcomingAuctions img {padding:5px; background:#ccc;}
#upcomingAuctions a img {border:1px solid #fff;}
#upcomingAuctions a:hover img {border:1px solid #f00;}

/* 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:0; padding:20px 5px 0 235px;} /* 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/18px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none;}
#upcomingAuctions a:hover {text-decoration:underline;}

/* featured auction time/location info */
#upcomingAuctions div.upcomingInfo {padding:10px 5px 0 235px; color:#fff;} /* encloses date/time/location for div level manipulation */
#upcomingAuctions div.starting_at {} /* 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 {width:200px; left:10px; top:180px; text-align:center; position:absolute;} /* location text */

#uaShortDescription {padding:10px 5px 0 235px; color:#fff;}

#uaLink {left:72px; top:240px; position:absolute; z-index:500;/* display:none;*/} /* use if you want to have a button link to the auction_detail page, sample below */
#uaLink a {width:75px; height:23px; background:url(images/moreInfoBtn.gif) no-repeat; background-position:0 0; display:block; cursor:pointer;}
#uaLink a:hover {background-position:0 -23px;}

#upcomingAuctions div.noAuctions {}