.shopping_cart{
        background: #b7e9f9;
        border-top: 2px solid #00405e;
}

.shopping_cart h2{
        font-weight:normal;
}

.wp_cart_checkout_button:hover{
        opacity:0.7;

}

.wp_cart_checkout_button{
	margin:40px 0 -5px 70px;
}

.wp_cart_button:hover{
	opacity:0.7;

}

.wp_cart_button{
        float:right;
        margin:-38px 0px 0px 0px;
}
 

