@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

  /**
   * Move sidebar to the right adjusting the splitter and other elements
   */
  #browser {
    direction:  rtl;
  }
  #browser > * {
    direction:  ltr;
  }

  #browser  #sidebar-splitter {
    border-right: none           !important;
    border-left:  solid 1px #888 !important;
  }
  #browser  #sidebar-box {
    margin-right: 0    !important;
    margin-left: -14px !important;
  }
  #browser  #sidebar-header {
    background-position:  left  !important;
    direction:            rtl;
  }