/* ------------------------------------------------------------------------ */
/* Checkout Cart Styles */
/* ------------------------------------------------------------------------ */

#sub-nav-holder #cart-switch {
    display: block;
    height: 39px;
    line-height: 39px;
    float: right;
    padding-right: 20px;
    font-size: 0.75em;
    color: #525151;
    font-family: Georgia;
}

#sub-nav-holder #cart-switch .cart-icon {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

body.checkout-cart-index .inner-content {
    padding-top: 230px;
}

body.checkout-cart-index .page-title .checkout-types {
    display: none;
}

body.checkout-cart-index .totals .checkout-types {
    margin-top: 20px;
}

body.checkout-cart-index .page-title h1 {
    font-size: 2.5em;
    width: 280px;
    height: 165px;
    line-height: 1.5em;
}

body.checkout-cart-index .page-title {
    background: url('../images/shop/shop_banner.png') no-repeat;
}

body.checkout-cart-index .validation-advice {
    color: #b94a48;
    font-size: 0.875em;
    padding-top: 10px;
}

body .footer-container {
    background: white;
}

#shopping-cart-table thead {
    font-size: 0.875em;
}

body.checkout-cart-index .cart fieldset {
    margin: 0;
}

#shopping-cart-table td{
    padding: 0 5px;
}

#shopping-cart-table .product-name {
    font-size: 1em;
}

#shopping-cart-table tbody a {
    font-size: 1em;
}

#shopping-cart-table tfoot tr td {
    padding-top: 20px;
}

#shopping-cart-table tbody tr td input.input-text {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #a6c0d7;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}

body.checkout-cart-index .shipping {
    border: 1px solid #c0c0c0;
    padding: 20px;
    margin-top: 20px;
}

body.checkout-cart-index .shipping h2 {
    margin-top: 0;
}

#shipping-zip-form .form-list li {
    margin-bottom: 10px;
}

#shipping-zip-form .form-list li select {
    width: 300px;
}

#shipping-zip-form input[type=text]{
    display: block;
    width: 280px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #a6c0d7;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}

#co-shipping-method-form {
    margin-top: 20px;
}

#co-shipping-method-form .sp-methods {
    margin-bottom: 20px;
}

#co-shipping-method-form .sp-methods label {
    display: inline;
}

#co-shipping-method-form .sp-methods dt {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

#co-shipping-method-form .sp-methods dd {
    margin-bottom: 20px;
}

#co-shipping-method-form .sp-methods dd ul li {
    margin-bottom: 10px;
}

body.checkout-cart-index .totals {
    border: 1px solid #c0c0c0;
    padding: 20px;
    margin-top: 20px;
}

#shopping-cart-totals-table tbody tr td {
    width: 250px;
    line-height: 1.5em;
}

#shopping-cart-totals-table tfoot tr td {
    font-size: 1.125em;
    padding-top: 10px;
}



/* ------------------------------------------------------------------------ */
/* Checkout Processing Styles */
/* ------------------------------------------------------------------------ */

body.checkout-onepage-index .inner-content {
    padding-top: 230px;
}

body.checkout-onepage-index .page-title {
    background: url('../images/shop/shop_banner.png') no-repeat;
}

body.checkout-onepage-index .page-title h1 {
    font-size: 2.5em;
    width: 280px;
    height: 165px;
    line-height: 1.5em;
}

#checkoutSteps li.section {
    border: 1px solid #c0c0c0;
    padding: 20px;
    margin-bottom: 20px;
}

#checkoutSteps li.section:last-child{
    margin-bottom: 0;
}

#checkoutSteps li.section form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#checkoutSteps li.section form fieldset dt label,
#checkoutSteps li.section form label {
    display: inline;
}

#checkoutSteps li.section form .validation-advice {
    margin-bottom: 10px;
    padding: 10px;
    color: #b94a48;
    background: #f2dede;
    border: 1px solid #eed3d7;
    font-size: 0.875em;
    width: 280px;
}

#checkoutSteps li.section form .form-list li.fields,
#checkoutSteps li.section form .form-list li.wide {
    margin-bottom: 10px;
}

#checkoutSteps li.section form .form-list li.fields input,
#checkoutSteps li.section form .form-list li.wide input,
#checkoutSteps li.section form .form-list li.fields select,
#checkoutSteps li.section form .form-list li.wide select {
    margin-bottom: 10px;
}

#checkoutSteps li.section form .form-list input[type=text]{
    display: block;
    width: 280px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #a6c0d7;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}

#checkoutSteps li.section form .form-list select {
    width: 300px;
}

#checkoutSteps li.section li.control label {
    margin-left: 10px;
    display: inline;
}

#checkoutSteps li.section .step-title {
    margin-bottom: 10px;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #c0c0c0;*/
    position: relative;
}

#checkoutSteps li.section .step-title .number {
    display: none;
}

#checkoutSteps li.section .step-title h2 {
    margin: 0;
    color: #ccc;
}

#checkoutSteps li.section.active .step-title h2 {
    margin-bottom: 20px;
    color: #2c2002;
}

#checkoutSteps li#opc-login {
    display: none;
}

#checkoutSteps li.section .step-title a {
    position: absolute;
    top: 0;
    right: 0;
    background: #2a5b95;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2a5b95 0%, #053670 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5b95), color-stop(100%,#053670));
    background: -webkit-linear-gradient(top, #2a5b95 0%,#053670 100%);
    background: -o-linear-gradient(top, #2a5b95 0%,#053670 100%);
    background: -ms-linear-gradient(top, #2a5b95 0%,#053670 100%);
    background: linear-gradient(to bottom, #2a5b95 0%,#053670 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5b95', endColorstr='#053670',GradientType=0 );
    border: 1px solid #003457;
    border-radius: 4px;
    color: white;
    font-family: Arial;
    font-size: 0.875em;
    height: 30px;
    padding: 0 10px;
    box-shadow: inset 0px 1px rgba(255,255,255,0.3);
    line-height: 30px;
    text-decoration: none;
}



#checkoutSteps li.section button {
    background: #2a5b95; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNWI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTM2NzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2a5b95 0%, #053670 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5b95), color-stop(100%,#053670)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2a5b95 0%,#053670 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5b95', endColorstr='#053670',GradientType=0 ); /* IE6-8 */
    border: 1px solid #003457;
    border-radius: 4px;
    color: white;
    font-family: Arial;
    font-size: 0.875em;
    height: 30px;
    padding: 0 10px;
    box-shadow: inset 0px 1px rgba(255,255,255,0.3);
}

#checkoutSteps li.section form dl dt {
    margin-bottom: 10px;
}

#checkoutSteps li.section form dl dt .form-list li.fields,
#checkoutSteps li.section form dl dt .form-list li.wide {
    margin-bottom: 10px;
}

#checkoutSteps li.section form dl .form-list li input,
#checkoutSteps li.section form dl .form-list li select {
    margin-bottom: 10px;
}

#checkout-payment-method-load dd {
    margin: 0;
}

#checkout-review-table thead tr th {
    width: 200px;
}

#checkout-review-table .a-center {
    text-align: center;
}

#checkout-review-table tfoot {
    border-top: 1px solid #c0c0c0;
}


/* ------------------------------------------------------------------------ */
/* Checkout Success Styles */
/* ------------------------------------------------------------------------ */

body.checkout-onepage-success .page-title h1 {
    font-size: 2.5em;
    width: 280px;
    height: 165px;
    line-height: 1.5em;
}

body.checkout-onepage-success .page-title {
    background: url('../images/shop/shop_banner.png') no-repeat;
}


/* ------------------------------------------------------------------------ */
/* Checkout Failure Styles */
/* ------------------------------------------------------------------------ */

body.checkout-onepage-failure .page-title h1 {
    font-size: 2.5em;
    width: 280px;
    height: 165px;
    line-height: 1.5em;
}

body.checkout-onepage-failure .page-title {
    background: url('../images/shop/shop_banner.png') no-repeat;
}











