#ajax-basket {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    position: absolute;
    top: 67px;
    right: 150px; /*3px*/
    min-width: 278px;
    z-index: 9996;
    border-radius: 6px;
    	-webkit-border-radius: 6px;
			-moz-border-radius: 6px;

}
    #ajax-basket:after,
    #ajax-basket:before {
        border: solid transparent;
        content: "\0020";
        pointer-events: none;
        position: absolute;
        bottom: 100%;
        width: 0;
        height: 0;
    }
    #ajax-basket:after {
        border-bottom-color: #fff;
        border-width: 6px;
        right: 165px;
        
    }
    #ajax-basket:before {
        border-bottom-color: #929393;
        border-width: 7px;
        right: 165px;
       
    }
    .ie6 #ajax-basket {
        top: 60px;
        width: 258px;
    }
    #ajax-basket h2 {
        color: #000;
        font-size: 15px;
        font-weight: normal;
    }
    #shopping-cart-summary {
        border: dashed #ccc;
        border-width: 1px 0;
        color: #575757;
        margin-bottom: 10px;
    }
        #shopping-cart-summary .shopping-cart-summary-item {
            clear: both;
            overflow: hidden;
            padding: 5px 0;
        }
            #shopping-cart-summary .shopping-cart-summary-item p {
                line-height: 16px;
                margin: 0;
            }
    #ajax-basket p.shopping-cart-summary-total {
        color: #575757;
        font-size: 14px;
    }

    #ajax-status-message {
        display: none;
        padding: 0px 0px 10px 0px;
    }

    #loading {
        position: absolute;
        top: -21px;
        right: 30px;
    }

    #loading-ctgy {
        position: absolute;
        top: -21px;
        right: -56px;
    }


    .blue {
        color: #1b3e5c !important;
    }

    .gill {
        font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, sans-serif;
    }

    .clearfix {
        zoom: 1;
    }

    .align-center {
        text-align: center;
    }

    .float-left {
        display: inline;
        float: left;
    }

    .img-left {
        float: left;
        margin: 2px 10px 10px 0;
    }

    .float-right {
        display: inline;
        float: right;
    }


    .button {
        border: none;
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 1px 5px 0x rgba(0, 0, 0, .15);
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font: bold 14px 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, sans-serif;
        height: 26px;
        line-height: 26px !important;
        margin: 0;
        padding: 0 17px;
        text-decoration: none !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .49);
    }

    .grey-gradient {
        background: #5b6e8d url(../images/bg_blue_gradient.png) repeat-x 0 0;
        background: -moz-linear-gradient(top, #5b6e8d 0%, #516688 24%, #2c4a77 80%, #234373 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6e8d), color-stop(24%,#516688), color-stop(80%,#2c4a77), color-stop(100%,#234373));
        background: -webkit-linear-gradient(top, #5b6e8d 0%,#516688 24%,#2c4a77 80%,#234373 100%);
        background: -o-linear-gradient(top, #5b6e8d 0%,#516688 24%,#2c4a77 80%,#234373 100%);
        background: -ms-linear-gradient(top, #5b6e8d 0%,#516688 24%,#2c4a77 80%,#234373 100%);
        background: linear-gradient(top, #5b6e8d 0%,#516688 24%,#2c4a77 80%,#234373 100%);
    }

    .orange-gradient {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #363636;
        *background-color: #222222;
        background-image: -moz-linear-gradient(top, #444444, #222222);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
        background-image: -webkit-linear-gradient(top, #444444, #222222);
        background-image: -o-linear-gradient(top, #444444, #222222);
        background-image: linear-gradient(to bottom, #444444, #222222);
        background-repeat: repeat-x;
        border-color: #222222 #222222 #000000;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }


    .bottom-shadow {
        -moz-box-shadow: 0 5px 10px -5px rgba(68, 68, 68, .75);
        -webkit-box-shadow: 0 5px 10px -5px rgba(68, 68, 68, .75);
        box-shadow: 0 5px 10px -5px rgba(68, 68, 68, .75);
    }

.bask-img{
    width: 60px;
    height: 60px;
}

.shopping-cart-summary-item{
    text-align: right;
}

.bask-qty, .bask-price{
    text-align: right;
}

.loading{
    position: absolute;
    right: 177px;
    top: -21px;
}
