@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*Firefox 3 Sidebar Below The Tabbar by alice0775 */
/*This style is based on "Firefox 3 Tabs at the Top" By Sabeur.*/
@-moz-document url("chrome://browser/content/browser.xul"){
.tabbrowser-strip
{ position:fixed; left:0px; right:0px; width:100%!important; z-index:0; }
.tabbrowser-strip:not([moz-collapsed="true"])>tabs
{ height:27px !important; }
tab
{ -moz-user-select:-moz-none!important; z-index:1!important; -moz-border-radius-bottomleft: 0px!important; }
.tabbrowser-strip .tabbrowser-tabs
{ width:100% !important; }
.tab-drop-indicator-bar
{ z-index:2; }
.tabbrowser-strip:not([moz-collapsed="true"]) + .plain
{ padding-top:28px !important; }

#navigator-toolbox:not([inFullscreen="true"]) + hbox > #sidebar-box,
#navigator-toolbox:not([inFullscreen="true"]) + hbox > #sidebar-splitter
{padding-top: 28px; }

#navigator-toolbox[inFullscreen="true"] + hbox > #sidebar-box,
#navigator-toolbox[inFullscreen="true"] + hbox > #sidebar-splitter
{padding-top: 0px !important; }

}