a.button, a.nbutton, a.pbutton, a.bbutton {
    background: transparent url('/cart/style/bg_button2_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 28px; /* sliding doors padding */
    text-decoration: none;
}
a.pbutton {
    background: transparent url('/cart/style/bg_button3_a.gif') no-repeat scroll top right;
    padding-right: 8px;
}
a.bbutton {
    background: transparent url('/cart/style/bg_button4_a.gif') no-repeat scroll top right;
    padding-right: 8px;
}
a.button {
    background: transparent url('/cart/style/bg_button1_a.gif') no-repeat scroll top right;
    padding-right: 18px;
}
a.button span, a.nbutton span, a.pbutton span, a.bbutton span {
    background: transparent url('/cart/style/bg_button2_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 28px;
    padding-left: 10px;
}
a.pbutton span {
    background: transparent url('/cart/style/bg_button3_span.gif') no-repeat;
    padding-left: 28px;
    padding-right: 10px;
}
a.bbutton span {
    background: transparent url('/cart/style/bg_button4_span.gif') no-repeat;
    padding-left: 28px;
    padding-right: 10px;
}
a.button span {
    background: transparent url('/cart/style/bg_button1_span.gif') no-repeat;
    padding: 5px 0 5px 18px;
}
a.button:active, a.nbutton:active, a.pbutton:active, a.bbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.pbutton:active {
    padding-right: 10px;
}
a.bbutton:active {
    padding-right: 10px;
}
a.button:active {
    padding-right: 18px;
}
a.button:active span, a.nbutton:active span, a.pbutton:active span, a.bbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 28px; /* push text down 1px */
    padding-left: 11px;
}
a.pbutton:active span {
    padding-left: 28px;
    padding-right: 10px;
}
a.bbutton:active span {
    padding-left: 28px;
    padding-right: 10px;
}
a.button:active span {
   padding: 6px 0 4px 18px; /* push text down 1px */
}
