/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Download							###
*/

/* Intestazione Download */
#sfondo_intestazione_download {
	height: 105px;
}

div#containerPage div#pagina div#colonna22 {
	min-height: 480px;
	height:auto !important;
	height: 480px;
}


/* Categorie */
.download_categorie {
	float: left;
	text-align: center;
	border: 0;
	margin: 5px;
	padding: 0;
}

.download_categorie img {
	border: 0;
}

.download_categorie h1 {
	color: #e83c26;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 11px;
}

.download_categorie a {
	text-decoration: none;
	color: #e83c26;
}

.download_categorie a:hover {
	text-decoration: none;
	color: #e83c26;
}

/* Files */
.download_files {
	background: url(images/download.png) no-repeat 5px 5px;
	border: 1px dotted #EEE;
	height: 39px;
	margin: 5px 0 0 0;
	padding: 3px;
}

.download_files h1 {
	color: #e83c26;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 11px;
	padding: 0 0 0 48px;
}

.download_files p {
	font-size: 11px;
	padding: 0 0 0 48px;
}

.download_files a {
	text-decoration: none;
	color: #757575;
}

.download_files a:hover {
	color: #757575;
}

.download_files h1 a {
	text-decoration: none;
	color: #e83c26;
}

.download_files h1 a:hover {
	color: #e83c26;
}
