/* CSS Document */
* { padding: 0; margin:0; }
body { font-size:67.5%;}

ul.fileList { background: url(../images/icons/line_bg.gif) repeat-y; list-style:none; margin: 20px;}
.fileList h2 { font-size:1.0em!important;}
ul.fileList li { list-style:none;}

h2.closed {background:url(../images/icons/expandable.gif) no-repeat!important; }

.fileList li > h2.toggleHeader { background:url(../images/icons/collapsable.gif) no-repeat; padding: 0 45px; line-height: 20px; position:relative; }
.fileList ul > li { background:none;}
.fileList ul > li > h2.toggleHeader { background:url(../images/icons/collapsable.gif) no-repeat; padding: 0 45px; line-height: 20px; left: -24px;}
.fileList ul > li:not(ul) { background: url(../images/icons/leaf.gif) no-repeat; padding: 0 40px; line-height: 20px;}
.fileList li > ul:last { background: url(../images/icons/collapsable-last.gif) no-repeat!important; padding: 0 45px; line-height: 20px;}
.fileList ul > li:last { background: url(../images/icons/leaf-last.gif) no-repeat!important; padding: 0 45px; line-height: 20px;}



