ul#code-tree, ul#code-tree ul, ul#code-tree li {
	list-style: none;
	font-size: 1em;
	padding: 0;
}
ul#code-tree {
	font-size: 1.1em;
	padding: 0 0 1.2em 2em;
}
ul#code-tree ul {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #84a285;
	color: #555;
	margin: 0 0 10px 5px;
	padding: 5px 10px 5px 10px;
}
ul#code-tree a {
	text-decoration: none;
	line-height: 175%;
}
ul#code-tree a img {
	float: left;
	margin: 1px 0;
}
ul#code-tree li {
	color: #666;
	margin: 0;
	padding: 0;
}
ul#code-tree span.file-name {
	text-align: left;
}
ul#code-tree span.file-size {
	text-align: right;
	display: inline;
	float: right;
}

/* self-clear */
ul#code-tree ul, ul#code-tree li {
	overflow: hidden;
	min-height: 1%;
}
* html ul#code-tree ul, * html ul#code-tree li {
	height: 1%;
}

#fileblock ul span.label, #fileblock ul span.value {
	display: inline;
}
#fileblock ul span.label {
	float: left;
}
#fileblock ul span.value {
	float: right;
	text-align: right;
}