.hbtree {
	font-family: Gulim;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
}
.hbtree img {
	border: 0px;
	vertical-align: middle;
}
.hbtree a {
	color: #333;
	text-decoration: none;
}
.hbtree a.node, .hbtree a.nodeSel {
	white-space: nowrap;
	padding: 4px 2px 1px 2px;
}
.hbtree a.node:hover, .hbtree a.nodeSel:hover {
	color: #666666;
	text-decoration: underline;
}
.hbtree .clip {
	overflow: hidden;
}
