/*.main table.downloads {
	width: 100%;
	border: 2px #006666 solid;
	background: #000033;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #ccf;
}*/
/*
table.downloads,
table.downloads tr.header {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.downloads th,
table.downloads td {
	border-left: 1px #006666 solid;
	border-right: 1px #006666 solid;
}*/

table.download {
	border-collapse: collapse;
	background-color: #f0f0f0;
	color: #000;
	margin-bottom: 20px;
}

table.download td {
	padding: 0px;
	margin: 0px;
}

table.download tr.heading td {
	height: 30px;
}

table.download tr.heading td.left {
	background: #fcc611 URL('../images/news-header-left.png') no-repeat;
	width: 16px;
}

table.download tr.heading,
table.download tr.heading td.title {
	background: #fcc611 URL('../images/news-header-middle.png');
	background-repeat: repeat-x;
	color: #000; /*heading_color */
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

table.download tr.heading td.right {
	background: #fcc611 URL('../images/news-header-right.png') no-repeat;
	width: 16px;
}

table.download tr.item {
	font-weight: bold;
}

table.download tr.description td.description {
	padding: 5px 15px 5px 15px;
}
