/* 
    Document   : google-checkout-customize
    Created on : Apr 15, 2011, 6:39:10 PM
    Author     : Mujib
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.googlecart-add-button {
    height: 30px;
    width: 106px;
}
.googlecart-add-button{
    background: url("images/add_to_cart_btn.gif") no-repeat;
    height: 30px;
    width: 106px;
    cursor: pointer;
    margin-top: 13px;
    outline: none;
}

#googlecart-widget {
    margin: 156px 0 0 0;
    padding: 0 !important;
    position: relative !important;
    right: 0 !important;
    text-align: left;
    top: 0 !important;
    z-index: 1000000;
    float: left;
}
.google-cart-self {
    margin: -30px auto auto auto ;
    float: left;
    position: relative;
}