.header-navigation ul li a {
	padding: 15px 10px;
}

a#HonusWagner {
background: url(../Image/SpecialRowLink-HonusWagner2.png) no-repeat bottom center;
}
a#WayneGretzky {
background: url(../Image/SpecialRowLink-WayneGretzky.png) no-repeat bottom center;
}
a#LeBronJames {
background: url(../Image/SpecialRowLink-LebronJames2.png) no-repeat bottom center;
}
a#Kareem {
background: url(../Image/SpecialRowLink-Kareem.png) no-repeat bottom center;
}

.MyAccountLostDataRow div, .MyAccountWonDataRow div, .MyAccountWinningDataRow div, .MyAccountLosingDataRow div, #MyAccountWinningHeaderDiv div, #MyAccountWinningFooterDiv div, #MyAccountLosingHeaderDiv div, #MyAccountLosingFooterDiv div {
	text-align:left;
}

#AuctionCheckoutContent {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
}

#CurrentAddressesDiv {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
	margin-bottom: 2rem;
}

#CurrentBillingAddressDiv,
#CurrentShippingAddressDiv {
	width: 50%;
}

#CurrentBillingAddressHeaderDiv,
#CurrentShippingAddressHeaderDiv {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1rem;
}

#CurrentBillingAddressValueDiv,
#CurrentShippingAddressValueDiv {
	line-height:1.4;
	margin-bottom: 2rem;
}

#AuctionCheckoutLotHeader {
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

#AuctionCheckoutLotHeaderReturn a {
    padding: 5px 12px;
    background: #900002;
    color: #fff;
    border: 1px solid #333;
    text-transform: uppercase;
    cursor: pointer;
    background: #2989b1;
    background: -moz-linear-gradient(top,#2989b1 0%,#03638b 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2989b1),color-stop(100%,#03638b));
    background: -webkit-linear-gradient(top,#2989b1 0%,#03638b 100%);
    background: -o-linear-gradient(top,#2989b1 0%,#03638b 100%);
    background: -ms-linear-gradient(top,#2989b1 0%,#03638b 100%);
    background: linear-gradient(to bottom,#2989b1 0%,#03638b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989b1',endColorstr='#03638b',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

#AuctionCheckoutLotTable,
#AuctionCheckoutPaymentTable {
    width: 100%;
}

#AuctionCheckoutLotTable td {
    border-bottom: 1px solid #ccc;
    padding: .5rem 1rem;
}

#AuctionCheckoutPaymentTable {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#AuctionCheckoutPaymentTable td {
    display: block;
    text-align: left !important;
    padding: .5rem 0 .5rem;
}

#AuctionCheckoutPaymentTable input,
#AuctionCheckoutPaymentTable select {
    width: 100% !important;
    max-width: 400px;
}

#AuctionCheckoutPaymentTable select#CCMonthDDL,
#AuctionCheckoutPaymentTable select#CCYearDDL {
    width: auto !important
}