

a, a:visited {
	color: #09c;
	text-decoration: none;
}

a:hover, a:active {
	color: #000 !important;
	text-decoration: underline;
}

a img {
	border: none;
	margin: 0; padding: 0;
}


.disabled {
	color: #999;
}

.format {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.download-icon {
	background: url('../images/download-icon.png') no-repeat center left;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	padding-left: 40px;
}
a.download-icon span {
	clear: both;
	display: block;
	font-size: 0.8em;
}
