﻿#BasketContainer
{
    background: url('/Files/IngameSales/Data/Images/BasketBound.gif') no-repeat;
    margin-left: 20px;
    height: 436px;
    width: 233px;
    position: absolute;
    float: left;
    top: 253px;
    z-index: 1;
    color: #fff;
}
#Basket
{
    background: url('/Files/IngameSales/Data/Images/BasketBg.gif') repeat-x;
    position: absolute;
    margin-left: 20px;
    height: 425px;
    width: 233px;
    float: left;
    top: 259px;
    z-index: 0;
}
#BasketTitle
{
    font-weight: 600;
    margin-top: 25px;
    margin-left: 25px;
    font-size: 14pt;
}

.BasketDelim 
{
    height: 1px;
    width: 184px;
    text-align: center;
    margin-left: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#BasketControls
{
    margin-top: 25px;
    margin-left: 25px;
    font-size: 8pt;
}
 
#BasketControls select,
#BasketControls input
{
    width: 185px;
    margin-top: 2px;
    margin-bottom: 12px;
    font-family: Verdana;
}

#BasketControls input
{
    width: 180px;
    margin-bottom: 5px;
}

.BasketPrice
{
    margin-left: 10px;
    font-size: 14pt;
    color: #000;
    height: 29px;
}

#BasketSubmit
{
    float: right;
    margin-right: 15px;
}

#Progress
{
    position: absolute;
    top: 130px;
    left: 60px;
}

#BasketTotalAmount
{
    float: left; 
    margin-top: 3px;
    width: 110px; 
    text-align: right;
}

.OrderFormRow
{
    margin-top: 10px;
}

.OrderFormLabel
{
    width: 30%; 
    text-align: right; 
    font-weight: bold; 
    float: left; 
    padding: 5px;
}

.OrderFormValue
{
    padding: 5px;
}

.OrderFormControl
{
    float: left;
}

.OrderFormControl select,
.OrderFormControl input
{
    margin-left: 10px; 
    width: 200px; 
    background-color: #f4f4f4;
}

.OrderFormControl input
{
    margin-left: 9px; 
}

.OrderFormDateTime
{
    float: left;
}
.OrderFormDateTime select
{
    margin-left: 9px; 
    background-color: #f4f4f4;
    font-size: small;
}

.Currency
{
    position: relative; 
    top: -3px;
}

#AmountRow
{
    font-size: 14pt;
}

#CartProgress
{
    width: 100%; 
    text-align: center;
    margin-top: -280px;
}

#StateButtons
{
    margin-top: 50px; 
    margin-left: 10px; 
    float: left; 
    width: 50px;
}

#StateText
{
    margin-top: 65px; 
    margin-bottom: 70px; 
    text-align: center;
}

.DownArrow
{
    margin-left: 10px; 
    margin-top: 10px; 
    margin-bottom: 10px;
}

.StateText, .StateTextSelected
{
    font-size: 15pt; 
    color: #b0afad; 
    font-family: Times New Roman; 
    margin-top: 28px; 
    margin-bottom: 20px;
    float: left;
    margin-left: 50px;
}

.StateTextSelected
{
    color: #fff;
}

.OrderLabel
{
    width: 50%; 
    padding-right: 15px; 
    font-weight: bold;
}

.GatewaysList
{
    width: 100%;
}

.GatewaySelector,
.GatewayImage
{
    width: 50%;
    padding-top: 25px;
}

.GatewayImage
{
    padding-left: 25px;
}

.GatewaySelector
{
    text-align: right;
    padding-right: 25px;
}

.OrderRowID
{
    width: 30px;
}

.Packages th
{
    text-align: left;
    padding-bottom: 10px;
}
.Packages a
{
    color: #3c454c;
}
.Packages td
{
    padding-right: 25px;
}