/* PHP File Tree Default Theme

        By Cory LaViska (http://abeautifulsite.net/)
        Featuring the Silk Icon Set from famfamfam (http://www.famfamfam.com/lab/icons/silk/)

*/
.doc-tree {
   letter-spacing: 1px;
   line-height: 1.5em;
   margin: 0px;
   padding: 0px;
}

.doc-tree ul,li {
   list-style-image: none;
   list-style-position: outside;
   list-style-type: none;
}

.doc-tree a {
   color: #000000;
   text-decoration: none;
   padding-left: 12px;
}

.doc-tree a:hover {
   color: #666666;
}

.doc-tree .open {
   background-image: url('images/arrow-down.png');
   background-repeat: no-repeat;
   background-position: left;
}

.doc-tree .closed {
   background-image: url('images/arrow-right.png');
   background-repeat: no-repeat;
   background-position: left;
}

.doc-tree .document {
   letter-spacing: normal;
   line-height: normal;
   list-style-image: none;
   list-style-type: none;
   margin-left: 0px;
}

.doc-tree .document a {
   font-weight: normal;
   padding-left: 0px;
}