.fileshare_projects_module {
	display:block;
}
.fileshare_projects_module ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.fileshare_projects_module ul li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
.fileshare_projects_module ul li span.added {
	display:none;
}
.fileshare_projects_module ul ul {
	display:none;
}


.fileshare_module {
	display:block;
}
.fileshare_module ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.fileshare_module ul li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border-bottom:1px solid #eee;
}
.fileshare_module ul li a.folder ,
.fileshare_module ul li a.file {
	float:left;
}
.fileshare_module ul li span.added {
	float:right;
}
.fileshare_module ul li div.info {
	clear:both;
	display:none;
}
