@charset "utf-8";

/* horizontal orientation */
#upcomingAuctions {width:550px; height:250px; font-size:11px; color:#fff; line-height:normal; text-align:right; overflow:hidden; position:relative;}

/* upcoming auctions image */
#upcomingAuctions div.upcomingImage {margin:0 6px 0 15px; padding:10px; background:#e5e5e5; float:left;} /* for div level manipulation */
#upcomingAuctions img {margin:0; padding:0; border:1px solid #fff;}
#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:6px;} /* use to display auction name/title below or to the side of the image, set display:none if using div.nameAbove */
#upcomingAuctions a {font:16px Arial, Helvetica, sans-serif; color:#a50000; text-decoration:none;}
#upcomingAuctions a:hover {text-decoration:underline;}

/* featured auction time/location info */
#upcomingAuctions div.upcomingInfo {padding:0; margin:12px 0; text-align:right; font:normal 12px/14px Arial, Helvetica, sans-serif; color:#000;} /* encloses date/time/location for div level manipulation */
#upcomingAuctions div.starting_at {font-weight:bold;} /* 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 {font-weight:bold;} /* featured end date/time, appears to only show for online auctions? */ 
#upcomingAuctions div.location {margin:12px 0; color:#000;} /* location text */

#uaLink {width:104px; height:28px; top:147px; left:163px; position:absolute; z-index:500;} /* use if you want to have a button link to the auction_detail page, sample below */
#uaLink a {width:104px; height:28px; background:url(http://www.andersonauctionsusa.com/images/faderBtn.jpg) no-repeat; display:block; cursor:pointer;}
#uaLink a:hover {background:url(http://www.andersonauctionsusa.com/images/faderBtn.jpg) 0 -28px;}

#upcomingAuctions div.noAuctions {font-size:12px; text-align:center; color:#fff;}

/*#findMore {
	width:104px;
	height:28px;
	font-size:12px;
	text-align:center;
	background-image:url(images/findOutBtn.gif);
}
#findMore a:link, #findMore a:visited, #findMore a:active {
	padding:6px;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
#findMore a:hover {
	color:#fff;
	background-image:url(images/findOutBtnOver.gif);
	display:block;
	cursor:pointer;
}*/
