#dirlist-nav {
	margin: 0 auto;
	display: block;
	clear: both;
}

#dirlist-nav ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#dirlist-nav ul li{
	float:left;
	border-bottom: 0px;
}

#dirlist-nav ul li a {
	padding: 0px 20px 0px;
	display: inline-block;
	height: 22px;
}

.nav-bar .nav-go-home a
{
	background: url("../icons/home.png") no-repeat 0px 0px transparent;
}

.nav-bar .nav-go-back a
{
	background: url("../icons/go-previous.png") no-repeat 0px 0px transparent;
}

.nav-bar .nav-go-up a
{
	background: url("../icons/go-up.png") no-repeat 0px 0px transparent;
}

#download-content {
	margin: 20px auto;
	box-shadow: 0px 0px 10px #999;
}

#download-content table td {
	padding: 5px;
	vertical-align: middle;
}

#download-content table td.size, table td.mtime
{
	white-space: nowrap;
	width: 12%;
	font-size: 14px;
}

#download-content table td.mtime {
	width: 18%;
}

.dirlist tr a {
	padding: 0px 25px 4px;
	text-decoration: none;
	color: #323232;
}

.dirlist .chart a
{
	background: url("../icons/chart.png") no-repeat 0px 0px transparent;
}

.dirlist .empty a
{
	background: url("../icons/go-up.png") no-repeat 0px 0px transparent;
}

.dirlist .executable a
{
	background: url("../icons/executable.png") no-repeat 0px 0px transparent;
}

.dirlist .file a
{
	background: url("../icons/file.png") no-repeat 0px 0px transparent;
}

.dirlist .folder a
{
	background: url("../icons/folder.png") no-repeat 0px -2px transparent;
}

.dirlist .picture a
{
	background: url("../icons/picture.png") no-repeat 0px -2px transparent;
}

.dirlist .package a
{
	background: url("../icons/zip.png") no-repeat 0px 0px transparent;
}
