@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/logo.png) no-repeat fixed 100% 100%;
	font-size:2em;
}
a {
	text-decoration:none;
	color:#09F;
}
.item {
	font-variant: small-caps;
	padding:.25em;
	padding-left:60px;
	margin:.25em;
	background:#FFC url(../images/icon_folder.gif) no-repeat 10px 10px;
	border:1px solid #C90;
	border-top-color:#FC3;
	border-left-color:#FC3;
	list-style:none;
	width:10em;
	float:left;
}
.head-file {
	font-weight:bold;
	border:1px solid #C90;
	border-top-color:#FC3;
	border-left-color:#FC3;
	background-color:#FFC;
	padding:.25em;
}
.listing {
	border:1px solid black;
	border-top:none;
	border-left-color:#444;
	margin-top:0;
	font-size:smaller;
}
.folder-bullet {
	list-style:url(../images/icon_folder_small.gif);
}
.file-bullet {
	list-style:url(../images/icon_file_small.gif);
}
