@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#addon-bar:not(:hover) {
   opacity: 0 !important;
   margin-bottom:-20px !important;
   -moz-transition-delay: 4s !important;/* determines how long the Add-on bar waits to before hiding */
   -moz-transition: all 0.6s ease;}/* determines how fast the Add-on bar slides out of view */

#addon-bar:not(hover) {min-height: 23px !important;}

#addon-bar:hover {
   -moz-transition: all 50ms ease;}/* determines how fast the Add-on bar slides into view when mouse hovered */

#addon-bar {position:absolute}
#browser-bottombox > * {position:static}

#addonbar-closebutton {
   display: none !important;}

/* Insures that the Add-on bar is shown when 'Customizing Toolbars' */ 
#navigator-toolbox[customizing="true"] ~ #browser-bottombox
#addon-bar {
   opacity: 1 !important;
   height: auto !important;
   margin-bottom: 0px !important;
   -moz-transition-delay: 0s !important;
   -moz-transition: all 150ms ease;}/* determines how fast the Add-on bar slides into view */