@charset "utf-8";
/* CSS Document */

ol.downloadslist {
margin-top:20px;
margin:0pt;
padding:0pt;
}

.the_download {
	float:right;
	width:432px;
	color:#5d5949;
	padding:10px;
	background-color:#faf9f7;
	border:1px solid #ccc7b7;
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
	min-height:30px;
}

.download-metadata{
   color:#333333;

	font-size:12px;

	text-decoration:none;
	}
	
.download-author{
font-size:13px;
font-weight:bold;
}

ol.downloadslist li.alt .the_download{
	position:relative;
	top:-1px;
	background-color:#FFFFFF;
	margin-bottom:-2px;
}

ol.downloadslist li {
	clear:both;
	margin-bottom:0px;
	list-style:none;
	margin-left:0px;	
}


.downloadslist .the_download a {
	color:#848d00;
}

.downloadslist  .the_download a:hover, .cdownload-author a:hover {
	color:#232323;
	text-decoration:none;
}

.file_type{
font-size:18px;
color:#B0BB0B;
float:left;
font-weight:bold;
}
