@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Sidebar and Library list selected inactive */
#bookmarks-view:-moz-system-metric(mac-graphite-theme) treechildren::-moz-tree-row(selected), 
#historyTree:-moz-system-metric(mac-graphite-theme) treechildren::-moz-tree-row(selected),
#placesList:-moz-system-metric(mac-graphite-theme) treechildren::-moz-tree-row(selected) {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAATCAIAAADeafBOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACdJREFUeNpi3rFjB9Pfv3/B+N+/f0z///8H0zAxXOIwMRgfyAYIMAAsrjfVMVwyqQAAAABJRU5ErkJggg==")!important;
  background-color: #A2A2A2 !important;  
  border-top: 1px solid #A2A2A2 !important;
}
/* Sidebar and Library list selected */
#bookmarks-view:-moz-system-metric(mac-graphite-theme) treechildren::-moz-tree-row(selected,focus),
#historyTree:-moz-system-metric(mac-graphite-theme) treechildren::-moz-tree-row(selected,focus),
#placesList:-moz-system-metric(mac-graphite-theme) treechildren::-moz-tree-row(selected,focus) {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAATCAIAAADeafBOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpizMzMZPrz5w/T79+/wfS/f//gbBj++/cvWBxZDMRHFvv//z9AgAEA3Qs2p3+6EJEAAAAASUVORK5CYII=")!important;
  background-color: #4B4B4B !important;
  border-top: 1px solid #4B4B4B !important;
}

/* Library list background active */
window[active] #placesList {
  background-color: #D8D8D8 !important;
}
/* Library Content background */
#placeContent treechildren::-moz-tree-row(odd) {
  background-color: #F4F4F4 !important;
}
#placeContent treechildren::-moz-tree-row(odd, selected) {
  background-color: #D8D8D8 !important;
}
#placeContent treechildren::-moz-tree-row(odd, selected, focus) {
  background-color: #7F7F7F !important;
}

/* Sidebar background inactive */
#sidebar {
  background-color: #E8E8E8 !important;
}
/* Sidebar background active */
window[active] #sidebar {
  background-color: #D4D5D8 !important;
}

/*-----Sidebar Header for Default theme-----
#main-window[active] sidebarheader {
  background: #D4D5D8 !important;}
------------------------------------------*/
