@import url("//cf.topspin.net/assets/cssstore.css");


.gradient-control {
    background-color: #373737;
    background-image: -moz-linear-gradient(top, #373737, #222222);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #373737),color-stop(1, #222222));
    background-image: linear-gradient(top, #373737, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#373737", EndColorStr="#222222");

}
.secondary-control {
    background-color:#000000;
}
.primary-control {
    background-color: #373737;
}
body {
    background-color:#F8F8F8;
}
.active-color, .nav-element a:hover, .offers_pagination a:link {
    color: #0081EE;
}
.nav-element.active-background a:hover { color:#C9C9C9;} 

.active-background, div#TSCart_header_wrap {
    background-color:#0081EE;
}
#header, .mini, .nav-element a {
    color: #CCCCCC;
}
.description-color { 
    color: #000000; 
}
.footer-color { 
    background-color: #000000; 
}

