
/* oebecne texty */
.filesystem-list .wysiwyg {
	padding-bottom: 10px;
}


/* vypis souboru galerie */
.filesystem-list .gallery {
	margin: 0;
	width: 100%;
	padding: 0px;
}

.filesystem-list .gallery div.box {
	float: left;
	width: 31%;
	text-align: center;
	list-style-image: none;
	list-style: none;
	background: none;
	padding: 20px 0 20px 0;
	
}


.filesystem-list .gallery div.box span.ico {
	background: url('/img/cp/file-blank.gif') center top no-repeat;
	padding-top: 100px;
	display: block;
}


.filesystem-list .gallery div.box a.level-up span.ico {
	background-image: url('/img/cp/file-level-up.gif');
}

.filesystem-list .gallery div.box a.folder span.ico {
	background-image: url('/img/cp/file-folder.gif');
}

li.cleaner-li,.cleaner {
	clear: both;
}



/* vypis souboru tabulkou */
.filesystem-list {
	margin-top: 15px;
}

.filesystem-list h3.actual-folder {
	margin-bottom: 5px;
}

.filesystem-list .table span.folderLevelUp {
	background: transparent url(/img/cp/uroven-vys.gif) no-repeat 1px 0px;
	padding-left: 16px;
	display: block;
	height: 16px;
	line-height: 16px;
}


.filesystem-list .table span.folder {
	background: transparent url(/img/cp/slozka.gif) no-repeat 2px 0px;
	padding-left: 16px;
	display: block;
	height: 16px;
	line-height: 16px;
}

.filesystem-list .table .files span.file {
	padding-left: 16px;
	display: block;
	line-height: 16px; /* ikona souboru byla oriznuta */
}

.filesystem-list .table a.ico  {
	text-decoration: none;
}


/* hlaska o nepristupnosti souboru */
.filesystem-list p.info {
	padding: 0px 0 10px 0;
	font-style: italic;
}

