* 
{
}
body { 
}
#leftColumn { display: none; }
#PageBase
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#PremiumLot
{
	text-align:center;
}

/*****************************************************************************/
/* Xbox                                                                      */
/*****************************************************************************/
.MainPanel
{ 
	text-align:center;
	background: none transparent scroll repeat 0% 0%;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#MainPanel {
float:left;
width: 960px;
font-family:Arial;
}



/*****************************************************************************/
/* Navigation Controls                                                       */
/*****************************************************************************/
#AuctionName
{
font-family:Arial;
text-transform:uppercase;
	color: #fff;
	text-align: center;
	font-size:20px;
	background: #333333;
	height: 30px;
padding:10px 0 5px 0;
}

#messagePanel
{
}

#NavigationControlsTop
{
	 background-color:#b4d1ee;
	 color: #000;
	 border-bottom:#444 1px solid;
	 overflow:hidden;
	 border-left: 1px solid #000;
	 border-right: 1px solid #000;
}

#PrevButton 
{
	float:left;
	background-color:#b4d1ee;
	background-image:url("../../images/PrevLot.gif");
	width:80px;
	height:33px;
	border:0px;
}

#LotInfo
{
	width:765px;
	background-color:#b4d1ee;
	color: #000;
	float:left;
	font-size:18px;
        font-family:Arial;
     font-weight:bold;
	text-align:center;
       padding:6px 0 0 0;
}

#NextButton 
{
	text-align:right;
	float:right;
	background-color:#b4d1ee;
	background-image:url("../../images/NextLot.gif");
	width:80px;
	height:33px;
	border:0px;
}

/***************/
/* Breadcrumbs */
/***************/
#Breadcrumbs
{
	background:#e9e9e9;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.CategoryBreadcrumbLink 
{
color:#666;
font-family:Arial;
font-size:11px;
}

.CategoryBreadcrumbLink a {
text-decoration:none;
} 

.CategoryBreadcrumbLink a:hover {

}

#CategoryBreadcrumbSeparator
{
color:#666;
font-family:Arial;
font-size:11px;
}

#ConfItem
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
margin:0;
padding:5px 0;
}

#EditLotItem 
{
	display:block;
	background:gray;
	text-align:center;
	margin:auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#EditLotItemUrl
{
	width:100%;
}


#ReturnToSearchResults {
text-align:center;
margin:0 0 10px 0;
}

#ReturnToSearchResults a {
color:#fff;
font-family:Arial;
font-size:11px;
background:#004e9f;
padding:4px 8px;
text-decoration:none;
-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#ReturnToSearchResults a:hover {
background:#017eff;
color:#fff000;
}

#BiddingSection
{
	background:#e9e9e9;
	overflow:hidden;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#BiddingInfo
{
	font-size:18px;
	float:left;
	background:#e9e9e9;
	padding-left:5px;
}


#BiddingSection a {
float:left;
color:#fff;
font-family:Arial;
font-size:11px;
background:#004e9f;
padding:4px 8px;
text-decoration:none;
margin:7px;
-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#BiddingSection a:hover {
background:#017eff;
color:#fff000;
}


#WatchingLink a {
float:right;
color:#fff;
font-family:Arial;
font-size:11px;
background:#004e9f;
padding:4px 8px;
text-decoration:none;
margin:7px;
-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#WatchingLink a:hover {
background:#017eff;
color:#fff000;
}



#PreviewItem
{
	background: #000000; color: red;
	text-align:center;
	font-size:large;
	padding:5px 5px 5px 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#ClosedItem
{
	background: #000000; color: red;
	text-align:center;
	font-size:large;
	padding:5px 5px 5px 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#ExtendedItem
{
	background: #000000; color: red;
	text-align:center;
	font-size:large;
	padding:5px 5px 5px 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#ChangedItem
{
	background: #000000; color: red;
	text-align:center;
	font-size:large;
	padding:5px 5px 5px 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#Description
{
	background:white;
	font-size:13px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
padding: 5px 5px 5px 20px;
text-align: left;
font-family:Arial;
}

/******************************************/
/* Images                                 */
/******************************************/
.ImagesSection
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.ThumbPanelText
{
	background: #b4d1ee;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size:12px;
    font-family:Arial;
  padding:4px 0 4px 0;
}




/*********************************/
/* Bidder item specific coloring */
/*********************************/
.BidderItemUserNull
{
	background: green;
	color: #fff;
}

.BidderItemUserIsHighBid
{
	background: #808080;
	color: green;
}

.BidderItemUserHasBidAndWatch
{
	background: #000000; 
	color: red;
}

.BidderItemCatchAll
{
	background: green;
	color: #fff;
}
/************************************/

#ReservePriceRow
{
	text-align:center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/************************************/
/* Footer Table                     */
/************************************/
#FooterTable
{
	width:800px;
}

#FooterTableRow
{
	width:100%;
	border: 0px;
	margin: 0px;
}

#FooterTableColumn1
{
	width:50%;
	border: 0px;
	margin: 0px;
	padding:0px 0px 0px 0px;
}

#FooterTableColumn2
{
	width:50%;
	border: 0px;
	margin: 0px;
	padding:0px 0px 0px 0px;
}

/*************************************************************/
/* Bidding summary      									 */
/* Table of bid information for this lot                     */
/*************************************************************/
#BottomPanel
{
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
}

#BiddingSummary
{	background:white;
	width:100%;
	text-align:center;
	vertical-align:top;
	margin-right:auto;
}

#MinimumBidRow
{
	 background-color: #e9e9e9;
font-size:12px;
}

#StraightBidRow
{
	 background-color: #9bd5ff;
}

#BiddingTag
{
	width:100%;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	background: #333333;
	color: #fff;
	border-bottom: #444 1px solid; 
	border-top: #444 1px solid;
	height:27px;
   *height:26px;
}

#BiddingSummaryTable
{
	width:500px;
	border:0;
	margin-left:auto;
	margin-right:auto;
}

#CurrentBiddingTag
{
}

#MinimumBiddingTag
{
	width:180px;
}

#MinimumBidding
{
	width:70px;
}

#FinalBidTag
{
}

#FinalBidRow
{
font-size:12px;
}

#StraightBidTag
{
}

#StraightBid
{
}

#NumberOfBidsTag
{
}

#NumberOfBids
{
}

#NumBidsRow
{
	 background-color: #e9e9e9;
font-size:12px;
}

/*************************************************************/
/* Bidding information  									 */
/* Table of bid information for this lot                     */
/*************************************************************/
#BiddingTimeSection
{
	margin-right:0px;
width:458px;	
}

#tzcd
{
	width:100%;
	font-size: 1.2em;
	text-align: center;
	background: #333333;
	color: #fff;
	border-bottom: #444 1px solid; 
	border-top: #444 1px solid;
	height:27px;
   *height:26px;
padding:0px 0 0 0;
}

#TimeInfoMessage
{
	width:100%;
font-size:13px;
padding:5px 5px 5px 15px;
}

#BiddingCell
{
}

#AdminTable
{
	width:900px;
	background-color:Gray;
	border-left: #444 1px solid;
	border-right: #444 1px solid;
	border-bottom: #444 1px solid; 
}

#AdminRow
{
	vertical-align:top;
}

.previewEnabled
{
	color:Red;
}

.previewDisabled
{
	color:Black;
}

#EndSection
{
	width:100%;
	margin: 0px;
	border-bottom: #444 1px solid;
}

#PremiereLot
{
	 background-image:url("../../images/PremierLot.gif");
	 width:600px;
	 height:87px;
	 margin-left:auto;
	 margin-right:auto;
}

#PremierImageRegister
{
	 background-image:url("../../images/PremierRegister.gif");
	 width:350px;
	 height:80px;
}

/**********************************************************/
/* Live auction support                                   */
/**********************************************************/
.LiveSessionStart
{
	background-color: #000000;
	color: red
}

.OnlineEndLiveToStart
{
	background-color: #000000;
	color: red
}

.OnlineEndLiveHasStarted
{
	background-color: #000000;
	color: red
}

.StaticEndedClickForLive
{
	background-color: #000000;
	color: red
}

.OnlineAndAbsenteeOpenLiveNotStarted
{
	background-color: #000000;
	color: red
}

#SimpleAuctionLiveBtn
{
	background-image: url("../../images/SimpleAuctionLiveBtn.jpg");
	width: 95px;
	height: 40px;
}

#Footer {
	float:left;
	margin:16px 0 0 0px;
	width:960px;
	height:150px;
	background:url(../../images2/footerbar.png) no-repeat top;
font-family:Verdana;
	}
	
	
#footer p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aaaaaa;
	padding:6px;
	margin:13px 0 0 0;
	}	

#footer a img {
border:none;
text-align:center;
}
