#folderList{display:block;float:left;width:155px;font-size:11px;border:1px solid #ddd;background:#FAFAD2;padding:10px;}
#fileList{display:block;float:right;width:300px;border:1px solid #eee;font-size:11px;height:400px;overflow:auto;}
.topFolder,.folderItem{display:block;padding-top:2px;padding-left:20px;margin:6px 0;cursor:pointer;color:#333;}
.topFolder:hover ,.folderItem:hover{color:#006;}
.fopen{background:url('http://cdn.urbytus.net/_icons/folder_go.png') no-repeat;color:#000;font-weight:bold;}
.fclose{background:url('http://cdn.urbytus.net/_icons/folder.png') no-repeat;}
#cookies{font-size:10px;color:#666;height:17px;margin:2px 0 10px 0;padding:2px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}
#cookies a{display:block;float:left;padding:2px 5px 2px 0;cursor:pointer;}
#cookies a:hover{color:#000;}
.fileItem{display:block;height:32px;border-bottom:1px dotted #999;font-size:10px;cursor:pointer;background:#f8f8f8;color:#333;padding:5px;}
.fileItem:hover{background:#eee;color:#000;}
.fileItem span{display:block;float:left;margin-right:5px;}
