#tree {

	width: 100%
}

#tree td {
        text-align: left !important;
}
.folder {
	font-weight:bold;
}

div.folder {
        background-image: url("../img/fc.gif");
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 15px;
}

div.folder_open {
        background-image: url("../img/fo.gif");
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 15px;
}

.folder_open {
	font-weight:normal;
}

p.document{
        font-style:italic;
}

#tree p {
	margin-bottom:3px;
	margin-top:3px;
        font-weight:normal;
}

#tree div {
    border: none;
}

#tree {
    border: none;
}

.hide {
        display: none;
}
.show {
        /* nope here */
}