.level-up {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 10px 0;
}

.level-up a.back {
	background-image: url(/images/level_back.png);
	background-repeat: no-repeat;
	background-position: 6px top;
	display: block;
	padding: 0 0 3px 30px;
	font-size: 14px;
}

.documents-dirs {
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.documents-dirs .dir {
	display: inline-block;
	min-width: 110px;
}

.documents-dirs .dir a {
	background-image: url(/images/admin/icons/mid/documents.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 40px;
	text-align: center;
	margin: 0 10px 10px 0;
}

.documents-dirs .dir a.selected {
	color: #000;
	cursor: default;
	text-decoration: none;
}