/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* Intestazione index */
#sfondo_intestazione_index{
}

/* Struttura index */

#colonna22 {
	width: 558px;
	margin: 0;
	margin-top: 0;
}

#index {
	margin: 0;
	margin-top: 5px;
}

#index h3 {
	display: none;
}

#index h1 {
	display: none;
}

#index p {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
}

/* 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;
}