/*
****************************************************
* --- Created April 13 2009  --- By Barbie Foster  *
* Barbiegirl  http://userstyles.org/users/13023    *
* TITLE:  Sidebar - Autohide ALL Sidebar Titlebars *
*  http://userstyles.org/styles/16974              *
****************************************************
*/


/* INSTRUCTIONS: IT IS BEST TO ROLL MOUSE OVER SLOWLY STARTING FROM ABOVE THE TOP OF THE SEARCHBAR AND MOVING DOWN */ 




@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

sidebarheader
 {
margin-bottom: -24px !important;
}

sidebarheader:hover
 {
margin-bottom: 0px !important; 
}

/*END*/