@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

toolbarbutton.bookmark-item:not([type|="menu"]) .toolbarbutton-text {
display:none !important;
}

toolbarbutton.bookmark-item[label^="Smart Bookmarks"],
toolbarbutton.bookmark-item[label^="Places"],
toolbarbutton.bookmark-item[label^="Most Visited"] {
display:none !important;
}

toolbarbutton.bookmark-item[label^="Dict"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/dict.ico") !important;
}

toolbarbutton.bookmark-item[label^="Cookies"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/cookie.png") !important;
}

toolbarbutton.bookmark-item[label^="Wikipedia"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/wikipedia.png") !important;
}

toolbarbutton.bookmark-item[label^="del.icio.us"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/delicious.ico") !important;
}

toolbarbutton.bookmark-item[label^="shell"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/terminal.png") !important;
}

toolbarbutton.bookmark-item[label^="TwitterKeys"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/keyboard.png") !important;
}

toolbarbutton.bookmark-item[label^="HTML Validator"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/html.png") !important;
}

toolbarbutton.bookmark-item[label^="UrlEncode"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/encode.png") !important;
}

toolbarbutton.bookmark-item[label^="Alexa"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/alexa.ico") !important;
}

toolbarbutton.bookmark-item[label^="Linkify"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/pagelink.png") !important;
}

toolbarbutton.bookmark-item[label^="Add to notify.me"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/notifyme.ico") !important;
}

toolbarbutton.bookmark-item[label^="Clip to Evernote"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/evernote.ico") !important;
}

toolbarbutton.bookmark-item[label^="Buzz"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/buzz.ico") !important;
}

toolbarbutton.bookmark-item[label^="jQuerify"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/jquery.ico") !important;
}

toolbarbutton.bookmark-item[label^="Bit.ly"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/bitly.png") !important;
}

toolbarbutton.bookmark-item[label^="GC"] {
list-style-image: url("http://mycustomization.googlecode.com/svn/trunk/images/icons/garbage_collector.png") !important;
}