P.description {
	width: 600px;
	margin: 10px auto;
	color: #999999;
}

UL.downloadList {
	list-style: none;
	width: 500px;
	margin: 10px auto;
}

	UL.downloadList LI.categoryName {
		width: 500px;
		color: #999999;
		margin-bottom: 5px;
		margin-top: 10px;
		padding: 0;
		border: 0;
		font-weight: bold;
		font-size: 16px;
		position: relative;
	}
	
	UL.downloadList LI {
		width: 460px;
		color: #999999;
		border: 1px dashed #999999;
		padding: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	
	UL.downloadList LI DIV {
		width: 300px;
	}
	
	UL.downloadList A {
		display: block;
		float: right;
		position: absolute;
		right: 0;
		top: 7px;
	}