ul.downloads li a {
	display:block;
	text-decoration:none;
	overflow:auto;
}
.download_icon {
	display:none;
	float:left;
	width:16px;
	height:16px;
}
.download_text {
	display:block;
	display:block;
	padding:0;
}
.download_size {
	display:block;
	font-size:0.9em;
	color:#666;
}


/* IE6 is so crap that after hours of trying to get a simple float/margin box model tegther, I'd rather just hide the icons for IE6 users. Tough. Should use a browsers that actually pays lipservice to web design standards. */

html>body .download_icon {
	display:block;
}
html>body .download_text {
	margin-left:25px;
}
html>body ul.downloads {
	list-style:none;
	margin:0;
	padding:0.5em 0;
}
html>body ul.downloads li {
	list-style:none;
	margin:0.3em 0;
	padding:0;
}
