/* CSS Document */
*{margin:0; padding:0; }

#cont_prodotti h1, #cont_prodotti_lista h1, #cont_centrale_box_2 h1{
	color:#6A5877;
	}
#cont_prodotti h2,  #cont_prodotti_lista h2, #cont_centrale_box_2 h2{color:#612180;}

 #cont_prodotti_lista h2 a{color:#612180}
	
#cont_prodotti p,  #cont_prodotti_lista p{
	color:#4B2C12;
	}

/*tabella lista prodotti--------------------*/

	#lista_prodotti{
	overflow:auto;
	width:824px;
	height:300px;
/*	text-align:justify;*/
	font-size:12px;
	}
	#lista_prodotti td{
	/*background-color:#D2E5BD;*/
	height:17px;
	line-height:17px;
	padding:3px;
	}
	.td_acquista{
	background-color:#F3F9EE;
	text-align:center;
	}
	.td_prod{
	background-color:#D2E5BD;
	padding:2px;
	}
	.td_prod_2{
	background-color:#E7F0DB;
	padding:2px;
	}
	.td_offerte{
	background-color:#FEF782;
	color:#AC3976;
	padding:2px
	}
	.td_offerte a{
	color:#AC3976
	}
	.barrato_offerte{
	text-decoration:line-through
	}
	.offerta{
	font-size:14px;
	font-weight:bold;
	color:#AC3976
	}
	.td_offerte_acquista{
	background-color:#FEFCDA;
	color:#AC3976
	}
	.td_separa{
	background-color:#FFF;
	width:1px;
	}
	.td_carrello{
	padding:5px;
	border-bottom:1px solid #fff;
	/*border-right:1px solid #fff*/
	}
	/*FINE tabella lista prodotti--------------------*/


/* elenchi vari (news - faq) */
 .tit1 ,  .tit1 A , .tit2 ,  .tit2 A { font-weight:bold; color:#4b2d14;}
.lista_news .tit1 , .lista_news .tit1 A{color:#90127C;}
.lista_news .tit2 , .lista_news .tit2 A , .lista_news p{color:#4b2d14;}
.continua A {color:#612180; font-size:11px; font-weight:bold; font-style:italic;}