#location {
    text-align: left;
}

.file-item {
	width: 70px; 
	height: 80px; 
	padding: 0px; 
	float: left; 
	display: block;
}

.file-item-icon {
	width: 50px; 
	height: 50px; 
	min-width: 50px; 
	max-height: 50px; 
	margin-bottom: 3px;
}

.file-item-caption {
	color: #888a85;
	font-size: 9px;
    text-align: center;
}

.file-item-caption a {
	text-decoration: none;
	color: #888a85;
	padding: 4px;
}

/*Menu*/
.file-item-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: bottom;
}

.file-item-wrapper li {
    float: left;
    position: relative;
    width: 12em;
    text-align: center;
    cursor: default;
    background-color: white;
}

.file-item-wrapper li ul {
	display: none;
	position: absolute;
    float: right;
    width: 11em;
    top: 90%;
    vertical-align: middle;
    font-weight: normal;
}

.file-item-wrapper li > ul {
    position: absolute;
    top: auto;
    left: 65px;
}

.file-item-wrapper li:hover ul { 
    display: block; 
}

.file-item-wrapper li li {
    display: block;
    float: none;
}

.file-item-wrapper li li a {
    text-decoration: none;
    color: #000;
}

.file-item-wrapper li li a:hover {
    text-decoration: underline;
    color: #9db029;
}

.3filebrowser-forms {
	display: table-cell;
	vertical-align: top;
}

.3filebrowser-forms .tableform {
	width: 100%;
}

/* For index.php, normal visitors, above was for Admin purposes */
.filebrowser-location {
	border-bottom: 1px solid #d3d7cf;
	text-align: right;
	margin-bottom: 10px;
}

.filebrowser-item {
    float: left;
    width: 150px;
    text-align: center;
    font-size: x-small;
    padding-top: 0.5em;
    height: 90px;
}

.filebrowser-date {
    color: #888a85;
}

.filebrowser-size {
    color: #babdb6;
}
