/* http://xulplanet.com/tutorials/xultu/treestyle.html */
treechildren:-moz-tree-cell-text(filtered) { font-style: italic; color: #993333;}
treechildren:-moz-tree-cell-text(filtered, selected) { color: #440000 !important;}
treechildren:-moz-tree-cell-text(unfiltered) {}

/* from settings.css, for the Add button */

checkbox, radio, button, toolbarbutton {
	cursor: pointer !important; }
toolbarbutton {
	border-style: none !important; }

toolbarbutton[id="newbutton"],
toolbarbutton[id="newbutton"]:hover {
	border-style: none !important;
	x-moz-outline: 2px groove #BB9999 !important;
	font-style: italic !important;
	color: #663333 !important;
}
	
toolbarbutton[id="newbutton"] label {
	xvisibility: hidden !important; 
}
	
toolbarbutton[id="newbutton"]:hover label {
	visibility: visible !important;
	font-style: italic !important;
	color: #663333 !important; 
}
