﻿@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style-type:none;font-size:12px;}
a,img{border:0;}
#files{
  margin:0px auto;
  width:160px;
}
.tree,.tree ul,.tree li{
  list-style:none;
  margin:0;
  padding:0;
  zoom: 1; 
  line-height:30px;
}
.tree ul{margin-left:8px;}
.tree li a{
  color:#555;
  padding:.1em 7px .1em 27px;
  display:block;
  text-decoration:none;
  border:1px dashed #fff;
}
.tree li a.tree-parent{background:url(../imgs/icon-folder-open.png) 5px 50% no-repeat;}
.tree li a.tree-parent-collapsed{background:url(../imgs/icon-folder.png) 5px 50% no-repeat;}
.tree li a:hover,.tree li a.tree-parent:hover,.tree li a:focus,.tree li a.tree-parent:focus,.tree li a.tree-item-active{
  color:#000;
  border:1px solid#eee;
  background-color:#fafafa;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
.tree li a:focus,.tree li a.tree-parent:focus,.tree li a.tree-item-active{
  border:1px solid #e2f3fb;
  background-color:#f2fafd;
}
.tree ul.tree-group-collapsed{display:none;}
.font_12{ font-size:12px;}
