/*
************************************************************
* --- Created Dec 30 2008 --- By Barbie Foster             *
* Barbiegirl  http://userstyles.org/users/13023            *
* TITLE: Sidebar Bookmarks: Remove Twistys and their Space * 
* http://userstyles.org/styles/13388                       *
 ***********************************************************
*/


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* Twistys OPENED  */

#bookmarksPanel treechildren:-moz-tree-twisty(open)
 {
height: 0px !important;

padding: 0px 0px 0px 0px !important;
margin: 0px 0px 0px 0px !important;
 }

/*******************************************************************************************/
/* Twistys CLOSED  */

#bookmarksPanel treechildren:-moz-tree-twisty(closed)
 {
height: 0px !important;


padding: 0px 0px 0px 0px !important;
margin: 0px 0px 0px 0px !important;
 }

/***********************************************************************************************/

#bookmarksPanel
{
margin: 0px 0px 0px -24px !important; 
}

/***********************************************************************************************/


/* MOVES THE WORD SEARCH in BOOKMARKS Sidebar  */

#bookmarksPanel label[value='Search:']
{

margin: 0px -4px 0px 25px !important;
}

/*END*/