h1 {
    margin-left: 0;
}
.bigwhite {
    width: 100%;
    padding-top: 0;
}
.cart-html {
    background: #def9e0 url('/images/shopping-sprite.png') no-repeat 15px -105px;
    border: 1px solid #cfe2d0;
    padding: 7px 10px 5px 60px;
    overflow: auto;
    font-size: 1.1em;
    margin: 0 0 15px 0;    
}
.bigwhite .cart-html p,
.cart-html p {
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Comic Sans MS', 'Comic Sans MS Bold', Tahoma, Verdana, Arial, Helvetica, cursive, 'sans -serif';
}

.check-out {
    background: url('/images/shopping-sprite.png') no-repeat 0 -150px;
    width: 102px;
    height: 25px;
    display: block;
    float: right;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    outline: none;
}
.bigwhite .success-tip {
    background: url('/images/shopping-sprite.png') no-repeat 0 -254px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #0b8219;
    font-family: arial;
    font-weight: bold;
}
