/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Download							###
*/

/* Intestazione Download */
#sfondo_intestazione_download {
	background-image: url(images/barrasenzasciatore.jpg);
	background-repeat: no-repeat;
	height: 245px;
	padding: 0px; 
}

/* Categorie */
.download_categorie {
	float: left;
	border: 0;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #DDD;
}

.download_categorie img {
	border: 0;
	height: 128px;
	width: 128px;
}

.download_categorie h1 {
	margin: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
}

.download_categorie a {
	text-decoration: none;
	color: #555;
}

.download_categorie a:hover {
	text-decoration: none;
	color: #000;
}

/* Files */
.download_files {
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
}

.download_files h1 {
	font-size: 20px;
}

.download_files p {
	font-size: 11px;
}

.download_files a {
	text-decoration: none;
	color: #000;
}

.download_files a:hover {
	color: #555;
}
