.filelist {
	padding-top: 10px;
}

.filelist table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.filelist th {
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px #ccc dotted;
	border-top: 1px #ccc dotted;
	height: 20px;
}

.filelist th a {
	color: #000;
}

.filelist tr {
	border-bottom: 1px #ccc dotted;
	border-top: 1px #ccc dotted;
}

.filelist td {
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px #ccc dotted;
	border-top: 1px #ccc dotted;
}

.filelist .icon {
	/* images column */
	width: 30px;
	padding: 1px 5px 1px 5px;
	vertical-align: middle;
	line-height: 0px;
}

.filelist .size {
	text-align: center;
}

.filelist a {
	color: #000;
	text-decoration: none;
}

.filelist a:hover {
	color: #080;
}

.filelist a img {
	border: 0px;
}
