.files .box .content
{
	background		: #f0f0f0;
	border			: 1px solid #999;
	border-left		: 0;
	border-right		: 0;
	padding			: 10px;
}
.files ul.multi
{
	list-style-type		: none;
}
.files ul.multi li
{
	color				: #4f4e53;
	float				: left;
	width			: 32%;
	margin-bottom		: 10px;
	text-align			: center;
}
.files ul.multi li a
{
	text-decoration	: none;
}
.files ul.multi li h1
{
	margin-top		: 4px;
}
.files ul.multi li h1 a
{
	display			: block;
	font-size			: 65%;
}
.files ul.multi li h1 a:hover
{
	text-decoration	: underline;
}
