.data-table {
    width: 100%;
    border: 1px solid #bbb;
}

.data-table .odd {
    background: #f1f1f1;
}

.data-table .even {
    background: #f1f1f1;
}

#shopping-cart-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#shopping-cart-table {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #bbb;
}

#shopping-cart-table li.wide {
    width: 75%;
    margin-bottom: 10px;
}

#shopping-cart-table #billing-new-address-form {
    margin-bottom: 15px;
}

#shopping-cart-table .odd {
    background: #f1f1f1;
}

#shopping-cart-table .even {
    background: #f1f1f1;
}
.error {
    color: #df280a;
    font-weight: normal;
}
#shopping-cart-table .product-name {
    text-align: center;
}

/*#shopping-cart-table td { line-height: 120px;}*/
#shopping-cart-table .btn-remove2 {
    display: block;
    width: 17px;
    height: 22px;
    /*margin: 48px 0 0;*/
    font-size: 0;
    line-height: 0;
    background: url('/media/btn_trash.gif') 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

#shopping-cart-table .link-wishlist {
    margin: 46px 0 0 23px;
}

#multiship-addresses-table, #checkout-review-table {
    border: 1px solid #bbb;
}

#checkout-review-table .odd {
    background: none;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
}

.data-table tr.last th,
.data-table tr.last td {
}

.data-table th {
    padding: 6px 10px;
    font-weight: normal;
}

.data-table td {
    padding: 6px 10px;
}

.data-table thead th {
    background: none;
    font-weight: normal;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    color: #777;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #bbb;
}

.data-table tfoot tr.first td {
}

.data-table tfoot tr {
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #bbb;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: normal;
    font-style: italic;
}

.field label {
    margin-bottom: 6px;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: normal;
    font-size: 13px;
}

.info-table th {
    font-weight: normal;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

.cart {
    /*margin-top: 20px;*/
    /*margin-bottom: 70px;*/
}

.cart .sidebar {
    margin-top: 0px;
}

.cart .form-control {
    display: inline;
}

.block-progress {
    margin-bottom: 15px;
}

.block-progress hr {
    border-top: 1px solid #bbbbbb;
    clear:both;
}

.block-progress .basket_totals {
    float: right;
}

h3.from-the-blog {
    padding-top: 0px;
    margin-top: 0px;
}

p.from-the-blog {
    border-top: 1px dashed;
    font-size: 1.75em;
    line-height: 1.75em;
    padding-top: 10px;
}

.basket-back-pre-order-hdr {
    background-color: #d8ffc6;
    color: #50812b;
}

#payment_cnt .row label {
    width: 110px;
}

#basket-confirm-order th {
    font-weight: bold;
}

#basket-confirm-order tfoot tr {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

#basket-confirm-order .basket-confirm-total {
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
    font-size: 16px;
}

div.pre_order_info, div.large_item_info {
    background: url(/media/ico-info-small.png) no-repeat right 1px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    float: left;
}

div.extra_info div.extra_info_content {
    width: 316px;
    padding: 10px 15px;
    display: none;
    background: #fff;
    z-index: 12;
    margin: auto;
    top: 40%;
    position: relative;
    border: 2px solid #004889;
    border-radius: 7px;
}

.extra_info_over .close {
    color: #004889;
    float: right;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    border: 2px solid #004889;
    line-height: 22px;
}
	
.extra_info_over {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.featured-book a.add-to-cart {
    font-style: italic;
}

a.add-to-cart-btn {
    text-align: center;
    color: white;
    background-color: #5e9732;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-style: italic;
}

a.add-to-cart-btn2 {
    text-align: center;
    color: white;
    background-color: #5e9732;
    margin: 0 auto;
    padding: 3px 5px;
    display: inline-block;
    font-size: 1.2rem;
    font-style: italic;
}

input.qty {
    width: 2.5em !important;
    text-align: center;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

 
.product-view button.btn-cart span {
    background-color: #08A52E;
    color: #fff;
}

.product-view button.btn-cart:hover span {
    background-color: #3e3d3e;
}

button.btn-checkout span {
    border: 0;
    padding: 0 0 0 9px;
    font: normal 15px/40px 'Gillsans', sans-serif;
    color: #fff;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 25px 0 16px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 7px 0 0;
}

/* Form Highlight */
/*input.input-text:focus, select:focus, textarea:focus {*/
    /*background-color: #fff;*/
/*}*/

/*.highlight { background:#efefef;

/**
*   Shopping Cart
*/

.buttons-set {
    clear: both;
  padding: 24px 0 0;
  text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

#shopping-cart-table td {
    height: auto;
    line-height: normal;
}


#shopping-cart-table h2 a,
#discount-coupon-form h2 {
    color: #334549;
    font-size: 18px;
    margin-bottom: 10px;
}

#shopping-cart-table h2 a:hover {
    color: #006699;
}

#discount-coupon-form {
    font-size: 1.6rem;
}

#shopping-cart-totals-table {
    font-size: 1.6rem;
}

#shopping-cart-table #credit-card .form-group label {
    width: 140px;
}

.checkout-types input.button {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #61b250), color-stop(1, #81d16f));
    background:-moz-linear-gradient(top, #61b250 5%, #81d16f 100%);
    background:-webkit-linear-gradient(top, #61b250 5%, #81d16f 100%);
    background:-o-linear-gradient(top, #61b250 5%, #81d16f 100%);
    background:-ms-linear-gradient(top, #61b250 5%, #81d16f 100%);
    background:linear-gradient(to bottom, #61b250 5%, #81d16f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61b250', endColorstr='#81d16f',GradientType=0);
    background-color:#61b250;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px !important;
    padding:12px 21px;
    text-decoration:none;
    text-shadow: 0px 1px 0px #37843E;
}

.checkout-types input.button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #81d16f), color-stop(1, #61b250));
    background:-moz-linear-gradient(top, #81d16f 5%, #61b250 100%);
    background:-webkit-linear-gradient(top, #81d16f 5%, #61b250 100%);
    background:-o-linear-gradient(top, #81d16f 5%, #61b250 100%);
    background:-ms-linear-gradient(top, #81d16f 5%, #61b250 100%);
    background:linear-gradient(to bottom, #81d16f 5%, #61b250 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#81d16f', endColorstr='#61b250',GradientType=0);
    background-color:#81d16f;
}

.checkout-types input.button:active {
    position:relative;
    top:1px;
}


#shopping-cart-table {
    overflow: hidden;
}

#shopping-cart-table .button-generic,
#shopping-cart-table .submit_button,
.login-payment .submit_button,
.login-payment .button {
    background-color: #5d9732;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px !important;
    padding: 10px;
    text-decoration: none;
    -moz-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out;
}

#shopping-cart-table .button-generic:hover,
#shopping-cart-table .submit_button:hover,
.login-payment .submit_button:hover,
.login-payment .button:hover {
    background-color: #3e3d3e;
}

.login-payment {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.login-payment .row {
    margin-left: 15px;
    font-size: 1.4rem;
}
.on-approval-message{
    display: block;
    margin-left: 150px;
    margin-top: -24px;
}
/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 25px;
}

.cart .page-title h1 {
    margin: 0px;
    font: normal 26px/42px 'Gillsans', sans-serif;
    text-transform: none;
    color: #006699;
    font-weight: bold;
}

main .page .step-title h2 {
      margin: 0px;
      font: normal 26px/42px 'Gillsans', sans-serif;
      text-transform: none;
      color: #006699;
      font-weight: bold;
      border-bottom: none;
      padding-bottom: none;
}


.cart-table td .product-image {
    display: block;
    width: 120px;
}

/* Checkout Types */
.checkout-onepage-index .col-main {
    background: #f1f1f1;
    border: 1px solid #bbb;
    padding: 18px;
    border-radius: 10px;
}

.checkout-onepage-index .page-title h1 {
    color: #A82B16;
    display: block;
      font: normal 24px 'Gillsans', sans-serif;
    font-weight: normal;
    line-height: 25px;
    min-height: 16px;
    padding: 0;
    text-transform: uppercase;
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
    
}

.cart-table .product-name {
    font-weight: normal;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: normal;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart div.cart-collaterals {
    padding: 50px 0 0 0;
}

.crosssell .add-to-links {
    display: none;
}

.crosssell .price-box {
    width: 100%;
}

.crosssell button.button {
    float: right;
}

.cart .crosssell {
    border: 1px solid #bbb;
    padding: 12px 15px;
    background: #E9E9E9;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: normal;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: normal;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #bbb;
    padding: 12px 15px;
    margin: 0 0 18px;
    background: #f1f1f1;
    overflow: hidden;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 25px;
    font: normal 14px 'Gillsans', sans-serif;
    padding: 0;
    color: #333;
    text-transform: uppercase;
    border-bottom: none;
    font-weight: bold;
}

.discount-form label {
    font-weight: normal;
    font-size: 18px;
}

.cart .discount h2 {
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

/*.cart input.input-text {*/
    /*background: #FFFFFF;*/
    /*/!*border-radius: 10px;*!/*/
    /*height: 35px;*/
    /*width: 254px;*/
/*}*/

.cart select {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.cart .shipping h2 {
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
}
.a-right {
    text-align: right !important;
}

/* Shopping Cart Totals */
.cart .totals {
    border: 1px solid #bbb;
    background: #f1f1f1;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 0 15px;
    margin: 0;
    text-align: right;
    list-style: none;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

/***
** Payment page confirmation page
***/

.seo-rewrite-payment .payment-stage2 .block-progress .row label,
.seo-rewrite-payment .payment-last .block-progress .row label {
    color: #006699;
    font-weight: bold;
    width: 120px;
}

.block-progress .back-button-form {
    margin-top: -36px;
}

/**
* Payment options page - use below for other parts of the site if it looks good
***/

.seo-payment #content input[type=radio], .seo-payment #content textarea, .seo-payment #content select {
    padding: 0.5em;
    font-size: 15px;
    line-height: 1.2em;
    background: #fff;
}

.seo-payment #content input[type=radio] {
    border: 1px solid #555;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    -webkit-box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 0.5em;
}

.seo-payment #content input[type=checkbox],
.seo-payment #content input[type=radio] {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0.25em 0 0;
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    -webkit-border-radius: 0.25em;
    vertical-align: text-top;
	background: #333;
    color: #fff;
}

.seo-payment #content input[type=radio] {
    -webkit-border-radius: 2em; /* Make radios round */
}
.seo-payment #content label {
    float: left;
    font-size: 18px;
    clear: left;
}

.seo-payment #content label span {
    color: auto !important;
    font-size: inherit !important;
    color: inherit !important;
    margin: auto !important;
    font-weight: inherit !important;
    display: inline-block;
}

.seo-payment #content input[type=submit] {
    margin-top: 8px;
    float: right;
}
.seo-payment #content input[type=submit].back_button {
    float: left;
}
.seo-payment #content form div.payment-choice {
    /*float: left;
    clear: left;*/
    clear: both;
    line-height:normal !important;
}
.seo-payment #content form div.payment-choice label {
    margin-bottom: 15px;
}
.seo-payment #content form div.payment-choice p {
    display: block;
    float: left;
    clear: both;
}

/***
** Media Queries
***/

@media (max-width: 768px) {

    button.button {
        width: 170px;
    }
    
    button.button span span {
        font-size: 12px;
    }
    
    .cart .discount .input-box, .checkout-types input.button {
        margin: 8px auto 0 auto;
        width: 100%;
    }
    
    .cart .discount input.input-text {
          width: inherit;
          font-size: 17px;
          height: 40px;
    }
    
    .totals .checkout-types input.button {
     font-size: 12px !important;
    }

}

@media (min-width: 560px) and (max-width: 600px){
    .cart-table thead th, .cart-table td a, .cart-table td h2 a,.cart-table td h3{
        font-size: 12px!important;
        font-weight: bold;
    }
    .cart-table td p {
        font-size: 10px!important;
    }
    .cart button.button {
        margin-bottom: 5px;
    }

    #content-wrap .stison-block{
        padding: 5px!important;
    }
}
@media (max-width: 450px) {
    /* book details - mobile */
    .book-detail .guide a > img{
        margin: -5px 7px 5px 10%!important;
        position: absolute!important;
    }

#content-wrap .stison-block{
    padding: 5px!important;
}
#shopping-cart-table table,
#shopping-cart-table thead,
#shopping-cart-table tbody,
#shopping-cart-table th,
#shopping-cart-table td,
#shopping-cart-table tr {
        display: block; 
    }
    
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    tfoot button.button {
        float: left !important;
        margin-bottom: 10px;
    }
    .cart-table .btn-update {
        margin-left :0px;
    }
    
    checkout-types input.button {
        font-size: 14px !important;
    }
    
    button.button {
        width: 100%;    
    }
    .cart .discount .input-box, .totals .checkout-types input.button {
        width: 100%;
        font-size: 14px !important;
    }

.user-dashboard  table thead tr{
    position: inherit;!important;
}

.user-dashboard  table thead th a,
.user-dashboard  table tbody tr td{
    font-size: 14px;
}

#shopping-cart-table td.a-center:before, .a-right .cart-price .subtotal.price:before, .a-right .cart-price .unit.price:before {
    color:#006699;
    font-weight: bold;
    margin-right: 10px; 
    float: left; 
}    

    .a-right .cart-price .unit.price:before {
        content: "Unit Price";

    }
    
    .a-right .cart-price .subtotal.price:before {
        content: "Subtotal";
 
    }
    
    #shopping-cart-table td.a-center:before {
        content:"Quantity";
  
    }
    
    #shopping-cart-table td {
        text-align:right
    }
    
    #shopping-cart-table td.a-center.last:before {
        content:none;
    } 
    .data-table tfoot td {
       border-right: none;
    }   
    
    .data-table tbody th, .data-table tbody td {
        border-bottom: none;
        border-right: none;
    }
    
    
    #shopping-cart-table .form-control {
        width: 100% !important;
    }
    
    #shopping-cart-table .button-generic, #shopping-cart-table .submit_button, .login-payment .submit_button, .login-payment .button {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px; 
        width: 100%;   
        font-size: 14px !important;    
    }
    
    
        /*shopping cart table*/
    
     #shopping-cart-table .button-generic, #shopping-cart-table .submit_button, .login-payment .submit_button, .login-payment .button {
         font-size:14px;
         margin-left:0px!important; margin-right:0px;
         padding-left: 8px!important; padding-right: 8px !important;
         text-align: center;
     }

    #shopping-cart-table button.button span span {
        font-size: 14px;
    }



    #shopping-cart-table li.wide {
        width: 100%;
    }
    #shopping-cart-table tr.discount {
        border: none;
    }
    #shopping-cart-table tr.discount  td{
        display:none;
    }

    #shopping-cart-table tr.discount td:nth-child(2){
        display:block;
    }
    
    body.seo-payment main .page {
        padding-top: 20px;
    } 
    

}
#shopping-cart-table h2 a, #shopping-cart-table h2 a:hover, #discount-coupon-form h2 {
    color: #666; font-size:20px;
}
#shopping-cart-table h3.product-name { color: #666; font-size:20px; }
#shopping-cart-table .product-name { color: #666; font-size:16px; }
