/* SFONDO GIALLO */
body {
	background-color: #FFb400;
}

/* STILI PER NEWS */
td.data-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

td.titolo-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}

td.testo-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


a.testo-news {
	color: #CE1C1C;
	text-decoration: none;
}

a.testo-news:visited {
	color: #CE1C1C;
	text-decoration: none;
}
a.testo-news:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-news:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-news:link {
	text-decoration: none;
}



/* STILI PER PAGINE PRODOTTI */
td.titolo-categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #000055;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background-color: #FF8204;
}

td.testo-descriz-categ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
}

td.sfondo-arancione{
	background-color: #FF8204;
}


/* STILI PER MENU LATERALE (elenco categorie carrelli) */
td.testo-categ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	line-height: 20px;
}

a.testo-categ {
	color: #CE1C1C;
	text-decoration: none;
}

a.testo-categ:visited {
	color: #CE1C1C;
	text-decoration: none;
}
a.testo-categ:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-categ:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-categ:link {
	text-decoration: none;
}

/* STILI PER IL CORPO DEL TESTO */
td.titolo-corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

td.titolo-paragr-corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}

td.testo-corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.testo-corpo {
	color: #CE1C1C;
	text-decoration: none;
}

a.testo-corpo:visited {
	color: #CE1C1C;
	text-decoration: none;
}
a.testo-corpo:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-corpo:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-corpo:link {
	text-decoration: none;
}

td.testo-piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-position: center;
}

/* STILI PER IL MENU DELLA BARRA DI NAVIGAZIONE */

td.testo-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CE1C1C;
	font-weight: bold;
	background-color: #FF8204;

}

a.testo-menu {
/*
	font-family: Arial, Helvetica, sans-serif;
*/
	color: #CE1C1C;
	text-decoration: none;
}

a.testo-menu:visited {
	color: #CE1C1C;
	text-decoration: none;
}
a.testo-menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo-menu:link {
	text-decoration: none;
}
