body {
    background:#A9A9A9      
}
a:link, a:visited {
    color: #4169E1;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000000;
    text-decoration: underline;
}

/* Buttons */
.button {
        background: #FFFFFF;
        color: #000000 !important;
}
.button:hover {
        background: #000000;
}

/* Top */
#top h1 {
        color: #FFFFFF;
}

#search input {
        background: #000000;
        color: #FFF;
}
#search label input {
        background: #FFF;
        color: #000;
        border: 1px solid #4169E1;
}

/* Bar */
#bar {
        background: #;
        color: #A9A9A9;4169E1
}
        #bar a:link, #bar a:visited {
            color: #;
            text-decoration: none;
        }
        #bar a:hover, #bar a:active {
            text-decoration: underline;
        }
        
        #cart {
                color: #FFF;
                background: transparent url(/templates/01/_images/green/cart-icon.gif) 0 25px no-repeat;
        }
        
        #cart-total strong {
                color: #4169E1;
        }

/* Content */
#content h2, #side h2 {
        background: #A9A9A9
        color: #A9A9A9;
}
        #content h3 {
                background:#000000
                color:#000000;
     
        
        #products td p, p.price {
                background:#000000
                color: #FFFFFF;
        }

/* Side */
#side li a:link, #side li a:visited {
        background:#000000
        color: #4169E1;
        text-decoration: none;
}
#side li a:hover, #side li a:active {
        color: #9016b2;#000000
}

/* Footer */
#footer p, #footer a {
                background: #A9A9A9;
                color: #000000;
}




