/*Questi sono gli stile per le pagine dei prodotti*/

.prodotti {
	width: 612px;
	height: 248px;
	margin-bottom:10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border:0;
}

.fotoprodotto {
	width: 190px;
	height: 248px;
	margin-right: 10px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border:0;
	float: left;
}

.testoprodotto {
	width: 412px;
	height: 248px;
	margin: 0;
	padding: 0;
	border:0;
	float: right;
}

.titoloprodotto {
	width: 402px;
	height: 20px;
	margin: 0;
	padding: 5px;
	border:0;
	background: url(/immagini/modello/pagine_prodotti/sfondo_titolo.png);
	background-position: left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: normal;
}

.areaprezzo {
	width: 412px;
	height: 79px;
	margin: 0;
	padding: 0;
	border:0;
}

.scrittaprezzo {
	width: 106px;
	height: 79px;
	margin: 0;
	padding: 0;
	border:0;
	float: left;
}

.prezzoprodotto {
	height: 79px;
	margin: 0;
	padding: 0;
	border:0;
	float: right;
}

.descrizione {
	width: 400px;
	height: 127px;
	margin: 0;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background: #CCCCCC;
}

.schede {
	width: 612px;
	height: 140px;
	margin: 10px;
	padding: 0;
	border:0;
}

.downloadschede {
	width: 197px;
	height: 140px;
	margin: 0;
	padding: 0;
	border:0;
	float: left;
}

.schedetecniche {
	width: 415px;
	height: 140px;
	margin: 0;
	padding: 0;
	border:0;
	float: right;
	background: url(/immagini/modello/pagine_prodotti/schede_tecniche.png);
	background-position: center;
	background-repeat: no-repeat;
	}
	
.example5{
    font-family: "Century Gothic", Verdana, "Lucida Sans";
    font-size: 48px;
	font-weight: bold;
    margin-bottom:30px;
    color:#425A68;
	letter-spacing: -2px;
    }
	
.example3{
    font-family: "Century Gothic", Verdana, "Lucida Sans";
    font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
    margin-bottom:10px;
    color:#003366;
	letter-spacing: -2px;
    }
	
.example4{
    font-family: "Century Gothic", Verdana, "Lucida Sans";
    font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
    margin-bottom:10px;
    color: #CC0000;
	letter-spacing: -2px;
    }
	
#example5 {
    font-family: "Century Gothic", Verdana, "Lucida Sans";
    font-size: 48px;
	font-weight: bold;
    margin-bottom:20px;
    color:#506D7E;
	text-align: right;
	letter-spacing: -2px;
    }

#example3{ font-family :"Impact"; margin-bottom:30px; color :#000; font-size :3em; }
