﻿.pagerOn
{
    color: #ff3333;
    font-size: 12px;
    background-color: inherit;
}
.shoppingCartA
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    background-image: url(               'shoppingCartTop.gif' );
    background-repeat: no-repeat;
    text-transform: lowercase;
    padding-left: 8px;
    padding-top: 2px;
    font-size: 12px;
    position: static;
    display: block;
    width: 144px;
    height: 18px;
}
.shoppingCartB
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    background-image: url(              'shoppingCartBottom.gif' );
    background-repeat: no-repeat;
    text-transform: lowercase;
    padding-left: 8px;
    padding-top: 2px;
    font-size: 12px;
    position: static;
    display: block;
    width: 144px;
    height: 18px;
    margin-bottom: 3px;
}
.scRight
{
    display: block;
    clear: none;
    position: static;
    float: right;
    padding-right: 6px;
    color: #999999;
}
.scLeft
{
    display: block;
    clear: none;
    position: static;
    float: left;
    color: #666666;
}
A.button_checkout:link, A.button_checkout:active, A.button_checkout:visited
{
    text-decoration: none;
    background-color: inherit;
    display: block;
    clear: both;
    float: left;
    position: static;
    color: #999999;
    text-transform: uppercase;
    background-image: url(            'button_checkout.gif' );
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 3px;
    height: 16px;
    width: 90%;
    margin-left: 12px;
    margin-bottom: 6px;
}
A.button_checkout:hover
{
    text-decoration: none;
    background-color: inherit;
    display: block;
    clear: both;
    float: left;
    position: static;
    color: #4e4e4e;
    text-transform: uppercase;
    background-image: url(            'button_checkout.gif' );
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 3px;
    height: 16px;
    width: 90%;
    margin-left: 12px;
    margin-bottom: 6px;
}