#content #navigation {
	float: left;
}

#content #appcast_page {
	margin-left: auto;
	font-size: 11px;
	width: 480px;
}

#content #appcast_page img#icon {
	height: 32px;
	width: 32px;
}

#content #appcast_page #title {
	margin-left: 6px;
	font-weight: bold;
	font-size: 16px;
}

#content #appcast_page #key {
	width: 50%;
	border-collapse: separate;
	border-spacing: 4px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: dashed;
	margin-bottom: 16px;
	margin-left: 8px;
}

#content #appcast_page .version {
	clear: left;
	font-weight: bold;
	font-size: 14px;
}

#content #appcast_page .date {
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
}

#content #appcast_page .items {
	margin-top: 10px;
	font-size: 12px;
	font-family: monospace;
	margin-bottom: 20px;
	padding-left: 12px;
}

#content #appcast_page a.download_link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#content #appcast_page a.download_link:hover {
	color: #ff8000;
}


