/*************************
    DOWNLOAD PAGE STYLES
*************************/

h2 {
	margin-top: 1em;
}

#body-left td a {
	color: #000;
	display: block;
}
#body-left td a:hover {
	color: #9b2b21;
	text-decoration: none;
}

#download-button {
	float: right;
	font-size: .5em;
	margin: 0 0 1em 2em;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

.download-detail {
	background: url('../img/table-flat-bg.gif') repeat-y;
}
.download-detail .inner {
	background: url('../img/table-flat-top.gif') no-repeat;
	clear: left;
	margin-bottom: 1em;
}
.download-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.download-detail li {
	padding: .25em 1em;
}
.download-detail li.even {
	background: #bbb;
}
.download-detail .prompt {
	display: inline-block;
	width: 20%;
}