@charset "utf-8";
/* horizontal orientation */
#upcomingAuctions {width:315px; height:147px; font-size:12px; line-height:normal; text-align:left; overflow:hidden; position:relative;}

/* upcoming auctions image */
#upcomingAuctions div.upcomingImage {padding:0 10px 0 5px; float:left;} /* for div level manipulation */
#upcomingAuctions img {margin-top:12px; border:none;}
#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:8px 0; padding-right:5px;} /* 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 Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none; text-transform:uppercase;}
#upcomingAuctions a:hover {color:#f00;}

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

#uaLink {bottom:0px; right:0px; 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:50px; height:16px; background:url(../00nikkidogauctions/00ignite/css/images/boxesLinkBg.gif) no-repeat; display:block; cursor:pointer;}
#uaLink a:hover {background:url(../00nikkidogauctions/00ignite/css/images/boxesLinkBg.gif) 0 -20px;}

#upcomingAuctions div.noAuctions {font-size: 11px; color:#ffffff;}