﻿/* AuctionItem.ascx */
/*.AuctionItemWrapper .title { height: 17px; font-weight: bold; z-index: 1000; }*/
.AuctionItemWrapper { height: 180px; margin-bottom: 17px; }
.AuctionProductPictures{ clear: both; }
.AuctionProductPictures img {height: 82px; border: 0;}

.AuctionPrice { padding-left: 2px; color:#FCB016; font-size: 13px; font-weight: bold; }
.AuctionPrice img { vertical-align: middle; }
.ContentContainer { height: 140px; vertical-align:middle; margin: -10px auto -10px; font-weight: normal; }

.AuctionPrice div { white-space: nowrap; }
.AuctionBid, .expired, .Sold{ background-color: #FCB016; color: #FFF; margin-left: -4px; padding-left: 4px;}
.RowHover{ background-color: #E9E9EA; cursor: pointer; }
.AuctionBrand img 
{
	width: 60px;
	height: 60px;
	vertical-align: top;
}
.AuctionTitle { height: 30px;}
.AuctionTitle a
{
	font-weight:bold;
	font-size: 11px;
	color: #4B4B4B;
}

#contentcenter 
	{ 
		width: 800px;
		margin: 0px 10px;
	}
	
	
	
