@import url('./facebox.css');
h3 {
	padding-left: 20px;
	border-bottom: 1px solid #aaa;
}
h3.folder {
	background: transparent url(../images/folder_explore.png) left no-repeat;
}
h3.file {
	background: transparent url(../images/page_white_magnify.png) left no-repeat;
}
h3.user {
	background: transparent url(../images/user_suit.png) left no-repeat;
}
h3.users {
	background: transparent url(../images/group.png) left no-repeat;
}
h3.categ {
	background: transparent url(../images/application.png) left no-repeat;
}
h3.categs {
	background: transparent url(../images/application_cascade.png) left no-repeat;
}

.page { 
	margin:30px auto 0 auto; 
	width:80%;
}
#loading { 
	clear:both; 
	background:url(../images/wait.gif) center top no-repeat; 
	text-align:center;
	padding:33px 0px 0px 0px; 
	font-size:12px;
	display:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}




