.downloadsList a { 
	color: #707070;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.downloadsList tr.entry td {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 10px;
	padding-top: 10px;
}

.downloadsList .icon { width: 26px; }
.downloadsList .desc { padding-bottom: 15px; }
.downloadsList .last { padding-bottom: 0; }

.downloadsList tr.last td {
	border-bottom: none;
}

