.tx-lpc-filelist {
	max-width:800px;
	overflow:hidden;
}

.tx-lpc-filelist .filelist-icon {
	width:28px;
	display:inline-block;
}

.tx-lpc-filelist .filelist-filename,
.tx-lpc-filelist .filelist-info,
.tx-lpc-filelist .filelist-mtime {
	width:30%;
	min-width:100px;
	display:inline-block;
	white-space:nowrap;
}

.tx-lpc-filelist .filelist-icon img {
	width:22px;
	height:22px;
	margin-bottom:5px;
}

.tx-lpc-filelist .filelist-entry,
.tx-lpc-filelist .filelist-title,
.tx-lpc-filelist .filelist-nav {
	line-height:27px;
	padding:0px 0px 0px 5px;
}

.tx-lpc-filelist .filelist-entry:hover {
	background-color:#eee;
}

.tx-lpc-filelist .filelist-title {
	border:1px solid silver;
	border-width:1px 0px;
}

.tx-lpc-filelist .filelist-title * {
	font-weight:bold;
}

.tx-lpc-filelist .filelist-entry span,
.tx-lpc-filelist .filelist-entry img {
	vertical-align:middle;
	overflow:hidden;
}

.tx-lpc-filelist .filelist-entry .filelist-filename em {
	font-style:inherit;
	background:#ddd;
}

.tx-lpc-filelist a:link,
.tx-lpc-filelist a:visited,
.tx-lpc-filelist a:active {
	color:#000;
	text-decoration:none;
}

.tx-lpc-filelist .filelist-breadcrumbs {
	float:left;
	font-weight:bold;
}

.tx-lpc-filelist .filelist-search {
	float:right;
	font-size:0;
	line-height:0;
}

.tx-lpc-filelist .filelist-search input,
.tx-lpc-filelist .filelist-search button {
	background:none;
	border:none;
	line-height:22px;
	box-sizing:border-box;
	padding:0px 3px 0 0;
	vertical-align:top;
}

.tx-lpc-filelist .filelist-search .clearButton {
	position:relative;
	width:0px;
	left:-22px;
	padding:0px;
	display:inline-block;
}

.tx-lpc-filelist .filelist-search input {
	border-right:0px;
}

.tx-lpc-filelist .filelist-search button {
	border-left:0px;
	cursor:pointer;
}

.tx-lpc-filelist .filelist-search button img {
	vertical-align:middle;
}

.tx-lpc-filelist .filelist-action {
	display:inline-block;
	padding:0px 3px;
}

.tx-lpc-filelist .filelist-action img,
.tx-lpc-filelist .filelist-title .filelist-icon img {
	vertical-align:middle;
}

.tx-lpc-filelist .filelist-delete {
	display:none;
}

.tx-lpc-filelist .filelist-entry:hover .filelist-delete {
	display:inline;
}

.tx-lpc-filelist .filelist-add-menu {
	display:none;
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:#fff;
	list-style-type:none;
	box-shadow:0px 0px 5px #000;
	z-index: 50;

}

.tx-lpc-filelist .filelist-title .filelist-icon:hover .filelist-add-menu {
	display:block;
}

.tx-lpc-filelist .filelist-entry .filelist-fulltextcontext {
	font-size:90%;
	line-height:100%;
	padding:0px 33px 0.5em 28px;
	color:#444;
}

.tx-lpc-filelist .filelist-add-menu li {
	padding:3px 8px;
	font-weight:normal;
}

.tx-lpc-filelist .zipDownloadButton {
	background:url("../Icons/folder-download.png");
	border:none;
	padding:0;
	width:20px;
	height:20px;
	margin:2px;
	cursor:pointer;
}

.lpc-filelist-upload-files,
.lpc-filelist-create-folder {
	cursor:pointer;
}

li.lpc-filelist-upload-files:hover,
li.lpc-filelist-create-folder:hover {
	background-color:silver;
}

.tx-lpc-filelist .fulltextSearchInfo {
	color:#49c;
	font-size:20px;
	margin-right:5px;
	padding:1px 0px;
	vertical-align:top;
}

.tx-lpc-filelist .filelist-fulltextcontext p {
	margin:0.5em 0;
	font-style:italic;
}
