/* Download */
#download {
	
}
#download .folder {
	border-bottom: 1px solid #cdcdcd;
	padding: 20px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
#download .folder.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#download h3 {
	font-size: 25px;
	height: 50px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
#download ul li {
	float: left;
	width: 170px;
	height: 170px;
	text-align: center;
	padding: 20px;
	margin: 0 20px 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 3px rgba(100, 100, 100, .7);
	-moz-box-shadow: 0 3px 3px rgba(100, 100, 100, 0.7);
	box-shadow: 0 3px 3px rgba(100, 100, 100, 0.7);
	border: 1px solid #ddd;
}
#download ul li img {
	display: block;
	margin: auto;
}
#download ul li:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#file {
	padding: 20px;
}
#file .image img {
	display: block;
	margin: auto;
}
#file .infos {
	padding-top: 20px;
	position: relative;
	text-align: center;
}
#file .infos .button a {
	position: absolute;
	right: 0;
	top: 20px;
	background: url('../img/download.png') no-repeat;
	padding-top: 30px;
}
#file h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
}
#file nav {
	text-align: center;
	padding-top: 20px;
}