/* Header - Navigation Bar - Bar and Border */
.Header_NavBarCells         { background: darkslategray; }
.Header_NavBarBorderTop     { height: 10; background: url("NavBar_BorderTop.gif") repeat-x center center; }
.Header_NavBarBorderLeft    { background: darkslategray; }
.Header_NavBarBorderRight   { background: darkslategray; }
.Header_NavBarBorderBottom  { background: darkslategray; height: 2; }
.Header_NavBarDivider       { width: 2; background: url() no-repeat center center; }

/* Header - Navigation Bar - Buttons */
.Header_NavBarButtonText    { color: silver; }
.Header_NavBarButton_Left   { width: 10; background: url(../../images/NavButton_Left.gif) no-repeat center center; }
.Header_NavBarButton_Mid    { background: url(../../images/NavButton_Mid.gif) repeat-x center center; }
.Header_NavBarButton_Right  { width: 10; background: url(../../images/NavButton_Right.gif) no-repeat center center; }

/* Shopping cart state */
#Header_Cart_Frame          { background: white; }

#Header_LanguageButton      { background: url("Button_Go.gif"); height: 15; width: 20; }
#Header_SearchButton        { background: url("Button_Go.gif"); height: 15; width: 20; }

    



