/* * Do not remove the @namespace line -- it's required for correct functioning */ /* set default namespace to XUL */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* Disabled User Styles color*/
#styles richlistitem[is-disabled="true"]:not([selected=true]) { color: #333 !important;}

/* Remove Back button when there's nothing to go Back to */
#back-button[disabled="true"] { display: none; }

/* Remove Forward button when there's nothing to go Forward to */
#forward-button[disabled="true"] { display: none; }

/* Remove "Search the Web for ' ' "*/
#context-searchselect{display:none !important}

/* Remove Send Link*/
#context-sendlink { display: none !important; }

/* Remove Stop button when there's nothing to Stop */
#stop-button[disabled="true"] { display: none; } 

/* Remove Edit and Help menu (if you already use all the keyboard shortcuts) */
#helpMenu, #edit-menu { display: none !important; }

/*Remove magnifying glass button from search box*/
.search-go-button-stack { display: none !important; } 

/* Eliminate the throbber and its annoying movement: */
#throbber-box { display: none !important; }

/* Remove Go Button */
#go-button-stack, .search-go-button-stack {
  display: none !important; }

/* change font size of menu items */
menupopup > * {
  /*color: #fff !important;*/
}

/*--- Remove 'Restore Default Set' Option ---*/
button:not([disabled="true"])[label="Restore Default Set"] {display:none !important}

/*--- Trying to increase size for Bookmarks (because FF3.5.2 messes nav-bar bookmarks) - it works! ---*/
#navigator-toolbox #nav-bar #personal-bookmarks{width:700px !important;}

/* Remove the Bookmark star */
#star-button { display: none !important; }

/* remove 'open in all tabs' */
menuitem[label="Open All in Tabs"] {-moz-appearance: none !important; display: none !important; }
#bookmarksBarContent menuseparator{display:none !important;}

/* Status Bar Mods */
statusbarpanel {
  -moz-appearance: none !important;
  border: none !important;
}

/* Remove Adblock Plus icon from the status bar */
#abp-status image {
  display: none !important;
}

/* Make Adblock Plus text visible in the status bar */
#abp-status label {
  display: -moz-box !important;
}


/* Cooliris Mods */
.cooliris-toolbarbutton-default image {display: -moz-box !important;}
.cooliris-toolbarbutton-default label {display: none !important;}
.cooliris-toolbarbutton-launchable label {display: none !important;}
.cooliris-toolbarbutton-launchable image {display: -moz-box !important;}


/*remove bookmarks toolbar icons*/
#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}

#vwp-veoh-leftimage{display:none !important}
#vwp-veoh-video-image{display:none !important}
#vwp-veoh-video-count{display:none !important}
#vwp-veoh-video-text{display:none !important}
#vwp-veoh-panel2{display:none !important} /*main*/

/*background color of Bookmarks Toolbar Items on hover */
#bookmarks-ptf toolbarbutton:hover{
 background-color: #444 !important;
}

/* Make the Search box flex wider */

#search-container {
   -moz-box-flex: 600 !important;
}
#searchbar {
   -moz-box-flex: 600 !important;
}

/* STATUS BAR GRAPHIC */
#status-bar {
  -moz-appearance: none !important;
  border: none !important;
  height: 25px !important;
  border-top: solid 1px #000000!important;
  background-color: #333333 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAWUlEQVR42jzJSQpEIQwFwEdaMMYhenBPKw7Jqnd/V1CYc5KZkbuTu9O997OZfffeC+ecsNYKe+8fM0NVEWMEMyOlBBGBiCDnjFIKaq1orUFV0XvHGIMA/AcAtwspivMIA9oAAAAASUVORK5CYII=") !important;
  color: #ffffff !important
}


/*background color of the back,stop,reload,home,etc buttons on hover */
#bookmarks-button:hover, #back-button:hover,
#reload-button:hover, #home-button:hover,
#stop-button:hover, #new-tab-button:hover,
#new-window-button:hover{
 background-color: #444 !important;
}

/* Limit live bookmarks to 5 entries and URL to site*/
[livemark="true"] menuitem { display: none !important; }
[livemark="true"] menuitem:first-child,
[livemark="true"] menuitem:first-child + menuitem,
[livemark="true"] menuitem:first-child + menuitem + menuitem,
[livemark="true"] menuitem:first-child + menuitem + menuitem + menuitem,
[livemark="true"] menuitem:first-child + menuitem + menuitem + menuitem + menuitem,
[livemark="true"] menuitem[label^="Open \""] 
{ display: -moz-box !important; }