/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* Intestazione index */
#sfondo_intestazione_index{
	height: 126px;
}

/* Struttura index */
#index {
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
}

#index h3 {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #000;
}

#index h1 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
	text-align: center;
}

#index p {
	font-size: 11px;
	text-align: justify;
}

/* Prodotti index */
.prodotti_index {
	margin: 5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DDD;
}

.prodotti_index .box_immagine img {
	border: 0;
	width: 70px;
}

.prodotti_index .box_nome h1 {
	margin: 5px 0 0 0;
	font-size: 12px;
}

.prodotti_index .box_nome p {
	font-size: 11px;
	color: #555;
}

.prodotti_index .box_nome a {
	text-decoration: none;
	color: #333;
}

.prodotti_index .box_nome a:hover {
	text-decoration: none;
	color: #000;
}

/* News */
.news_sopra {
	text-align: left;
	font-size: 11px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

.news_sopra table{
	width: 100%;
	
}

.news_sopra table td{
	vertical-align: top;
	padding: 0px 5px 5px 5px;
}

.news_sopra img {
}

.news_sopra h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
}

.news_sopra h1 {
	font-size: 42px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #a7a7a7;
}

.news_sopra h1.riga2 {
	font-size: 24px;
}

.news_sopra h2 {
	font-weight: normal;
	text-align: justify;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* News */
.news {
	text-align: left;
	font-size: 11px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

.news table{
	width: 100%;
	
}

.news table td{
	vertical-align: top;
	padding: 5px;
}

.news img {
	margin-top: 18px;
}

.news h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
}

.news h1 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #a7a7a7;
	font-weight: normal;
}

.news h2 {
	font-weight: normal;
	text-align: justify;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

