@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#bookmarksPanel treechildren::-moz-tree-image(container) {
list-style-image: url("chrome://browser/skin/Toolbar-small.png") !important;
-moz-image-region: rect(16px 128px 32px 112px) !important;
}
#bookmarksPanel treechildren::-moz-tree-image(container,livemark) {
list-style-image: url("chrome://browser/skin/livemark-folder.png") !important;
-moz-image-region: auto !important;
}
#bookmarksPanel treechildren::-moz-tree-image(container,query) {
list-style-image: url("chrome://browser/skin/places/query.png") !important;
-moz-image-region: auto !important;
}
#bookmarksToolbarFolderMenu, #bookmarksToolbarFolderMenu [container] {
list-style-image: url("chrome://browser/skin/Toolbar-small.png") !important;
-moz-image-region: rect(16px 128px 32px 112px) !important;
}
#bookmarksToolbarFolderMenu [container][livemark] {
list-style-image: url("chrome://browser/skin/livemark-folder.png") !important;
-moz-image-region: auto !important;
}
#bookmarksToolbarFolderMenu [container][query] {
list-style-image: url("chrome://browser/skin/places/query.png") !important;
-moz-image-region: auto !important;
}
.bookmark-item[container] {
list-style-image: url("chrome://browser/skin/Toolbar-small.png") !important;
-moz-image-region: rect(16px 128px 32px 112px) !important;
}
.bookmark-item[container][livemark] {
list-style-image: url("chrome://browser/skin/livemark-folder.png") !important;
-moz-image-region: auto !important;
}
.bookmark-item[container][query] {
list-style-image: url("chrome://browser/skin/places/query.png") !important;
-moz-image-region: auto !important;
}