﻿/* PlaceBid.ascx */
#PlaceBidWrapper { float: left; }
#PlaceBidWrapper .standard { width: 362px; float: left; height: 100%; margin-right: 10px; clear: none;}
#PlaceBidWrapper .history { width: 250px; float: right; height: 100%; min-height:200px; }
.information { float:left; clear: both; padding-bottom: 15px; margin-top: 10px; width: 622px;}
.AuctionDetailsStandard { margin-top: 10px; height: 200px; }
.AuctionDetailsStandard img { border: 0; } 
.AuctionDetailsImages{	float: left; }
.AuctionAccept { font-size: 9px; line-height: 18px; clear:both;}
.AuctionAccept a:hover{ color: #FCB016; }
.AuctionAccept ul li { list-style-type :none ;}
.AuctionHistory {
	line-height: 14px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	overflow:auto; 
	height: 200px;
	border: solid 1px #E9E9EA;
	
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #FCB016;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
}
.AuctionDetailsSummary{ line-height:18px; font-size:11px; }

.fieldBidPrice { border: solid 1px #FCB016; font-family: Verdana, Arial; font-size: 11px; font-weight: bold; color: #4B4B4B; background-color:White; text-align:center;}

.tableSpecs { line-height: 12px; }

.AlternateItem  td
{
	background: #E9E9EA;
	color: #4B4B4B;
}


#contentcenter 
	{ 
		width: 800px;
		margin: 0px 10px;
	}

