/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* 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;
	font-weight: normal;
	text-align: center;
	color: #73880A;
	border-bottom: 2px solid #C79810;
	margin: 0;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-bottom: 10px;
}

#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 {
	border: 1px solid #CDEB8B;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
}

.news h3 {
	font-weight: normal;
	text-align: right;
	font-size: 10px;
	color: #C79810;
	margin: 0;
}

.news h1 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #333;
}

.news h2 {
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	color: #777;
}

