ul.dynatree-container {
	border: none;
	background-color: transparent;
}

ul.dynatree-container a {
	border-color: transparent;
	border: none;
	line-height: 18px;
    color: #074D6F;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;	
}

ul.dynatree-container a:hover, ul.dynatree-container a:focus, ul.dynatree-container a:visited {
	background-color: #FFF;
	border: none;
	font-weight: 900;
	font-size: 16px;
	outline-style: none;
}

span.dynatree-active a, span.dynatree-active a:hover, span.dynatree-active a:focus, span.dynatree-active a:visited {
	background-color: #FFF;
	border: none;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	outline-style: none;
}

span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
	background-image: url("../images/icons.png");
}

span.dynatree-connector {
    background-image: none;
}

.contentType span.dynatree-icon {
	background-image: url('../images/content-type.png');
}

#dir-tree span.dynatree-folder span.dynatree-icon,
#contentTypeTree span.dynatree-folder span.dynatree-icon {
	background-image: none;
	background-position: 0;
	margin-left: 0;
	width: 0;
}
#clasif-tree span.dynatree-icon {
	background-image: url('../images/folder.png');
	background-position: 0;
}

#dir-tree span.contentType span.dynatree-connector, 
#contentTypeTree span.contentType span.dynatree-connector {
    background-image: none;
    background-position: 0;
    margin-left: 0;
    width: 0;
}