.file .extension {
	display: inline;
	color: gray;
}
.file .size {
	display: inline;
	color: gray;
}
.file {
	margin-bottom: 3px;
}
.file {
	clear: both;
}
.file A {
	text-decoration: none;
	margin-right: 30px;
}

.file A:hover {
	color: black;
}
.file A:visited {
	color: gray;
}
.docs_tree {
	
}
.category .name {
	border-bottom: 3px double #eceff6;
	color: black;
	padding: 3px;
	font-size: 13pt;
}
.files {
	margin-left: 20px; 
	border-left: 1px double #eceff6;
	border-top: 0px solid white;

}
.files  .file{
	border-bottom: 1px double #eceff6;
	padding: 2px;
}
.files .file .player {
	float: right;
}

