.showItems
{
    position: relative;
    display: inline-block;
}

div.cart
{
    text-align: right;
    float: right;
    margin-right: 20px;
    padding: 5px;
    /*background: #DDDDDD;*/
    border-radius: 4px;
}

a.cart
{
    /*background: url("/https/bookstore.ams.org/images/cart-icons.png") no-repeat scroll left -19px transparent;*/
    background: url("/https/bookstore.ams.org/images/shopping-cart.png") no-repeat;
    /*margin-right: 20px;*/
    text-decoration: none;
    display: block;
    float: right;
    height: 32px;
    width: 32px;
    color: black;
    /*margin-top: 5px;*/
    background-size: contain;
}

a.cart span.cartCountLabel
{
    min-width: 24px;
    height: 24px;
    top: -25px;
    right: -12px;
    position: absolute;
    color: #fff;
    line-height: 24px;
    border-radius: 16px;
    background-color: #0057b8;
    display: inline;
    font-size: 12px;
    text-align: center;
}