#downloads { width:100%; float:left; }

.treeview, .treeview ul { width:100%; padding:0; margin:0; list-style:none; }
.treeview ul { background-color:white; margin-top:4px; }

.treeview .hitarea { width:16px; height:16px; margin-left:-16px; background: url(../images/treeview-default.gif) -64px -25px no-repeat; cursor:pointer; float:left; }
* html .hitarea { display:inline; float:none; }

.treeview li { margin: 0; padding:3px 0pt 3px 16px; }
.treeview a.selected { background-color:#eee; }
#treecontrol { float:right; }

.treeview .hover { color:#00375B; cursor:pointer; }
.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }

.filetree li { padding:2px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding:1px 0 1px 18px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background:url(../images/file.gif) 0 0 no-repeat; }

#avisoDownloadsBg { width:100%; padding:1% 0; float:left; }
#avisoDownloads { width:99%; padding:1% 0; background:#fcfdde; border:1px solid #e4e6bf; float:left; }

