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

.dtree {
	width: 230px;
	height: auto;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	white-space: wrap;
	overflow: hidden;
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;

}
.dtree a {
	color: #333;
	text-decoration: none;

}
.dtree a.node, .dtree a.nodeSel 
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	font-size: 12px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover 
{
	text-decoration: underline;

}
.dtree a.nodeSel 
{
	
}
.dtree .clip 
{
	overflow: hidden;
	color:red;

}


/* ****** HELPANOUTDOOR PRODUKT LISTE ******* */

.dreeOut
{
width: 210px;
height: auto;
white-space: wrap;
overflow: hidden;
float:left;
}

.dtreeOut ul
{
list-style-type:none;
text-align: left;
padding:0px; 
margin:0px;
}

.dtreeOut ul li a
{

text-align: left;
font-family:arial;
line-height: 20px;
font-size: 12px;
text-decoration: none;
color: #000000;
padding-left: 15px;
float:left;
width: 100%;
}

.dtreeOut ul li a:hover
{

color:#999;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
