/* Do not cancel */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
BODY {
	/*line-height: 1;*/
	color: #000000;
	background: #E1DED7;
}
OL, UL {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD {
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content: "";
}
BLOCKQUOTE, Q {
	quotes: "" "";
}
HTML, BODY {
	height: 100%;
}
/* /Do not cancel */


BODY {
	margin: 0px;
	padding: 0px;
	color:#444444;
	font-family: Tahoma, Arial, "Lucida Sans", "Lucida Sans Unicode",sans-serif;
	background: url("bg_body.jpg") repeat-x 0px 0px #E3CE88;
}
HTML{
	
}
* html .sifr{
	display:none;
}
H1 { 
	font-size:2em;
	line-height:1em;
	font-weight:500;
	color:#666;
	margin:0;
	padding:0 0 16px;
}
  
H2 { 
	  font-size: 18px;
	  color:#666;
	  font-weight: normal;
	  letter-spacing: 0px;
	  line-height: normal;
	  margin-bottom: 10px;
	  margin-top: 0px !important;
	  text-align :left;
	  margin-right:10px;


}
  
H3 {
	font-size: 1.4em;
	color:#534B48;
	font-weight:700;
	letter-spacing: 0px;
    line-height: normal;
	margin-bottom: 4px;
	margin-top: 0px;
	text-align: left;
}
  
H4 { 
	  font-size: 14px;
	  color:#444;
	  padding: 0px;
	  letter-spacing: normal;
	  line-height: normal;
	  margin-bottom: 10px;
	  margin-top: 0px;
	  text-align: left;
}
  
H5 { 
	  font-size: 11px;
	  color:#444;
	  font-weight: 800;
	  letter-spacing: 0px;
	  line-height: 16px;
	  margin-bottom: 10px;
	  margin-top: -2px;
	  text-align: left;
}
H6 { 
	  font-size: 11px;
	  color:#444;
	  font-weight: 800;
	  letter-spacing: 0px;
	  line-height: 15px;
	  margin-bottom: 0px;
	  margin-top: 0px;
	  text-align: left;
}  
P { 
	  font-size: 11px;
	  color:#666; 
	  font-family: Arial, Verdana, "Lucida Sans", "Lucida Sans Unicode",sans-serif;
	  letter-spacing: 0px;
	  line-height: 1.4em;
	  margin-bottom: 10px;
	  margin-top: 0px;
	  text-align: left;
}

UL {
	line-height: 18px;
	color:#444;
	list-style: square;
	font-size: 11px;
	letter-spacing: 0px;
}
OL {
	line-height: 18px;
	color:#444;
	list-style: decimal;

	font-size: 11px;
	letter-spacing: 0px;
}
LI {
	margin-left: 20px;
	
}

TABLE {
	  font-size: 11px; color:#444444; 

	  letter-spacing: 0px;
	  line-height: 18px;
}

DIV { 
	  font-size: 11px;
	  color:#444444; 
	  letter-spacing: 0px;
	  line-height: 18px;
}
 

A { 
	color:#646367; 
	text-decoration: underline; 
}
A:hover { 
	color: #222; 
	text-decoration: none; 
}

HR {
	display:none;
}
.noDisplay{
	display:none;
}
.noBorder{
	border:none !important;
}
.noPaddingLeft{
	padding-left:0px !important;
}
.noPaddingRight{
	padding-right:0px !important;
}
FORM,FORM FIELDSET,FORM LEGEND {
	margin:0px;
	padding:0px;
}
.clearRight{
	clear:right
}

/*=============== Struttura ===============*/
#wrapper{
	position:absolute;
	top:0;
	left:50%;
	width:960px;
	height:580px;
	margin:1px 0 0 -480px;
	border:0px solid #000;
}

#logo{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left
}
#logo span{
	display:none !important
}
#top{
	z-index:9999;
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:117px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(bg_top.png) no-repeat 0px -1px !important;
	
}

#content{
	width:960px;
	margin:87px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fff;
	float:left;
	
}
.bgContent{
	background:url(bg_page.gif) repeat-x left 0px #fff !important;
}
.bgContent_logo{
	background:url(bg_page_logo.gif) no-repeat left -70px #fff !important;
}
#subcontent{
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(bg_bottomPage.png) no-repeat left bottom;
	/*min-height:470px*/
}
#subcontent h2{
	font-size:20px !important; 
	margin-left:0px;
	color:#cc0000
}
#innerContent{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 45px 0px;
}
#colSx{
	z-index:999;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:315px;
	position:relative;
	/*min-height:300px;*/
	
}
#colDx{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:645px;
	/*min-height:300px;*/
	
}
#subcontent p{
	font-family:Tahoma;
}
.paddingTop_content{
	padding-top:50px !important
}
/* WAFERS */
.ingredienti_1{

	padding:220px 0px 0px 0px !important;
}
h2.t_1{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:34px;
	width:100%;
	text-indent:-9999em;
	display:block;
	background:url(t_wafers.gif) no-repeat left top;
}
/* SAVOIARDI SFOGLIATINE AMARETTI */
.ingredienti_2{

	padding:220px 0px 0px 0px !important;
}
h2.t_2{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:48px;
	width:100%;
	text-indent:-9999em;
	display:block;
	background:url(t_savoiardi.gif) no-repeat left top;
}
/* FROLLINI */
.ingredienti_3{
	
	padding:220px 0px 0px 0px !important;
}
h2.t_3{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:34px;
	width:100%;
	text-indent:-9999em;
	display:block;
	background:url(t_frollini.gif) no-repeat left top;
}
/* MERENDINE */
.ingredienti_4{
	
	padding:220px 0px 0px 0px !important;
}
h2.t_4{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:53px;
	width:100%;
	text-indent:-9999em;
	display:block;
	background:url(t_merendine.gif) no-repeat left top;
}
/* PASTICCERIA */
.ingredienti_5{
	
	padding:220px 0px 0px 0px !important;
}
h2.t_5{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:34px;
	width:100%;
	text-indent:-9999em;
	display:block;
	background:url(t_pasticceria.gif) no-repeat left top;
}
#colSx ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px 0px 25px 0px;
	width:295px;
	background:url(divider_line.gif) no-repeat right top;
}
#colSx ul li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	list-style:none;
	font-family: Arial, sans-serif;
	font-size:11px
}
#colSx ul li a{
	float:left;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 40px;
	width:240px;
	display:block;
	background:url(arrow.gif) no-repeat 26px 8px;
	color:#6E4121;
	font-weight:400;
	text-decoration:none;	
}
#colSx ul li a:hover{
	background:url(arrow_over.gif) no-repeat 26px 8px #f9f9f9;
	color:#cc0000;
	font-weight:600;
	font-size:12px;
	padding:3px 0px 3px 40px;
}
#colSx ul li.selected a,
#colSx ul li.selected a:hover{
	background:url(selected_dot.gif) no-repeat 26px 8px;
	color:#CA2111;
	color:#333;
	font-weight:700;
	font-size:12px;
	/*text-transform:uppercase*/
}

.centeredContent{
	width:750px; 
	float:left;
	padding:0px 0 0 0px; 
	margin:0 0 0 100px;
}
#map {
	border:7px solid #fff;
	width:100%;
	float:left;
	height:350px;
	padding:0;
}
.address_dovesiamo{
	float:left;
	width:100%;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 65px 7px !important;
	color:#666;
	font-size:11px
	
}
/**/
.sezAzienda{
	width:600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sezAzienda h2{
	color:#454545 !important;
	font-family:Arial !important
}
.sezAzienda p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:1.4em;
}
.sezAzienda ul{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
}
.sezAzienda ul li{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background:url(squareDot.gif) no-repeat 5px 9px
}
#video{
	float:right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
/*========================== Nav Categorie ==============================*/
#navCategorie{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 25px;	
	width:620px;
	height:30px;
	border-bottom:0px solid #E6E6E6;
}
#navCategorie ul{
	float:left;
	margin:5px 30px 0px 0px;
	padding:0px 0px 0px 0px;	
	/*width:645px !important;*/
	height:20px
}
#navCategorie ul li{
	float:left ;
	list-style:none;
	width:auto;
	font-size:11px;
	font-weight:700;
	margin:0px 25px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:30px
}
#navCategorie ul a{
	height:0px;
	padding:0px 0px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	display:inline;
}
#navCategorie ul a:link,
#navCategorie ul a:visited{
	background:none;
	color:#666;
}
#navCategorie ul a:hover,
#navCategorie ul a:focus,
#navCategorie ul a:active{
	background:none;
	color:#454545;
	border-bottom:2px solid #D01210;
	
}
#navCategorie ul li.sel a{
	background:none;
	color:#cc0000;
	font-weight:700;
	border-bottom:2px solid #D01210;
}
/*============================== lista prodotti ============================ */
#listaProdotti{
	float:left;
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:645px;
	/*background:#ff9900*/
}
#listaProdotti .item{
	float:left;
	margin:0px 15px 25px 15px;
	padding:0px 0px 0px 0px;
	width:180px;
	height:240px;
	overflow:hidden
}
#listaProdotti .img{
	float:left;
	width:180px;
	height:185px;
	overflow:hidden;
}
#listaProdotti .description{
	float:left;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	width:180px;
	background:#fff;
	text-align:center;
	background:url(item_arrow.gif) no-repeat 50% 0% #fff;
	line-height:1.2em;
	font-size:10px
}
#listaProdotti a{
	text-decoration:none;
	color:#888
}
#listaProdotti a:hover{
	text-decoration:none;
	color:#666;
}
#listaProdotti .img a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	khtmlopacity:.85;
	opacity:.85;
}
/*============================================== paginatore =======================================*/

.paginatore{
	float:left;
	left:0px;
	margin:30px 0px 0px 0px;
	padding:10px 0px 7px 0px;
	color:#666;
	width:100%;
	font: 11px/1.1em Arial,Verdana,Geneva,Helvetica,sans-serif;
	height:20px;
	line-height:20px;
	border-top:0px solid #dcdcdc;
	display:block;
	background:url(hdot.gif) repeat-x 0px 0px;
}
.paginatore div{
	float:left;
	width:116px !important;
	margin:0px 0px 0px 20px !important;
	padding:0px 0px 0px 0px;
	color:#BFBFBF
}
.paginatore ul{
	float:right;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
}
.paginatore li {
	list-style:none !important;
	float:left;
	padding:0px 0px 0px 0px;
	/*border:1px solid #333 !important;*/
	margin:0px 1px 0px 1px;
	text-align:center;
	padding:0px 0px 0px 0px;
	line-height:18px !important;
	width:18px !important;
	font-size:11px;
	background:#FFF;
}
.paginatore li a{
	color:#666 ;
	border:0px solid #dcdcdc !important;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	font-family:"Trebuchet MS";
	
}
.paginatore li a:link,
.paginatore li a:visited{
	border:0px;
	text-decoration:none !important;
	color:#666;	
}
.paginatore li a:hover,
.paginatore li a:focus,
.paginatore li a:active{
	border:0px;
	text-decoration:none !important;
	color:#953334;

}
.paginatore li.arrow{
	font-size:10px !important;
	background:none;
	font-weight:normal
}
.paginatore li.arrow a{
	padding:0px 0px 0px 0px;
}
.paginatore li.arrow a:hover{
	background:none !important;
	color:#cc0000;
}
.paginatore li.selected{
	color:#fff;
	font-weight:700;
	font-family:"Tahoma";
	/*background:#953334;*/
	background:url(bg_circle.gif) no-repeat 1px 1px;
	padding:0px 0px 0px 0px;
	line-height:18px !important;
	width:18px !important;
	border-top:0px solid #333 !important;
	border-right:0px solid #333 !important;
	border-bottom:0px solid #333 !important;
	border-left:0px solid #333 !important;
}
.paginatore li.selected a{
	color:#fff;

}
/*============================== scheda prodotti ============================ */
#schedaProdotti{
	float:left;
	margin:50px 0px 0px 0px;
	padding:0px 0px 25px 25px;
	width:575px;
	
}
#schedaProdotti h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#C91B0D;
}
#schedaProdotti .descrizione{
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	color:#666;
	float:left;
	font-size:1.1em
}
#schedaProdotti .imgDetail{
	margin:0px 0px 0px 0px;
	padding:45px 0px 20px 0px;
	float:left;
	width:100%;
	overflow:hidden;
	text-align:center;
}
#schedaProdotti .imgAlternative{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
	overflow:hidden;
	text-align:center;
	border-top:0px solid #eee;
	background:url(bg_imgAlternative.gif) no-repeat 50% -9px;
	position:relative
	
}
#schedaProdotti .altDescription{
	margin:0px 0px 25px 0px;
	padding:3px 0px 3px 0px;
	float:left;
	width:100%;
	overflow:hidden;
	text-align:center;
	border-bottom:0px solid #dcdcdc;
	color:#666;

}
/*#schedaProdotti .imgAlternative a span{
	
	position:absolute;
	top:50%;
	left:50%;
	width:20px;
	height:20px;
	
}*/
.imgAlternative a:hover img{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	khtmlopacity:.85;
	opacity:.85;
}
/*#schedaProdotti .imgAlternative a:hover span{
	background:url(enlarge.gif) no-repeat 0px 0px;
	position:absolute;
	top:50%;
	left:48%;
	width:20px;
	height:20px;
}*/

#schedaProdotti	.tabelle{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
}
#schedaProdotti	.tabelle table {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border:1px solid #dcdcdc;
	border-width:1px 1px 0px 1px;
	width:100%;
	border-collapse:collapse
}
#schedaProdotti	.tabelle table th{
	background:#B4B3B1;
	color:#fff;
	font-size:11px;
	font-weight:700;
	padding:3px 8px;
	font-family:Arial;
}
#schedaProdotti	.tabelle table .rowTitle{
	font-weight:700;
	color:#666;
	border-right:1px solid #dcdcdc;
	width:25%
}
#schedaProdotti	.tabelle table td{
	border-bottom:1px solid #dcdcdc;
	color:#666;
	padding:4px 8px
}
#schedaProdotti .bott_scheda{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:21px;
	width:250px;
}
#schedaProdotti .bott_scheda a{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:21px;
	width:250px;
	text-indent:-999em;
	background:url(bott_schedaTecnica_ita.gif) no-repeat 0px 0px;
}

#schedaProdotti .bott_scheda a:hover{
	background:url(bott_schedaTecnica_ita.gif) no-repeat 0px -21px;
}

/*////////////////////////////////////////////////////////////////////*/
/*                         TAB SLIDER                                 */
/*////////////////////////////////////////////////////////////////////*/


.tabSlider {
	background-image: url("bg.gif"); /* immagine di sfondo che determina la linea orizzontale sotto le linguette */
	background-color:#fff; /* colore di sfondo */
	background-repeat:repeat-x; /* ripetizione del background */
	background-position:50% bottom; /* allineamento del background (left top) */
	float: left; 
	width:100%; /* larghezza del menu */ 
	line-height: normal;

}
UL.tabSlider  {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 5px; 
	list-style-type: none; /* elimino i rientri delle liste */
}
.tabSlider LI {
	padding-right: 0px; 
	padding-left: 9px; 
	background-image: url("left.gif"); /* immagine di sfondo che determina il bordo sinistro di ogni singola linguetta */
	background-repeat:no-repeat ; /* ripetizione del background */
	background-position:left top; /* allineamento del background (left top) */
	float: left; 
	padding-bottom: 0px; 
	margin: 2px 1px 0px 1px; /* margine tra le linguette (top right bottom left)*/
	padding-top: 0px;
}
.tabSlider a {
	padding-right: 12px; 
	display: block; 
	padding-left: 3px;  
	background-image: url("right.gif"); /* immagine di sfondo che determina il bordo destro di ogni singola linguetta */
	background-repeat: no-repeat; /* ripetizione del background */
	background-position: right top; /* allineamento del background (left top) */
	float: left; 
	padding-bottom: 4px; 
	padding-top: 5px; 
	text-decoration: none; /* escludo la proprietà underline per i link*/
}
.tabSlider a {
	float: none;
	color:#888
}
.tabSlider a:hover {
	color: #555; /* colore del testo per lo stato over dei link */
	text-decoration: none; /* escludo la proprietà underline per i link*/
}
.tabSlider .current {
	background-image: url("left_on.gif"); /* immagine di sfondo che determina il bordo sinistro della linguetta selezionata*/
}
.tabSlider .current a {
	background-image: url("right_on.gif"); /* immagine di sfondo che determina il bordo destro della linguetta selezionata */
	padding-bottom: 5px; 
	color: #666; /* colore del testo nel link */
	font-weight:700
}
/*============================ sottomenu news ====================================*/
#sottomenu_laterale {
	float:left;
	margin:0px 0px 0px 30px;
	width:220px;
	padding-bottom:20px;
	border-right:0px solid #000
}

#sottomenu_laterale ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #ccc;
	background:none;
	float:left;
	width:220px;
	font-family:Arial, sans-serif;
	font-size:12px
}
#sottomenu_laterale ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#555;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	width:220px
}
#sottomenu_laterale ul li a {
	display:block;
	/*height:24px;*/
	line-height:16px;
	padding:5px 0px 5px 0px;
	color:#6E4121;
	background:none;
	text-decoration:none;
	cursor:pointer;
	width:220px;
	font-weight:400
}
#sottomenu_laterale ul li a:hover {
	color:#cc0000;
	background:url(arrow3.gif) no-repeat 95% 50% #fff;
	padding:5px 0px 5px 5px;
	width:215px;
	font-size:12px;
	font-weight:700
}

#sottomenu_laterale ul li ul {
	display:none;
	border:0px;
	margin-bottom:10px;
}
#sottomenu_laterale ul li a.attivo {
	background:url(arrow3.gif) no-repeat 95% 50% #fff;
	color:#cc0000;
	/*text-transform:uppercase;*/
	font-weight:700;
	padding-left:5px;
	width:215px;
}

#sottomenu_laterale ul li ul li {
	border:0px;
	font-weight:normal;
}
#sottomenu_laterale ul li ul li a {
	color:#555;
	background:#fff;
	text-transform:none;
	padding:2px 0px 2px 0px;
}
#sottomenu_laterale ul li ul li a:hover,#sottomenu_laterale ul li ul li a.subattivo  {
	background:url(arrow2.gif) no-repeat  95% 50%;
	font-weight:bold;
	color:#000000;
}
/*===========================================*/
#lista_news,
#scheda_news{
	float:left;
	width:600px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;

}
#scheda_news{
	padding:0px 0px 0px 0px;

}
#lista_news div {
	/*height:100px;*/
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	/*overflow:hidden;*/
	border-bottom:1px solid #D3D3D3;
	float:left
}
#lista_news div a.lista_news_thumb {
	float:left;
	display:block;
	margin:0px 10px 0px 0px;
	width:100px;
	height:100px;
	overflow:hidden;
}
#lista_news div img {
	margin-left:0;
	margin-top:0;
}
#lista_news div div {
	width:490px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border:0px;
}
#lista_news div div h3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	line-height:normal;
	letter-spacing:normal;
	clear:both;
	font-family:Tahoma;
	font-size:1.2em;
	font-weight:600;
	color:#cc0000
}
#lista_news h4{
	font-size:10px;
	color:#111;
	padding:0px ;
	margin:0px 0px 3px 0px
}
#lista_news div div p {
	line-height:1.4em;
	color:#666
}
#lista_news div div .tastino {
	clear:both;
	float:right;
	margin:0px;
	background:#CDCF0C;
	color:#fff;
	text-decoration:none;
	padding:0 10px 1px 10px
}
#lista_news div div a:hover.tastino {
	background:#999
}
#lista_news h2,
#scheda_news h2{
	width:100%;
	border-bottom:1px solid #ccc;
	padding-bottom:9px;
	color:#454545
}

.testoNews img{
	float:right;
	margin:0 0 20px 10px;
	border:1px solid #dcdcdc
}
.testoNews{
	width:100%;
	float:left;
	margin:0px 0px;
	padding:15px 0px;
}
.testoNews h3{
	font-family:Arial;
	font-size:1.5em;
	color:#cc0000;
	font-weight:600
}
.testoNews h4{
	font-family:Tahoma;
	font-size:1.0em;
	color:#777;
	font-weight:400;
	padding:0px 0 0 0;
	
}
.testoNews div{
	font-size:11px;
	color:#666;
	margin:0px 0px;
	padding:0px 0px;
	line-height:1.4em
}
UL.pdf-link {
font-size:11px;
float:left;
margin:22px 0 0;
padding:0;
width:100%
}

UL.pdf-link LI {
list-style:none;
margin:0;
padding:0;
}

UL.pdf-link A {
text-decoration:underline;
line-height:22px;
font-weight:700;
color:#555;
margin:0;
padding:0;
}

UL.pdf-link A:hover {
color:#666;
text-decoration:none !important;
}

UL.pdf-link LI.download {
display:block;
background:url("ico_download.gif") no-repeat 0 0;
padding:0 0 2px 29px;
}

UL.pdf-link LI.url {
display:block;
background:url("ico_link.gif") no-repeat 0 0;
padding:0 0 2px 29px;
}
ul.navNews {
float:left;
width:100%;
margin:45px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-family:Arial
}

ul.navNews li {
float:left;
width:auto;
font-size:10px;
font-weight:400;
text-transform:uppercase;
background:none;
margin:0px 10px 0px 0px;
padding:0px 0px;
list-style:none;
letter-spacing:0em

}

ul.navNews li a {
display:block;
text-decoration:none;
color:#fff;
margin:0;
padding:2px 7px 2px 7px;
background:#888
}

ul.navNews li a:hover {
color:#fff;
background:#666
}


/*============================ form ==================================*/
.formStyle { 
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.formStyle fieldset { 
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #DCDCDC;
}
           
.formStyle legend { 
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	color: #B4B4B4;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-transform:uppercase
}

.formStyle div { 
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
         
.formStyle label { 
	display: block;
	width: 150px;
	float: left;
	font-weight: normal;
	/*font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 16px;
	color: #555;
	text-align: right;
	margin-right: 10px;
}

.formStyle span {
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size:11px;
}

.formStyle label span {
	color: #ff0000;
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
}
        
.formStyle input,.formStyle select,.formStyle textarea { 
	background: #fff; 
	color: #444; 
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	line-height:normal;
	padding: 3px 2px 3px 2px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border: 1px solid #999;
	width: 60%;
	cursor: text;
}
.formStyle input:hover,.formStyle select:hover { 
	border: 1px solid #cc0000;
	background:transparent;
}
.formStyle input:focus,.formStyle select:focus { 
	border: 1px solid #cc0000;
	background:transparent;
}

.formStyle div.riga_textarea label { 
	clear:both;
	margin-top:0px;
}

.formStyle div.campo_small input {
	width:10%;
}

.formStyle div.riga_textarea textarea {
	border: 1px solid #999;
	height: auto;
	width: 74%;
}
.formStyle div.riga_textarea textarea:hover {
	border: 1px solid #999;
	background:#fff;
}
.formStyle div.riga_textarea textarea:focus {
	border: 1px solid #999;
	background:#fff;
}

.formStyle div.riga_spunta {
	margin-bottom: 10px;
	margin-left:160px;
}
.formStyle div.riga_spunta input,.formStyle div input.spunta {
	background: transparent;
	border: 0px solid #fff;
	width: auto;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.formStyle div.riga_spunta input:hover,.formStyle div input:hover.spunta {
	background: transparent;
}
.formStyle div.riga_spunta label {
	width:auto;
	display:inline;
	float:none;
}
.formStyle div.riga_spunta span {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.formStyle p.leggi_privacy { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 10px 0px 10px 0px;
	padding-left:180px;
	background:url(arrowRed.gif) no-repeat 160px 0px
}

.formStyle .invia_cancella { 
	margin: 20px 0px 20px 160px;
	width:500px;
	float:left
}
.formStyle .invia_cancella div{ 
	width:80px !important;
	float:left !important;
	margin:0px;
	padding:0px ;
	clear:none !important
}

.formStyle select{
	border:1px solid #999;
	background:#fff;
}
.formStyle select:focus,
.formStyle select:hover{
	background:#fff;
}

.hiddenButton{
	width: 80px;
	height:25px;
	background:url("hiddenButton_ita.gif") no-repeat 0px 0px;
	float:left !important;
	clear:none !important;
	margin:0px 20px 0px 0px !important
}
.formStyle input.pulsante {
	color: #fff;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	line-height:normal;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	width: 80px;
	border: 0px;
	float: left;
	background:#cc0000
}
.formStyle input.pulsante:hover {
	background: #777;
	color: #fff;
}
.address_contatti{
	float:left;
	width:100%;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px !important;
	color:#666;
	font-size:12px
	
}
/*.checkboxArea label{
	width:80px !important;

}*/
.checkboxArea input{
	width:20px !important;
	border:none !important;
}
.checkboxArea table{
	width:730px;
	margin: 20px 0px 10px 40px !important;
	border-collapse:collapse;
}
.checkboxArea table,
.checkboxArea td{
	padding: 0px 0px 0px 0px !important;
	border:0px solid #000
}
.checkboxArea table td {
	
	padding: 4px 0px 4px 0px !important;
	
	
}
.checkboxArea table td label{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 5px 0px 0px !important;
	float:left !important;
	border:0px solid #000;
	width:75px
}
.checkboxArea table td input{
	margin: 1px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	float:left !important;
	width:20px !important;
}
.tableInput{
	width:700px !important;
	margin:25px 0 10px 39px 
}
.tableInput td{
	width:50% !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	
}
.tableInput td div{
	margin: 0px 0px 0px 0px !important;
	padding: 12px 0px  !important;
	
}
.tableInput label{
	width:75px !important;
	/*text-align:left*/
}
.riga_textarea label{
	width:115px
}

/*================================ footer =================================*/
#footer{
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:0px dashed #fff
}
.footerHome{
	background:url(bg_footer_home.gif) no-repeat 0px 0px;
	height:32px;
}
.footerInside{
	background:url(bg_footer_inside.gif) no-repeat 0px 0px;
	height:28px;
}
#innerFooter {
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 0px;
}
#footerLeft {
	width: 500px;
	float: left;
	padding:0 0 0 0px;
}
#footerLeft ul {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footerLeft ul li {	
	float:left;
	font-size: 10px;
	font-family:Tahoma;
	list-style: none;
	border-right:1px solid #E6E4E0;
	padding: 0px 12px 0px 0px;
	color: #AAA492;
}

#footer ul li a {
	color: #AAA492;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #AAA492;
}

#footerRight {
	width: 325px;
	float: right;
	padding:0 0 0 0px;
}
#footerRight ul {
	width: 295px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#footerRight ul li {	
	float:right;
	font-size: 11px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	padding: 0px 5px 0px 12px;
	color: #AAA492;
}

#footerRight ul li a {
	color: #AAA492;
	text-decoration: none;
}
#footerRight ul li a:hover {
	color: #AAA492;
}

/*///////////////////////////////////////////////////////////////////*/

.popUp{
	
	padding:20px
}
.popUp h1{
	font-size:20px;
	font-size:2em;
	line-height:1.0em;
	font-weight:500;
	margin:0px 0px 0px 0px;
	padding:0px 0px 16px 0px;
	color:#2B86BE

}
.popUp p{
	font-size:11px !important;
	font-family:Tahoma;
	width:100%;
	color:#666 !important
}
.popUp p span{
	font-size:11px;
}
.popUp b.titolo{
color:#564829;
}
.popUp b.titoloBig{
	color:#564829;
	font-size:1.25em;
	/*font-family:Arial;*/
	line-height:2.5em;
}
.popUp b.nome{
color:#333
}
.popUp ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.popUp li{
	font-size:11px !important;
	font-family:Tahoma;
	color:#666 !important
}
.popUp .testoPrescrizione{
	font-size:11px;
}


/*//////////////////////////////////////////////////////////////////////////*/
/* SITE MAP                                                                 */
/*//////////////////////////////////////////////////////////////////////////*/
/*DIV.sitemap{
	clear:both;
	float:left;
	width:100%;
	border:0px solid #000;
	margin:0px 0px 30px 0px;
}*/
UL.sitemap{
	color:#666;
	font-size:1.1em;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0 0px !important;
	border-bottom:0px solid #fff;
	
}
UL.sitemap LI{
	list-style:none;
	margin:0px 0px;
	padding:0px;
	font-weight:normal;	
	border:1px solid #dcdcdc;
	border-width:0px 0px 1px 0px;
	border-top:1px solid #fff;
	line-height:1.8em;;
	background-position:10px 5px !important;
}
UL.sitemap LI UL{
	padding:0px 0px 0px 20px
}
LI.firstLevel{
	font-weight:700 !important;
	padding:7px !important;
	background:none !important
	
}

UL.sitemap LI A{
	border:0px !important;
	/*background:url("arrow.gif") no-repeat 0% 50%;*/
	padding:0px 5px 0px 8px;
	background-position:10px 5px !important;
	background:none !important
}
UL.sitemap LI A:link,
UL.sitemap LI A:visited{
	text-decoration:none;
	color:#555 !important;
}
UL.sitemap LI A:hover,
UL.sitemap LI A:focus,
UL.sitemap LI A:active{
	text-decoration:underline;
	color:#777;
}
.noBorder{
	border:none !important
}
.errore{
	position:absolute;
	top:455px;
	left:422px;
	width:358px;
	background:#cc0000;
	color:#fff;
	font-weight:700;
	padding:15px;
}

.pics{
	position:absolute;
	top:79px;
	left:0px;

}

.pics { height: 277px; width: 316px; padding:0; margin:0; overflow: hidden }
.pics img { height: 277px; width: 316px; padding: 0px;  top:0; left:0 }
/*.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}*/


/*///////////////////////////////////////////////////////////////*/
/*   TOOLTIP      */
/*///////////////////////////////////////////////////////////////*/

#tooltip{
	z-index:9999999;
	position:absolute;
	border:1px solid #CDCCA9;
	/*background:#f7f5d1;*/
	padding:7px 7px;
	color:#333;
	display:none;
	width:180px;
	line-height:1.0em;
	font-family:Tahoma;
	font-size:11px;
	/*background:url(bg_tooltip.gif) repeat-x 0px 0px #ECEDB1;*/
	background:#f7f5d1;
}

/**/
UL.sitemap {
color:#666;
font-size:1.1em;
border-bottom:0 solid #fff;
margin:0 !important;
padding:0 !important;
float:left;
height:480px;
width:100%;
}

UL.sitemap LI {
list-style:none;
font-weight:400;
border:1px solid #dcdcdc;
border-top:1px solid #fff;
line-height:1.8em;
background-position:10px 5px !important;
border-width:0 0 1px;
margin:0;
padding:0;
}

UL.sitemap LI UL {
padding:0 0 0 20px;
}

LI.firstLevel {
font-weight:700;
background:none !important;
padding:7px !important;
}

UL.sitemap LI A {
border:0 !important;
background-position:10px 5px !important;
background:none !important;
padding:0 5px 0 8px;
}

UL.sitemap LI A:link,UL.sitemap LI A:visited {
text-decoration:none;
color:#555 !important;
}

UL.sitemap LI A:hover,UL.sitemap LI A:focus,UL.sitemap LI A:active {
text-decoration:underline;
color:#777;
}
.homeAddress{
	padding:2px 0 0 0;
	text-align:center;
	font-size:11px;
	color:#95895c;
	float:left;
	width:100%;
	font-family:Tahoma
}

#homeNews{
	position:absolute;
	top:282px;
	right:-3px;
	width:220px;
	height:100px;
}
#bgnews{
	position:relative;
	top:0px;
	left:0px;
}
.content_newsHome{
	position:absolute;
	top:15px;
	left:15px;
	width:190px;
	height:140px;
	z-index:90;
	color:#fff !important;
}
.content_newsHome h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#ffcc01;
	font-size:12px;
	font-weight:700;
	line-height:1.1em;
	font-family:Arial;
}
.content_newsHome em{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
}
.content_newsHome .text{
	color:#fff;
	line-height:1.2em;

}
.content_newsHome a{
	background:#ffcc01;
	background:#6c0000;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	float:right;
	color:#dca650;
	font-size:10px;
	line-height:1.6em;
	font-family:Arial
}
.content_newsHome a:hover{
	background:#ffd81e;
	color:#cc0000
}
/*.content_newsHome a{
	color:#ffcc01;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;

}
.content_newsHome a:hover{
	color:#fff
}*/