﻿/*	============================================================================
	Shopping Cart related
	============================================================================
*/




.cartHeader
{
	width:600px;
	background-color:#0A3382 !Important;
	margin-top:10px;
	position:absolute;
    top:135px;
    left:287px;
}

.cartFooter
{
	position:absolute;
    top:347px;
    left:287px;
    width:600px;
    background-color:#efefef;
}

.cartLowerText
{
	position:absolute;
    top:450px;
    left:285px;
    width:600px;
    font-family:Verdana;
    font-size:9px;
    font-weight:bold;
    
}

.cartListingTable 
{
    width: 600px;
    height:180px;
    overflow:auto;
    background-color:#EFEFEF;
    font-size:9px !important;
    position:absolute;
    top:165px;
    left:287px;
    border:solid ipx #cccccc;
}

.cartListingThDesc 
{
	background-color:#0A3382 !important;
	color:White;
	width:300px ;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
}

.cartListingThQty 
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	width:60px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
}

.cartListingThPrice 
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	width:100px;
	border-right:solid 2px White;
}

.cartListingThDatePurchased
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	width:100px;
	border-right:solid 2px White;
}

.cartListingThDelete 
{
	background-color:#0A3382 !important;
	color:White;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	width:70px;
	border-right:solid 2px White;
}
.cartListingThMove
{
	background-color:#0A3382 !important;
	color:White;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	width:70px;
	border-right:solid 2px White;
}

.cartListingTrDesc
{
	width:300px !Important;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
	
    
	
}

.cartListingTrQty
{
	width:60px !Important;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}

.cartListingTrPrice
{
	width:100px !Important;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}

.cartListingTrDatePurchased
{
	width:100px !Important;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}

.cartListingTrDelete
{
	width:70px!Important;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}
.cartListingTrMove
{
	width:70px;
	border-bottom:solid 1px White;
}

.cartListingTfTotal
{
	width:305px;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}

.cartListingTfUpdate
{
	font-size:10px;
	width:60px;
	border-right:solid 2px White;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}

.cartListingTfPrice
{
	width:100px;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}
.cartListingTfSubmit
{
	width:140px;
	font-size:10px;
	
	font-weight:bold;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}

.cartListingTfMessage
{
	font-size:9px;
	color:Green;
	
}
.cartQtyField
{
	width:30px !Important;
	background-color:White; 
	
	
}
.QtyOutOfStock
{
	
	background-color:Red;
		
}
.IsNotActive
{
   
	background-color:Gray; 
}
.QtyLessMinPurch 
{
   background-color: Purple;     
}
.Valid
{
	background-color:Transparent;
}


.DateNotValid
{

	background-color:Orange ;
	
}
.IsTempDeactivated
{
 
	background-color:Yellow  ;
	
}
.cartPriceField
{
	width:90px !Important;
}

/*	============================================================================
	Checkout COnfirmation
	============================================================================
*/
.checkoutListingThDesc 
{
	background-color:#0A3382 !important;
	color:White;
	width:300px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
}

.checkoutListingThQty 
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	width:50px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
}

.checkoutListingThPrice 
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	width:100px;
	border-right:solid 2px White;
}

.checkoutListingThEmpty
{
	background-color:#0A3382;
}

.checkoutListingTrDesc
{
	width:300px;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}

.checkoutListingTrQty
{
	width:50px;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}

.checkoutListingTrPrice
{
	width:100px;
	border-right:solid 2px White;
	border-bottom:solid 1px White;
}
.checkoutListingTrEmpty
{
}

.checkoutListingTfTotal
{
	width:180px;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}



.checkoutListingTfPrice
{
	width:150px;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}
.checkoutListingTfSubmit
{
	width:100px;
	font-size:10px;
	font-weight:bold;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}

.checkoutListingTfMessage
{
	font-size:9px;
	color:Green;
}
/*	============================================================================
	Purchase COnfirmation
	============================================================================
*/
.purchaseListingTable 
{
    width: 600px;
    height:180px;
    overflow:auto;
    background-color:White;
    font-size:9px !important;
    position:absolute;
    top:165px;
    left:287px;
    border:solid ipx #cccccc;
}

.purchaseFooter
{
	position:absolute;
    top:347px;
    left:287px;
    width:600px;
    background-color:White;
}

.purchaseListingThDesc 
{
	background-color:#0A3382 !important;
	color:White;
	width:300px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px #EFEFEF;
}

.purchaseListingThQty 
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	width:50px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px #EFEFEF;
}

.purchaseListingThPrice 
{
	background-color:#0A3382 !important;
	color:White;
	text-align:right;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	width:100px;
	border-right:solid 2px #EFEFEF;
}

.purchaseListingThEmpty
{
	background-color:#0A3382;
}

.purchaseListingTrDesc
{
	width:300px;
	background-color:White !Important;
	border-right:solid 2px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;
}

.purchaseListingTrQty
{
	width:50px;
	background-color:White !Important;
	border-right:solid 2px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;
}

.purchaseListingTrPrice
{
	width:100px;
	background-color:White !Important;
	border-right:solid 2px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;
}
.purchaseListingTrEmpty
{
	background-color:White !Important;

}

.purchaseListingTfTotal
{
	width:180px;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px #EFEFEF;
	border-top:solid 3px Gray;
	border-bottom:solid 1px #EFEFEF;
}



.purchaseListingTfPrice
{
	width:150px;
	font-size:9px;
	font-weight:bold;
	border-right:solid 2px White;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}
.purchaseListingTfSubmit
{
	width:100px;
	font-size:10px;
	font-weight:bold;
	border-top:solid 3px Gray;
	border-bottom:solid 1px White;
}

.purchaseListingTfMessage
{
	font-size:9px;
	color:Green;
}

/*	============================================================================
	Current biddings
	============================================================================
*/
.biddingsHeader
{
	width:600px;
	background-color:#0A3382 !Important;
	margin-top:10px;
	position:absolute;
    top:140px;
    left:287px;
    font-size:9px;
}

.biddingsFooter
{
	position:absolute;
    top:347px;
    left:287px;
    width:600px;
    background-color:#efefef;
}

.biddingsLowerText
{
	position:absolute;
    top:400px;
    left:285px;
    width:600px;
    font-family:Verdana;
    font-size:9px !Important;
    font-weight:normal;
    
}

.biddingsListingTable 
{
    width: 600px;
    height:180px;
    overflow:auto;
    background-color:#EFEFEF;
    font-size:9px !important;
    position:absolute;
    top:165px;
    left:287px;
    border:solid ipx #cccccc;
}
.currentBiddingsListingThDesc 
{
	background-color:#C50000 !important;
	color:White;
	
	border-right:solid 2px White;
	padding:2px 0 2px 5px;
}

.currentBiddingsListingThQty 
{
	background-color:#C50000 !important;
	color:White;
	text-align:right;
	width:30px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
	
}
.currentBiddingsListingThPrice
{
	background-color:#C50000 !important;
	color:White;
	text-align:right;
	width:90px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}
.currentBiddingsListingThStatus
{
	background-color:#C50000 !important;
	color:White;
	width:60px;
	border-right:solid 2px White;
	padding:2px 0 2px 5px;
}

.currentBiddingsListTrDesc
{
	
	border-right:solid 2px White;
	padding:2px 0 2px 5px;
}

.currentBiddingsListTrQty
{
	text-align:right;
	width:30px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}

.currentBiddingsListTrPrice
{
	text-align:right;
	width:90px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}

.currentBiddingsListTrStatus
{
	width:60px;
	text-align:left;
	padding:2px 0 2px 5px;
}

/*	============================================================================
	Auction History
	============================================================================
*/
.historyBiddingsListingThDesc 
{
	background-color:#C50000 !important;
	color:White;
	
	border-right:solid 2px White;
	padding:2px 0 2px 5px;
}

.historyBiddingsListingThQty 
{
	background-color:#C50000 !important;
	color:White;
	text-align:right;
	width:30px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
	
}
.historyBiddingsListingThPrice
{
	background-color:#C50000 !important;
	color:White;
	text-align:right;
	width:80px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}
.historyBiddingsListingThDue
{
	background-color:#C50000 !important;
	color:White;
	text-align:right;
	width:40px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}
.historyBiddingsListingThStatus
{
	background-color:#C50000 !important;
	color:White;
	width:40px;
	border-right:solid 2px White;
	padding:2px 0 2px 5px;
}

.historyBiddingsListTrDesc
{
	
	border-right:solid 2px White;
	padding:2px 0 2px 5px;
}

.historyBiddingsListTrQty
{
	text-align:right;
	width:30px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}

.historyBiddingsListTrPrice
{
	text-align:right;
	width:80px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}
.historyBiddingsListTrDue
{
	text-align:right;
	width:40px;
	border-right:solid 2px White;
	padding:2px 5px 2px 0;
}

.historyBiddingsListTrStatus
{
	width:40px;
	text-align:left;
	padding:2px 0 2px 5px;
}

/*	============================================================================
	Wishlist related
	============================================================================
*/
.wishlistHeader
{
	width:600px;
	background-color:#0A3382 !Important;
	margin-top:10px;
	position:absolute;
    top:130px;
    left:287px;
    font-size:9px;
}

.wishlistHeader table th
{
	background-color:#0A3382 !Important;
	color:White;
	font-size:9px;
}

.wishlistFooter
{
	position:absolute;
    top:347px;
    left:287px;
    width:600px;
    background-color:#efefef;
}

.wishlistLowerText
{
	position:absolute;
    top:400px;
    left:285px;
    width:600px;
    font-family:Verdana;
    font-size:9px !Important;
    font-weight:normal;
    
}

.wishlistListingTable 
{
    width: 600px;
    height:180px;
    overflow:auto;
    background-color:#EFEFEF;
    font-size:9px !important;
    position:absolute;
    top:165px;
    left:287px;
    border:solid ipx #cccccc;
}

.wishlistThDesc
{
	width:300px;
	border-right:solid 2px White;
}

.wishlistThPrice
{
	width:90px;
	text-align:right;
	border-right:solid 2px White;
}

.wishlistThLink
{
	width:100px;
	text-align:right;
}

.wishlistTrDesc
{
	width:300px;
	border-right:solid 2px White;
}

.wishlistTrPrice
{
	width:90px;
	border-right:solid 2px White;
}

.wishlistTrLink
{
	width:100px;
	text-align:right;
}

/*	============================================================================
	Watchlist related
	============================================================================
*/

.watchlistHeader
{
	width:600px;
	background-color:#C50000 !Important;
	margin-top:10px;
	position:absolute;
    top:130px;
    left:287px;
    font-size:9px;
}

.watchlistHeader table th
{
	background-color:#C50000 !Important;
	color:White;
	font-size:9px;
}

.watchlistFooter
{
	position:absolute;
    top:347px;
    left:287px;
    width:600px;
    background-color:#efefef;
}

.watchlistLowerText
{
	position:absolute;
    top:400px;
    left:285px;
    width:600px;
    font-family:Verdana;
    font-size:9px !Important;
    font-weight:normal;
    
}

.watchlistListingTable 
{
    width: 600px;
    height:180px;
    overflow:auto;
    background-color:#EFEFEF;
    font-size:9px !important;
    position:absolute;
    top:165px;
    left:287px;
    border:solid ipx #cccccc;
}

.watchlistListingThDesc
{
	width:300px;
	border-right:solid 2px White;
}

.watchlistListingThPrice
{
	width:90px;
	text-align:right;
	border-right:solid 2px White;
}

.watchlistListingThLink
{
	width:100px;
	text-align:right;
}

.watchlistListingTrDesc
{
	width:300px;
	border-right:solid 2px White;
}

.watchlistListingTrPrice
{
	width:90px;
	border-right:solid 2px White;
}

.watchlistListingTrLink
{
	width:100px;
	text-align:right;
}
/*	cart from here */
.gnCartCmsTextUpper
{
	/*width:680px;*/
}

.gnCartCmsTextLower
{
	/*width:680px;*/
}

.gnCartListing
{
    height:400px;
	overflow:auto;
}
.gnCartListing table
{
	width:680px;
}

.gnCartHeaderName
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:350px;
}
.gnCartHeaderQty
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	
}
.gnCartHeaderPrice
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
	
	
}
.gnCartHeaderEdit
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:200px;
	
}

.gnCartLineName
{
	
	border:solid 1px #DFECBF;
	font-size:10px;
	
}
.gnCartLineQty
{
	
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	
}
.gnCartLinePrice
{
	
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	
}
.gnCartLineEdit
{
	
	border:solid 1px #DFECBF;
	font-size:10px;
	
}

.gnCartFooterName
{
	font-size:9px;
	border:solid 1px #DFECBF;
	
}
.gnCartFooterQty
{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	border:solid 1px #DFECBF;
}
.gnCartFooterPrice
{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	border:solid 1px #DFECBF;
}
.gnCartFooterEdit
{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	border:solid 1px #DFECBF;
}

.gnCartMessage
{
	font-size:9px;
	color:Green;
}

/*	watchlist related */

.gnWatchlistHeaderName
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:600px;
}

.gnWatchlistHeaderPrice
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
	
	
}
.gnWatchlistHeaderEdit
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:200px;
}

.gnWatchlistLineName
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
}

.gnWatchlistLinePrice
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
}
.gnWatchlistLineEdit
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
}

/*	wishlist related */

.gnWishlistHeaderName
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:600px;
}

.gnWishlistHeaderPrice
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
	
	
}
.gnWishlistHeaderEdit
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:200px;
}

.gnWishlistLineName
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	
}

.gnWishlistLinePrice
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
}
.gnWishlistLineEdit
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
}

/*	Current biddings */
.gnCurrentBiddingsHeaderName
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:300px;
}

.gnCurrentBiddingsHeaderQty
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	
}

.gnCurrentBiddingsHeaderPrice
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
	
	
}
.gnCurrentBiddingsHeaderStatus
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:100px;
}

.gnCurrentBiddingsLineName
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
}
.gnCurrentBiddingsLineQty
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	
}

.gnCurrentBiddingsLinePrice
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
}
.gnCurrentBiddingsLineStatus
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
}

/*	shophistory related */

.gnShopHistoryHeaderName
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:600px;
}

.gnShopHistoryHeaderQty
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:40px;
}

.gnShopHistoryHeaderPrice
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
}

.gnShopHistoryHeaderDate
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:200px;
	text-align:right;
}

.gnShopHistoryLineName
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	
}

.gnShopHistoryLineQty
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
}

.gnShopHistoryLinePrice
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
}
.gnShopHistoryLineDate
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
}

/*	auction history related */

.gnAuctionHistoryHeaderName
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:600px;
}

.gnAuctionHistoryHeaderQty
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:40px;
}

.gnAuctionHistoryHeaderBidder
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
}
.gnAuctionHistoryHeaderType
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:100px;
}

.gnAuctionHistoryHeaderPrice
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	text-align:right;
	width:140px;
}

.gnAuctionHistoryHeaderDate
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:180px;
	text-align:right;
}
.gnAuctionHistoryHeaderStatus
{
	background-color:#DFECBF;
	font-size:9px;
	font-weight:bold;
	border:solid 1px #7EB400;
	width:90px;
	text-align:right;
}

.gnAuctionHistoryLineName
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	
}

.gnAuctionHistoryLineQty
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	border-bottom:solid 1px #7EB400;
}
.gnAuctionHistoryLineBidder
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	border-bottom:solid 1px #7EB400;
}
.gnAuctionHistoryLineType
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	border-left:solid 1px #7EB400;
	font-size:10px;
	text-align:right;
	border-bottom:solid 1px #7EB400;
}

.gnAuctionHistoryLinePrice
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	border-bottom:solid 1px #7EB400;
}
.gnAuctionHistoryLineDate
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	font-size:10px;
	text-align:right;
	border-bottom:solid 1px #7EB400;
}
.gnAuctionHistoryLineStatus
{
	background-color:#ECF4D9;
	border:solid 1px #DFECBF;
	border-right:solid 1px #7EB400;
	font-size:10px;
	text-align:right;
	border-bottom:solid 1px #7EB400;
}
