﻿#reviewbasket {
	padding: 1em;
	}
#reviewbasket a.checkout {
	float: right;
	padding: 1em 1em 1em 2em;
	background-color: #ffe;
	border: 1px solid #393;	
	color: #393;
	font-weight: bold;
}
#reviewbasket a.checkout:hover {
	color: #363;
	background-color: #efe;
}
#reviewbasket .msl_table {
	clear: both;
}
#reviewbasket_total {
	width: 200px;
	float: right;
	clear: both;
	}
a:link.basket_proceed,a:visited.basket_proceed ,a:active.basket_proceed  {
	display: block;
	width: 150px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #efe;
	color: #396;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	}
a:hover.basket_proceed {
	background-color: #dfd;
	color: #3c3;
	}
#reviewbasket h2 img {
	vertical-align: middle;
	}
#reviewbasket a.basket_remove {
	font-size: smaller;
}



.quantity {
                height:32px;
}
.quantity > * {
                display: block;
                height: 32px;
                margin: 0;
                text-align: center;
                padding: 5px;
                line-height: 1.3;
                box-sizing: border-box;
                float: left;
}
.quantity a {
                width:32px;
                text-indent:-5000px;
                overflow:hidden;
                background:url(../../images/interface/plusminus.png) top left no-repeat;
                cursor:pointer;
}
.quantity span {
                background:white;
                min-width:32px;
                padding:5px;
                border-top:1px solid #ccc;
                border-bottom:1px solid #ccc;
                font-size:0.9em;
                line-height:20px;
                font-family:sans-serif;
}
.quantity .increase {
                background-position:top right;
}
.quantity a.decrease:active {
                background-position:bottom left;
}
.quantity a.increase:active {
                background-position:bottom right;
}
    .quantity a[disabled="disabled"] {
        background: #ccc !important;
    }

/* Product Warning/Qualifying Products */
.msl-product-warning {
    padding: 1.25rem;
    background: #fff3cd;
    border-radius: .5rem;
    border: 1px solid #ffe69c;
    margin-top: 0.5rem;
}
.msl-product-warning > .warning {
    background-color: transparent;
    border: none;
}
.msl-product-warning h4 {
    font-size: 1.2rem;
}
.msl-product-warning .msl_warning {
    border: 1px solid #c60;
}
.msl-product-reqs, .msl-qps ul {
    margin: 1rem 0;
    padding:0;
    list-style: none;
}
.msl-product-reqs li, .msl-qps li {
    background: #fff;
    padding: .65rem .75rem;
    border-radius: 5px;
    border: 1px solid #ccc
}
.msl-product-reqs li+li {
    margin-top: 0.5rem;
}
.msl-product-warning h5 {
    margin: 2rem 0 1rem;
    font-size: 1.1rem;
}
.msl-req {}
.msl-qps {}
.msl-qps li {
    border-color: #6c0;
    display: flex;
    align-items: center;
}
.msl-qps li input.button {
    padding: .4rem .7rem;
    margin-left: auto;
    margin-top: -3px;
    margin-bottom: -3px;
    margin-right: -3px;
}
.msl-qps li span {
    margin-left: 0.5rem;
    font-weight: bold;
}
.msl-qps li span+span {
    margin-left: 0.5rem;
    font-weight: normal;
}