/* downloads Form Styles */

#downloads {
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
    }
	
#downloads a {
	text-decoration: none;
}

#downloads a:hover {
	text-decoration: underline;
}

#downloads .th-row  {
    display: block;
	padding: 5px 0 3px;
	clear: both;
    }
		
#downloads .th-row span {
	border-bottom: 1px solid #818285;
	padding: 0 5px 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: #73A391;
    }

#downloads .t-row  {
	background: #FFF;
	padding:  5px;
	display: block;
	clear: both;
	border-bottom: 1px dashed #988e8d; 
}

#downloads .file_icon {
   float: left;
   padding-right: 10px;
}

#downloads .file_icon img{
   border: none;
}

#downloads .file_info {
	/*float: left;*/
}
#downloads .file_desc {
	padding-top: 5px;
	margin-left: 45px;
}

#downloads .file_info p {
}

#downloads .file_info span {
	font-size: 11px;
}

#downloads .file_info span.grey {
	color: #988e8d;
}

