/* ************************************************
www.nutella.it
nutella.css

Author: Gianluca Buoncompagni - Neo Network Srl
First Draft:		Fri Oct  9 12:16:14     2009
************************************************* */


/* BASIC
================================================== */
*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

html, body{
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000;
}
html{
	/*background: #fff;*/
}
body{
	text-align: center;
	background: #fff url('../img/bg_nocciole.jpg') 50% 70px no-repeat;
}

h1{}
h2{}
h3{}
h4{}
h5{}

a{
	color: #CD141B;
	outline: 0;
}
object, embed{
	outline: 0;
}
a:hover{
	color: #000;
}

.active{
	cursor: default;
}
a.link{
	display: block;
	font-weight: bold;
	color: #cd141b;
	padding-left: 6px;
	font-size: 12px;
	margin-top: 16px;
	background: url('../img/freccina.png') 0 50% no-repeat;
}
sup{
   font-size: 50%;
}
p{
	margin-bottom: 12px;
}

.alt{
	display: none;
}

.noFlash{
	text-align: left;
	padding: 24px;
	width: 90%;	
	display: none;
}
.noFlash h2{
	line-height: 30px;
}
.dwlFlash{
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin: 10px;
	width: 80%;
}
.dwlFlash img{
	display: block;
	margin: 0 auto;
}

.txt{
	border: 1px solid #ddd;
}
img{-ms-interpolation-mode:bicubic;}

/* Shadows & Rounded corners */
.shadow{
	box-shadow: 0px 0px 5px #000;	
	-moz-box-shadow: 0px 0px 5px #000;	
	-webkit-box-shadow: 0px 0px 5px #000;}
.corner{
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;}
	
/*frameset{
	margin: 0;
	padding: 0;
	border: 0;
}*/
/* Struttura 
====================================================== */
#mainWrap{
	width: 970px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}
#mainContent{
	width: 100%;
	margin-bottom: 10px;
}
#header{
	margin: 0 10px;
}
.mainFlashTop{
	background: url('../img/bg_flash.png') top left no-repeat;
	height: 12px;
}
.mainFlash{
	background: url('../img/bg_flash.png') bottom left no-repeat;
	padding-bottom: 22px;
	text-align: center;
	margin-bottom: -6px;
}

.mainFlash div{
	margin: 0 auto;
}

#barraBox{
	width: 100%;
	overflow: hidden;
	margin-bottom: 6px;
}
#barraBox div{
	float: left;
	display: inline;
}
#barraBox div.noFloat div{
	float: none;
	display: block;
}
#barraBox div h3{
	text-indent: -5000px;
}


/* MENU ======================== */
#menu{
	width: 730px;
	height: 78px;
	float: right;
	margin-top: -67px;
	position: relative;
	background: url('../img/bg_ombra_menu.png') 0 0 no-repeat;
	overflow: hidden;
}
ul#mainMenu li{
	display: block;
	position: absolute;
	top: 10px;
	overflow: visible;
}
ul#mainMenu li a{
	display: block;
	text-indent: -5000px;
	line-height: 37px;
	height: 37px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;  
	background: url('../img/sprite_menu.png') 0 0 no-repeat;
}
ul#mainMenu li#mm1{width:89px; left: 0;}
ul#mainMenu li#mm2{width:150px; left: 89px;}
ul#mainMenu li#mm3{width:178px; left: 239px;}
ul#mainMenu li#mm4{width:136px; left: 417px;}
ul#mainMenu li#mm5{width:64px; left: 553px;}
ul#mainMenu li#mm6{width:107px; left: 617px;}

ul#mainMenu li#mm1 a{width:89px; background-position:0 0px;}
ul#mainMenu li#mm2 a{width:150px; background-position:-89px 0px;}
ul#mainMenu li#mm3 a{width:178px; background-position:-239px 0px; background-color:#003366}
ul#mainMenu li#mm4 a{width:136px; background-position:-417px 0px;}
ul#mainMenu li#mm5 a{width:64px; background-position:-553px 0px;}
ul#mainMenu li#mm6 a{width:107px; background-position:-617px 0px;}

ul#mainMenu li#mm1 a:hover{background-position:0 -40px;}
ul#mainMenu li#mm2 a:hover{background-position:-89px -40px;}
ul#mainMenu li#mm3 a:hover{background-position:-239px -40px;}
ul#mainMenu li#mm4 a:hover{background-position:-417px -40px;}
ul#mainMenu li#mm5 a:hover{background-position:-553px -40px;}
ul#mainMenu li#mm6 a:hover{background-position:-617px -40px;}

ul#mainMenu li#mm1.active a,
ul#mainMenu li#mm1.rolling a{background-position:0 -40px;}
ul#mainMenu li#mm2.active a,
ul#mainMenu li#mm2.rolling a{background-position:-89px -40px;}
ul#mainMenu li#mm3.active a,
ul#mainMenu li#mm3.rolling a{background-position:-239px -40px;}
ul#mainMenu li#mm4.active a,
ul#mainMenu li#mm4.rolling a{background-position:-417px -40px;}
ul#mainMenu li#mm5.active a,
ul#mainMenu li#mm5.rolling a{background-position:-553px -40px;}
ul#mainMenu li#mm6.active a,
ul#mainMenu li#mm6.rolling a{background-position:-617px -40px;}

#sfondoSubMenu{
position: absolute;
top: 10px;
left: 0;
width: 690px;
padding-left: 38px;
height: 37px;
background: url('../img/bg_submenu.png') bottom left no-repeat;
}
ul#mainMenu li ul.subMenu{
position: relative;
width: 520px;
/*top: -10px;*/
top:20px;
display: none;
left: 0;
padding-left: 38px;
height: 12px;
padding-top: 12px;
margin-top: 10px;
padding-bottom: 10px;
z-index: 1;
overflow: hidden;
}
/* FIX PER UN PROBLEMA DI Z-INDEX SU IE */
ul#mainMenu li ul#sm6 {
/* margin-left: -354px; */
left: -410px; 
}
ul#mainMenu li ul#sm3{
left: -12px; 
width: 500px!important;

}
ul#mainMenu li ul#sm3 li.last{
margin: 0px;
padding: 0px;
}
/* FIX -------------------------------- */


ul#mainMenu li ul.subMenu li{
position: static;
float: left;
background: url('../img/bg_separatore_submenu.png') right -4px no-repeat;
margin-right: 14px;
padding-right: 15px;
}

ul#mainMenu li ul.subMenu li a{
position: relative;
display: block;
height: 13px;
line-height: 13px;
font-size: 11px;
float: left;
width: auto;
text-indent: -5000px;
background: url('../img/sprite_sottomenu.png') 0 0 no-repeat;
}


ul#mainMenu li#mm1 ul.subMenu li#sml1 a{
	width: 116px;
	background: url('../img/sprite_sottomenu.png') 0 0px no-repeat;
}
ul#mainMenu li#mm1 ul.subMenu li#sml2 a{
	width: 65px;
	background: url('../img/sprite_sottomenu.png') 0 -14px no-repeat;
}
ul#mainMenu li#mm1 ul.subMenu li#sml3 a{
	width: 138px;
	background: url('../img/sprite_sottomenu.png') 0 -42px no-repeat;
}
ul#mainMenu li#mm1 ul.subMenu li#sml9 a{
	width: 112px;
	background: url('../img/sprite_sottomenu.png') 0 -115px no-repeat;
}
ul#mainMenu li#mm2 ul.subMenu li#sml4 a{
	width: 65px;
	background: url('../img/sprite_sottomenu.png') 0 -28px no-repeat;
}
ul#mainMenu li#mm2 ul.subMenu li#sml5 a{
	width: 73px;
	background: url('../img/sprite_sottomenu.png') 0 -56px no-repeat;
}
ul#mainMenu li#mm2 ul.subMenu li#sml6 a{
	width: 65px;
	background: url('../img/sprite_sottomenu.png') 0 -70px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml7 a{
	width: 50px;
	background: url('../img/sprite_sottomenu.png') 0 -85px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml8 a{
	width: 65px;
	background: url('../img/sprite_sottomenu.png') 0 -100px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml10 a{
	width: 55px;
	background: url('../img/sprite_sottomenu.png') 0 -130px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml11 a{
	width: 93px;
	background: url('../img/sprite_sottomenu.png') 0 -145px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml12 a{
	width: 67px;
	background: url('../img/sprite_sottomenu.png') 0 -160px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml13 a{
	width: 80px;
	background: url('../img/sprite_sottomenu.png') 0 -175px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml22 a{
	width: 80px;
	background: url('../img/sprite_sottomenu.png') 0 -295px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml14 a{
	width: 88px;
	background: url('../img/sprite_sottomenu.png') 0 -190px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml15 a{
	width: 90px;
	background: url('../img/sprite_sottomenu.png') 0 -205px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml16 a{
	width: 70px;
	background: url('../img/sprite_sottomenu.png') 0 -220px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml17 a{
	width: 42px;
	background: url('../img/sprite_sottomenu.png') 0 -235px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml18 a{
	width: 92px;
	background: url('../img/sprite_sottomenu.png') 0 -250px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml19 a{
	width: 93px;
	background: url('../img/sprite_sottomenu.png') 0 -265px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml20 a{
	width: 94px;
	background: url('../img/sprite_sottomenu.png') 0 -280px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml21 a{
	width: 53px;
	background: url('../img/sprite_sottomenu.png') 0 -295px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml23 a{
	width: 88px;
	background: url('../img/sprite_sottomenu.png') 0 -361px no-repeat;
}  
ul#mainMenu li#mm3 ul.subMenu li#sml24 a{
	width: 80px;
	background: url('../img/sprite_sottomenu.png') 0 -321px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml25 a{
	width: 62px;
	background: url('../img/sprite_sottomenu.png') 0 -335px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml26 a{
	width: 127px;
	background: url('../img/sprite_sottomenu.png') 0 -348px no-repeat;
}

ul#mainMenu li#mm1 ul.subMenu li#sml1 a:hover,
ul#mainMenu li#mm1 ul.subMenu li#sml1 a.active{
	background: url('../img/sprite_sottomenu.png') -160px 0px no-repeat;
}
ul#mainMenu li#mm1 ul.subMenu li#sml2 a:hover,
ul#mainMenu li#mm1 ul.subMenu li#sml2 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -14px no-repeat;
}
ul#mainMenu li#mm1 ul.subMenu li#sml3 a:hover,
ul#mainMenu li#mm1 ul.subMenu li#sml3 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -42px no-repeat;
}
ul#mainMenu li#mm1 ul.subMenu li#sml9 a:hover,
ul#mainMenu li#mm1 ul.subMenu li#sml9 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -115px no-repeat;
}
ul#mainMenu li#mm2 ul.subMenu li#sml4 a:hover,
ul#mainMenu li#mm2 ul.subMenu li#sml4 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -28px no-repeat;
}
ul#mainMenu li#mm2 ul.subMenu li#sml5 a:hover,
ul#mainMenu li#mm2 ul.subMenu li#sml5 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -56px no-repeat;
}
ul#mainMenu li#mm2 ul.subMenu li#sml6 a:hover,
ul#mainMenu li#mm2 ul.subMenu li#sml6 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -70px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml7 a:hover,
ul#mainMenu li#mm4 ul.subMenu li#sml7 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -85px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml8 a:hover,
ul#mainMenu li#mm4 ul.subMenu li#sml8 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -100px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml10 a:hover,
ul#mainMenu li#mm6 ul.subMenu li#sml10 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -130px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml11 a:hover,
ul#mainMenu li#mm6 ul.subMenu li#sml11 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -145px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml12 a:hover,
ul#mainMenu li#mm6 ul.subMenu li#sml12 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -160px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml13 a:hover,
ul#mainMenu li#mm6 ul.subMenu li#sml13 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -175px no-repeat;
}
ul#mainMenu li#mm6 ul.subMenu li#sml22 a:hover,
ul#mainMenu li#mm6 ul.subMenu li#sml22 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -295px no-repeat;
}

ul#mainMenu li#mm3 ul.subMenu li#sml14 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml14 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -190px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml15 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml15 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -205px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml16 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml16 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -220px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml17 a:hover,
ul#mainMenu li#mm4 ul.subMenu li#sml17 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -235px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml18 a:hover,
ul#mainMenu li#mm4 ul.subMenu li#sml18 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -250px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml19 a:hover,
ul#mainMenu li#mm4 ul.subMenu li#sml19 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -265px no-repeat;
}
ul#mainMenu li#mm4 ul.subMenu li#sml20 a:hover,
ul#mainMenu li#mm4 ul.subMenu li#sml20 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -280px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml21 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml21 a.active{
	background: url('../img/sprite_sottomenu.png') -160px -295px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml23 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml23 a.active{
	width: 88px;
	background: url('../img/sprite_sottomenu.png') -160px -361px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml24 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml24 a.active{
	width: 80px;
	background: url('../img/sprite_sottomenu.png') -160px -321px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml25 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml25 a.active{
	width: 62px;
	background: url('../img/sprite_sottomenu.png') -160px -335px no-repeat;
}
ul#mainMenu li#mm3 ul.subMenu li#sml26 a:hover,
ul#mainMenu li#mm3 ul.subMenu li#sml26 a.active{
	width: 127px;
	background: url('../img/sprite_sottomenu.png') -160px -348px no-repeat;
}

ul#mainMenu li ul.subMenu li.last{
 background: none;
}
ul#mainMenu li#mm1 #sm1 li a{width:auto; background-position: top right;}
ul#mainMenu li#mm2 #sm2 li a{width:auto;  background-position: top right;}
ul#mainMenu li#mm3 #sm3 li a{width:auto;  background-position: top right;}
ul#mainMenu li#mm4 #sm4 li a{width:auto;  background-position: top right;}
ul#mainMenu li#mm5 #sm5 li a{width:auto;  background-position: top right;}
ul#mainMenu li#mm6 #sm6 li a{width:auto;  background-position: top right;}

ul#mainMenu li#mm3 ul.subMenu {
	width: 400px;
	left:-106px;
}
ul#mainMenu li#mm4 ul.subMenu {
	width: 460px;
	left:-94px;
}

/* counter */
#counter{
	margin: 0 5px 5px;
	width: 960px;
	height: 77px;
}
#counter2{
	margin: 0 5px 5px 0;
	width: 824px;
	height: 77px;
}
#counterWrap {
	position: relative;
	height: 84px;
	clear: both;
}

#counterWrap a#fbfanpage{
	display:block; 
	text-indent: -5000px;
	overflow: hidden; 
	width: 116px; 
	height: 64px;
	background: url('../img/btn_facebook.png') 0px 0px no-repeat;
	position: absolute;
	top:6px;
	right: 30px;
}
#counterWrap #socialPlugin{
	display:block; 
	overflow: hidden; 
	width: 130px; 
	height: 75px;	
	position: absolute;
	top:0px;
	right: 10px;
	border: 1px solid #ddd;
	
}
#counterWrap #socialPlugin img{
	position: absolute;
	top:18px;
	left:10px;
}
/* footer ================= */
#footer{
	width: 940px;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 11px;
	color: #561714;
	background:  url('../img/bg_footer.png') 0 0 no-repeat;
	position: relative;
	overflow: hidden;
}
#footer #copy{	float: left; display: inline;}
/* #footer ul{	float: right;	display: inline; margin-right: 180px;} */
#footer ul{display: inline; margin-left: 62px;}
#footer ul li{	display: inline;}
#footer ul li a{color: #561714;}
#footer ul li a:hover{	color: #b82227;}

#footer a#clickable{
	display: block;
	text-indent: -5000px;
	width: 80px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 10px;
}

/* Accordion 
====================================================== */
#boxAccordion{
	width: 960px;
	margin-left: 0px;
	clear: both;
	
}
#boxAccordion h3{
	text-indent: -5000px;
	line-height: 30px;
	height: 30px;
	background-image: url('../img/sprite_accordion.png');
	background-position: 0 0;
	cursor: pointer;
}
#boxAccordion div.pane {
	display:none;
	height:180px;
	padding:4px;
	font-size:12px;
	background: #fff url('../img/bg_accordion.png') 0px 0px no-repeat;
}
#boxAccordion div#panel4{
	background: url('../img/bg_accordion.png') bottom left no-repeat;
}
#boxAccordion h3#accordion1{	background-position: 0 0;}
#boxAccordion h3#accordion2{	background-position: 0 -30px;}
#boxAccordion h3#accordion3{	background-position: 0 -60px;}
#boxAccordion h3#accordion4{	background-position: 0 -90px;}
#boxAccordion h3#accordion1.current{	background-position: 0 -120px; cursor: default;}
#boxAccordion h3#accordion2.current{	background-position: 0 -150px; cursor: default;}
#boxAccordion h3#accordion3.current{	background-position: 0 -180px; cursor: default;}
#boxAccordion h3#accordion4.current{	background-position: 0 -210px; cursor: default;}

#boxAccordion div.pane div{
	float: left;
	height: 180px;
	position: relative;
}
#boxAccordion div#panel1 div p {
	font-size:11px;
	right: 48px;
	position:absolute;
	top:56px;
	width:140px;
}
#box_acc_sapevi_che{
	width: 316px;
	background: #fff url('../img/bg_accordion_sapevi_che.png') top right no-repeat;
}
#box_acc_nutella_con{
	width: 340px;
	background: #fff  url('../img/bg_accordion_nutella_con.png') top right no-repeat;
}
#boxAccordion div#panel1 #box_acc_nutella_con_tmp{
	width: 602px;
	padding: 57px 24px 10px;
	background: url('../img/bg_accordion_nc_temp.png') top right no-repeat;
	height: 127px;
}

#boxAccordion div#panel1 div#box_acc_nutella_con_tmp h4{
	position: absolute;
	top: 22px;
	left: 270px;
	font-size: 13px;
}
#boxAccordion div#panel1 div#box_acc_nutella_con_tmp h4 br{
	display: none;
}
#boxAccordion div#panel1 div#box_acc_nutella_con_tmp img{
	position: absolute;
	top: 54px;
	left: 0px;
}
#boxAccordion div#panel1 div#box_acc_nutella_con_tmp p{
	top: 54px;
	left: 270px;
	width: 360px;
}
#box_acc_pane{
	width: 290px;
	background: #fff  url('../img/bg_accordion_pane.png') 10px 0 no-repeat;
}
#boxAccordion div#panel1 div#box_acc_pane p {
	right: 12px;
}
#panel2{
	position: relative;
}
#panel2 img{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
#panel2 .noImage{
	float: left;
		margin-left: 15px;
}
#panel2 h4{
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 6px;
}
#panel2 h4 a{
	color: #000;
}
#panel2 p{
margin-left:180px;
/* width:510px; */
width: 740px;
font-size: 11px;
}
#panel2 span{
display: block;
margin-bottom: 15px;
}
#panel2 #social{
	background: url('../img/bg_social.png') 0px 0px no-repeat;
	position: absolute;
	top: 32px;
	right: 20px;
	width: 184px;
	height: 123px;
	text-indent: -5000px;
}
#panel2 #social a{
	display: block;
	line-height: 30px;
	text-indent: -5000px;
	position: absolute;
	left: 0;
}
#panel2 #social a#twt{
	width: 183px;
	top: 45px;
}
#panel2 #social a#fb{
	width: 183px;
	top: 80px;
}
#boxAccordion #panel3 {
	padding: 0 4px;
	overflow: hidden;
}
#panel3 div {
	position: relative;	
	display: inline;
	width: 316px;
	float: left;
	background-image: url('../img/bg_accordion_heritage.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

#panel3 div h4{
	text-indent: -5000px;
	position: absolute;
	top:-5000px;
}
#panel3 div p{
	font-size: 12px;
	position: absolute;
	top:70px;
	left:150px;
	padding-right: 10px;
}
#panel3 div a{
	font-size: 12px;
	position: absolute;
	bottom:30px;
	left:150px;
}
#panel3 #box_heritage_claudio{
	width: 320px;
	background-position: 0px 0px;
}
#panel3 #box_heritage_campagne{
	width: 314px;
	background-position: -640px 0px;
}
#panel3 div#box_heritage_campagne p{
	left:180px;
}
#panel3 div#box_heritage_campagne a{
	left:180px;
}
#panel3 div#box_heritage_campagne img{
	margin: 14px 8px;
}
#panel3 #box_heritage_collezioni{
	background-position: -320px 0px;
}
#panel3 div#box_heritage_collezioni p{
	left:162px;
}
#panel3 div#box_heritage_collezioni a{
	bottom:12px;
	left:162px;
}
#panel3 div#box_heritage_collezioni img{
	margin: 4px;
}
/* my nutella accordion */
#panel4 div{
	background: #fff url('../img/filetto.png') top right no-repeat;
	padding: 0 20px;
	font-size: 11px;
	overflow: hidden;
}
#panel4 div h4{
	text-indent: -5000px;
	background: url('../img/sprite_my.png');
	background-repeat: no-repeat;
	height: 19px;
	line-height: 19px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 6px;
	width: 150px;
}
#panel4 div h5{
	font-size: 14px;
	margin-bottom: 5px;
}
#panel4 #boxAdesioni{
	width: 260px;
}
#panel4 #boxAdesioni h4{
	background-position: 0 -295px;
}
#panel4 #boxAdesioni ul{
	margin-bottom: 10px;
}
#panel4 #boxAdesioni ul li{
	padding-bottom: 4px;
}
#panel4 #boxAdesioni ul li a{
	font-weight: bold;
}
#panel4 #boxStelle {
	padding-right:4px;
	width:315px;
}
#panel4 #boxStelle h4{
	background-position: 0 -315px;
}
#panel4 #boxStelle h5 .data{
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 20px;
}
#panel4 #boxStelle p {
	background:transparent url(../img/tmp_my_oroscopo.jpg) no-repeat scroll right top;
	padding:70px 166px 95px 0;
	position:relative;
	top:-76px;
}
#panel4 #boxStelle a {
	position: relative;
	top: -172px;
}
#panel4 #boxTostatest{
	background: none;
	width: 272px;
}
#panel4 #boxTostatest h4{
	background-position: 0 -335px;
}
#panel4 #boxTostatest ul{
width: 182px;
margin-top: 12px;
}
#panel4 #boxTostatest ul li{
	padding-left: 18px;
	background-image: url('../img/sprite_my.png');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	line-height: 100%;
}
#panel4 #boxTostatest ul li#tt1{
	background-position: -455px -234px;
}
#panel4 #boxTostatest ul li#tt2{
	background-position: -455px -268px;
}
#panel4 #boxTostatest ul li#tt3{
	background-position: -455px -304px;
}
#panel4 #boxTostatest ul li a{
	color: #333;
	text-decoration: none;
}
#panel4 #boxTostatest ul li a:hover{
	text-decoration: underline;
	color: #000;
}
#panel4 #boxTostatest #sveglia {
	background:transparent url(../img/sprite_my.png) no-repeat scroll -195px -295px;
	height:100px;
	position:absolute;
	right:20px;
	top:70px;
	width:36px;
}

/* BOX 
====================================================== */
#boxColazioneLarge{
	width: 640px;
	height: 235px;
	position: relative;
	margin-left: 6px;
	background: url('../img/bg_colazione_large.png') top left no-repeat;	
}
#boxColazioneLarge.temp{
 background: url('../img/bg_colazione_tmp.png') 0 0 no-repeat;
}
#boxColazioneLarge2{
	width: 380px;
	height: 235px;
	position: relative;
	margin-left: 0px;
 background: url('../img/bg_colazione_hp.png') 0 0 no-repeat;
 float: left;
 display: inline;
}
#boxColazioneLarge2 h3{
text-indent: -5000px;
}
#boxColazioneLarge2 #boxCambiaColazione{
height:140px;
padding:24px 100px 10px 10px;
position:absolute;
right:10px;
top:35px;
width:110px;
background: #fff url('../img/bg_pane_tmp.png') 10px 0 no-repeat;
}
#boxColazioneLarge2 #boxCambiaColazione p{
margin: 0px;
}
#boxColazioneLarge2 #testoSapevi {
font-size:11px;
position:absolute;
right:115px;
top:100px;
width:115px;
}
#boxColazioneLarge2 #testoColazione {
font-size:11px;
position:absolute;
right:24px;
top:121px;
width:135px;
}
#boxColazioneLarge2 a.btn { 
	display:block;
	height:32px;
	left:60px;
	position:absolute;
	text-indent:-5000px;
	top:196px;
	width:283px;
	background: url('../img/btn_scopri_colazioni.png') 0px 0px no-repeat;
}
#boxColazioneLarge2 a.btn:hover {	
	background: url('../img/btn_scopri_colazioni.png') 0px -32px no-repeat;
}
#boxColazioneLarge2 img {
	position:absolute;
	left:8px;
	top:40px;
}


#boxColazioneLarge #boxCambiaColazione{
height:140px;
padding:24px 100px 10px 10px;
position:absolute;
right:10px;
top:35px;
width:110px;
background: #fff url('../img/bg_pane_tmp.png') 10px 0 no-repeat;
}
#boxColazioneLarge #boxCambiaColazione p{
margin: 0px;
}
#boxColazioneLarge #testoSapevi {
font-size:11px;
position:absolute;
right:115px;
top:100px;
width:115px;
}
#boxColazioneLarge #testoColazione {
font-size:11px;
position:absolute;
right:273px;
top:121px;
width:135px;
}
#boxColazioneLarge a.btn { 
	display:block;
	height:32px;
	left:60px;
	position:absolute;
	text-indent:-5000px;
	top:196px;
	width:283px;
	background: url('../img/btn_scopri_colazioni.png') 0px 0px no-repeat;
}
#boxColazioneLarge a.btn:hover {	
	background: url('../img/btn_scopri_colazioni.png') 0px -32px no-repeat;
}
#boxColazioneLarge img {
	position:absolute;
	left:20px;
	top:40px;
}

#boxSpremiagrumi{
	width: 258px;
	height: 235px;
	position: relative;
	left: 2px;
	background: url(../img/bg_box_spremiagrumi.jpg) 0 0 no-repeat;
}

#boxSpremiagrumi h3{
	display: none;
}
#boxSpremiagrumi a{ 
	height:32px;
	width:133px;
	display:block;
	text-indent:-5000px;
	position:absolute;
   cursor:pointer;
   background: url('../img/btn_scopri_conc.png') 0px 0px no-repeat;
   bottom:8px;
   left:68px;
}
#boxSpremiagrumi a:hover {	
	background: url('../img/btn_scopri_conc.png') 0px -32px no-repeat; 
}

#boxPasqua{
	width: 258px;
	height: 235px;
	position: relative;
	left: 2px;
	background: url('../img/bg_banner_risparmio_big.jpg') 0 0 no-repeat;
}
#boxPasqua h3{
	display: none;
}
#boxBicchieri{
	width: 258px;
	height: 235px;
	position: relative;
	left: 2px;
	background: url('../img/bg_bicchieri_big.jpg') 0 0 no-repeat;
}
#boxBicchieri h3{
	display: none;
}
#boxBicchieri p{
	position: absolute;
	top:70px;
	left:20px;
	font-size: 12px;
	width: 100px;
	line-height: 16px;
}
#boxBicchieri a{
	display: block;
	text-indent: -5000px;
	overflow: hidden; 
	width: 135px; 
	height: 32px;
	background: url('../img/btn_scoprila.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 8px;
	left: 16px;
}
#boxBicchieri a:hover{
	background: url('../img/btn_scoprila.png') 0px -32px no-repeat;
}
/* ---------- */
#boxEsplora{
	background: url('../img/bg_box_esplora.png') 0px 2px no-repeat;
	width:313px;
 	height:231px;
 	position: relative;
 	margin-left: 4px;
}
#boxEsplora p {
	margin-left:22px;
	margin-top:62px;
	width:150px;
}
#boxEsplora a { 
	width:244px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_esplora.png') 0px 0px no-repeat;
	position:absolute;
   top:194px;
   left:35px;   
}
#boxEsplora a:hover {	
	background: url('../img/btn_esplora.png') 0px -31px no-repeat;
}
.low #boxEsplora{
	background: url('../img/bg_box_esplora_low.png') 0px 2px no-repeat;
	width:295px;
 	height:194px;
 	position: relative;
 	margin-left: 0px;
}
.low #boxEsplora p {
	margin-top:58px;
}
.low #boxEsplora a { 
   top:154px;
   left:17px;   
   width:144px;
	height:32px;
	background: url('../img/btn_esplora_low.png') 0px 0px no-repeat;
}
.low #boxEsplora a:hover {	
	background: url('../img/btn_esplora_low.png') 0px -32px no-repeat;
}
/* ---------- */
#tmpBoxEsplora{
	background: url('../img/bg_tmp_esplora.png') 0px 1px no-repeat;
	width:313px;
 	height:190px;
 	position: relative;
 	margin-left: 4px;
}
#tmpBoxEsplora p {
	margin-left:22px;
	margin-top:42px;
	width:150px;
}
#tmpBoxEsplora a { 
	width:244px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_esplora.png') 0px 0px no-repeat;
	position:absolute;
   top:150px;
   left:35px;   
}
#tmpBoxEsplora a:hover {	
	background: url('../img/btn_esplora.png') 0px -31px no-repeat;
}
/* ---------- */
#boxAColazione{
	width: 362px;
	height: 195px;
	position: relative;
	background: url('../img/bg_box_acolazione.png') top left no-repeat;
}
#boxAColazione p{ 
	text-indent: -5000px;
}
#boxAColazione a { 
	width:314px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_scopri_colazioni.png') 0px 0px no-repeat;
	position:absolute;
   bottom:8px;
   left:46px;   
}
#boxAColazione a:hover {	
	background: url('../img/btn_scopri_colazioni.png') 0px -32px no-repeat;
}
#boxAColazione img{
	margin-top: 26px;
	margin-left: 84px;
}
/* ---------- */
#boxMito{
	width: 302px;
	height: 195px;
	background: url('../img/bg_box_mito.png') top left no-repeat;
	position: relative;
}
#boxMito h4{
	text-indent: -5000px;
}
#boxMito img{
	margin-top: 27px;
	margin-left: 18px;
}
#boxMito a { 
	width:127px;
 /*	height:60px;*/
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_scoprili.png') 0px 0px no-repeat;
	position:absolute;
   bottom:10px;
   left:86px;   
}
#boxMito a:hover {	
	background: url('../img/btn_scoprili.png') 0px -30px no-repeat;
}
/* ---------- */
#boxColazione2 {
	background: url('../img/bg_box_colazione_2.jpg') 0px 0px no-repeat;
	width:322px;
 	height:207px;
 	position: relative;
 	margin-left: 3px;
 }
#boxColazione2 p {
	margin-left:20px;
	margin-top:60px;
	width:140px;
}
#boxColazione2 a { 
	width:77px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_entra.png') 0px 0px no-repeat;
	position:absolute;
   bottom:10px;
   left:15px;
}
#boxColazione2 a:hover {	
	background: url('../img/btn_entra.png') 0px -32px no-repeat;
}
/* ---------- */
#boxEtichetta2 {
	background: url('../img/bg_box_etichetta.png') 0px 0px no-repeat;
	width:313px;
 	height:207px;
 	 position: relative;
}
#boxEtichetta2 p {
	margin-left:20px;
	margin-top:40px;
	width:120px;
}
#boxEtichetta2 a { 
	width:244px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_leggi_etichetta.png') 0px 2px no-repeat;
	position:absolute;
   bottom:10px;
   left:32px;
}
#boxEtichetta2 a:hover {	
	background: url('../img/btn_leggi_etichetta.png') 0px -30px no-repeat;
}
/* ---------- */
#boxMito2 {
	background: url('../img/bg_box_mito2.png') 0px 0px no-repeat;
	width:332px;
 	height:207px;
 	position: relative;
}
#boxMito2 h4{
text-indent: -5000px;
}
#boxMito2 p {
	margin-left:20px;
	margin-top:45px;
	width:120px;
}
#boxMito2 a { 
	width:127px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_leggi_storia.png') 0px -1px no-repeat;
	position:absolute;
   bottom:10px;
   left:15px;   
}
#boxMito2 a:hover {	
	background: url('../img/btn_leggi_storia.png') 0px -33px no-repeat;
}
/* ---------- */
#boxNutellaCon2 {
	display:block;	
	background: url('../img/bg_box_nutella_con.png') 0px 2px no-repeat;
	width:328px;
 	height:185px;
 position: relative;
}
#boxNutellaCon2 img{
	margin-left: 64px;
	margin-top: 30px;
}
#boxNutellaCon2 a { 
	width:314px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_sco.png') 0px 0px no-repeat;
	position:absolute;
   bottom:8px;
   left:25px;   
}
#boxNutellaCon2 a:hover {	
	background: url('../img/btn_sco.png') 0px -32px no-repeat;
}
/* ---------- */
#boxNutella2 {
	display:block;
	background: url('../img/bg_box_nutella.png') 0px 2px no-repeat;
	width:313px;
 	height:184px;
	position: relative;
}
#boxNutella2 p {
	margin-left:20px;
	margin-top:32px;
	width:120px;
}
#boxNutella2 a { 
	width:244px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_leggi_etichetta.png') 0px 2px no-repeat;
	position:absolute;
   bottom:8px;
   left:32px;
}
#boxNutella2 a:hover {	
	background: url('../img/btn_leggi_etichetta.png') 0px -30px no-repeat;
}
/* ---------- */
#boxNutellaNotes{
   display:inline;
   text-indent:-5000px;
   background: url('../img/bg_box_notes.png') 0px 0px no-repeat;
   width: 296px;
   height: 234px;
   float: left;
   position: relative;
}
#boxNutellaNotes a{
   position: absolute;
   bottom:10px;
   left:88px;
   display:block;
   text-indent:-5000px;
   background: url('../img/btn_condividilitutti.png') 0px 0px no-repeat;
   width: 123px;
   height: 30px;   
}
#boxNutellaNotes a:hover{
   background: url('../img/btn_condividilitutti.png') 0px -30px no-repeat;
}

/* HOME PAGE 
====================================================== */
#mainFlashHp{
	margin: 0px 0 0px 18px;
	height: 365px;
	position: relative;
/*	background: url('../img/bg_home_feste.jpg') 0 6px no-repeat;*/
	
}
#videoModal{
	height:265px;
	width:472px;
	padding: 10px;
	position: relative;	
	background: #fff url('../img/ajax-loader.gif') 50% no-repeat;
	
}
#videoModal #vsmClose{
	background: url("../img/btn_chiudi.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
    position: absolute;
    right: -15px;
    text-indent: -5000px;
    top: -15px;
    width: 30px;	
}

div#videoHp{
	height:312px;
	position:absolute;
			right:215px;
			top:11px;
	width:472px;
}
div#videoHpTest{
	height:312px;
	position:absolute;
	right:43px;
	top:31px;
	width:472px;
}
#pulsante_feste h2{
	text-indent: -5000px;
}
#pulsante_scopri_concorso h2{
	text-indent: -5000px;
	bttn_scopri_concorso
}
#pulsante_scopri_concorso a{
	text-indent: -5000px;
	display:block;
	text-indent:-5000px;
	background: url('../img/bttn_scopri_concorso.png') 0px 0px no-repeat;
	width: 225px;
	height: 41px;
	position: absolute;
	top:320px;
	left:25px;
}
#pulsante_feste a{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_buongiorno.png') 0px 0px no-repeat;
	width: 300px;
	height: 70px;
	position: absolute;
	top:245px;
	right:120px;
}
#pulsante_feste a:hover{
	background: url('../img/btn_buongiorno.png') 0px -70px no-repeat;
}
body#home #boxManifesto,
body#mynutella #boxManifesto{
	height: 235px;
	/*background: url('../img/bg_box_manifesto_hp.png') top left no-repeat;*/
	/* background: url('../img/bg_box_gmp_natale.png') top left no-repeat; */
	background: url('../img/bg_box_gmp.png') top left no-repeat;
	position: relative;
}
body#home #boxManifesto p,
body#mynutella #boxManifesto p{
	top:78px;
}
body#home #boxManifesto p strong,
body#mynutella #boxManifesto p strong{
	font-weight: normal;
}
body#home #boxManifesto a,
body#mynutella #boxManifesto a{
	background: url('../img/btn_partecipa.png') 0px 0px no-repeat;
	width: 140px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	left: 10px;
}
body#home #boxManifesto a:hover,
body#mynutella #boxManifesto a:hover{
	background: url('../img/btn_partecipa.png') 0px -30px no-repeat;
}
body#home #boxNazionale{	
	width: 281px;
	height: 235px;
	position: relative;
	background: url('../img/nutella-regala-kit-colazione-nazionale.png') top left no-repeat;
}
body#home #boxNazionale img{	
	position: absolute;
	top:56px;
	left: 4px;
}

body#home #boxNazionale a{	
	display:block; 
	text-indent: -5000px;
	width: 134px; 
	height: 30px;
	background: url('../img/btn_giocasubito.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 10px;
	left: 73px;
}
body#home #boxNazionale a:hover{	
	background: url('../img/btn_giocasubito.png') 0px -30px no-repeat;
}

body#home #boxBarbapapa{	
	width: 281px;
	height: 235px;
	position: relative;
	text-indent: -5000px;	
	background: url('../img/nutella-regala-kit-colazione-barbapapa.png') top left no-repeat;
}
body#home #boxBarbapapa p{	
	margin: 40px 20px;
}

body#home #boxBarbapapa a{	
	display:block; 
	text-indent: -5000px;
	width: 136px; 
	height: 32px;
	background: url('../img/btn_scoprila_subito.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 10px;
	left: 73px;
}
body#home #boxBarbapapa a:hover{	
	background: url('../img/btn_scoprila_subito.png') 0px -32px no-repeat;
}

#barraMyHp{
	display:block; 
	overflow: hidden; 
	width: 962px; 
	height: 134px;
	background: url('../img/bg_barra_mynutella_hp.png') 0px 0px no-repeat;
	position: relative;
	margin-bottom: 4px;
	margin-left: 3px;
}
#barraMyHp ul{
	margin: 22px;
}
#barraMyHp ul li{
	float: left;
	display: inline;
	margin-right: 8px;
	text-align: center;	
 	background-color: #efefef;
}

#barraMyHp ul li img{
 display: none;
 margin: 0 auto;
 
 }
#barraMyHp ul li a{
 display: block;
  	text-align: center;
 width: 96px;
 height: 96px;
 border: 1px solid #ccc;
  	background-color: #efefef;
 }
#barraMyHp ul li a:hover{
	background-color: #ddd;
 border: 1px solid #c00;
}

#barraMyHp a#entra{
	display:block; 
	text-indent: -5000px;
	overflow: hidden; 
	width: 167px; 
	height: 30px;
	background: url('../img/btn_entra_my_hp.png') 0px 0px no-repeat;
	position: absolute;
	bottom:20px;
	right:68px;
}
#barraMyHp a#entra:hover{
	background: url('../img/btn_entra_my_hp.png') 0px -30px no-repeat;
}

.avatarFrame{
	width: 90px;
	height: 90px;
	position: relative;
	background-color: #efefef;
	 border: 1px solid #ddd;
	 text-align: center;	 
}

#bannerFelpa {
	width: 381px;
	height: 235px;
	position: relative;
	margin-top:6px;
}
#bannerPane {
	width:298px;
	height:237px;
	display:block;
	position:relative;
}

#boxColazioneHp{
	width: 381px;
	height: 235px;
	position: relative;
	background: transparent url('../img/bg_colazione_hp.png') top left no-repeat;
}
#boxColazioneHp img{
	position: absolute;
	top:38px;
	left:4px;
}
#boxColazioneHp p.intro1{
	position: absolute;
	top:128px;
	left:20px;
	width: 160px;
	text-align: center;
	display: none;
	}
#boxColazioneHp p.intro2 {
	left:204px;
	position:absolute;
	top:126px;
	width:150px;
}
#boxColazioneHp a#btn_scopriCol {
	display:block; 
	text-indent: -5000px;
	overflow: hidden; 
	width: 283px; 
	height: 32px;
	background: url('../img/btn_scopri_colazioni.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 10px;
	left: 42px;
}
#boxColazioneHp a#btn_scopriCol:hover {
	background: url('../img/btn_scopri_colazioni.png') 0px -32px no-repeat;
}
#boxColazioneHp a#btn_scopri {
	display:block; 
	text-indent: -5000px;
	overflow: hidden; 
	width: 80px; 
	height: 30px;
	background: url('../img/btn_scopri.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 10px;
	right: 60px;
}
#boxColazioneHp a#btn_scopri:hover {
	background: url('../img/btn_scopri.png') 0px -30px no-repeat;
}
body#home #boxColazioneHp img#bicchieri{	
	position: absolute;
	top:60px;
	left: 286px;
}
#boxPartecipaGMP{
	display: inline;
	float: left;
	width: 297px; 
	height: 235px;
	background: url('../img/bg_gmp.png') 0px 0px no-repeat;
	position: relative;
	top:-4px;
}
#boxPartecipaGMP h3{
	text-indent: -5000px;	
}
#boxPartecipaGMP p {
	left:22px;
	position:absolute;
	top:60px;
	width:118px;
}
#boxPartecipaGMP p strong {
	display: block;
	color: #6d8e1e;
	margin: 4px 0;
}
#boxPartecipaGMP a{
	position: absolute;
	bottom:10px;
	left:47px;
	width: 200px;
	height: 30px;
	text-indent: -5000px;
	background: transparent url('../img/btn_scrivi_wall.png') top left no-repeat;
}
#boxPartecipaGMP a:hover{
	background: transparent url('../img/btn_scrivi_wall.png') 0 -30px no-repeat;
}
#boxPartecipaGMP img{
	position: absolute;
	top:44px;
	right:16px;
}

a#borseIed{
   position: relative;
   top:-5px;
}

#boxVideoHp{
	display: inline;
	float: left;
	position: relative;
	width: 294px;
	height: 235px;
	background: url('../img/bg_box_spot.png') top left no-repeat;
}
#boxVideoHp h3{
	text-indent: -5000px;	
}
#boxVideoHp img{
	position: absolute;
	top:50px;
	left:29px;
}
#boxVideoHp a#btnSpot{
	position: absolute;
	bottom:10px;
	left:75px;
	width: 140px;
	height: 30px;
	background: url('../img/btn_guardaspot.png') top left no-repeat;
	text-indent: -5000px;
}
#boxVideoHp a#btnSpot:hover{
	background: url('../img/btn_guardaspot.png') 0 -30px no-repeat;
}

#boxStelleHp{
	display:block;
	background: url('../img/bg_box_stella_hp.jpg') 0px 0px no-repeat;
	width: 297px;
	height: 235px;
	position: relative;	
}
#boxStelleHp p{
	margin: 60px 160px 0 12px;			
}
#boxStelleHp img{
	position: absolute;
	top:80px;
	right:36px;
	width: 75px;
	height: 75px;	
}
#boxStelleHp a{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_leggi_oroscopo.png') 0px 0px no-repeat;
	width: 194px;
	height: 30px;
	position: absolute;
	bottom:10px;
	left:48px;
}
#boxStelleHp a:hover{
	background: url('../img/btn_leggi_oroscopo.png') 0px -30px no-repeat;
}

#boxOnOffHp{
	display:block;
	background: url('../img/bg_box_onoff_hp.png') 0px 0px no-repeat;
	width: 297px;
	height: 235px;
	position: relative;	
	float: left;
   top:-5px;
}


#boxOnOffHp h3{
	text-indent: -5000px;
}
#boxOnOffHp p{
	margin: 32px 150px 0 12px;			
}
#boxOnOffHp p strong{
	color: #c00;							
}

#boxOnOffHp a{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_guardalitutti.png') 0px 0px no-repeat;
	width: 134px;
	height: 30px;	
	position: absolute;
	bottom:10px;
	left:82px;
}
#boxOnOffHp a:hover{
	background: url('../img/btn_guardalitutti.png') 0px -30px no-repeat;
}

#box150Hp{
   display:block;
   text-indent:-5000px;
   background: url('../img/bg_box150hp.png') 0px 0px no-repeat;
   width: 297px;
   height: 237px;
   position: relative;   
}
#box150Hp a{
   position: absolute;
   bottom:15px;
   left:15px;
   display:block;
   background: url('../img/btn_scoprilisubito.png') 0px 0px no-repeat;
   width: 134px;
   height: 30px;          
}
#box150Hp a:hover{
   background: url('../img/btn_scoprilisubito.png') 0px -30px no-repeat;
}

/* nuova organizzazione box HP */
#columnSx{
   float: left;
   width: 678px;
   height: 470px;
   margin-bottom: 10px;
   overflow: hidden;
}
#columnDx{
   float: left;
   background: url('../img/bg_fb_hp.png') 0px 0px no-repeat;
   width: 287px;
   height: 470px;   
   margin-bottom: 10px;
   position: relative;
}
#columnSx #boxColazioneHp,
#columnSx #box150Hp,
#columnSx #boxManifesto,
#columnSx #bannerFelpa,
#columnSx #bannerPane,
#columnSx #boxOnOffHp{
   float: left;   
}
#columnSx #boxColazioneHp h3,
#columnSx #box150Hp h3,
#columnSx #boxManifesto h3,
#columnSx #boxOnOffHp h3{
   text-indent: -5000px;  
}
#columnSx #box150Hp{
   background: url('../img/bg_box150hp.png') 0px 2px no-repeat;
}
/*
#columnSx #boxOnOffHp{
 background: url('../img/bg_box_onoff_hp.png') -2px 4px no-repeat;
width: 294px;
}
*/

#columnSx #bannerPane {
	 background: url('../img/bg_banner_pane.jpg') -3px -4px no-repeat;
	 width:294px;
	 height:237px;
}

#bannerPane a {
	display:block;
	width:100%;
	height:100%;
}

body#home #columnSx #boxManifesto{
   background: url('../img/bg_box_gmp_big.jpg') -3px 0px no-repeat;
   width: 380px;
   height: 233px;   
}
#columnDx iframe{
   position: absolute;
   top:50px;
   left:9px;
   width: 270px;
   height: 378px;
}
#columnDx a{
   position: absolute;
   display: block;
   bottom:0;
   left:0;
   width: 100%;
   height: 40px;
   text-indent: -5000px;
}

/* vinci colazione HP */
#bannerKitColazione{
   display: block;
   text-indent: -5000px;
   background: url('../img/banner_vincicolazione_3.png') 0 3px no-repeat;
   width: 297px;
   height: 240px;
   float: left;
}
#bannerKitColazione a{
   display: block;
   width: 100%;
   height: 100%;
}

/* collezione Puffi HP */
#bannerPuffi{
   display: block;
   text-indent: -5000px;
   background: url('../img/01_banner_puffi_20110906.jpg') 0 3px no-repeat;
   width: 297px;
   height: 240px;
   float: left;
}
#bannerPuffi a{
   display: block;
   width: 100%;
   height: 100%;
}

/* concorso nutellone */
#boxNutellone{
   display:inline;
   text-indent:-5000px;
   background: url('../img/banner_nutellone.png') 0px 0px no-repeat;
   width: 294px;
   height: 231px;
   float: left;
   margin: 3px 0 3px 2px;
   position: relative;
}
#boxNutellone a{
   display:block;
   text-indent:-5000px;
   background: url('../img/btn_partecipa_rosso.png') 0px 0px no-repeat;
   width: 153px;
   height: 30px;
   position: absolute;
   bottom:10px;
   left:68px;
}
#boxNutellone a:hover{
   background: url('../img/btn_partecipa_rosso.png') 0px -30px no-repeat;
}

/* ETICHETTA 
====================================================== */
#boxEtichetta{
	width: 947px; 
	height: 331px;
}
#boxSapeviNew{
   position: relative;
   text-indent:-5000px;
   background: url('../img/bg_box_sapevi_new.jpg') 0px 2px no-repeat;
   width: 313px;
   height: 232px;
}

#boxSapeviNew a{
   display:block;
   text-indent:-5000px;
   background: url('../img/btn_entra.png') 0px 0px no-repeat;
   width: 77px;
   height: 32px;
   position: absolute;
   bottom:5px;
   left:20px;
}
#boxSapeviNew a:hover{
   background: url('../img/btn_entra.png') 0px -32px no-repeat;
}
/* CONFEZIONI 
====================================================== */
#toolConfezioni{
	padding: 10px 0 0;
	background: url('../img/bg_box_confezioni.png') top left no-repeat;
}

#toolConfezioni #flashConf{
	width:940px; 
	padding-left: 15px;
	height:362px;
}
#toolConfezioni #flashConfNatale{
	width:940px; 
	padding-left: 15px;
	height:362px;
}
#hiddenContent{	
	padding:10px 22px 20px 24px;
	background: #fff url('../img/bg_box_confezioni.png') bottom left no-repeat;
}
#hiddenContent div{		
	height: 0;
	display: none;
}

#boxAColazione{
	margin-left: 5px;
}

#hiddenContent table{
	float: left;	
	border:2px solid #efefef;
	margin-right: 9px;
}
#hiddenContent #hc1 table{
	width: 222px;
}
#hiddenContent #hc2 table{
	width: 299px;
}
#hiddenContent #hc3 table{
	width: 453px;
}
#hiddenContent  table caption{
	background:#ea211a;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px 1px;
	color: #fff;
}
#hiddenContent  td, th{
	font-size: 11px;
	padding: 1px 8px;
}

#hiddenContent  tr.even td,
#hiddenContent  tr.even th {
	background-color: #f4f5f9;
}
#hiddenContent  tr.first td,
#hiddenContent  tr.first th {
	border-bottom: 1px solid #ea211a;
	color: #ea211a;
	font-weight: normal;
}
p.nota{
	clear: both;
	font-size: 10px;
	color: #999;
	padding-top: 4px;
}
#boxCambiaColazione2{
   display:block;
   text-indent:-5000px;
   background: url('../img/bg_box_cambia_colazione2.png') 0px 0px no-repeat;
   width: 296px;
   height: 195px;
   position: relative;
}
#boxCambiaColazione2 p{
   text-indent: 0px;
   position: absolute;
   left: 18px;
   top: 84px;
   width: 150px;
}
#boxCambiaColazione2 a{
	width:127px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_scegli_pane.png') 0px 0px no-repeat;
	position:absolute;
   bottom:10px;
   left:15px;
}
#boxCambiaColazione2 a:hover{
	background: url('../img/btn_scegli_pane.png') 0px -30px no-repeat;
}

/* NOCCIOLA 
====================================================== */
#flashNocciola{
	width: 946px;
	height: 395px;
}
body#nocciola .mainFlash{
	padding-bottom: 18px;
}

/* SAPEVI CHE 
====================================================== */
#flashSapevi{
	width: 920px;
	height: 340px;
	padding-bottom: 8px;
}

/* NUTELLA CON... 
====================================================== */
body#nutellacon .mainFlash{
	padding-bottom: 12px;
}
#boxNutellaCon{
	width: 947px; 
	height: 373px;
}

#boxManifesto{
	width: 317px;
	height: 190px;
	position: relative;
	background: #fff url('../img/bg_box_gmp_slim.png') top left no-repeat;
/*	background: #fff url('../img/bg_box_manifesto_slim.png') top left no-repeat;*/
	margin-left: 3px;
}

#boxManifesto p{
	font-size:12px;
	left:16px;
	position:absolute;
	top:50px;
	width:142px;
}
#boxManifesto p strong{
	font-weight: normal;
}
#boxManifesto h3 a {
	display:block;
	height:140px;
	left:3px;
	position:absolute;
	top:0;
	width:310px;
}
#boxManifesto a{
	display:block; 
	text-indent: -5000px;
	overflow: hidden; 
	width: 135px; 
	height: 30px;
	background: url('../img/btn_partecipa.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 20px;
	left: 12px;
}
#boxManifesto a:hover{
	background: url('../img/btn_partecipa.png') 0px -30px no-repeat;
}
body#home #boxManifesto h3 a {
	height:180px;
}
#boxManifesto a#btn_aderisci { 
	width:134px;
 /*	height:60px;*/
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_aderisci.png') 0px 0px no-repeat;
	position:absolute;
   bottom:10px;
   left:14px;
}
#boxManifesto a#btn_aderisci:hover {	
	background: url('../img/btn_aderisci.png') 0px -30px no-repeat;
}	

#boxManifesto a#btn_leggi { 
	width:134px;
 /*	height:60px;*/
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_leggi.png') 0px 0px no-repeat;
	position:absolute;
   bottom:10px;
   right:14px;
}
#boxManifesto a#btn_leggi:hover {	
	background: url('../img/btn_leggi.png') 0px -30px no-repeat;
}	

#boxSapeviChe{
	width: 190px;
	height: 150px;
	padding: 40px 106px 0 20px;	
	position: relative;
	background: url('../img/bg_box_sapevi_che.png') 0 2px no-repeat;
}

#boxSapeviChe a{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_scopri_perche.png') 0px 0px no-repeat;
	position:absolute;
   bottom:10px;
   left:14px;
}
#boxSapeviChe a:hover{
	background: url('../img/btn_scopri_perche.png') 0px -30px no-repeat;
}

#boxCambiaColazione{
	width: 162px;
	height: 115px;
	padding: 70px 130px 0px 34px;
	position: relative;
	background: #fff url('../img/bg_box_cambia_colazione.png') 0 1px no-repeat;
}
#boxCambiaColazione a{
	width:127px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_scegli_pane.png') 0px 0px no-repeat;
	position:absolute;
   bottom:4px;
   left:30px;
}
#boxCambiaColazione a:hover{
	background: url('../img/btn_scegli_pane.png') 0px -30px no-repeat;
}

#boxDettaglio{
	width: 952px;
	height: 380px;
	position: relative;
	background: url('../img/bg_dettaglio_colazione.jpg') 0 -2px no-repeat;
}
#boxDettaglio img#imgColBig{
	position: absolute;
	bottom: 60px;
	left: 10px;
}
#altreColazioni select{
	border: 1px solid #ccc;
	position: absolute;
	bottom: 24px;
	right: 20px;
font-size: 11px;
line-height: 12px;
}
#dettaglioColazione {
	height:260px;
	position:absolute;
	right:24px;
	top:48px;
	width:390px;
}
#dettaglioColazione h3{
	font-size: 20px;
	margin-bottom: 20px;
	color: #5d1a17;
	line-height: 24px;
}
#dettaglioColazione p{
	font-size: 11px;
	text-align: left;
	line-height: 120%;
}

#tabellaNutrizionale,
#tabellaEnergia{
	display: none;
}
#switchTabs{
	position: absolute;
	top: -40px;
	right: -15px;
	width: 423px;
}
#switchTabs a{
	display: block;
	width: 120px;
	height: 50px;
	text-indent: -5000px;
	float: left;
}
#switchTabs a.active{
	cursor: default;
}
#switchTabs a#tab1{
	width: 133px;
	background: url('../img/sprite_tab_colazioni.png') 0 0 no-repeat;
}
#switchTabs a#tab2{
	width: 155px;
	background: url('../img/sprite_tab_colazioni.png') -133px 0 no-repeat;
}
#switchTabs a#tab3{
	width: 135px;
	background: url('../img/sprite_tab_colazioni.png') -288px 0 no-repeat;
}
#switchTabs a#tab1.active{
	width: 133px;
	background: url('../img/sprite_tab_colazioni.png') 0 -50px no-repeat;
}
#switchTabs a#tab2.active{
	width: 155px;
	background: url('../img/sprite_tab_colazioni.png') -133px -50px no-repeat;
}
#switchTabs a#tab3.active{
	width: 135px;
	background: url('../img/sprite_tab_colazioni.png') -288px -50px no-repeat;
}

table#tbl_valoriNutrizionali{
width: 99%;
border: 1px solid #ddd;
}
#tabelle table#tbl_valoriNutrizionali{
margin-top: 10px;
}
table#tbl_valoriNutrizionali th, 
table#tbl_valoriNutrizionali td{
	padding: 3px 7px;
	text-align: center;
	white-space: nowrap;
}
table#tbl_valoriNutrizionali th.label, td.label{
	text-align: left;
}
table#tbl_valoriNutrizionali tr.energia td{
	border-bottom: 1px solid #ea211a;
	color: #ea211a;
	background-color: #f2f2f2;
	font-weight: bold;
}
table#tbl_valoriNutrizionali tr.even td{
	background-color: #f2f2f2;
}
table#tbl_valoriNutrizionali th{
	text-transform: uppercase;
	color: #fff;
	background-color: #ea211a;
}
#dettaglioColazione .noteTbl{
	margin-top: 4px;
	text-align: left;
	color: #ea211a;
	line-height: 100%;
}
#dettaglioColazione .noteTbl p{
	font-size: 11px;
	margin-bottom: 5px;
		line-height: 100%;
}

#tabellaEnergia{
	height: 255px;
	margin-top: 10px;
	position: relative;
	background: url('../img/bg_tabella.png') 0 bottom no-repeat;
}

#dettaglioColazione p.legendaTit{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 4px;
	border-right: 11px solid #c00;
	font-weight: bold;
	text-align: right;
	line-height: 11px;
}
#dettaglioColazione p.legendaTit br{
	display: none;	
}
#dettaglioColazione p.legendaVal{
	position: absolute;
	top: 15px;
	right: 0;
	padding-right: 4px;
	border-right: 11px solid #333;
	text-align: right;
	line-height: 11px;
}

#tabellaEnergia .colonna{
	display: block;
	position: absolute;
	bottom: 50px;
	width: 15px;
	height: 0px;
	background: #c00 url('../img/bg_colonna_red.png') top left no-repeat;	
	text-align: center;
}
#tabellaEnergia .colonna strong{
	display: block;
	text-align: center;
	background-color: #fff;
	line-height: 15px;
}
#tabellaEnergia .black{
	background: #333 url('../img/bg_colonna_black.png') top left no-repeat;	
}

#tabellaEnergia #pr1 {left: 40px;}
#tabellaEnergia #pr2 {left: 57px;}
#tabellaEnergia #gr1 {left: 120px;}
#tabellaEnergia #gr2 {left: 137px;}
#tabellaEnergia #grs1 {left: 200px;}
#tabellaEnergia #grs2 {left: 217px;}
#tabellaEnergia #cb1 {left: 270px;}
#tabellaEnergia #cb2 {left: 287px;}
#tabellaEnergia #zs1 {left: 350px;}
#tabellaEnergia #zs2 {left: 367px;}

#nutellacon #boxSapeviNew{
   display:block;
   text-indent:-5000px;
   background: url('../img/bg_box_sapevi_new2.jpg') 0px 0px no-repeat;
   width: 313px;
   height: 190px;   
}
#nutellacon #boxSapeviNew p{
   text-indent: 0px;
   position: absolute;
   top: 56px;
   left: 20px;
   font-size: 12px;
   width: 138px;
}
#nutellacon #boxSapeviNew a{
   bottom:16px;
   left:15px;
}

/* PANI E NUTELLA 
====================================================== */
#pani{
	margin-left: 26px;
	padding-top: 96px;
	overflow: auto;
	background: url('../img/bg_pani.png') 5px 10px no-repeat;
}
#pani ul{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#pani ul li{
	display: inline;
	float: left;
	margin-left: 3px;
}
#pani ul li a{
	display: block;
	width: 150px;
	height: 125px;
	background-image: url('../img/sprite_pane.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#pani ul li#pane1 a{	background-position: 0 0; }
#pani ul li#pane2 a{	background-position: -154px 0; }
#pani ul li#pane3 a{	background-position: -308px 0; }
#pani ul li#pane4 a{	background-position: -462px 0; }
#pani ul li#pane5 a{	background-position: -615px 0; }
#pani ul li#pane6 a{	background-position: -770px 0; }
#pani ul li#pane7 a{	background-position: 0 -125px; }
#pani ul li#pane8 a{	background-position: -154px -125px; }
#pani ul li#pane9 a{	background-position: -308px -125px; }
#pani ul li#pane10 a{	background-position: -462px -125px; }
#pani ul li#pane11 a{	background-position: -615px -125px; }
#pani ul li#pane12 a{	background-position: -770px -125px; }

#dettaglioPane{
	background: url('../img/bg_pani.jpg') 15px 5px no-repeat;
	height: 354px;
	position:relative;
	padding: 10px 40px 0;
	text-align: left;
}
#dettaglioPane h2{
	font-size: 25px;
	line-height: 150%;
}
#dettaglioPane h3{
	width: 485px;
	font-size: 13px;
}
#dettaglioPane img{
	position: absolute;
	bottom: 10px;
	left: 285px;
}
#dettaglioPane img#p1{	bottom: 48px;}
#dettaglioPane img#p2{	bottom: 10px;}
#dettaglioPane img#p3{	bottom: 30px;}
#dettaglioPane img#p4{	bottom: 42px;}
#dettaglioPane img#p5{	bottom: 67px;}
#dettaglioPane img#p6{	bottom: 10px;}
#dettaglioPane img#p7{	bottom: 47px;}
#dettaglioPane img#p8{	bottom: 63px;}
#dettaglioPane img#p9{	bottom: 27px;}
#dettaglioPane img#p10{	bottom: 30px;}
#dettaglioPane img#p11{	bottom: 40px;}
#dettaglioPane img#p12{	bottom: 33px;}

#dettaglioPane #dettaglioCopy {
	display:block;
	font-size:12px;
	position:absolute;
	right:40px;
	top:50px;
	width:372px;
}
#dettaglioPane select {
	border:1px solid #CCCCCC;
	bottom:16px;
	position:absolute;
	right:55px;
}
#dettaglioPane table {
	width: 100%;
	border:2px solid #efefef;
}

#dettaglioPane table caption{
	background:#ea211a;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 1px;
	text-transform: uppercase;
	color: #fff;
}
#dettaglioPane td, th{
	font-size: 11px;
	padding: 1px 10px;
}
#dettaglioPane th.vnm{
	text-align: center;
	border-bottom: 1px solid #ea211a;
	background-color: #f4f5f9;
}
#dettaglioPane th.gda{
	text-align: center;
	color: #ea211a;
	font-size: 16px;
	border-left: 1px solid #ea211a;
	border-bottom: 1px solid #ea211a;
		background-color: #f4f5f9;
}
#dettaglioPane th.thR{
	text-align: left;
	color: #ea211a;
	border-bottom: 1px solid #ea211a;
		background-color: #f4f5f9;
}
#dettaglioPane tr.even td,
#dettaglioPane tr.even th{
	background-color: #f4f5f9;
}
#dettaglioPane td.colPane,
#dettaglioPane th.colPane{
	text-align: right;
	padding-right: 40px;
}



/* MITO 
====================================================== */
#boxNutellaville {
background:transparent url(../img/bg_box_nutellaville.jpg) no-repeat scroll left top;
height:165px;
margin-bottom:10px;
margin-left:5px;
padding:45px 20px 0 700px;
position:relative;
width:240px;
}
#boxNutellaville p#p2{
width:140px;
}
#boxNutellaville p#p3{
	margin-top: 30px;
text-align: center;
}
a#btn_NVEntra { 
	width:85px;
 /*	height:60px;*/
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_nv_entra.png') 0px 0px no-repeat;
	position:absolute;
   top:88px;
   right:30px;   
}
a#btn_NVEntra:hover {	
	background: url('../img/btn_nv_entra.png') 0px -30px no-repeat;
}
a#btn_NVReg { 
	width:124px;
 /*	height:60px;*/
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_nv_registrati.png') 0px 0px no-repeat;
	position:absolute;
   top:168px;
   right:74px;   
}
a#btn_NVReg:hover {	
	background: url('../img/btn_nv_registrati.png') 0px -30px no-repeat;
}



#flashMito{
	width: 946px;
	height: 395px;
}
body#mito .mainFlash{
	padding-bottom: 18px;
}
/* MANIFESTO 
====================================================== */
#flashManifesto{
	background: url('../img/bg_box_manifesto.png') 0 10px no-repeat;
	padding-top: 50px;
	margin-left: 20px;
	width: 938px;
	overflow: auto;
}
#flashManifestoBig{
	display: inline;
	width: 722px;
	height: 525px;
	margin-bottom: 6px;
	float: left;
}
#flashManifesto .colonna{
	display: inline;
	float: right;
	width: 206px;
	height:auto !important;
	height:534px ;
	min-height:534px;
	
	background: url('../img/bg_manifesto_colonna.png') bottom left no-repeat;
}
#flashManifesto .colonna p{
	font-size: 12px;
	padding: 0 10px 0px;
	text-align: left;
}
#flashManifesto .colonna p.nelBox{
	padding: 0 15px 0px;
}
#flashManifestoSmall{	
	padding: 0 8px 5px;
	height: 146px;
	background: #fff url('../img/bg_manifesto_colonna.png') 0 52px no-repeat;
}
#flashManifesto .colonna a#btn_man_ad { 
	width:174px;
	height:25px;
	display:block;
	text-indent:-5000px;
		margin: 0 auto;
	background: url('../img/btn_aderisci_man.png') 0px 0px no-repeat;
}
#flashManifesto .colonna a#btn_man_ad:hover {	
	background: url('../img/btn_aderisci_man.png') 0px -25px no-repeat;
}
#flashManifesto .colonna a#btn_man_leggi { 
	width:182px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_leggi_man.png') 0px 0px no-repeat;
	margin: 0 auto;
	margin-bottom: 16px;
}
#flashManifesto .colonna a#btn_man_leggi:hover {	
	background: url('../img/btn_leggi_man.png') 0px -30px no-repeat;
}
#flashManifesto .colonna .buttons {	
	text-align: center;
}


/* SEZIONE MANIFESTO
====================================================== */
body.popManifesto h1{
	text-indent: -5000px;
	width: 140px;
	height: 44px;
	background: url('../img/manifesto/logo.png') top left no-repeat;
position: relative;
z-index: 100;
margin-left: 10px;
}
body.popManifesto #footer{
	padding: 0 10px;
	font-size: 11px;
	color: #561714;
	line-height: 26px;
	margin-left: 7px;
	margin-left: 13px;
	text-align: left;
	background: url('../img/manifesto/footer.png') 0px 0px no-repeat;
}
/* LEGGI MESSAGGI 
====================================================== */
#wrapCommenti{
	background: url('../img/manifesto/bg_leggi.png') 0px 0px no-repeat;
	width:620px;
	height:500px;
	position: relative;
	margin-top: -20px;
	border: 1px solid #fff;
}
#wrapCommenti p strong {
	display:block;
	font-size:15px;
	margin-left:31px;
	margin-top:94px;
margin-bottom: 20px;
}
#elencoCommenti{
	margin: 0 18px;
	height: 350px;
	overflow: auto;
}
.commento{
	background: #fff url('../img/manifesto/separatore.png') bottom center no-repeat;
	padding: 5px 12px 12px;
	font-size: 12px;
}
.commento h3{
	color: #6b8c1c;
	font-size: 17px;
	line-height: 20px;
}

/* SCRIVI COMMMENTO 
====================================================== */
#status{
	position: relative;
	height: 50px;
	margin-top: -10px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
#status .bentornato{
	line-height: 50px;
	font-size: 12px;
}
#status #tbl_login td{
	font-size: 11px;
	padding: 2px 0;
	padding-right: 4px;
}
#status #tbl_login td label{
	font-size: 11px;
	line-height: 15px;
}
#status #tbl_login td input.txt{
	width: 100px;
}
#scrivi {
	background: url('../img/manifesto/bg_scrivi.jpg') 0px 0px no-repeat;
	width:660px;
 	height:405px;
	position: relative;
}
#scrivi h2{
	text-indent: -5000px;
}

#scrivi form {
	text-align: center;
	display:block;
	left:158px;
	position:absolute;
	top:130px;
	width:330px;
}
#scrivi form label {
	font-size:15px;
	font-weight:bold;
	line-height:40px;
}
#scrivi form textarea{
	display: block;
	width: 328px;
	border: 1px solid #ddd;
	height: 90px;
}
#scrivi form button { 
	width:137px;
 /*	height:60px;*/
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/manifesto/btn_invia.png') 0px 0px no-repeat;
	cursor: pointer;
	margin: 5px auto;
}
#scrivi form button:hover {	
	background: url('../img/manifesto/btn_invia.png') 0px -30px no-repeat;
}

/* SCARICA PIN 
====================================================== */
#scarica{
	background: url('../img/manifesto/bg_scarica.jpg') 0px 0px no-repeat;
	width:634px;
 	height:406px;
 	position: relative;
}
#scarica h2{
	text-indent: -5000px;
}
#scarica p {
	font-size:13px;
	font-weight:bold;
	left:196px;
	position:absolute;
	text-align:center;
	top:170px;
	width:260px;
}
#scarica p strong{
	display: block;
	text-indent: -5000px;
}
#feedback #footer{
	margin-left: 13px;
}

a#btn_scarica { 
	width:106px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/manifesto/btn_scarica_pin.png') 0px 0px no-repeat;
	position:absolute;
   top:290px;
   left:164px;
}
a#btn_scarica:hover {	
	background: url('../img/manifesto/btn_scarica_pin.png') 0px -30px no-repeat;
}
a#btn_fb { 
	width:175px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/manifesto/btn_share_fb.png') 0px 0px no-repeat;
	position:absolute;
   top:290px;
   right:150px;   
}
a#btn_fb:hover {	
	background: url('../img/manifesto/btn_share_fb.png') 0px -30px no-repeat;
}
div#pins{
	position: absolute;
	top: 208px;
	left: 155px;
}
div#pins div{
	display: inline;
	float: left;
	margin-right: 6px;
	text-align: center;
}
div#pins div img{
	display: block;
}

div.grazie {
background-color:#FFFFFF;
height:140px;
left:158px;
position:absolute;
top:174px;
width:330px;
}
#scarica div.grazie p{
	position: static;
	width: auto;
	text-indent: 0px;
	margin-top: 40px;
	display: block;
	text-align: center;
}
#scarica div.grazie p strong{
	text-indent: 0px;
}
div.grazie a#btn_fb{
	position: static;
	margin:  0 auto;
}

/* BLOG 
====================================================== */
#tmpBlog{
	background: url('../img/tmp_bg_blog.png') top left no-repeat;
	padding: 10px 8px;
}

/* NOTE LEGALI 
====================================================== */
body#legals{
	background: url('../img/bg_popup.png') top left no-repeat;
	text-align: left;
}
body#legals ul#nlMenu {	
	padding: 66px 26px 0;
}
body#legals ul#nlMenu li a{	
	font-weight: bold;
	color: #ec1c24;
	line-height: 16px;
}
div#testo{
	margin: 10px 20px 0;
	padding: 10px 5px 0;
	height: 160px;
	font-size: 11px;
	color: #333;
	overflow: auto;
	border-top: 1px solid #efefef;
}
div#testo h2{
	font-size: 12px;
	text-transform: uppercase;
	color: #ec1c24;
	margin-bottom: 10px;
}
div#testo div.page{
	display: none;
}
div#creditsWrap{
	position: relative;
	padding: 0px 4px 0;
	height: 150px;
	background: url('../credits/img/corner.gif') bottom right no-repeat;
}

div#creditsWrap h1{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

div#creditsWrap h2{
	color: #3f6780;
}

div#creditsWrap a{
	color: #3f6780;
	text-decoration: underline;
}

div#creditsWrap #linkMagnolia{
	display: block;
	position: absolute;
	bottom:0px;
	right:100px;
}

div#creditsWrap #linkZodiak{
	display: block;
	position: absolute;
	bottom:0px;
	right:180px;
}

body#legals div#copy{
	position: absolute;
	bottom: 16px;
	left: 20px;
	font-size: 11px;
	color: #561714;
}

/* CONCORSO Spremiagrumi 
====================================================== */
#frameConcorso{
	width: 952px;
	height: 508px;
}

/* POPUP 3d 
====================================================== */
#flash3d{
	width: 550px;
	height: 460px;
}

/* MY NUTELLA HOME 
====================================================== */
div.myNutella{
	width: 100%;
	overflow: hidden;
}
body#mynutella input.error{
	border: 1px solid #c00;
}
body#mynutella input{
	width: 170px;
	padding: 3px;
	border: 1px solid #aaa7a7;
	font-size: 12px;
	color: #333;
}
#myHp{
   position: relative;
   margin-top: 10px;
   padding: 50px 15px;
   text-indent: -5000px;
   background: transparent url('../img/mynutella/tit_my_hp.png') top center no-repeat;
}
#myHp .boxMyHp{
   float: left;
   display: inline;
   background: url('../img/mynutella/bg_box_my_stella_hp.png') 0px 0px no-repeat;
   width: 368px;
   height: 319px;
}
#myHp .boxMyHp{
   float: left;
   display: inline;
   position: relative;
   background: url('../img/mynutella/bg_box_my_stella_hp.png') 0px 0px no-repeat;
   width: 368px;
   height: 319px;
}

#myHp #boxMyStellaHp{   background: url('../img/mynutella/bg_box_my_stella_hp.png') 0px 0px no-repeat;}
#myHp #boxMyAlbumHp{   background: url('../img/mynutella/bg_box_my_album_hp.png') 0px 0px no-repeat;}
#myHp .boxMyHp a{
   position: absolute;
   bottom:20px;
   left:116px;
   display:block;
   text-indent:-5000px;
   width: 134px;
   height: 30px; 
}
#myHp #boxMyStellaHp a{   background: url('../img/mynutella/btn_cerca.png') 0px 0px no-repeat; }
#myHp #boxMyStellaHp a:hover{   background: url('../img/mynutella/btn_cerca.png') 0px -30px no-repeat;}
#myHp #boxMyAlbumHp a{   background: url('../img/mynutella/btn_sfoglia.png') 0px 0px no-repeat;}
#myHp #boxMyAlbumHp a:hover{   background: url('../img/mynutella/btn_sfoglia.png') 0px -30px no-repeat;}

#sideBar{
   display: inline;
   float: left;
   text-indent: 0px;
   position: relative;
   text-indent: 0px;
   text-align: left;
   margin-top: 15px;
   margin-left: 5px;
}
#sideBar h3{
	text-indent: -5000px;
	width: 145px;
	height: 42px;
	background: url('../img/sprite_my.png') -260px -235px no-repeat;
	margin-bottom: 10px;
}
#sideBar a#btn_reg{
   display:block;
   text-indent:-5000px;
   background: url('../img/mynutella/btn_my_reg.png') 0px 0px no-repeat;
   width: 179px;
   height: 25px;
}
#sideBar a#btn_reg:hover{
   background: url('../img/mynutella/btn_my_reg.png') 0px -25px no-repeat;
}

#sideBar #myLogin label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
#sideBar #myLogin input{
	width: 180px;
	padding: 3px;
	border: 1px solid #aaa7a7;
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
}
#sideBar p{
   display:block;
   text-indent:-5000px;
   background: url('../img/mynutella/txt_my_reg.png') 0px 0px no-repeat;
   width: 140px;
   height: 63px;
   clear: both;
   margin-top: 15px;
}
#sideBar #recuperaPass{
	background-color: #fff;
}
#sideBar #recuperaPass a{
}
#sideBar #recuperaPass label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
#sideBar #recuperaPass button{
	display: block;
	padding: 2px 8px;
	margin: 4px auto;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #67881A;
	cursor: pointer;
}

#sideBar #myLogin a{
   float: left;
display: inline;
}
#sideBar #myLogin button{
	display: inline;
	text-indent: -5000px;
	width: 62px;
	height: 31px;
	background: url('../img/sprite_my_24.png') 0 -30px no-repeat;
	cursor: pointer;
	position: relative;
   left: 10px;
}
#sideBar #myLogin button:hover{
	background: url('../img/sprite_my_24.png') -60px -30px no-repeat;
}

#ultimiIscritti{
	background: url('../img/bg_my_iscritti.png') 0px 0px no-repeat;
	width:250px;
	padding: 14px;
	height:371px;
	float: right;
	display: inline;
	margin-right: 14px;
	margin-top: 6px;
}
#testHome #ultimiIscritti h3, 
#ultimiIscritti h3{
	text-indent: -5000px;
	width: 245px;
	height: 25px;
	margin-top: 4px;
	background: url('../img/sprite_my.png') 0 -235px no-repeat;
position:static;
text-align:center;

}
#ultimiIscritti ul#fotoIscritti{
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}
#ultimiIscritti ul#fotoIscritti li{
	display: inline;
	float: left;
}

#fotoIscritti li img{
 display: none;
 }
#fotoIscritti li a{
 display: block;
  	text-align: center;
 width: 80px;
 height: 80px;
 background-color: #efefef;
 margin: 1px;
 }
#fotoIscritti li a:hover{
	background-color: #ddd;
}
#ultimiIscritti h4{
	clear: both;
	width: 147px;
	height: 15px;
	text-indent: -5000px;
	margin-top: 20px;
	background: url('../img/sprite_my.png') 0 -275px no-repeat;
	margin-bottom: 10px;
}
#mySearch{
	text-align: left;
}
#mySearch label{
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
	float: left;
}
#mySearch div{
	width: 100%;
	float: left;
		display: inline;
	margin-bottom: 5px;
}
#mySearch div input{
	float: right;
display: inline;
	width: 150px;
	padding: 3px;
	border: 1px solid #aaa7a7;
	font-size: 12px;
	color: #333;
}

#mySearch button{
	margin-top: 6px;
	float: right;
display: inline;
	text-indent: -5000px;
	width: 62px;
	height: 31px;
	background: url('../img/sprite_my_24.png') 0 0px no-repeat;
	cursor: pointer;
}
#mySearch  button:hover{
	background: url('../img/sprite_my_24.png') -60px 0 no-repeat;
}
#bbStella{
	background: url('../img/bg_box_stella_nutella.png') 0px 0px no-repeat;
	width:377px;
 	height:235px;
 	color: #000;
margin-left: 4px;
}

#bbStella p {
	font-size:12px;
	margin:40px 22px 20px;
	text-align:center;
}
#bbStella ul{
	float:left;
	display: inline;
	margin:0 13px;
}
#bbStella ul li{
	display:inline;
	float:left;
}
#bbStella ul li a{
	display:block;
	height:56px;
	overflow:hidden;
	width:58px;
	background-image: url('../img/sprite_my.png');
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-bottom: 2px;
}
#bbStella ul li#segno1 a{background-position: 0 -420px;}
#bbStella ul li#segno2 a{background-position: -57px -420px;}
#bbStella ul li#segno3 a{background-position: -117px -420px;}
#bbStella ul li#segno4 a{background-position: -176px -420px;}
#bbStella ul li#segno5 a{background-position: -236px -420px;}
#bbStella ul li#segno6 a{background-position: -294px -420px;}
#bbStella ul li#segno7 a{background-position: 0 -478px;}
#bbStella ul li#segno8 a{background-position: -57px -478px;}
#bbStella ul li#segno9 a{background-position: -117px -478px;}
#bbStella ul li#segno10 a{background-position: -176px -478px;}
#bbStella ul li#segno11 a{background-position: -236px -478px;}
#bbStella ul li#segno12 a{background-position: -294px -478px;}

#bbTostatest{
	background: url('../img/bg_box_tostatest.png') 0px 0px no-repeat;
	width:261px;
 	height:130px;
 	margin-left: 4px;
 	margin-bottom: 5px;
}
#bbTostatest p {
font-size:12px;
margin:32px 126px 10px 17px;
}
#bbTostatest a{
	display: block;
	text-indent: -5000px;
	width: 134px;
	height: 31px;
	background: url('../img/sprite_my_24.png') 0 -60px no-repeat;
	margin-left: 10px;
}
#bbTostatest a:hover{
	background: url('../img/sprite_my_24.png') 0 -91px no-repeat;
}
#boxStella{
	background: url('../img/bg_box_stella.png') 0px 0px no-repeat;
	width:261px;
 	height:135px;
 	margin-left: 4px;
 	margin-bottom: 0px;
}
#boxStella p {
font-size:12px;
margin:36px 119px 10px 17px;
}
#boxStella a{
	display: block;
	text-indent: -5000px;
	width: 134px;
	height: 31px;
	background: url('../img/btn_cercasegno.png') 0 0px no-repeat;
	margin-left: 10px;
}
#boxStella a:hover{
	background: url('../img/btn_cercasegno.png') 0 -30px no-repeat;
}
a#banner{
	display:block;
	text-indent:-5000px;
	background: url('../img/bg_banner_spremiagrumi.png') 0px 0px no-repeat;
	width:261px;
	 height:99px;
	 clear: both;
	 margin-left: 4px;
}
div#bannerPasqua{
	display:block;
	text-indent:-5000px;
	background: url('../img/bg_banner_risparmio.jpg') 0px 0px no-repeat;
	width:261px;
	 height:99px;
	 clear: both;
	 margin-left: 4px;
}
div#bannerBicchieri{
	display:block;
	text-indent:-5000px;
	background: url('../img/bg_banner_bicchieri.jpg') 0px 0px no-repeat;
	width:261px;
	height:99px;
	clear: both;
	margin-left: 4px;
}
div#bannerBicchieri h3{
	display: none;
}
div#bannerBicchieri a{
	display: block;
	text-indent: 0;
	padding: 46px 140px 20px 20px;
	text-decoration: none;
	line-height: 13px;
	font-size: 12px;
	color: #000;
}
div#bannerBicchieri a:hover{
	color: #333;
}

#boxOnOffMy{
	display:block;
	background: url('../img/bg_box_onoff_my.png') 0px 0px no-repeat;
	width: 379px;
	height: 236px;
	position: relative;
	
}
#boxOnOffMy p{
	font-size: 12px;	
	margin: 32px 150px 0 12px;			
}


#boxOnOffMy a{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_guardalitutti.png') 0px 0px no-repeat;
	width: 134px;
	height: 30px;	
	position: absolute;
	bottom:10px;
	right:20px;
}
#boxOnOffMy a:hover{
	background: url('../img/btn_guardalitutti.png') 0px -30px no-repeat;
}

#boxCartelli{
	display:block;
	text-indent:-5000px;
	background: url('../img/bg_box_cartelli.png') 0px 0px no-repeat;
	width: 266px;
	height: 101px;
	position: relative;	
}
.barraPersonal #boxCartelli{
	background: url('../img/bg_box_cartelli_big.png') 4px 0px no-repeat;
	width: 286px;
	height: 128px;
	position: relative;	
}
#boxCartelli a{
	display:block;
	background: url('../img/btn_condividi_box.png') 0px 0px no-repeat;
	width: 127px;
	height: 50px;
	position: absolute;	
	bottom:10px;
	left:10px;
}
#boxCartelli a:hover{
	background: url('../img/btn_condividi_box.png') 0px -50px no-repeat;
}

#boxTostaTestati{
	display:block;
	background: url('../img/bg_box_tostatestati.png') 0px 0px no-repeat;
	width: 265px;
	height: 99px;
	position: relative;
}
#boxTostaTestati p {
font-size:11px;
margin:23px 0 4px 10px;
}
#boxTostaTestati a{
	display: block;
	text-indent: -5000px;
	width: 134px;
	height: 31px;
	background: url('../img/sprite_my_24.png') 0 -60px no-repeat;
	margin-left: 10px;
}
#boxTostaTestati a:hover{
	background: url('../img/sprite_my_24.png') 0 -91px no-repeat;
}


/* MyNutella REGISTRAZIONE 
====================================================== */
#boxReg,
#boxMod{
	background: url('../img/bg_my_welcome.jpg') 0px 0px no-repeat;
	width:648px;
	height:396px;
	float: left;
	display: inline;
	margin-left: 18px;
	margin-top: 6px;
	text-align: center;
	position: relative;
}
#boxReg h2,
#boxMod h2{
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my.png') 0px -536px no-repeat;
	width:330px;
 	height:32px;
	margin: 16px auto;
}

#boxMod h2{
	width:164px;
}
#boxReg label,
#boxMod label{
	display: inline;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
}
#boxReg input.txt,
#boxMod input.txt{
	width: 200px;
	padding: 3px;
	border: 1px solid #aaa7a7;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
fieldset#anagrafica{
	position: relative;
	top: -100px;
}
#boxReg div,
#boxMod div{
	width: 270px;
	position: absolute;
	bottom: 0;
	text-align: left;
}
#boxReg div#fieldNome{	top: 100px;	left: 30px;}
#boxReg div#fieldNome input{	width: 214px;}
#boxReg div#fieldCognome{	top: 100px;	right: 30px;}
#boxReg div#fieldCognome input{	width: 190px;}
#boxReg div#fieldDataNascita{
	top: 135px;
	left: 30px;
}
#boxReg div#fieldDataNascita input{
	position: static;
	display: inline;
	margin-left: 0px;
	margin-right: 4px;
}
#boxReg div#fieldDataNascita input#data_gg{	width: 30px;	margin-left: 10px;}
#boxReg div#fieldDataNascita input#data_mm{	width: 30px;}
#boxReg div#fieldDataNascita input#data_aaaa{	width: 58px; margin-right: 0px;}
#boxReg #fieldEmail{	top: 135px;	right: 30px;}
#boxReg #fieldEmail input{	width: 210px;}
#boxReg #fieldSesso{	top: 170px;	left: 30px;}
#boxReg #fieldSesso div{	
	position: static; 
	display: inline; 
	margin-left: 4px; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 10px;
}
#boxReg #fieldSesso div input{	
width: auto;
	border: none;
}
	
#boxReg #fieldCitta{	top: 170px;	right: 30px; width: 270px;}
#boxReg #fieldCitta input{	width: 210px;}
#boxReg #fieldProv{	top: 205px;	right: 30px; width: 270px;}
#boxReg #fieldProv select{width: 218px; position: absolute; top: 0; right: 0;}


#boxMod div#fieldNome{	top: 100px;	left: 30px;}
#boxMod div#fieldNome input{	width: 214px;}
#boxMod div#fieldCognome{	top: 100px;	right: 30px;}
#boxMod div#fieldCognome input{	width: 190px;}
#boxMod div#fieldDataNascita{
	top: 135px;
	left: 30px;
}
#boxMod div#fieldDataNascita input{
	position: static;
	display: inline;
	margin-left: 0px;
	margin-right: 4px;
}
#boxMod div#fieldDataNascita input#data_gg{	width: 30px;	margin-left: 10px;}
#boxMod div#fieldDataNascita input#data_mm{	width: 30px;}
#boxMod div#fieldDataNascita input#data_aaaa{	width: 58px; margin-right: 0px;}
#boxMod #fieldEmail{	top: 135px;	right: 30px;}
#boxMod #fieldEmail input{	width: 210px;}
#boxMod #fieldSesso{	top: 170px;	left: 30px;}
#boxMod #fieldSesso div{	
	position: static; 
	display: inline; 
	margin-left: 4px; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 10px;
}
#boxMod #fieldSesso div input{	
width: auto;
	border: none;
}

#boxMod #fieldCitta{	top: 170px;	right: 30px; width: 270px;}
#boxMod #fieldCitta input{	width: 210px;}
#boxMod #fieldProv{	top: 205px;	right: 30px; width: 270px;}
#boxMod #fieldProv select{width: 218px; position: absolute; top: 0; right: 0;}

fieldset#datiUtente{
	top: 140px;
	height: 50px;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
}
fieldset#datiUtente label{
	color: #c00;
}
#fieldUser{
	top: 13px;
	left: 30px;
}
#fieldPass{
	top: 13px;
	right: 30px;
}
#boxReg #fieldUser input{
	width: 170px;
}
#boxReg #fieldPass input{
	width: 184px;
}
#boxMod #fieldUser input{
	width: 170px;
}
#boxMod #fieldPass input{
	width: 120px;
}
fieldset#altro{
	top: 140px;
	height: 130px;
	position: relative;
	background: url('../img/bg_my_welcome.jpg') 0px 0px no-repeat;
	height: 100px;
}
fieldset#altro label{
	display: block;
}
#boxReg div#fieldFoto{	top: 10px;	left: 30px;}
#boxReg div#fieldFoto input{width: 260px;}
#boxReg div#fieldFrase{	top: 10px;	right: 30px;}
#boxReg div#fieldFrase textarea{width: 270px; height: 60px; border: 1px solid #ddd; float: right;
	display: inline;
}
#boxMod div#fieldFoto{	top: 10px;	left: 30px;}
#boxMod div#fieldFrase{	top: 10px;	right: 30px;}
#boxMod div#fieldFrase textarea{width: 270px; height: 60px; border: 1px solid #ddd; float: right;
	display: inline;
}

#boxPrivacy{
	background: url('../img/bg_my_iscritti.png') 0px 0px no-repeat;
	width:250px;
	padding: 14px;
	height:371px;
	float: right;
	display: inline;
	margin-right: 14px;
	margin-top: 6px;
	text-align: left;
}
#boxPrivacy div input{	
width: auto;
	border: none;
}
form#myReg{
	display: block;
	position: relative;
	width: 100%;
	height: 406px;
}
form#myReg button{
		width:154px;
		height:20px;
		display:block;
		text-indent:-5000px;
		background: url('../img/sprite_my.png') -340px -536px no-repeat;
		position:absolute;
	   bottom:16px;
	   left:268px;
	   cursor:pointer;
	}
form#myReg button:hover {	
		background: url('../img/sprite_my.png') -340px -557px no-repeat;
}

form#myModificaProfilo{	
	position: relative;
	float: left;
	/* height: 406px;
	display: block;
	width: 100%; */
}
 form#myModificaProfilo button{
		width:154px;
		height:21px;
		display:block;
		text-indent:-5000px;
		background: url('../img/btn_modreg.png') 0 0 no-repeat;
		position:absolute;
	   bottom:16px;
	   left:268px;
	   cursor:pointer;
	} 
form#myModificaProfilo button:hover {	
		background: url('../img/btn_modreg.png') 0 -21px no-repeat;
}

#boxPrivacy h3{
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 4px;
}
#boxPrivacy textarea{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	height: 120px;
	display: block;
	font-family:  arial, sans-serif;
	font-size: 10px;
}
#boxPrivacy div{
	margin-bottom: 15px;
	font-weight: bold;
	color: #c00;
	margin-top: 6px;
}
#boxPrivacy div input{
	margin-right: 6px;
}
p.obbl{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 370px;
	right: 175px;
	color: #999;
}

#disiscrizione{
	position: absolute;
	bottom: 18px;
	right: 30px;
}
#disiscrizione a{
	font-weight: bold;
}
/* MyNutella FEEDBACK 
====================================================== */
#boxFeedback{
	background: url('../img/bg_my_welcome.jpg') 0px 0px no-repeat;
	width:648px;
	height:396px;
	float: left;
	display: inline;
	margin-left: 18px;
	margin-top: 6px;
	text-align: center;
	position: relative;
}
#boxFeedback h2{
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my.png') 0px -536px no-repeat;
	width:164px;
 	height:32px;
	margin: 25px auto;
}
#boxFeedback #frase{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 80px 50px;
	margin-top: 55px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ec1c24;
}

/* MyNutella PAGINA PERSONALE
====================================================== */
#boxPersonale{
	width: 100%;
	height: 204px;
	position: relative;
	overflow: visible;
	text-align: left;
	background: url('../img/bg_personal.png') 12px 0 no-repeat;
}
#boxPersonale h2 {
	background:transparent url(../img/sprite_my.png) no-repeat scroll 0 -235px;
	height:22px;
	left:20px;
	position:absolute;
	text-indent:-5000px;
	top:5px;
	width:110px;
}
#boxPersonale h3 {
	font-size: 24px;
	left:124px;
	position:absolute;
	top:48px;
}
#boxPersonale p.desc {
	font-size: 12px;
	left:125px;
	position:absolute;
	top:73px;
}
#boxPersonale img {
/*	position:absolute;
	left:20px;	
	top:44px;
	border: 1px solid #666;*/
	display: none;
	
}
#boxPersonale .avatarFrame{
	position:absolute;
	left:20px;	
	top:44px;
}
#baloon{
		background: url('../img/bg_baloon.png') 0px 0px no-repeat;
		width:384px;
	 	height:70px;
	 	position:absolute;
	   top:105px;
	   left:115px;
}
#baloon form{


}
#baloon form textarea {
	display: block;
	font-family: arial, sans-serif;
font-size:11px;
line-height: 15px;
font-style:italic;
height:45px;
margin:10px 20px;
overflow:auto;
width:340px;
}

#baloon form button  {
background:url("../img/btn_salva.png") no-repeat scroll 0 0 transparent;
bottom:-28px;
cursor:pointer;
display:block;
height:30px;
position:absolute;
right:8px;
text-indent:-5000px;
width:60px;
}
	
#baloon form button:hover {	
		background: url('../img/btn_salva.png') 0px -31px no-repeat;
	}
#baloon p.testo{
	display:block;
font-family:arial,sans-serif;
font-size:11px;
font-style:italic;
height:45px;
line-height:15px;
margin:10px 20px;
overflow:auto;
width:340px;
}
#baloon p.nota{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
position: absolute;
width: auto;
height: auto;
margin: 0;
bottom: 4px;
right: 10px;
}
#boxPersonale #btn_aderisci{
		display:block;
		text-indent:-5000px;
		background: url('../img/btn_aderisci_personal.png') 0px 0px no-repeat;
		width:214px;
	 	height:27px;
	 	position:absolute;
	   top:68px;
	   left:290px;
}
a.fb{
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	background: url('../img/sprite_my.png') 0 -354px no-repeat;
}
#boxPersonale img#pin{
	left:400px;	
	top:-18px;
	border: none;
}
#boxPersonale #elencoAttivita{
	position: absolute;
	top: 43px;
	left: 540px;
	height:138px;
	width: 416px;
	padding-top:6px;
/* 	overflow:auto; */
	background: url('../img/bg_elencoAttivita.png') top left no-repeat;
} 
/* #boxPersonale #elencoAttivita{
	position: absolute;
	top: 44px;
	left: 540px;
	height:154px;
	width: 410px;
	overflow:auto;
} */
#boxPersonale #noAttivita{
	position: absolute;
	top: 44px;
	left: 540px;
	width: 410px;
	height: 130px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #efefef;
	font-size: 12px;
}
#boxPersonale #noAttivita p{
	margin-top: 56px;
}
#boxPersonale #noAttivita strong{
	color: #ec1c24;
}

/* #boxPersonale #elencoAttivita ul{
	position: relative;
	left: -8px;
}  */
#boxPersonale #elencoAttivita ul{
	position: relative;
	width:403px;
	height:123px;
	padding: 5px 5px 5px 3px;
	overflow:auto;
}
#boxPersonale h4{
	position: relative;
	font-family: 'trabuchet MS', trebuchet, tahoma, arial, sans-serif;
	font-size: 18px;
	color: #333;
	top: 15px;
	left: 540px;
	width: 300px;
}
#boxPersonale #elencoAttivita ul li{
	position: relative;
	padding: 4px 10px 4px 9px;
	font-size: 12px;
	/* 	margin-right: 12px;  */
}
#boxPersonale #elencoAttivita ul li.odd{
	background-color: #F4F4F4;
}
#boxPersonale #elencoAttivita ul li a{
	font-weight: bold;
}
#boxPersonale #elencoAttivita ul li span{
	display: block;
	font-style: italic;
	margin-left: 20px;
	font-size: 11px;
}
#boxPersonale #elencoAttivita ul li a.fb{
	top: 4px;
	right: -19px;	
}
#boxPersonale #condividi{
	position: absolute;
	top: 143px;
	left: 20px;
	line-height: 16px;
	width: 92px;
}
#boxPersonale #condividi span{
	float: left;
}
#boxPersonale #condividi a{
	position: static;
	display: inline;
	width: 16px;
	height: 16px;
	float: right;
	text-indent: -5000px;
	margin-left: 3px;
}

#boxPersonale #condividi a#modificaProfilo{
	display: inline;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;	
	width: auto;
	text-align: left;
}
#boxPersonale #condividi a#logout{
	display: inline;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 10px;
	float: right;	
	width: auto;
	text-align: left;
}
#boxPersonale #condividi span.divisore{
	float: left;
	margin-top: 10px;
	padding:0 8px;
	color:#CD141B;
}
#boxPersonale #condividi a.inviamico{
background: url('../img/sprite_my.png') 0 -370px no-repeat;
}
#boxPersonale #condividi a.bookmark{
background: url('../img/sprite_my.png') 0 -386px no-repeat;
}
a.feed{
	position: absolute;
	top: 16px;
	right: 20px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #FF6400;
	background: url('../img/sprite_my.png') 35px -401px no-repeat;
	width: 52px;
}
#overflowed{
	overflow: visible;
	padding-bottom: 16px;
}


#boxOroscopoBarra{
	display:block;
	background: url('../img/../img/bg_box_oroscopo_tall.jpg') 0px 0px no-repeat;
	width:380px;
 	height:259px;
 	margin-left: 3px;
 	position: relative;
}
#boxOroscopoBarra h3{
	display: none;
}
#boxOroscopoBarra img{
	position: absolute;
	top: 50px;
	right: 40px;
	width: 110px;
	height: 80px;
}
#boxOroscopoBarra h4{
	font-size: 22px;
	line-height: 22px;
	color: #EC1C24;
	position: absolute;
	top: 42px;
	left: 16px;
}
#boxOroscopoBarra p {
	height:110px;
	left:20px;
	overflow:auto;
	position:absolute;
	top:70px;
	width:194px;
}
#boxOroscopoBarra a#btn_inviamico{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -125px no-repeat;
	position:absolute;
   bottom:12px;
   left:15px;
   cursor:pointer;
}
#boxOroscopoBarra a#btn_inviamico:hover {	
	background: url('../img/sprite_my_24.png') 0px -156px no-repeat;
}
#boxOroscopoBarra a#fbShare{
	width:183px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -311px no-repeat;
	position:absolute;
   bottom: 12px;
   right:15px;
   cursor:pointer;
}
#boxOroscopoBarra a#fbShare:hover {	
	background: url('../img/sprite_my_24.png') 0px -342px no-repeat;
}
#barraIscritti{
	width: 970px;
	height: 86px;
	position: relative;
	background: url('../img/bg_barra_iscritti.png') top left no-repeat;
}
#barraIscritti h3{
	text-indent: -5000px;
	position: absolute;
	top: 26px;
	left: 20px;
	width: 72px;
	height: 34px;
	background: url('../img/sprite_my.png') -420px -420px no-repeat;
}
#barraIscritti #mySearch{
display: block;
	position: absolute;
	left: 445px;
	top: 20px;
	padding-left: 90px;
	width: 415px;
}
#barraIscritti #mySearch h3{
	text-indent: -5000px;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 72px;
	height: 34px;
	background: url('../img/sprite_my.png') -420px -460px no-repeat;
}
#barraIscritti #mySearch div{
	float: left;
	width: 106px;
	margin-right: 10px;
	padding-top: 2px;
}

#barraIscritti #mySearch div input{
	width: 100px;
}
#barraIscritti #mySearch div label{
	display: block;
	float: none;
	line-height: 15px;
}
#barraIscritti #mySearch button{
margin-top: 12px;
}
#barraIscritti ul{
	position: absolute;
	top: 18px;
	left: 96px;
}
#barraIscritti ul li{
	float: left;
	display: inline;
}
#barraIscritti ul li a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;	
	margin-left: 3px;
	background-color: #efefef;	
}
#barraIscritti ul li a img{
	width: 50px;
	/*height: 50px;*/
	display: none;	
	margin: 0 auto;
}


.barraPersonal #bbTostatest{
	width: 285px;
	height: 124px;
	background: url('../img/bg_box_tostatest_long.jpg') top left no-repeat;
	clear: both;
margin-left: 5px;

}

.barraPersonal #bbTostatest p {
font-size:12px;
margin:32px 126px 6px 17px;
}

body#mynutella .barraPersonal #boxManifesto{
	/*background: url('../img/bg_box_manifesto_long.png') top left no-repeat;*/
	background: url('../img/bg_box_gmp_long.png') top left no-repeat;
/*	background: url('../img/bg_box_gmp_long_natale.png') top left no-repeat;*/
	width: 285px;
	height: 129px;
	margin-left: 5px;
	margin-bottom: 5px;
}
body#mynutella .barraPersonal #boxManifesto p{
	top:45px;
	line-height: 1;
	font-size: 11px;
	
}
body#mynutella .barraPersonal #boxManifesto p strong{
	display: none;
}
body#mynutella .barraPersonal #boxManifesto a{
	bottom:8px;
	/*bottom:-2px;*/
	left:10px;
}
body#mynutella .barraPersonal #boxManifesto a#btn_leggi{
	bottom: 7px;
	right: 8px;
}
body#mynutella .barraPersonal #boxManifesto a#btn_aderisci{
	bottom: 7px;
	left:  8px;
}


.barraPersonal #boxOnOffHp{
	background: url('../img/bg_box_onoff_personal.png') 0px 0px no-repeat;
	width: 284px;
	height: 274px;
	margin-left: 5px;
	
}
.barraPersonal #boxOnOffHp p{
	display: none;					
}

.barraPersonal #boxOnOffHp a{
	bottom:24px;
	left:70px;
}


#boxTopFive{
	background: url('../img/bg_box_top5.png') 0px 0px no-repeat;
	width:248px;
 	height:223px;
 	position:relative;
 	padding: 40px 18px 10px;
 	margin-left: 7px;
}
#boxTopFive h4{
	font-size: 11px;
	color: #ec1c24;
	margin-bottom: 10px;
}
#boxTopFive #domanda{
	font-size: 13px;
	margin-bottom: 10px;
	float: none;
	display: block;
	clear: both;
}
#boxTopFive p#noDomanda{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding: 30px 10px;
}
#boxTopFive p#noData{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #6d8e1e;
}
#boxTopFive ol{
	height: 110px;
	overflow: auto;
}
#boxTopFive ol li{
	list-style-position: inside;
	list-style-type: none;
	line-height: 18px;
	overflow: hidden;
}
#boxTopFive ol li.odd{
	background-color: #F2F2F2;
}
#boxTopFive a.fb{
	/*	top: 10px;
		right: 14px;*/
background:transparent url(../img/sprite_my_24.png) no-repeat scroll 0 -311px;
top:218px;
cursor:pointer;
display:block;
height:30px;
position:absolute;
right:12px;
text-indent:-5000px;
width:183px;
}
#boxTopFive a.fb:hover{
background:transparent url(../img/sprite_my_24.png) no-repeat scroll 0 -342px;
}
#boxTopFive a#entraCentre{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_entra.png') 50% 0 no-repeat;
 	height:32px;
 	position: absolute;
 	bottom: 24px;
 	left: 0px;
 	width: 100%;
}
#boxTopFive a#entraCentre:hover{
	background: url('../img/btn_entra.png') 50% -32px no-repeat;
}
#boxTopFive a#entra{
	display:block;
	text-indent:-5000px;
	background:url("../img/sprite_my_24.png") no-repeat scroll 0 -30px transparent;
 	height:31px;
 	position: absolute;
 	bottom: 24px;
 	left: 115px;
 	width:62px;
}
#boxTopFive a#entra:hover{
background:url("../img/sprite_my_24.png") no-repeat scroll -60px -30px transparent;
}
/* Box Login 
====================================================== */
#boxLogin{
	background: url('../img/bg_box_login.png') 0px 0px no-repeat;
	width:377px;
 	height:235px;
 	position: relative;
 	overflow: hidden;
}
#boxLogin h3, #boxLogin h4{
	text-indent:-5000px;
	position: absolute;
}
#boxLogin form#myLogin{
height:140px;
margin:0 20px 0;
padding-top: 82px;
position:relative;
}
#boxLogin form#myLogin label{
	color:#333333;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 2px;
}
#boxLogin form#myLogin input{
	color:#333333;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	width: 324px;
	padding: 5px 2px;
}
#boxLogin div{
	clear: both;
	float: none;
	
}
#boxLogin form#myLogin button{
	background:transparent url(../img/sprite_my_24.png) no-repeat scroll 0 -30px;
	cursor:pointer;
	display:block;
	height:31px;
	position:absolute;
	right:0px;
	text-indent:-5000px;
	bottom:0px;
	width:62px;
}
#boxLogin form#myLogin button:hover{
	background:transparent url(../img/sprite_my_24.png) no-repeat scroll -60px -30px;
}
#boxLogin form#myLogin a{
	left:0px;
	position:absolute;
	bottom: 16px;
}
#boxLogin #recuperaPass{
	background-color:#FFFFFF;
	margin:47px 19px;
	padding:30px 40px 0;
	text-align:center;
	width: 260px;
	float: left;
	display: inline;
}
#boxLogin #recuperaPass h4{
	text-indent:0px;
	position: static;
	color: #67881A;
	font-size: 15px;
}
#boxLogin #recuperaPass label{
	color:#333333;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 3px;
}
#boxLogin #recuperaPass input{
	margin-bottom: 13px;
}
#boxLogin  a#chiudiRecupera{
	display: block;
	margin-top: 20px;
}
#boxLogin #recuperaPass button{
	background-color:#67881A;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:4px auto;
	padding:2px 8px;
}

/* Box loggato 
====================================================== */
#boxLoggato{
	background: url('../img/bg_box_loggato.png') 0px 0px no-repeat;
	width:377px;
 	height:235px;
	overflow: hidden;
	position: relative;
}
#boxLoggato #profilo{
	position: absolute;
	top: 60px;
	left: 120px;
	line-height: 20px;
}
#boxLoggato #profilo strong{
	font-size: 25px;
	display: block;
}
#boxLoggato #profilo a{
		display:block;
		text-indent:-5000px;
		background: url('../img/btn_vaiPagina.png') 0px 0px no-repeat;
		width:134px;
	 	height:30px;
	 	margin-top: 20px;	 	
}
#boxLoggato #profilo a:hover{
	background: url('../img/btn_vaiPagina.png') 0px -30px no-repeat;
}
/*#boxLoggato img{
	position: absolute;
	top: 60px;
	left: 20px;
	border: 1px solid #ddd;
}*/
#boxLoggato .avatarFrame{
	position: absolute;
	top: 60px;
	left: 20px;
}

#boxLoggato .avatarFrame img{
	margin: 0 auto;	
	display: none;
	
}

#boxLoggato h4{
	position: absolute;
	left: 20px;
	top: 160px;
	font-size: 14px;
	color: #333;
}
#boxLoggato #attivita{
	background-color:#F5F5F5;
font-size:12px;
left:20px;
padding:4px 25px 4px 4px;
position:absolute;
top:180px;
width:320px;
}
/* MyNutella TOSTATEST HOME
====================================================== */
#testHome{
	background: url('../img/bg_tostatest_home.jpg') 0 0 no-repeat;
	width:942px;
 	height:403px;
position: relative;
text-align: left;

}
#testHome #boxAttivita,
#testHome #ultimiIscritti {
	margin-right: 0px;
}
#testHome h2{
	left:18px;
	top:20px;
	position: absolute;
	text-indent:-5000px;
	width: 330px;
	height: 35px;
}
h2#tt{
	background: url('../img/sprite_tit_tostatestati.png') 0px 0px no-repeat;
	
}
h2#qn{
	background: url('../img/sprite_tit_tostatestati.png') 0px -35px no-repeat;
}

#testHome h3{
	font-size:15px;
	left:18px;
	position:absolute;
	text-align:left;
	top:57px;
	width:542px;
	line-height: 18px;
	font-weight: normal;
}
.boxT{
	display:block;
	background: url('../img/bg_box_tt.png') 0px 0px no-repeat;
	width: 288px;
	height: 240px;
	position: absolute;
	top:130px;
	padding: 15px 20px 20px;
	
}
.boxT h4{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;	
}
.boxT h5{
	font-size: 22px;
	line-height: 25px;	
	font-weight: bold;
	color: #739421;
	margin-bottom: 25px;	
}

.boxT .btn_test{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_test.png') 0px 0px no-repeat;
	width: 134px;
	height: 30px;
	position: absolute;
	bottom:10px;
	left:15px;
}
.boxT .btn_all{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_guardalitutti.png') 0px 0px no-repeat;
	width: 134px;
	height: 30px;
	position: absolute;
	bottom:10px;
	right:15px;
}
.boxT .btn_test:hover{
	background: url('../img/btn_test.png') 0px -30px no-repeat;
}
.boxT .btn_all:hover{
	background: url('../img/btn_guardalitutti.png') 0px -30px no-repeat;
}
#boxQn{
	left:10px;
}
#boxTT{
	right:275px;
}

.testArchiveBox{
	font-size:12px;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:150px;
	line-height: 120%;
	background: url('../img/bg_box_tt_archive.png') 0px 0px no-repeat;
	width: 288px;
	height: 185px;
	padding: 20px;
}

#testSx{
	left:10px;
}
#testDx{
	left:335px;
}

.testArchiveBox h4{
	font-size: 20px;
	line-height: 20px;
	color: #739421;
	margin-bottom: 10px;
}
.testArchiveBox a{
	position: absolute;
	bottom: 30px;
	left: 90px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_test.png') 0px 0px no-repeat;
	width:134px;
	 height:30px;
}
.testArchiveBox a:hover{
	background: url('../img/btn_test.png') 0px -30px no-repeat;
}

/*#testHome #test1,
#testHome #test2,
#testHome #test3{
	font-size:12px;
	height:164px;
	overflow:hidden;
	padding:5px;
	position:absolute;
	text-align:left;
	top:150px;
	width:284px;
	line-height: 120%;
}
#testHome #test1{
	left:24px;
}
#testHome #test2{
	left:350px;
}
#testHome #test3{
	left:465px;
}
#testHome #test1 h4,
#testHome #test2 h4{
	font-size: 20px;
	line-height: 20px;
	color: #739421;
	margin-bottom: 10px;
}
#testHome #test1 a,
#testHome #test2 a{
	position: absolute;
	bottom: 0px;
	left: 80px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_test.png') 0px 0px no-repeat;
	width:134px;
	 height:30px;
}
#testHome #test1 a:hover,
#testHome #test2 a:hover{
	background: url('../img/btn_test.png') 0px -30px no-repeat;
}*/
#testHome .torna{
	text-indent: -5000px;
	position: absolute;
	top: -5000px;
	width: 200px;
}
.pagH{
	text-align: center;
	width: 670px;
	position: absolute;
	bottom:15px;
	left:0px;
	font-size: 20px;
	color: #c00;
	
}
#paginazioneG{
	position: absolute;
	bottom:5px;
	left:16px;
	width: 637px;
	text-align: center;
}
#paginazioneG div{
	display: inline;
}

/* MyNutella TOSTATEST
====================================================== */
#boxTostatestPreview{
	background: none;
	width: 272px;
	text-align: left;
}
#boxTostatestPreview h4{
	background:transparent url(../img/sprite_my.png) no-repeat scroll 0 0;
	font-size:20px;
	height:19px;
	line-height:19px;
	margin-bottom:6px;
	margin-top:10px;
	text-indent:-5000px;
	width:150px;
	background-position: 0 -335px;
}
#boxTostatestPreview h5 {
font-size:14px;
margin-bottom:5px;
}
#boxTostatestPreview ul{
/* width: 182px; */
margin-top: 12px;
}
#boxTostatestPreview ul li{
	padding-left: 18px;
	background-image: url('../img/sprite_my.png');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	line-height: 100%;
	padding-bottom: 4px;
}
#boxTostatestPreview ul li#tt1{ 
	background-position: -455px -235px;
}
#boxTostatestPreview ul li#tt2{
	background-position: -455px -269px;
}
#boxTostatestPreview ul li#tt3{
	background-position: -455px -305px;
}
#boxTostatestPreview ul li a{
	color: #333;
	text-decoration: none;
}
#boxTostatestPreview ul li a:hover{
	text-decoration: underline;
	color: #000;
}
#boxTostatestPreview #sveglia {
	background:transparent url(../img/sprite_my.png) no-repeat scroll -195px -295px;
	height:100px;
	position:absolute;
	right:20px;
	top:70px;
	width:36px;
}

#testWrap{
	width: 657px;
	height: 403px;
	float: left;
	display: inline;	
	margin-left: 17px;
	background: url('../img/ajax-loader.gif') 300px 190px no-repeat;
}
#frameTest{
	width: 657px;
	height: 403px;
	position: relative;
}
#boxTest {
	width: 657px;
	height: 403px;
	background: url('../img/bg_boxTest.jpg') top left no-repeat;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* float: left;
	display: inline;
	position: relative;
	margin-left: 17px;*/
}
#boxTest h2{
	font-size:31px;
	line-height: 36px;
	font-weight:normal;
	width:446px;
	padding:20px 15px 0 30px;
	margin:0 auto;
}
#boxTest h3{
	font-size:14px;
	font-weight:bold;
	width:460px;
	padding:10px 15px 0;
	margin:0 auto;
}
#boxTest h4{
	font-size:14px;
	line-height:15px;
	font-weight:normal;
	display:block;
	width:345px;
	padding-bottom:13px;
}
#boxTestBianco{
	background: url('../img/bg_boxTest_bianco.png') top left no-repeat;
	width: 557px;
	height: 224px;
	position: absolute;
	top: 130px;
	left: 42px;
	padding:5px 10px;
	overflow: hidden;
}

#boxTest .boxTestImg{
	width: 538px;
	height: 199px;
	padding:20px 0 0 16px;
	position: relative;
}
#boxTest .boxTestImg img{
	position: absolute;
	top: 35px;
	right: 26px;
	width: 150px;
	height: 150px;
}
#boxTest table{
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	width: 332px;
}
#boxTest table td{
	background-image: url('../img/sprite_boxTest_risposte.png');
	background-repeat:no-repeat;
	height:40px;
}
#boxTest table a{
	color:#FFFFFF;
	padding:0 12px 0;
	display:block;
	position: relative;
	text-decoration:none;
	line-height:12px;
}


.boxTest1{
	background: url('../img/bg_boxTest_verde.png') top left no-repeat;
	width: 557px;
	height: 223px;
	text-align:left;
}

.boxTest1 h4{
	color:#739421;
}
.boxTest1 table td{
	background-position: 0 4px;
}

.boxTest2{
	background: url('../img/bg_boxTest_azzurro1.png') top left no-repeat;
	width: 557px;
	height: 223px;
	text-align:left;
}

.boxTest2 h4{
	color:#2464a3;
}
.boxTest2 table td{
	background-position: 0 -36px;
}

.boxTest3{
	background: url('../img/bg_boxTest_azzurro2.png') top left no-repeat;
	width: 557px;
	height: 223px;
	text-align:left;
}

.boxTest3 h4{
	color:#178283;
}
.boxTest3 table td{
	background-position: 0 -76px;
}

.boxTest4{
	background: url('../img/bg_boxTest_rosso.png') top left no-repeat;
	width: 557px;
	height: 223px;
	text-align:left;
}

.boxTest4 h4{
	color:#9d1815;
}
.boxTest4 table td{
	background-position: 0 -116px;
}

.boxTest5{
	background: url('../img/bg_boxTest_giallo.png') top left no-repeat;
	width: 557px;
	height: 223px;
	text-align:left;
}

.boxTest5 h4{
	color:#c68506;
}
.boxTest5 table td{
	background-position: 0 -156px;
}

.boxTestRisultato{
	width: 557px;
	height: 223px;
	text-align:left;
	padding: 30px;
}
.boxTestRisultato .boxTestImg{
	background: url('../img/bg_boxTest_verde_img.png') bottom right no-repeat;
}
.boxTestRisultato p.profilo{
	width:500px;
	font-size: 14px;
}
#boxTest a#btn_inviamico{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -125px no-repeat;
	position:absolute;
   bottom:5px;
   left:68px;
   cursor:pointer;
}
#boxTest a#btn_inviamico:hover {	
	background: url('../img/sprite_my_24.png') 0px -156px no-repeat;
}
#boxTest a#fbShare{
	width:183px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -311px no-repeat;
	position:absolute;
   bottom: 5px;
   right:68px;
   cursor:pointer;
}
#boxTest a#fbShare:hover {	
	background: url('../img/sprite_my_24.png') 0px -342px no-repeat;
}
/* MyNutella OROSCOPO
====================================================== */
/* Anteprima in accordion */

#boxOroscopoPreview {
width:315px;
position: relative;
background: #fff url('../img/filetto.png') top right no-repeat;

font-size: 11px;
overflow: hidden;
text-align: left;
}
#boxOroscopoPreview h4{
	text-indent: -5000px;
	background: url('../img/sprite_my.png');
	background-repeat: no-repeat;
	height: 19px;
	line-height: 19px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 6px;
	width: 150px;
	background-position: 0 -315px;
}
#boxOroscopoPreview h5{
	font-size: 14px;
	margin-bottom: 5px;
}
#boxOroscopoPreview p {
background:transparent url(../img/tmp_my_oroscopo.jpg) no-repeat scroll right top;
padding:70px 166px 95px 0;
position:relative;
top:-76px;
}
#boxOroscopoPreview h5 .data{
	font-weight: normal;
	display: block;
	font-size: 11px;
	line-height: 20px;
}
#boxOroscopoPreview p {
	background:transparent url(../img/bg_oroscopo_acc.jpg) no-repeat scroll right top;
	padding:70px 166px 95px 0;
	position:relative;
	top:-76px;
}
#boxOroscopoPreview a {
	position: relative;
	top: -172px;
}
#boxOroscopoPreview img {
	position: absolute;
	top: 45px;
	left: 176px;
}
#frameOroscopo{
 	position: relative;
 	text-align: left;
}
#oroscopoWrap{
	width:648px;
 	height:396px;
 	float: left;
 	display: inline;
 	margin-left: 18px;
 	margin-top: 6px;
	background: url('../img/ajax-loader.gif') 300px 190px no-repeat;
}

#boxOroscopo{
	background: url('../img/bg_box_oroscopo.png') 0px 0px no-repeat;
	width:648px;
 	height:396px;
 	/* float: left;
 	display: inline;
 	margin-left: 18px;
 	margin-top: 6px;*/
 	position: relative;
 	text-align: left; 
}
#boxOroscopo h2{
	text-indent: -5000px;
}
#boxOroscopo h3{
	position: absolute;
	top: 84px;
	left: 120px;
	font-size: 28px;
	color: #ec1c24;
line-height: 24px;
}
#boxOroscopo h3 span{
	display: block;
	font-size: 14px;
	color: #666;
}
#boxOroscopo p{
	font-size:12px;
	height:120px;
	left:120px;
	overflow:auto;
	position:absolute;
	top:147px;
	width:240px;
}
#boxOroscopo img{
	left:416px;
	position:absolute;
	top:120px;
}
#boxOroscopo a#btn_inviamico{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -125px no-repeat;
	position:absolute;
   top:280px;
   left:110px;
   cursor:pointer;
}
#boxOroscopo a#btn_inviamico:hover {	
	background: url('../img/sprite_my_24.png') 0px -156px no-repeat;
}

#boxOroscopo a#fbShare{
	width:105px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -187px no-repeat;
	position:absolute;
   top:280px;
   left:255px;
   cursor:pointer;
}
#boxOroscopo a#fbShare:hover {	
	background: url('../img/sprite_my_24.png') 0px -218px no-repeat;
}
#boxOroscopo #ilTuoSegno {	
	position: absolute;
	bottom: 4px;
	left: 0;
}
#boxOroscopo #ilTuoSegno h5{	
	font-size: 12px;
	color: #EC1C24;
	float: left;
	white-space: nowrap;
	line-height: 42px;
	padding: 0 10px;
}
#boxOroscopo #ilTuoSegno ul{	
	float: left;
}
#boxOroscopo #ilTuoSegno ul li {	
	display: inline;
	float: left;
}
#boxOroscopo #ilTuoSegno ul li a{	
	display: block;
	width: 43px;
	height: 41px;
	margin-left: 3px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url('../img/sprite_my.png');
	background-repeat: no-repeat;
}
#boxOroscopo #ilTuoSegno ul li#segno1 a{background-position: 0px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno2 a{background-position: -44px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno3 a{background-position: -89px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno4 a{background-position: -133px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno5 a{background-position: -179px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno6 a{background-position: -222px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno7 a{background-position: -266px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno8 a{background-position: -310px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno9 a{background-position: -356px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno10 a{background-position: -401px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno11 a{background-position: -446px -580px;}
#boxOroscopo #ilTuoSegno ul li#segno12 a{background-position: -490px -580px;}

#boxOroscopo #ilTuoSegno ul li#segno1 a:hover{background-position: 0px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno2 a:hover{background-position: -44px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno3 a:hover{background-position: -89px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno4 a:hover{background-position: -133px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno5 a:hover{background-position: -179px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno6 a:hover{background-position: -222px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno7 a:hover{background-position: -266px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno8 a:hover{background-position: -310px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno9 a:hover{background-position: -356px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno10 a:hover{background-position: -401px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno11 a:hover{background-position: -446px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno12 a:hover{background-position: -490px -621px;}

#boxOroscopo #ilTuoSegno ul li#segno1 a.active{background-position: 0px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno2 a.active{background-position: -44px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno3 a.active{background-position: -89px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno4 a.active{background-position: -133px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno5 a.active{background-position: -179px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno6 a.active{background-position: -222px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno7 a.active{background-position: -266px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno8 a.active{background-position: -310px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno9 a.active{background-position: -356px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno10 a.active{background-position: -401px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno11 a.active{background-position: -446px -621px;}
#boxOroscopo #ilTuoSegno ul li#segno12 a.active{background-position: -490px -621px;}

#boxOroscopo #ilTuoSegno ul li a.active{cursor: default;}

/* MyNUTELLA TOP 5 
====================================================== */
#boxTop5{
	display:inline;
	float: left;
	background: url('../img/bg_top5.png') 0px 0px no-repeat;
	width:618px;
	height:366px;
	margin-left: 18px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 15px;
	position: relative;
}
#boxTop5 h2{
	position: absolute;
	top: -5000px;
	font-size: 30px;
}
#boxTop5 h4{
	font-size: 20px;
	margin-bottom: 10px;

}
#boxTop5 h3 {
	font-size:18px;
	font-weight:normal;
	padding:35px 0 25px;
}
#boxTop5 p.settimana {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	margin-bottom: 6px;
}
#boxTop5 p.tit {
	font-size: 16px;
	font-weight: bold;
	color: #ec1c24;
	width: 370px;
	line-height: 20px;
}
#boxTop5 form{
	width: 370px;
}
#boxTop5 ul.elenco li {
	margin-bottom: 14px;
	padding-left: 30px;
	background-image: url('../img/numeri_top5.png');
	background-position: 0 0 ;
	background-repeat: no-repeat;
	line-height: 23px;
	font-weight: bold;
}
#boxTop5 ul.elenco li#tf1 {	background-position: 0 0 ;}
#boxTop5 ul.elenco li#tf2 {	background-position: 0 -30px ;}
#boxTop5 ul.elenco li#tf3 {	background-position: 0 -60px ;}
#boxTop5 ul.elenco li#tf4 {	background-position: 0 -90px ;}
#boxTop5 ul.elenco li#tf5 {	background-position: 0 -120px	 ;}

#boxTop5 ul.elenco li input{
	width: 100%;
}

#boxTop5 button{
	width:62px;
	height:31px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_salva.png') 0px 0px no-repeat;
	cursor:pointer;
	float: right;
	position: relative;
	right: -10px;
	}
#boxTop5 button:hover {	
		background: url('../img/btn_salva.png') 0px -31px no-repeat;
	}
#boxTop5 #precedentiEdizioni {	
	height:265px;	
	position:absolute;
	right:21px;
	top:105px;
	width:200px;
	}
#boxTop5 #precedentiEdizioni ul {	
	width: auto;
	height: 236px;
	overflow-y:auto;
	overflow-x:hidden;
	}
	
#boxTop5 #precedentiEdizioni ul li{	
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin-bottom: 8px;
	}
#boxTop5 #precedentiEdizioni ul li span{	
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	}	
#boxTop5 #precedentiEdizioni ul li a{	
	line-height: 12px;
	font-size: 12px;
	}		
	
	
/* MyNUTELLA UTENTI 
====================================================== */
#boxUtenti{
	background: url('../img/bg_box_utenti.png') 0px 0px no-repeat;
	width:927px;
 	height:371px;
 	padding: 15px 0 10px 10px;
 	margin-top: 4px;
text-align: left;
position: relative;
}
#boxUtenti h2{
	text-indent: -5000px;
	height: 0px;
	position: absolute;
	top: -5000px;
}
#boxUtenti h3{
	background:transparent url(../img/sprite_my.png) no-repeat scroll -57px -384px;
	height:18px;
	text-indent:-5000px;
	width:140px;
}
#boxUtenti ul{
width: 100%;
overflow: auto;
margin-top: 6px;
margin-bottom: 15px;
}
#boxUtenti ul li{
	display: inline;
	float: left;
	border: 1px solid #ddd;
	width: 134px;
	margin-right: 9px;
	margin-top: 9px;
	position: relative;
	height: 78px;
	padding-left: 86px;
	text-align: left;
	background-color: #fff;
}
#boxUtenti ul li img{
	position: absolute;
	top: 0;
	left: 0;
}
#boxUtenti ul li strong{
	display: block;
	font-size: 16px;
	margin-top: 6px;
}
#boxUtenti ul li a{
		width:112px;
		height:27px;
		display:block;
		text-indent:-5000px;
		background: url('../img/sprite_my_24.png') 0px -373px no-repeat;
	   position: absolute;
	   bottom: 2px;
	   left: 82px;
	}
#boxUtenti ul li a:hover {	
		background: url('../img/sprite_my_24.png') 0px -400px no-repeat;
	}
/* #boxUtenti #paginazione{
	font-size: 12px;
	color: #999;
	text-align: center;
}
#boxUtenti #paginazione a{
	color: #6F901F;
}
#boxUtenti #paginazione a:hover{
	color: #333;
} */
#boxUtenti #paginazioneG{
	font-size: 12px;
	color: #999;
	text-align: center;
	width: 100%;
	left:0;
}
#boxUtenti #paginazioneG div{
	display: inline;
}
#boxUtenti #paginazioneG a{
	color: #6F901F;
}
#boxUtenti #paginazioneG a:hover{
	color: #333;
}
#boxUtenti #paginazioneG a.pagOn{
	color: #999;
	cursor: default;
	text-decoration: none;
}
#boxUtenti #mySearch{
display:block;
margin-top:24px;
overflow:auto;
position:relative;
width:100%;
}
#boxUtenti #mySearch h4{
	float:left;
	height:15px;
	margin-right:10px;
	margin-top:8px;
	text-indent:-5000px;
	width:147px;
	background: url('../img/sprite_my.png') 0 -275px no-repeat;
}
#boxUtenti #mySearch div{
	float:left;
	margin-left:20px;
	margin-top: 6px;
	width: auto;
}

#boxUtenti #mySearch div input{
	float:left;
	width:116px;
}
#boxUtenti #mySearch div label{
	display:inline;
	float:left;
	line-height:22px;
	margin-right:7px;
}
#boxUtenti #mySearch button{
margin-top: 0px;
margin-right: 20px;
}

/* ultimi iscritti 
====================================================== */
#boxUltimiIscritti{
	width: 376px;
	height: 235px;
	margin-left: 4px;
	margin-top: 1px;
	background: url('../img/bg_box_ultimi_iscritti.png') top left no-repeat;
}
#boxUltimiIscritti3{
	width: 262px;
	height: 135px;
	overflow: hidden;
	background: url('../img/bg_box_ultimi_iscritti3.png') 2px 0 no-repeat;
}
#boxUltimiIscritti h3,
#boxUltimiIscritti3 h3{
	display: none;
}

#boxUltimiIscritti ul#fotoIscritti,
#boxUltimiIscritti3 ul#fotoIscritti{
	margin: 54px 13px;
	display: inline;
	float: left;
}
#boxUltimiIscritti3 ul#fotoIscritti{
	margin: 48px 12px;
}
#boxUltimiIscritti ul#fotoIscritti li,
#boxUltimiIscritti3 ul#fotoIscritti li{
	display: inline;
	float: left;
}
#boxUltimiIscritti3 ul#fotoIscritti li.more{
	display: none;
}
#boxUltimiIscritti ul#fotoIscritti li a,
#boxUltimiIscritti3 ul#fotoIscritti li a{
	margin-left: 3px;
	padding-bottom: 5px;
	float: left;
	display: inline;
	width: 74px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	background-color: #efefef;
	
}
#boxUltimiIscritti ul#fotoIscritti li a img,
#boxUltimiIscritti3 ul#fotoIscritti li a img{
	display: none;
}

#boxUltimiIscritti3 ul#fotoIscritti li a img{
	-ms-interpolation-mode: bicubic;
	margin: 0 auto;
	
}
/* BOX attivita 
====================================================== */
#boxAttivita{
	background: url('../img/bg_box_attivita.png') 0px 0px no-repeat;
	width:260px;
	padding: 10px;
	height:382px;
	float: right;
	display: inline;
	margin-right: 14px;
	text-align: left;
	position: relative;
}
#boxAttivita h3{
	text-indent: -5000px;
	height: 0px;
	width: 10px;
}
#boxAttivita h4{
	font-size:12px;
	font-weight:normal;
	left:118px;
	line-height:18px;
	overflow:hidden;
	position:absolute;
	top:50px;
	width:145px;
}
#boxAttivita h4 strong{
	display: block;
	font-size: 22px;
	font-weight: bold;
}
#boxAttivita a#vai{
		width:134px;
		height:30px;
		display:block;
		text-indent:-5000px;
		background: url('../img/sprite_my_24.png') 0px -249px no-repeat;
		position: absolute;
		top: 115px;
		left: 124px;
	}
#boxAttivita a#vai:hover {	
		background: url('../img/sprite_my_24.png') 0px -280px no-repeat;
	}
#boxAttivita h5{
	text-indent: -5000px;
	height: 0px;
}
#boxAttivita img{
	position: absolute;
	top: 50px;
	left: 20px;
	border: 1px solid #959595;
}
#boxAttivita #elencoAttivita {
	height:196px;
	overflow:auto;
	position:relative;
	top:180px;
}
#boxAttivita #elencoAttivita ul li{
	position: relative;
	padding: 4px 25px 4px 9px;
}
#boxAttivita #elencoAttivita ul li.odd{
	background-color: #F4F4F4;
}
#boxAttivita #elencoAttivita ul li a{
	font-weight: bold;
}
#boxAttivita #elencoAttivita ul li span{
	display: block;
	font-style: italic;
	margin-left: 20px;
	font-size: 11px;
}
#boxAttivita #elencoAttivita ul li a.fb{
	top: 4px;
	right: 2px;	
}




/* FINESTRE MODALI
====================================================== */
/* STILI NECESSARI AL FUNZIONAMENTO CORRETTO */
html, body{
	height: 100%;
}
html.noScroll{
	overflow: hidden;
}
div#modalBoxOverlay{
	display: none;
	width: 100%;
	height: 10000px;
	position: fixed !important;
	position: absolute; /* IE6 */
	top: 0;
	left: 0;
	z-index: 2000;
}	
div#finestraModale{
	 display: none;
	position: fixed !important;
	position: absolute; /*IE6*/
	left: 50%;
	z-index: 2001;
}
div#finestraModale .messaggio{
	/* visibility:hidden; */	
}

/* STILI GRAFICI */
div#modalBoxOverlay{
	background-color: #fff;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}	
div#finestraModale{
	width: 550px;	
	height:auto !important;
	height:460px ;
	min-height:460px;	
	/* background: url('../img/bg_modale.png') top left no-repeat; */
	left: 50%;
	margin-left: -275px;	
	text-align: center;
}
div#finestraModale .messaggio{
	margin: 0;
	width: 550px;
	height: 460px;
	position: relative;
	font-weight: bold;
}
div#finestraModale a.btnChiudiModale{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -5000px;
	background: url('../img/btn_chiudi.png') top left no-repeat;
	position: absolute;
	top: -1px;
	right: -3px;
}
/* popup SEGNALA AMICO
====================================================== */
body#segnala{
	background:none;
}

div#segnalaWrap{
	width:500px;
	height:370px;
	background: url('../img/bg_segnala.jpg') top left no-repeat;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	border-bottom:10px solid #CD141B;
}
div#segnalaWrap div#logo{
	width:164px;
	height:34px;
	background: url('../img/sprite_my.png') 0 -536px no-repeat;
	margin-left:20px;
	margin-bottom:30px;
	text-indent:-5000px;
}
form#segnalaAmico{
	position: relative;
	width: 400px;
	height:245px;
	overflow: visible;
	margin:0 auto;
}
form#segnalaAmico div{
	float: left;
	display: inline;
	margin-left: 20px;
	text-align: left;
	padding-bottom:15px;
}
form#segnalaAmico label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
form#segnalaAmico input {
	border:1px solid #AAA7A7;
	color:#333333;
	font-size:12px;
	padding:3px;
	width:170px;
}
form#segnalaAmico button{
	position: absolute;
	right: 169px;
	bottom: 0;
	display: block;
	text-indent: -5000px;
	width: 62px;
	height: 31px;
	background: url('../img/sprite_my_24.png') 0 -427px no-repeat;
	cursor: pointer;
}
form#segnalaAmico button:hover{
	background: url('../img/sprite_my_24.png') -60px -427px no-repeat;
}
#manifestoNutella{
	width:945px;
	height:580px;
}
/* SEZIONE GOOD MORNING PHILOSOPHY
====================================================== */
#flashGM_wall{
	width:947px;
	height:600px;
}
#flashGM_wall_new{
	width:947px;
	height:500px;
}
#flashGM_crea{
	width:947px;
	height:580px;
}
#boxGM_scarica{
	width:927px;
	padding:0 10px 5px;
	background:#FFF url('../img/good_morning/t_scarica.png') 20px 20px no-repeat;
}
ul#boxPin {
	padding-top:210px;
	overflow:hidden;
}
ul#boxPin li{
	width:180px;
	float:left;
	margin:0 2px;
	display:block;
	text-align:center;
	position:relative;
	height:138px;
	padding-top:110px;
	padding-bottom:20px;
}
ul#boxPin li p{
	margin:0 auto 20px;
}
ul#boxPin li img{
	position:absolute;
	top:-90px;
	left:0;
}
ul#boxPin li.grey{
	background:#f5f5f5;
}
ul#boxPin  a.scarica{
	display:block;
	height:31px;
	width:137px;
	text-indent:-5000px;
	background:transparent url('../img/good_morning/btn_scarica_pin.png') 0 0 no-repeat;
	margin:0 auto;
}
ul#boxPin  a.scarica:hover{
	background:transparent url('../img/good_morning/btn_scarica_pin.png') 0 -32px no-repeat;
}
ul#boxPin  a.condividi{
	display:block;
	height:31px;
	width:169px;
	text-indent:-5000px;
	background:transparent url('../img/good_morning/btn_condividi_fb.png') 0 0 no-repeat;
	margin:0 auto;
}
ul#boxPin  a.condividi:hover{
	background:transparent url('../img/good_morning/btn_condividi_fb.png') 0 -32px; no-repeat;
}
/* NEWSLETTER UNSUBSCRIBE
====================================================== */
#unsubscribeContent{
	height:350px;
	width:947px;
	padding-top:100px;
	font-size:13px;
}
div#unsubFeedback{
	padding:10px;
	width:360px;
	text-align:center;
	margin:0 auto;
	color:#CD141B;
	border:1px solid #CD141B;
}
form#unsub{
	padding:10px;
	width:360px;
	text-align:center;
	margin:0 auto;
	border:1px solid #CD141B;
}
form#unsub p{
	text-align:left;
}
form#unsub label {
	display:block;
	margin-bottom:6px;
}
form#unsub input {
	border:1px solid #999999;
	width:250px;
	padding:2px;
}
form#unsub div {
	margin-bottom:10px;
}
form#unsub img{
	border:1px solid #000000;
}
form#unsub button{
	background: transparent url('../img/btn_invia2.png') 0 0 no-repeat;
	cursor:pointer;
	height:32px;
	text-indent:-5000px;
	width:77px;
	display:block;
	margin:0 auto;
}
form#unsub button:hover{
	background: transparent url('../img/btn_invia2.png') 0 -33px no-repeat;
}
form#unsub span.error{
	display:block;
	color:#CD141B;
}

/* NUTELLA HERITAGE 
====================================================== */
div.boxHeritage{
	width: 320px;
	height: 215px;
	position: relative;
	background-image: url('../img/sprite_box_heritage.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
div.boxHeritage h3{
	text-indent: -5000px;
}
div.boxHeritage p{
	position: absolute;
	width: 150px;
	top:65px;
	left:20px;
	font-size: 12px;
}
div.boxHeritage a{
	position: absolute;
	width: 80px;
	height: 30px;
	bottom:20px;
	left:20px;
	background-image: url('../img/btn_guardascopri.png');
	background-repeat: no-repeat;
	text-indent: -5000px;
}

div#bhCampagna{	background-position: -641px 0;}
div#bhCampagna a{	background-position: 0 0;}
div#bhCampagna a:hover{	background-position: 0 -29px;}

div#bhCollezioni{	background-position: -319px 0;}
div#bhCollezioni p {	top:90px}
div#bhCollezioni a{	
   width: 170px;
   background-image: url('../img/btn_scopri_collezioni.png');
   background-position: 0 0;}
div#bhCollezioni a:hover{	background-position: 0 -30px;}

div#bhStoria{	background-position: -964px 0;}
div#bhStoria a{	background-position: -80px 0;}
div#bhStoria a:hover{	background-position: -80px -29px;}

div#bhSpot{	background-position: 0 0;}
div#bhSpot a{	background-position: 0 0;}
div#bhSpot a:hover{	background-position: 0 -29px;}

#flashHeritageStoria{
	width: 946px;
	height: 395px;
}

/* claudio il cuoco */
#heritageSpot{
	background: url('../img/bg_heritage_claudio.jpg') 0 15px no-repeat;
	width: 940px;	
	height: 540px;	
	position: relative;
}
#SpotGallery{
	width: 940px;	
	height: 454px;	
	position: relative;
}
#SpotGallery #loader{
	display:block; 
	overflow: hidden; 
	width: 32px; 
	height: 32px;
	background: #fff url('../img/ajax-loader_claudio.gif') 0px 0px no-repeat;
	position: absolute;
	top: 250px;
	right: 250px;
}
#SpotGallery #ajaxContent{
	width: 487px;
	height: 336px;
	position: absolute;
	right:50px;
	top:92px;
}


#assetWrap{
	text-align: center;	
	padding-bottom: 10px;
}
#assetWrap .preload{
	left:230px;
	position:absolute;
	top:150px;

}
#assetWrap object,
#assetWrap embed{
	position:absolute;
	left:7px;
	top:8px;
}
#assetWrap img{
	margin:0 auto;
}
.sfondoVideo1{
	padding: 8px;
	background: url('../img/claudio/bordovideo1.png') 50% 0 no-repeat;	
	position: relative;
	height: 316px;
}
.sfondoVideo2{
	padding: 8px;
	background: url('../img/claudio/bordovideo2.png') 50% 0 no-repeat;
	position: relative;
	height: 316px;
}
.sfondoImg{
	padding-top: 8px;
	background: url('../img/claudio/bordoimg.png') 50% 0 no-repeat;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 850px;
	height:85px;
	text-align: left;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .items div {
	float:left;
	margin: 8px 4px 0 0;
	padding: 6px 5px;
	cursor:pointer;
	width:93px;
	height:58px;
	background: url('../img/bg_thumbs_claudio.png') top left no-repeat;	
}
.scrollable .items div img{
	width:93px;
	height:57px;
}
.scrollable .items div.active {
	background: url('../img/bg_thumbs_claudio.png') 0 -70px no-repeat;	
	position:relative;
}
#heritageSpot .prev,
#heritageSpot .next{
	position: absolute;
	bottom:30px;
	background-image: url('../img/btn_prevnext.png');
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	text-indent: -5000px;
	}
#heritageSpot .prev{	background-position: 0px 0px; left:10px;	}
#heritageSpot .next{	background-position: -22px 0px;	right:10px;}
#heritageSpot .prev:hover{	background-position: 0px -22px;	}
#heritageSpot .next:hover{	background-position: -22px -22px;	}



.barraHeritage #boxOnOffHp{
	display:block;
	background: url('../img/bg_box_onoff_heritage.png') 0px 0px no-repeat;
	width: 320px;
	height: 215px;
	position: relative;	
}
.barraHeritage #boxOnOffHp a{
	bottom:18px;
	left:96px;			
}
.barraHeritage #boxOnOffHp p {
	font-size: 12px;
	
    margin: 32px 150px 0 12px;
}


/* Heritage Campagne 
====================================================== */
#heritageCampagne{
	background: url('../img/bg_heritage_campagne.png') 0 5px no-repeat;
	width: 940px;
	height: 420px;
	position: relative;
	padding-top: 10px;
}

#cFlow .caption{
	color: #525252;
}
ul#anni{
	position: absolute;
	bottom:3px;
	left:58px;
}
ul#anni li{
	float: left;
	display: inline;
}
ul#anni li a{
	display: block;
	width: 165px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	font-size: 14px;
	background: url('../img/btn_tabs_anni.png') 0 0  no-repeat;
	text-decoration: none;
	color:#525252;
}
ul#anni li a:hover{
	color: #ec1c24;
	background: url('../img/btn_tabs_anni.png') 0 -55px  no-repeat;
}
ul#anni li a.active{
	color: #ec1c24;
	background: url('../img/btn_tabs_anni.png') 0 -55px  no-repeat;
	cursor: default;
}
#heritageCampagne p.intro{
	color:#333333;
	font-size:12px;
	left:20px;
	position:absolute;
	text-align:left;
	top:56px;
	width:272px;
}

#heritageCampagne a#btn_inviamico{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -125px no-repeat;
	position:absolute;
   top:20px;
   right:200px;
   cursor:pointer;
}
#heritageCampagne a#btn_inviamico:hover {	
	background: url('../img/sprite_my_24.png') 0px -156px no-repeat;
}

#heritageCampagne a#fbShare{
	width:183px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -311px no-repeat;
	position:absolute;
   top: 20px;
   right:10px;
   cursor:pointer;
}
#heritageCampagne a#fbShare:hover {	
	background: url('../img/sprite_my_24.png') 0px -342px no-repeat;
}

/* Heritage Collezioni 
====================================================== */
#flashHeritageCollezioni{
	width: 940px;
	height: 330px;
	background: transparent url('../img/bg_collezioni.png') top left no-repeat;
}
#contentFlashCollezioni, 
#contentFlashCollezioniBicchieri{
	position: relative;
	top: 100px;
	width: 940px;
	height: 210px;
}


/* My Nutella ON/OFF 
====================================================== */
#onOff{
	background: url('../img/bg_onoff.png') 4px 4px no-repeat;
	width: 940px;
	height: 306px;	
	position: relative;
	padding-top: 100px;
	overflow: hidden;
	
}
#onOff .item{
	cursor: default;	
	/* nascondo gli elementi durante il caricamento della gallery */
	position: absolute;
	top:-5000px;
}
#onOff .active{
	cursor: pointer;	
}
#onOff .loadIndicator{
	margin-top: -52px;	
}
.onOffModal{
	position: relative;
	background: url('../img/bg_onoff_modal.png') 0px 0px no-repeat;
	width: 962px;
	height: 700px;	
	padding-top: 8px;
	text-align: center;	
}
.onOffModal .big{
	margin: 0 auto;
	display: block;
	
}
.onOffModal #vsmClose{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_onoff_close.png') 0px 0px no-repeat;
	width: 18px;
	height: 20px;
	position: absolute;
	top:20px;
	right:20px;
}

.onOffModal #vsmClose:hover{
	background: url('../img/btn_onoff_close.png') 0px -20px no-repeat;
}
.onOffModal a#btn_inviamico{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -125px no-repeat;
	position:absolute;
   	bottom:35px;
   	left:240px;
   cursor:pointer;
}
.onOffModal a#btn_inviamico:hover {	
	background: url('../img/sprite_my_24.png') 0px -156px no-repeat;
}
.onOffModal a#btn_stampa{
	width:134px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_stampa.png') 0px 0px no-repeat;
	position:absolute;
   	bottom:35px;
   	left:388px;
   cursor:pointer;
}
.onOffModal a#btn_stampa:hover {	
	background: url('../img/btn_stampa.png') 0px -30px no-repeat;
}
.onOffModal a#fbShare{
	width:183px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/sprite_my_24.png') 0px -311px no-repeat;
	position:absolute;
   bottom: 35px;
   right:240px;
   cursor:pointer;
}
.onOffModal a#fbShare:hover {	
	background: url('../img/sprite_my_24.png') 0px -342px no-repeat;
}

/* MY NUTELLA natale 2010 
====================================================== */
/*Index HP*/
#fbStream{
	width: 372px;	
	margin-left: 5px;
	float: left;
	display: inline;
	margin-top: 4px;
	
	}
#boxFeste{
	display:block;
	text-indent:-5000px;
	background: url('../img/bg_box_feste_hp.jpg') 0px 0px no-repeat;
	width: 281px;
	height: 235px;	
	position: relative;	
	float: left;
	margin-left: 4px;
}

#boxFeste a{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_augura.png') 0px 0px no-repeat;
	width: 247px;
	height: 40px;
	position: absolute;
	bottom:5px;
	left:17px;
}
#boxFeste a:hover{
	background: url('../img/btn_augura.png') 0px -40px no-repeat;
}
#boxVideo{
	display:block;
	text-indent:-5000px;
	background: url('../img/box_hp_video.png') 0px 0px no-repeat;
	width: 281px;
	height: 235px;	
	position: relative;	
	float: left;
	margin-left: 4px;
}
#boxVideo a{
	display:block;
	text-indent: 0;	
	margin: 45px 10px 0;	
}
#boxMacchinaDelPane{
	display:block;
	text-indent:-5000px;
	background: url('../img/bg_box_macchinadelpane_hp.png') 0px 0px no-repeat;
	width: 281px;
	height: 235px;
	position: relative;
	}
#boxMacchinaDelPane a{
   display:block;
   text-indent:-5000px;
   background: url('../img/btn_macchinapane_ric.png') 0px 0px no-repeat;
   width: 159px;
   height: 29px;
	position: absolute;
	bottom:12px;
	left:62px;
}
#boxMacchinaDelPane a:hover{
	background: url('../img/btn_macchinapane_ric.png') 0px -34px no-repeat;
}
#boxBuongiornoNatale{
	display: block;
	position: absolute;
	top:0;
	right:6px;
	width: 304px;
	height: 477px;
	text-indent:-5000px;
	background: url('../img/bg_box_albero.jpg') 0px 0px no-repeat;
}
#boxBuongiornoNatale a#btnEntra{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_entra_natale.png') 0px 0px no-repeat;
	width: 94px;
	height: 44px;
	position: absolute;
	top:250px;
	left:20px;
}
#boxBuongiornoNatale a#btnEntra:hover{
	background: url('../img/btn_entra_natale.png') 0px -44px no-repeat;
}
#boxBuongiornoNatale ul li{
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	background-color: #f30;	
	text-indent: 0px;
	
}
#boxBuongiornoNatale #user1{ top:189px; left:183px;}
#boxBuongiornoNatale #user2{ top:258px; left:157px;}
#boxBuongiornoNatale #user3{ top:281px; left:209px;}
#boxBuongiornoNatale #user4{ top:352px; left:134px;}
#boxBuongiornoNatale #user5{ top:352px; left:224px;}
#boxBuongiornoNatale #user6{ top:429px; left:95px;}
#boxBuongiornoNatale #user7{ top:413px; left:184px;}
#boxBuongiornoNatale #user8{ top:426px; left:259px;}

#home #barraBox{
	position: relative;
	overflow: visible;
}

/* My nutella */
#mynutella #boxAccordion{
	margin-left: 3px;
}
#myNutellaXmas{
	display:block;
	background: url('../img/bg_mynutella_xmas.png') 0px 0px no-repeat;
	width: 970px;
	height: 670px;	
	position: relative;
	
}
#myNutellaXmas #boxOnOffHp{
	position: absolute;
	bottom:12px;
	right:7px;
	width: 287px;
	height: 226px;	
	background: url('../img/bg_onoff_my_natale.png') 0px 0px no-repeat;
}
#myNutellaXmas #boxOnOffHp h3{
	text-indent: -5000px;	
}
#myNutellaXmas #boxOnOffHp p {
margin-right: 130px;
}
#mainFlashXmas{
	width:648px; 
	height:573px; 
	position: absolute;
	top:15px;
	left:15px;
	background: transparent url('../img/ajax-loader_claudio.gif') 50% no-repeat;	
}
#boxEntra{
	width: 280px;
	height: 401px;
	position: absolute;
	top:15px;
	right:17px;
	background: url('../img/bg_entra_myn.png') top left no-repeat;	
	text-align: center;	
}
#boxEntra h3, #boxEntra p{
	text-indent: -5000px;	
}
#boxEntra a#btn_reg{
	display: block;
	width: 228px;
	height: 30px;
	text-indent: -5000px;
	margin: 170px auto 10px;
	background: url('../img/sprite_my.png') 0 -200px no-repeat;
}
#boxEntra a#btn_reg:hover{
	background: url('../img/sprite_my.png') -240px -200px no-repeat;
}

#boxEntra #myLogin{
	margin: 0 30px;
	text-align: center;	
}
#boxEntra #myLogin h3{
	text-indent: -5000px;
	height: 20px;
	background: url('../img/t_giaregistrato.png') 0 0 no-repeat;
}

#boxEntra #myLogin label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;	
}
#boxEntra #myLogin button{	
	display: block;
	text-indent: -5000px;
	width: 62px;
	height: 31px;
	margin: 0 auto;
	
	background: url('../img/sprite_my_24.png') 0 -30px no-repeat;
	cursor: pointer;
}
#boxEntra #myLogin button:hover{
	background: url('../img/sprite_my_24.png') -60px -30px no-repeat;
}
#boxEntra #recuperaPass{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 40px 10px 10px;
	position: relative;
	margin: 0 10px;
	text-align: center;
}

#boxEntra #recuperaPass label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
#boxEntra #recuperaPass button{
	display: block;
	padding: 2px 8px;
	margin: 4px auto;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #67881A;
	cursor: pointer;
	width: 60px;
}

#cercaUtente{
	position: absolute;
	bottom:10px;
	left:15px;
	width: 650px;		
}
#cercaUtente form{
	width: 100%;
}
#cercaUtente h4{
	width: 147px;
	height: 15px;
	text-indent: -5000px;
	margin-top: 20px;
	background: url('../img/sprite_my.png') 0 -275px no-repeat;
	margin-bottom: 6px;
}
#cercaUtente #mySearch{
	text-align: left;
}
#cercaUtente #mySearch label{
	display: none;	
}
#cercaUtente #mySearch div{
	width: auto;
	
}
#cercaUtente #mySearch div input{
	float: left;
	display: inline;
	width: 150px;
	padding: 3px;
	border: 1px solid #aaa7a7;
	font-size: 12px;
	color: #333;
	margin-right: 10px;	
}

#cercaUtente #mySearch button{
	float: left;
	display: inline;
	text-indent: -5000px;
	width: 62px;
	height: 31px;
	position: relative;
	margin-top: 0px;
	top:-3px;
	background: url('../img/sprite_my_24.png') 0 0px no-repeat;
	cursor: pointer;
}
#cercaUtente #mySearch  button:hover{
	background: url('../img/sprite_my_24.png') -60px 0 no-repeat;
}

/* ALBUM */
#myAlbum{
	display:block;
	background: url('../img/bg_album.jpg') bottom left no-repeat;
	width: 932px;
	height: 402px;
	position: relative;
	margin-bottom: 4px;	
	text-align: center;	
}
#myAlbum h2{
	display:block;
	text-indent:-5000px;
	background: url('../img/t_album.png') 0px 0px no-repeat;
	width: 539px;
	height: 50px;
	position: absolute;
	top:30px;
	left:20px;
}
#myAlbum h3{
	text-indent: -5000px;
}
#albumScroller{
	width: 820px;
	height: 265px;
	overflow: hidden;
	margin: 90px auto 0;
	position: relative;	
}
#albumScroller ul{
	position: relative;	
}
#albumScroller ul li{
	display:inline;
	float: left;		
	background: url('../img/album/bg_albumscroll.png') 0px 0px no-repeat;
	width: 205px;
	height: 265px;		
	position: relative;	
}
#albumScroller ul li img{
	margin: 16px auto 0;	
	position: relative;
	left:-1px;
}
#albumScroller ul li a{
	display:block;
	text-indent:-5000px;
	background: url('../img/album/btn_guardalitutti.png') 0px 0px no-repeat;
	width: 121px;
	height: 30px;
	position: absolute;
	bottom:15px;
	right:17px;
}
#albumScroller ul li a:hover{
	background: url('../img/album/btn_guardalitutti.png') 0px -30px no-repeat;
}
#myAlbum .nav{
	display: block;
	position: absolute;
	top:200px;
	text-indent:-5000px;
	background: url('../img/sprite_nav_album.png') 0px 0px no-repeat;
	width: 20px;
	height: 35px;	
}
#myAlbum #prev{
	background: url('../img/sprite_nav_album.png') 0px 0px no-repeat;
	left:20px;
	display: none;	
}
#myAlbum #next{
	background: url('../img/sprite_nav_album.png') -40px 0px no-repeat;
	right:20px;
}
#myAlbum #prev:hover{
	background: url('../img/sprite_nav_album.png') 0px -35px no-repeat;
}
#myAlbum #next:hover{
	background: url('../img/sprite_nav_album.png') -40px -35px no-repeat;
}
.albumModal{
	width: 601px;
	height: 520px;
	background: #fff url('../img/album/modal_tile.png') bottom left repeat-x;
	position: relative;	
}
.albumModal h1{
	display:block;
	text-indent:-5000px;
	background: url('../img/album/modal_header.png') 0px 0px no-repeat;
	width: 610px;
	height: 66px;
	position: absolute;
	top:-10px;
	left:-4px;	
}
#albumGallery{
	overflow: auto;
	height: 430px;
	width: 570px;	
	position: absolute;
	top:70px;
	right:15px;	
}
#albumGallery .album{
	display:inline;
	float: left;
	margin: 5px;	
	background: url('../img/album/frame_preview.png') 0px 0px no-repeat;
	width: 169px;
	height: 204px;
	text-align: center;	
}
#albumGallery .album img{
	margin: 14px auto 1px;	
}
#albumGallery .album a{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_condividi.png') 0px 0px no-repeat;
	width: 134px;
	height: 30px;
	margin: 0 auto;	
}
#albumGallery .album a:hover{
	background: url('../img/btn_condividi.png') 0px -30px no-repeat;
}
.albumModal #vsmClose{
	display:block;
	text-indent:-5000px;
	background: url('../img/album/modal_close.png') 0px 0px no-repeat;
	width: 18px;
	height: 19px;
	position: absolute;
	top:15px;
	right:15px;
}


/* SEO 
===================================================== */
#linkImgSeo{
	position: absolute;
	left:0;
	bottom:-300px;
}

/* OVERLAYER BUONGIORNO
====================================================== */
html{
   height: 100%;
}
body.overlayer{
/*   background:#fff;*/
   height: 100%;
   overflow: hidden;
}
body.overlayer #mainWrap{
  display: none;
}
#buongiornoWrapper{
   position: fixed; 
   top:0; 
   left:0;
   right:0;
   bottom:0;
   /*width:100%; 
      height:100%; */
   background:#fff;  
   z-index:100;
}
#buongiornoOverlay{
   width:800px; 
   height:600px; 
   position:absolute; 
   top:137px; 
   left:50%; 
   margin-left:-400px;   
}
