/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	margin-top: -10px;
}
.dtree img {
	border: 0;
	vertical-align: middle;
}
.dtree a {
	color: #dce0df;
	text-decoration: none;
	outline: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: #df4fdf;
}
.dtree .clip {
	overflow: hidden;
}

#LeftBox1 table tbody tr td .ShopCatTree {
	z-index: 1000 !important;
	margin-top: 15px !important;
}