.brandBackground {
    background-color: #e71839;
}

.brandColor {
    color: #e71839;
}

#abc a:hover, #abc a.active {
    /*background:transparent url(bg_abc_navitem_active.gif) no-repeat top center;*/
    color:#e71839;
    text-decoration:none;
}

#selected a:hover, #selected a:active, #selected a:link {
    color:#e71839;
    text-decoration:none;
}
#productdetailsnav2 a:hover, .svanstroms #productdetailsnav2 A.selected {
     color : #fff;
     background: #DD0127;
  }
a                   {color:#ff022f;text-decoration:none;}
a:hover             {color:#cb0225;}

.redButton a        {color:#fff;border: 1px solid #8b0304;background:url(/ecommerce/images/redButton.png) repeat-x top #da0228;}
.redButton a:hover  {background: #8B0304; color:#fff;}

#progressBar        {background:url(/ecommerce/images/progressBar-bg.png) repeat-x top left; }
#progressBar ul li  {color: #640112; text-shadow: 0px 1px 0px #f0525f; background:url(/ecommerce/images/progressBar-li-bg.png) right no-repeat;}
#progressBar ul li.active  { text-shadow: 0px -1px 0px #640112; }


#shoppingCart .cartContent {border-top:2px solid #ff022f;}

#orderHistory th{background:url(/ecommerce/images/productbox_titlebg-svanstroms.gif) repeat-x top #da0228;}

h2.headings, h3.checkoutHeading {background:url(/ecommerce/images/productbox_titlebg-svanstroms.gif) repeat-x top #da0228;}

/** Menu **/
.jquerycssmenu li.empty a {color: #f88}
.jquerycssmenu ul, .jquerycssmenu ul.depth0 li, .jquerycssmenu ul.depth0 li.pos0 ul li.active, .jquerycssmenu li.pos0 ul.depth1 ul.active {
    background: #770115;
}

.jquerycssmenu li.pos0 ul.depth1 {
    background: url("/ecommerce/images/productbox_titlebg-svanstroms.gif") repeat-x scroll center top #ff022f;
}
.jquerycssmenu ul.depth0 li.pos0 {
    background: #ff022f;
}

.jquerycssmenu ul.depth1 ul.active, .jquerycssmenu ul.depth1 li.active, .jquerycssmenu ul.depth0 li.active ul li.active {
    background: #500009;
}