#folderTree {
	font-size: 9px;
}

#folderTree treechildren {
	padding: 0 !important;
}

#folderTree treechildren::-moz-tree-cell-text(folderNameCol) {
	font-size: 9px;
}

#folderTree treechildren::-moz-tree-row(folderNameCol) {
	background-color: #f8f8f8;
}
#folderTree treechildren::-moz-tree-row {
	margin-top: -1px;
	margin-bottom: 0;
}
#folderTree treechildren::-moz-tree-image(folderNameCol) {
	height: 13px !important;
}

/* remove icons... */
#folderTree treechildren::-moz-tree-image(folderNameCol) {
	list-style-image: none !important;
}

#folderTree treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox),
#folderTree treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts),
#folderTree treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent),
#folderTree treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash),
#folderTree treechildren::-moz-tree-image(folderNameCol, isServer-true) {
	list-style-image: url(chrome://messenger/skin/icons/folder-pane.png) !important;
}

#folderTree treechildren::-moz-tree-row(folderNameCol, specialFolder-Inbox),
#folderTree treechildren::-moz-tree-row(folderNameCol, isServer-true) {
	background-color: #fff !important;
}

#folderTree treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox) {
	color: #335c99 !important;
}

#folderTree treechildren::-moz-tree-row(folderNameCol, selected) {
	background-color: #85a9df !important;
}
#folderTree treechildren::-moz-tree-cell-text(folderNameCol, selected) {
	color: #fff !important;
}

#folderTree treechildren::-moz-tree-cell-text(folderNameCol, isServer-true) {
	font-size: 11px;
}

/* tree lines back ! */
#folderTree > treechildren::-moz-tree-line {
	visibility: visible;
}

/* less contrasty zebra striping */
#threadTree treechildren::-moz-tree-row(odd) {
	background-color: #f6f6f6 !important;
}

#threadTree treechildren::-moz-tree-row(selected) {
	background-color: #85a9df !important;
}

#folderTree treechildren::-moz-tree-row(hasUnreadMessages-true) {
	background-image: url(file:///home/yourusername/.thunderbird/xxxxxxxx.default/chrome/envelope.png) !important;
	background-position: 98% 50%;
	background-repeat: no-repeat;
}


