@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url-prefix(chrome://newsfox) {

.heading
{
height: 20px !important;
}

.heading .toolbar toolbarbutton:not(#tBaddFolder):not(#tBadd):not(#tBoptions):not(#tBhelp)
{
padding: 0 5px 0 5px !important;
}

.heading .toolbar toolbarbutton .box-inherit.toolbarbutton-menubutton-button .toolbarbutton-icon
{
padding: 5px 0 4px 0 !important;
}

.heading .toolbar toolbarbutton .toolbarbutton-menubutton-dropmarker
{
border: none !important;
}

.feedHeading
{
height: 20px !important;
-moz-box-direction: reverse !important;
}

#feedTitle
{
text-align: right !important;
font: 16px Tahoma !important;
}

#feedToolbarBar
{
-moz-appearance: none !important;
}

toolbarbutton#tBaddFolder menuitem[label="Regular"]
{
list-style-image: url(chrome://newsfox/skin/images/addFolder.png) !important;
}

toolbarbutton#tBaddFolder menuitem[oncommand="addGroup('search'); event.stopPropagation();"]
{
list-style-image: url(chrome://newsfox/skin/images/folderSearch.png) !important;
}

toolbarbutton#tBaddFolder menu[label="Tag"],
toolbarbutton#tBaddFolder menupopup#aGtag menuitem:last-child
{
list-style-image: url(chrome://newsfox/skin/images/folderTag.png) !important;
}

toolbarbutton#tBaddFolder menu[label="Tag"] menuitem
{
list-style-image: url(chrome://newsfox/skin/images/tag.png) !important;
}

#tBadd menuitem[label="RSS/Atom"]
{
list-style-image: url(chrome://newsfox/skin/images/livemark.png) !important;
}

#tBadd menuitem[oncommand="addFeed('storage'); event.stopPropagation();"]
{
list-style-image: url(chrome://newsfox/skin/images/storage.png) !important;
}

menuitem#checkFeed
{
list-style-image: url(chrome://newsfox/skin/images/check.png) !important;
}

menuitem#fMprops
{
list-style-image: url(chrome://newsfox/skin/images/options.png) !important;
}

menuitem[oncommand="markFlaggedUnread(false,true);"]
{
list-style-image: url(chrome://newsfox/skin/images/markAllAsRead.png) !important;
}

menuitem#home2
{
list-style-image: url(chrome://newsfox/skin/images/storage.png) !important;
}

menuitem#openSort2
{
list-style-image: url(chrome://cutemenus/content/res/mosaic.png) !important;
-moz-image-region: rect(16px 16px 32px 0) !important;
}

menuitem#home
{
list-style-image: url(chrome://newsfox/skin/images/home.png) !important;
}

menuitem#openSort
{
list-style-image: url(chrome://newsfox/skin/images/folderOpen.png) !important;
}

menuitem[oncommand="selectNextUnreadArticle();"]
{
list-style-image: url(chrome://newsfox/skin/images/unread.png) !important;
}

menuitem[oncommand="selectAllArticles();"]
{
list-style-image: url(chrome://cutemenus/content/res/mosaic.png) !important;
-moz-image-region: rect(16px 112px 32px 96px) !important;
}

menuitem[oncommand="tagEdit();"]
{
list-style-image: url(chrome://newsfox/skin/images/tag.png) !important;
}

menuitem[oncommand="openArticle();"]
{
list-style-image: url(chrome://newsfox/skin/images/folderOpen.png) !important;
}

menuitem[oncommand="deleteArticle();"]
{
list-style-image: url(chrome://newsfox/skin/images/delete.png) !important;
}

}