/* -- Downloads -- */
form#download_select {
	margin:15px 0 30px 0;
	display:block;
}

	form#download_select select {
		width:220px;
	}

div#download_list {
}

	div#download_list  h2 {
		margin-top:30px;
	}

	div#download_list th.title {
		width:45%;
	}

	div#download_list th.desc {
		width:40%;
	}

	div#download_list th.filesize {
		width:15%;
	}

	div#download_list td {
		padding-top:5px;
		padding-right:5px;
		padding-bottom:5px;
		border-bottom:1px solid #DCDCDD;
	}

	div#download_list td.filesize {
		padding-right:15px;
		white-space:nowrap;
		text-align:right;
	}

/* -- Sitemap -*/
ul#sitemap h2 {
	margin-top:10px;
}
