.fdownload {
	margin: 20px 0;
	font-size: 16px;
}
.fdownload  .fd_panel {
	width: 100%;
	padding: 10px 10px 10px 15px ;
	border: 1px solid #eeeeee;
	margin: 0 0 5px 0;
}
.fdownload  .fd_panel:hover {
	background: #eee;
}
.fdownload  .fd_title {
	display: inline;
	float: left;
	font-weight: bold;
}
.fdownload .fd_details {}
.fdownload .fd_link {
    float: right;
}
.fdownload .fd_link  a {
	color: #fff;
    background-color: #9c0000;
    border: none;
    color: #fff;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.fdownload .fd_link  a:hover {
	background-color: #549d59;
    text-decoration: none;
}
.fdownload  .fd_description {
	clear: both;
	max-height: 200px;
	overflow: auto;
	margin: 0;
	font-size: 12px;
}
.fdownload_h {
	border: 1px solid #ddd;
	padding: 15px !important;
	
}
.fdownload .fd_block {
	display: inline-block;
	text-align: left;
	width: 150px;
	font-size: 12px;
}