/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
    font-size: 1em;
    white-space: nowrap;
	text-align:left;
	line-height:220%;
	width:305px;
	margin:20px 0 30px 0;
}
.dTreeNode{
	width:305px;
	border-bottom:1px solid #CFC4A8;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.nodeSel {
    font-style: italic;
}

/**** ETERNITY ADDED STYLES - 03-04-2010 ****/

.dTreeNode a.parent{
	font-weight:bold;
}

a.node:hover{
	text-decoration:none;
}