diff --git a/xpfe/components/directory/directory.css b/xpfe/components/directory/directory.css
index e349edfc6b8..3ed3cce8550 100644
--- a/xpfe/components/directory/directory.css
+++ b/xpfe/components/directory/directory.css
@@ -28,10 +28,6 @@
@import url(chrome://communicator/skin/);
-treecol[sortActive="true"] {
- background-color: lightgray;
-}
-
/* Hide the twisty when type != DIRECTORY (XXX is there a '!=' in CSS?) */
treeitem[type="FILE"] > treerow > treecell > .twisty {
list-style-image: none;
diff --git a/xpfe/components/directory/directory.xul b/xpfe/components/directory/directory.xul
index a29afb515bd..61283f2d035 100644
--- a/xpfe/components/directory/directory.xul
+++ b/xpfe/components/directory/directory.xul
@@ -56,9 +56,12 @@
-
-
-
+
+
+
diff --git a/xpfe/components/search/resources/internetresults.xul b/xpfe/components/search/resources/internetresults.xul
index 60169e6a1da..8fd16abdcb3 100644
--- a/xpfe/components/search/resources/internetresults.xul
+++ b/xpfe/components/search/resources/internetresults.xul
@@ -102,35 +102,35 @@
-
-
-
-
-
-
-
-
diff --git a/xpfe/components/search/resources/search-editor.xul b/xpfe/components/search/resources/search-editor.xul
index 7a934f1b84f..71e5e5c335e 100644
--- a/xpfe/components/search/resources/search-editor.xul
+++ b/xpfe/components/search/resources/search-editor.xul
@@ -85,7 +85,9 @@
-
+
@@ -137,7 +139,10 @@
-
+
diff --git a/xpfe/components/search/resources/search-panel.xul b/xpfe/components/search/resources/search-panel.xul
index 43aeb6e129b..27a13c5b9ad 100644
--- a/xpfe/components/search/resources/search-panel.xul
+++ b/xpfe/components/search/resources/search-panel.xul
@@ -123,7 +123,7 @@
-
+
@@ -161,10 +161,11 @@
+
-
-
+
+
diff --git a/xpfe/components/search/resources/search.css b/xpfe/components/search/resources/search.css
index fddf22daddb..e69de29bb2d 100755
--- a/xpfe/components/search/resources/search.css
+++ b/xpfe/components/search/resources/search.css
@@ -1,142 +0,0 @@
-@import url(chrome://global/skin);
-
-box.sidebartitle {
- background-color: #505888;
- padding: 2px 3px 3px 3px;
- border: 0px;
- margin: 0px;
- font: 10pt sans-serif;
-}
-
-box.panelbar {
- background-color: #006870;
- padding: 2px 3px 3px 3px;
- border: 0px;
- margin: 0px;
- font: 10pt sans-serif;
-}
-
-box#sidebox {
- width: 100%;
- height: 100%;
-}
-
-titledbutton.sidebartitle:hover {
- border: 0px;
- margin: 1px;
-}
-
-titledbutton.paneltitle {
- horizontal-align: left;
-}
-
-treecol.checkboxColumn {
- width: 30px ! important;
-}
-
-box.spaced {
- padding-top: 5px;
- paddimg-bottom: 2px;
-}
-
-box#engineTabs {
- background-color: #808080;
- border-bottom: 1px solid threedhighlight;
-}
-
-box#engineTabs > titledbutton {
- background-color: #CCCCCC;
- margin-bottom: 0px;
- border-bottom: 1px solid #CCCCCC;
-}
-
-titledbutton#allEngines {
- margin-right: 12px;
-}
-
-treecol[sortActive="true"] {
- background-color: lightgray;
-}
-
-titledbutton.engine[loading="true"] {
- list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
-}
-
-titledbutton.iconic {
- list-style-image: url("resource:/res/rdf/document.gif") ! important ;
-}
-
-treeitem > treerow.searchresult > treecell > titledbutton {
- cursor: pointer;
-}
-
-treeitem > treerow.searchresult > treecell {
- color: black;
- text-decoration: none;
-}
-
-treeitem > treerow.searchresult > treecell:hover {
- color: blue;
- text-decoration: underline;
-}
-
-treeitem > treerow.searchresult > treecell > titledbutton:active {
- color: red;
- text-decoration: underline;
-}
-
-/*undo regular search tree selection look*/
-treeitem[selected="true"] > treerow.searchresult {
- background-color: transparent;
-}
-
-
-
-.searchpanel-outerbox {
- padding: 8px 4px 4px 4px;
-}
-
-.indented-label {
- padding-left: 8px;
-}
-
-titledbutton.panelbtn {
- margin-left: 1em;
- margin-right: 1em;
-}
-
-tree[singleclick="true"] treeitem > treerow > treecell > titledbutton {
- cursor: pointer;
-}
-
-tree[singleclick="true"] treeitem > treerow > treecell {
- color: black;
- text-decoration: none;
-}
-
-tree[singleclick="true"] treeitem > treerow > treecell:hover {
- color: blue;
- text-decoration: underline;
-}
-
-tree[singleclick="true"] treeitem > treerow > treecell:active {
- color: red;
- text-decoration: underline;
-}
-
-/*undo regular search tree selection look*/
-tree[singleclick="true"] treeitem[selected="true"] > treerow {
- background-color: transparent;
-}
-
-#sidebar-search-text {
- border: 1px solid black;
-}
-
-#Tree, #searchengines {
- border: 1px solid black;
-}
-
-titledbutton.push {
- background-color: #CCCCCC;
-}
\ No newline at end of file