ul#hFinderCategoryFiles,
ul#hFinderOtherCategoryFiles {
	width: 700px; 
    background: #fff;
    list-style: none;
   	margin:20px auto;
    padding: 0;
}

#hFinderCategoryFileWrapper{
	zoom: 1;
	overflow: hidden;
}
.top_leader{
	width: 700px;
	float: left;
	margin: 10px 0 10px 20px;
	border-color: #EFE1CD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
li.hFinderCategoryFile {
 	float: left;
    padding: 5px 5px 5px 5px;
    min-height: 28px;
    width: 685px;
    background: #F6F6F6;
	margin: 0 3px 3px 3px;
	border: 1px solid #CCC;
}
.mian_leader_info {
 	float: left;
    padding: 5px 5px 10px 5px;
    min-height: 48px;
    width: 685px;
    border-color: #EFE1CD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
}
li.hFinderCategoryFile h5 {
    font: normal 12px "Lucida Grande", Arial, sans-serif;
    margin: 0;
}
div.hFinderCategoryFileIcon {
    float: left;
    width: 48px;
    height: 48px;
    background:url(../images/Safari%20Document.png)no-repeat;
}
.order_arrow{
	width: 16px;
	height: 40px;
	background-image: url(images/table_sort.png);
	float: left;
	background-position: 0 -30px;
	margin: 2px 10px 5px 10px;
	cursor: move;
}
.leader_status{
	float:left;
	width:50px;
	height;50px;
	margin-right:10px;
	margin-top: 5px;
}
h5.hFinderCategoryFileTitle,
div.hFinderCategoryFilePath {
    /**padding-left: 55px;*/
    float:left;
    width:140px;
    padding-top: 10px;
}
li.hFinderCategoryFileSelected {
    background: rgb(24, 67, 243);
    color: white;
}
li.hFinderCategoryFileSelected a {
    color: lightblue;
}
.user_item{
	padding-top: 10px;
	float: left;
}
.mian_leader_info .menu,.hFinderCategoryFile .menu{
	padding-top: 10px;
	width: 70px;
	float: right;
}
.hFinderCategoryFilePlaceholder{
    float:left;
    background: #white;
    height: 58px; width: 685px;
}