.cart-box {
    float: right;
     width: 240px;
    background: rgb(255, 255, 255);
    height: 40px;
}
.cart-box  img {
    max-height: 40px;
}
.cart-box .cart-button {float: left; }
.cart-box .cart-status {float: left; margin-left: 5px;height: 40px;padding-top: 11px;font-weight: bold;font-size: medium;}
.cart-box .cart-links { float: left;  margin-left: 5px;height: 40px;padding-top: 15px;}
.cart-box a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.cart-box a:hover {color:rgb(42,90,138); text-decoration:underline;}
.cart-box a:visited {color:rgb(42,90,138);}
.clearfix{clear: both;}