/**** BASKET *****/

#reviewbasket.checkoutpage {
    overflow-x: auto;
    min-height: .01%;
}

.checkoutpage .msl_table th, .checkoutpage .msl_table tr.footer td {
    background: #3F366F;
}

.checkoutpage .msl_table ul.basket_qp li input.button, .checkout_next input.button {
    float:none;
    color: #fff;
    background-color: #357b73;
    border-color: #357b73;
    margin: 0px;
    margin-right:10px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkoutpage .msl_table ul.basket_qp li input.button:hover, 
.checkoutpage .msl_table ul.basket_qp li input.button:focus, 
.checkoutpage .msl_table ul.basket_qp li input.button:active,
.checkout_next input.button:hover,
.checkout_next input.button:focus,
.checkout_next input.button:active {
    background-color: #255a54;
    color: #fff;
}

@media (max-width:768px) {
    .checkoutpage .msl_table ul.basket_qp li input.button {
        margin-top:10px;
    }
}

.checkoutpage .error {
    display: block;
    margin: 1em;
    padding: 20px 20px 20px 20px;
    color: #c00;
    background: #ffc url(/skins/images/interface/error.gif) no-repeat 2px 20px;
    border: 1px solid #c60;
    border-width: 2px 0;
}