/*********************************************************
/*********************************************************
/* AUCTIONS STYLE
   These styles support the framework Auctions module.   */

	#Statement							{}
	#Statement #BidderNumber			{float:right; font-size:110%;}
	#Statement #BidderNumber .Number 	{font-size:130%; font-weight:bold;}
	
	.AuctionItems					{}
	.AuctionItems .CategoryName		{border-bottom:solid 1px #CCCCCC; padding-bottom:4px;}
	.AuctionItem					{margin-bottom:15px;}
	.AuctionItem .ItemName			{margin-bottom:3px;}
	.AuctionItem .Description		{font-size:92%; margin:5px 0;}
	.AuctionItem .Donors			{font-size:92%; margin:5px 0;}
	.AuctionItem .DonatedBy			{color:#666666;}
	.AuctionItem .Donors .Names		{font-weight:bold;}