.file_box {
	width: 80%;
	margin-top: 10px;
}

.file_stats {
    min-height: 150px;
    padding: 15px;
	border-left: 1px solid #e4ebf2;
}	
	.file_stats dl {
		margin-left: 10px;
	}
    
    .file_stats dt {
    	width: 25%;
    }
	
    .file_stats dd {
		width: 53%;
    }
    
	.file_stats dt,
	.file_stats dd {
		border-top: 1px solid #dedede;
		font-size: 0.85em;
		padding: 6px 2px;
		float: left;
	}
	
	.file_stats dt {
		font-weight: bold;
	}
	
	.file_stats .extra {
		color: #a2a2a2;
		font-size: 0.9em;
	}
    
    .file_box a.toggle {
    }
	
	.file_box h3.title {
		color: #FFF;
		-moz-background-clip: border;
		-moz-background-inline-policy: continuous;
		-moz-background-origin: padding;
		background: #1D3652 url("https://www.akvalang.com/forum/public/style_images/master/gradient_bg.png") repeat-x scroll left 50%;
		font-weight: 100;
	}
	
	.file_box h3.title a {
		color: #FFF;
	}
	
	.file_stats .torrent_highlight {
		-moz-border-radius: 5px 5px 5px 5px;
		background: none repeat scroll 0 0 #D5DEE5;
		color: #1D3652;
		display: inline-block;
		float: right;
		font-size: 0.8em;
		font-weight: bold;
		margin: 5px 10px 10px;
		padding: 5px;
		text-align: center;
	}
	
.completed {
	color:#A9A9A9;
	font-size:0.8em;	
}

.stats_list {
	float: none !important;	
}

#tracker_stats {
	clear: both;
	border-left: 1px solid #e4ebf2;
	padding-left: 20px;
	width: 33%;
	float: right;
}
	#tracker_stats dl {
		margin-left: 10px;
	}
	
	#tracker_stats dt,
	#tracker_stats dd {
		border-top: 1px solid #dedede;
		font-size: 0.85em;
		padding: 6px 2px;
		float: left;
		width: 45%;
	}
	
	#tracker_stats dt {
		font-weight: bold;
		clear: both;
	}
	
	#tracker_stats .extra {
		color: #a2a2a2;
		font-size: 0.9em;
	}