#buy-container{
    width: 750px;
    margin: 40px auto auto;
}

#buy-top{
    padding-left: 160px;
    margin-left: 85px;
    background: url(cart_full.png) top left no-repeat;
    font: 12px "Helvetica", "Arial", sans-serif;
    min-height: 95px;
    color: #666666;   
    margin-bottom: 30px;
}

.buy-section{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #CCCCCC;
}

.buy-header{
    color: #222222;
    font: 18px "Helvetica", "Arial", sans-serif;
    text-shadow: white 0px 1px 0px;
    margin-bottom: 1em;
}

.noscript{
    background: #f2b1b1;
    color: #711919;
    text-align: center;
    margin: 0px auto 30px auto;
    font: bold 13px "Helvetica", "Arial", sans-serif;
    padding: 10px;
    -webkit-border-radius: 5px;
}

/* Select Your License */

.label{
    font: 11px "Helvetica", "Arial", sans-serif;
    color: #999;
}

.product-a{
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 12px;
    background: #EEEEEE url(help-product-gradient.png) top left repeat-x;
    margin-bottom: 1px;
}

.product-b{
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 12px;
    background: url(help-product-gradient.png) top left repeat-x;
}

.product-icon{
    vertical-align: middle;
    margin-top: -6px;
    padding-right: 7px;
    position: relative;
}

.product-title{
    font: bold 15px "Helvetica", "Arial", sans-serif;
    color: #222;
    text-shadow: white 0px 1px 0px;
}

.product-option{
    font: 15px "Helvetica", "Arial", sans-serif;
    color: #666;
    text-shadow: white 0px 1px 0px;
    position: absolute;
    margin-left: 452px;
    margin-top: 4px;
}

.product-price{
    width: 50px;
    text-align: center;
    padding: 16px;
    margin-top: -16px;
    border-right: 1px solid #F9F9F9;
    border-left: 1px solid #F9F9F9;
    position: absolute;
    margin-left: 350px;
    margin-right: 0.5em;
    font: bold 20px "Helvetica", "Arial", sans-serif;
    text-shadow: white 0px 1px 0px;
}

/* Details */

#details-form{
    margin: 0px auto auto;
    width: 450px;
    text-align: right;
}

.form-label{
    color: #222;
    padding-right: 20px;
    font: 14px "Helvetica", "Arial", sans-serif;
}

.input{
    padding-bottom: 5px;
}

/* Checkout */

.total-field{
    padding: 8px;
    padding-left: 0px;
    border-bottom: 1px solid #CCC;
}

#total{
    margin: 0px auto auto;
    width: 450px;
    font: 16px "Helvetica", "Arial", sans-serif;
}

#totaltotal{
    font: bold 20px "Helvetica", "Arial", sans-serif;
}

#canadian{
    color: #666;
    font: 11px "Helvetica", "Arial", sans-serif;
    width: 300px;
    margin: 20px auto 20px auto;
    padding: 8px;
    padding-left: 35px;
    background: #EEEEEE url(flag.png) 10px 10px no-repeat;
}

#discount{
    display: none;
}

#gst{
    display: none;
}

#pst{
    display: none;
}

.notice{
    margin: 30px auto auto;
    width: 450px;
    font: 11px "Helvetica", "Arial", sans-serif;
    color: #999;
}

#snfail{
    margin-left: 5px;
    vertical-align: center;
    display: none;
}

#redirect{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.7);
}

#redirect-message{
    font: bold 30px "Helvetica", "Arial", sans-serif;
    position: absolute;
    padding: 40px;
    top: 150px;
    left: 50%;
    width: 400px;
    background: #F9F9F9;
    margin-left: -200px;
    text-align: center;
}

.required{
    padding-right: 20px;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
}

#checkout-button{
    margin: 0px auto auto;
    width: 135px;
    height: 36px;
    background: url(checkout.png) top left no-repeat;
}

#checkout-button:active{
    background: url(checkout_d.png) top left no-repeat;
}

/* Success */

#success{
    font: 14px "Helvetica", "Arial", sans-serif;
}

#license-key{
    text-align: center;
    background: #F0F0F0;
    color: #2874db;
    padding: 30px;
    font: bold 24px "Helvetica", "Arial", sans-serif;
}