#snowscootActions{
    line-height:1.5;
}

#snowscootActions a{
    color:black;
    display:inline-block;
    /display:inline;
    outline:0;
}

#snowscootActions .goShop{
    width:168px;
    height:40px;
    /display:block;
    background-image:url("cart.png");
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom:0.5em;
    text-indent: -999em;
}

#snowscootActions .goShop:hover{
    background-position: bottom;
}