/* Worldwide */

/* Visa */
.visa {
    content: "";
    background: url('../images/sprites.png') -10px -10px;
    width: 74px;
    height: 40px;
}

.visa:hover,
.visa:active,
.visa:focus,
.visa-selected {
    content: "";
    background: url('../images/sprites.png') -103px -10px;
    width: 74px;
    height: 40px;
}

/* Master Card */
.mastercard {
    content: "";
    background: url('../images/sprites.png') -10px -60px;
    width: 74px;
    height: 40px;
}

.mastercard:hover,
.mastercard:active,
.mastercard:focus,
.mastercard-selected {
    content: "";
    background: url('../images/sprites.png') -103px -60px;
    width: 74px;
    height: 40px;
}

/* American Express Card */
.amex {
    content: "";
    background: url('../images/sprites.png') -10px -160px;
    width: 74px;
    height: 40px;
}

.amex:hover,
.amex:active,
.amex:focus,
.amex-selected {
    content: "";
    background: url('../images/sprites.png') -103px -160px;
    width: 74px;
    height: 40px;
}

/* Magna */
.magna {
    content: "";
    background: url('../images/sprites.png') -10px -110px;
    width: 74px;
    height: 40px;
}

.magna:hover,
.magna:active,
.magna:focus,
.magna-selected {
    content: "";
    background: url('../images/sprites.png') -103px -110px;
    width: 74px;
    height: 40px;
}

/* bitcoin */
.bitcoin {
    content: "";
    background: url('../images/sprites.png') -10px -210px;
    width: 74px;
    height: 40px;
}

.bitcoin:hover,
.bitcoin:active,
.bitcoin:focus,
.bitcoin-selected {
    content: "";
    background: url('../images/sprites.png') -103px -210px;
    width: 74px;
    height: 40px;
}
