/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* Struttura index */
#index {
	text-align: left;
	font-size: 11px;
	text-align: center;
}

#index h1 {
	color: #ff9e05;
	font-size: 20px;
	background-image: url(images/pageBgH1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	padding-top: 3px;
	height: 30px;
	margin-left: -27px;
	text-align: left;
}

#index p {
	color: #333;
	font-size: 11px;
	margin: 5px 0 15px 0;
	text-align: left;
}


/* Elenco prodotti */
#contenitore_prodotti {
	border: 0px solid #000;
	width: 545px;
}

#contenitore_prodotti .prodotti_index {
	float: left;
	text-align: left;
	color: #333;                            
	font-size: 11px;
	width: 160px;
	text-align: left;
}

#contenitore_prodotti .prodotti_index img.box_immagine {
	border: 1px solid #8f8f8f;
}

#contenitore_prodotti .prodotti_index h1 {
	margin: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ff9e05;
}

#contenitore_prodotti .prodotti_index table.prod_compra {
	border-spacing: 1px;
	margin-top: 3px;
}

#contenitore_prodotti .prodotti_index table.prod_compra td{
	vertical-align: middle;
}

#contenitore_prodotti .prodotti_index .compraonline {
	font-size: 11px;
	font-weight: bold;
	color: #ff9e05;
}

/* News */
.news {
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
}

.news h3 {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #000;
}

.news h1 {
	font-size: 18px;
	margin-top: 5px;
	color: #000;
}

.news h2 {
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #000;
}

.news a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	color: #000;
}

.news a:hover {
	color: #000;
}
