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

.dtree {
text-transform:capitalize;
text-decoration:none;
font-style:normal;
font-family:Arial,"Trebuchet MS", Helvetica, sans-serif;
font-size: 13px;
 white-space: nowrap;
 background-image:url(http://www.palmax.cl/shop/modules/albumselect/images/boton.png);
 border:none;
 padding:2px;


	
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
	
    padding: 2px 4px 2px 4px;
	border-color:#000;
	border:1;
	
	
}
.dtree a.nodeSel {
    font-style: bold;
}
.dtree .clip {
    overflow: hidden;
}

