﻿#CheckoutHeader
{
    width: 879px;
    float: left;
    position: relative;
}

#BillingInfoWrapper h2, #PaymentWrapper h2, #OrderSummaryWrapper h2
{
    padding: 0 0 10px 0;
}
#BillingInfoWrapper a, #PaymentWrapper a, #OrderSummaryWrapper a
{
    color: #000;
}
#tblSkipRegBox table
{
    border: none;
}
#BillingInfoWrapper
{
    float: left;
    width: 250px;
    padding-right: 15px;
    font-size: 11px;
    font-family: Tahoma;
}
#BillingInfoWrapper td, #PaymentWrapper td
{
    height: 25px;
}
#PaymentWrapper td
{
    height: 35px;
}
#BillingInfoWrapper input
{
    font-size: 11px;
    font-family: Tahoma;
}
#PaymentWrapper
{
    float: left;
    width: 330px;
    padding-right: 20px;
    font-size: 11px;
    font-family: Tahoma;
}
#PaymentWrapper hr, #OrderSummaryWrapper hr
{
    margin: 3px 0;
    background-color: #bababa;
    height: 1px;
    border: none;
}
#ctl00_PageContent_ctrlBillingAddress_NickName,
#ctl00_PageContent_ctrlBillingAddress_FirstName,
#ctl00_PageContent_ctrlBillingAddress_LastName,
#ctl00_PageContent_ctrlBillingAddress_Phone,
#ctl00_PageContent_ctrlBillingAddress_Suite,
#ctl00_PageContent_ctrlBillingAddress_ResidenceType,
#ctl00_PageContent_ctrlBillingAddress_Country,
#ctl00_PageContent_ctrlBillingAddress_State,
#ctl00_PageContent_txtSkipRegEmail,
#ctl00_PageContent_ctrlBillingAddress_City,
#ctl00_PageContent_ctrlBillingAddress_Company,
#ctl00_PageContent_ctrlCreditCardPanel_txtCCName,
#ctl00_PageContent_ctrlCreditCardPanel_txtCCNumber
{
    font-size: 11px;
    font-family: Tahoma;
    width: 150px;	
}
#ctl00_PageContent_ctrlCreditCardPanel_txtCCVerCd,
#ctl00_PageContent_pnlRequireTerms,
#ctl00_PageContent_ctrlCreditCardPanel_ddlCCType, 
#ctl00_PageContent_ctrlCreditCardPanel_ddlCCExpMonth, 
#ctl00_PageContent_ctrlCreditCardPanel_ddlCCExpYr
{
    font-size: 11px;
    font-family: Tahoma;	
}
#OrderSummaryWrapper
{
    float: left;
    width: 260px;
    font-size: 11px;
    font-family: Tahoma;	
}
.AddCoupon
{
    height: 26px;
    background: url(images/build/input-bg-tile.gif) repeat-x;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    border: solid 1px #7d3946;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
}
.addcouponbot
{
    height: 23px;
    cursor: pointer;
    color: #000;
    font-size: 10px;
    border: solid 1px #dfdfdf;
    font-weight: bold;
    padding: 4px 5px 5px;
    background-color: #fff;
}
.continuecheckout
{
    height: 25px;
    border: solid 1px #000;
    background-color: #98caf3;
    cursor: pointer;
}