/*
This section controls the category tree function.
*/

.dtree {
white-space: nowrap;
font-size: 1em;
}
.dtree img {
border: 0px;
vertical-align: middle;
}
.dtree a {
color: #434642;
text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
white-space: nowrap;
padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
text-decoration: underline;
}
.dtree a.nodeSel {
background-color: #c0d2ec;
}
.dtree .clip {
overflow: hidden;
}

.dtree strong {
font-size: 1.1em;
}
