/*--------------------------------------------------|

| dTree 2.05 | www.destroydrop.com/javascript/tree/ |

|---------------------------------------------------|

| Copyright (c) 2002-2003 Geir Landrö               |

|--------------------------------------------------*/



.dtree {	white-space: nowrap;	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: small-caps;

}

.dtree img {

	border: 0px;

	vertical-align: middle;

}

.dtree a {

	color: #0482ac;

}

.dtree a.node, .dtree a.nodeSel {

	white-space: nowrap;

	font-size: 14px;

}

.dtree a.node:hover, .dtree a.nodeSel:hover {

	text-decoration: none;

	color: #ff7300;

	

}

.dtree a.nodeSel {

	font-size: 14px;

	color: #ff7300;

}

.dtree .clip {

	overflow: hidden;

}