.select-tree {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(cssimg/menu-tree.png);
	overflow:hidden;
	text-indent:-1000em;
	cursor:pointer;
	margin-left:10px;
}

#feed-category {
	font-size:11px;
}

#feed-category td {
	padding:0px 10px;
	height:20px;
	line-height:20px;
}

#feed-category .spacer {
	display:inline-block;
	background:url(cssimg/tree-vline.png) left repeat-y;
	width:8px;
	height:20px;
	margin: 0 4px;
	float:left;
}

#feed-category .spacer.last {
	background:url(cssimg/tree.png) left no-repeat;
}

#history .sum td {
	background:#f8fff0;
	border-top:2px solid #777;
	font-weight:bold;
}