/* ************************************************
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;
	background: #fff;
}
body{
	text-align: center;
	background: 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;
}
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;}
/* 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 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;
	z-index: 100;
}
ul#mainMenu li a{
	display: block;
	text-indent: -5000px;
	line-height: 37px;
	height: 37px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	background: url('../img/sprite_menu.png') 0 0 no-repeat;
}
ul#mainMenu li#mm1{width:116px; left: 0;}
ul#mainMenu li#mm2{width:165px; left: 116px;}
ul#mainMenu li#mm3{width:120px; left: 281px;}
ul#mainMenu li#mm4{width:126px; left: 401px;}
ul#mainMenu li#mm5{width:75px; left: 527px;}
ul#mainMenu li#mm6{width:122px; left: 602px;}

ul#mainMenu li#mm1 a{width:116px; background-position:0 0px;}
ul#mainMenu li#mm2 a{width:165px; background-position:-116px 0px;}
ul#mainMenu li#mm3 a{width:120px; background-position:-281px 0px;}
ul#mainMenu li#mm4 a{width:126px; background-position:-401px 0px;}
ul#mainMenu li#mm5 a{width:75px; background-position:-527px 0px;}
ul#mainMenu li#mm6 a{width:122px; background-position:-602px 0px;}

ul#mainMenu li#mm1 a:hover{background-position:0 -40px;}
ul#mainMenu li#mm2 a:hover{background-position:-116px -40px;}
ul#mainMenu li#mm3 a:hover{background-position:-281px -40px;}
ul#mainMenu li#mm4 a:hover{background-position:-401px -40px;}
ul#mainMenu li#mm5 a:hover{background-position:-527px -40px;}
ul#mainMenu li#mm6 a:hover{background-position:-602px -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:-116px -40px;}
ul#mainMenu li#mm3.active a,
ul#mainMenu li#mm3.rolling a{background-position:-281px -40px;}
ul#mainMenu li#mm4.active a,
ul#mainMenu li#mm4.rolling a{background-position:-401px -40px;}
ul#mainMenu li#mm5.active a,
ul#mainMenu li#mm5.rolling a{background-position:-527px -40px;}
ul#mainMenu li#mm6.active a,
ul#mainMenu li#mm6.rolling a{background-position:-602px -40px;}

#sfondoSubMenu{
position: absolute;
top: 10px;
left: 0;
width: 690px;
padding-left: 38px;
height: 37px;
z-index: 1;
background: url('../img/bg_submenu.png') bottom left no-repeat;
}
ul#mainMenu li ul.subMenu{
position: absolute;
width: 500px;
top: -10px;
left: 0;
padding-left: 38px;
height: 12px;
padding-top: 12px;
margin-top: 10px;
z-index: 2;
padding-bottom: 10px;
}
ul#mainMenu li ul.subMenu li{
position: static;
float: left;
background: url('../img/bg_separatore_submenu.png') right -4px no-repeat;
margin-right: 24px;
padding-right: 25px;
}

ul#mainMenu li ul.subMenu li a{
position: static;
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#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 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;}

/* counter */
#counter{
	margin: 0 5px 5px;
	width: 960px;
	height: 77px;
}
/* footer ================= */
#footer{
	width: 940px;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 11px;
	color: #561714;
	background:  url('../img/bg_footer.png') 0 0 no-repeat;
	position: relative;
}
#footer #copy{	float: left; display: inline;}
#footer ul{	float: right;	display: inline; margin-right: 290px;}
#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: 5px;
}
#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;
}
#panel3 div h4{
	text-indent: -5000px;
}
#panel3 div p{
	font-size: 11px;
	position: absolute;
}
#panel3 div#box_mito_nazionale{
	width: 367px;
	height: 180px;
	background: url('../img/bg_accordion_nazionale.png') top left no-repeat;
	position: relative;
}
#panel3 div#box_mito_nazionale p {
left:196px;
top:53px;
width:160px;
}
#panel3 div#box_mito_collezioni{
	width: 286px;
	height: 180px;
	background: url('../img/bg_accordion_collezioni.png') 11px -3px no-repeat;
	position: relative;
}
#panel3 div#box_mito_collezioni p {
	top: 53px;
	left:122px;
	width:150px;
}
#panel3 div#box_mito_storia{
	width: 286px;
	height: 180px;
	background: url('../img/bg_accordion_storia.png') top right no-repeat;
	position: relative;
}
#panel3 div#box_mito_storia p {
	left:96px;
	top:132px;
}
/* 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: 6px;
 background: url('../img/bg_colazione2_tmp.png') 0 0 no-repeat;
}
#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;
}
/* ---------- */
/* #boxNatale{
	width: 258px;
	height: 235px;
	position: relative;
	background: url('../img/bg_box_natale.jpg') top left no-repeat;
}
#boxNatale h3{
	display: none;
}
#boxNatale a{ 
	width:122px;
	height:32px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_scopri_natale.png') 0px 0px no-repeat;
	position:absolute;
   bottom:7px;
   left:72px;
   cursor:pointer;
}
#boxNatale a:hover {	
	background: url('../img/btn_scopri_natale.png') 0px -32px no-repeat;
} */



#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; 
}
/* ---------- */
#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 2px 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;
}
/* ---------- */



/* HOME PAGE 
====================================================== */
#mainFlashHp{
	margin: 0px 0 0px 18px;
	height: 368px;
	position: relative;
	background: url('../img/bg_home.jpg') 0 6px no-repeat;
}
div#videoHp{
	height:312px;
	position:absolute;
	right:43px;
	top:31px;
	width:472px;
}
body#home #boxManifesto,
body#mynutella #boxManifesto{
	height: 235px;
	background: url('../img/bg_box_manifesto_hp.png') top left no-repeat;
}


/* ETICEHTTA 
====================================================== */
#boxEtichetta{
	width: 947px; 
	height: 331px;
}

/* 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;
}


/* 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_manifesto_slim.png') top left no-repeat;
	margin-left: 3px;
}
#boxManifesto h3 a {
	display:block;
	height:140px;
	left:3px;
	position:absolute;
	top:0;
	width:310px;
}
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 3px 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 sup,
#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;}


/* 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;
}

#welcomeBox{
	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;
}
#welcomeBox h2{
	width: 412px;
	height: 43px;
	text-indent: -5000px;
	margin: 20px auto;
	background: url('../img/sprite_my.png') 0 0 no-repeat;
}
#welcomeBox p{
	width: 464px;
	height: 140px;
	text-indent: -5000px;
	margin: 6px auto;
	background: url('../img/sprite_my.png') 0 -50px no-repeat;
}
#welcomeBox p.atterraggio{
	background: url('../img/testo_landing.png') 0 0 no-repeat;
}
#welcomeBox a#btn_reg{
	display: block;
	width: 228px;
	height: 30px;
	text-indent: -5000px;
	margin: 20px auto;
	background: url('../img/sprite_my.png') 0 -200px no-repeat;
}
#welcomeBox a#btn_reg:hover{
	background: url('../img/sprite_my.png') -240px -200px no-repeat;
}
#welcomeBox #myLogin{
	top: 42px;
	position: relative;
	width: 100%;
	overflow: visible;
}
#welcomeBox #myLogin h3{
	text-indent: -5000px;
	width: 145px;
	height: 42px;
	margin-left: 15px;
	background: url('../img/sprite_my.png') -260px -235px no-repeat;
	float: left;
	display: inline;
}
#welcomeBox #myLogin div{
	float: left;
	display: inline;
	margin-left: 20px;
	text-align: left;
}
#welcomeBox #myLogin label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
#welcomeBox #recuperaPass{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	position: relative;
	margin: 0 40px;
}
#welcomeBox #recuperaPass a{
	position: absolute;
	top: 10px;
	right: 10px;
}
#welcomeBox #recuperaPass label{
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
#welcomeBox #recuperaPass button{
	display: block;
	padding: 2px 8px;
	margin: 4px auto;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #67881A;
	cursor: pointer;
}
body#mynutella input{
	width: 170px;
	padding: 3px;
	border: 1px solid #aaa7a7;
	font-size: 12px;
	color: #333;
}

#welcomeBox #myLogin a{
	position: absolute;
	left: 378px;
	top: 42px;
}
#welcomeBox #myLogin button{
	position: absolute;
	right: 15px;
	top: 10px;
	display: block;
	text-indent: -5000px;
	width: 62px;
	height: 31px;
	background: url('../img/sprite_my_24.png') 0 -30px no-repeat;
	cursor: pointer;
}
#welcomeBox #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;
}

#ultimiIscritti ul#fotoIscritti li a{
	margin-left: 3px;
	padding-bottom: 3px;
	float: left;
	display: inline;
}
#ultimiIscritti ul#fotoIscritti li a img{
	display: block;
}
#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;
}

/* 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: 25px 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: 130px; width: 170px;}
#boxReg #fieldCitta input{	width: 110px;}
#boxReg #fieldProv{	top: 170px;	right: 30px; width: 90px;}
#boxReg #fieldProv input{width: 40px;}


#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: 130px; width: 170px;}
#boxMod #fieldCitta input{	width: 110px;}
#boxMod #fieldProv{	top: 170px;	right: 30px; width: 90px;}
#boxMod #fieldProv input{width: 40px;}

fieldset#datiUtente{
	top: 120px;
	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: 120px;
	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#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;
}

/* 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;
}
#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{
		width:56px;
		height:27px;
		display:block;
		text-indent:-5000px;
		background: url('../img/btn_invia.png') 0px 0px no-repeat;
		position:absolute;
	   bottom:-27px;
	   right:4px;
	   cursor:pointer;
	}
	
#baloon form button:hover {	
		background: url('../img/btn_invia.png') 0px -30px 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;
}
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: 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 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;
}
#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: -7px;	
}
#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{
	position: static;
	display: inline;
	width: auto;
	float: right;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;	
	width: 92px;
	text-align: center;
}

#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: 70px;
	right: 36px;
	width: 110px;
	height: 80px;
}
#boxOroscopoBarra h4{
	font-size: 22px;
	line-height: 22px;
	color: #EC1C24;
	position: absolute;
	top: 42px;
	left: 16px;
}
#boxOroscopoBarra p {
	height:120px;
	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;
}
#barraIscritti ul li a img{
	width: 50px;
	height: 50px;
	margin-left: 3px;
}


.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;
	width: 285px;
	height: 129px;
	margin-left: 5px;
	margin-bottom: 5px;
}
body#mynutella .barraPersonal #boxManifesto a#btn_leggi{
	bottom: 7px;
	right: 8px;
}
body#mynutella .barraPersonal #boxManifesto a#btn_aderisci{
	bottom: 7px;
	left:  8px;
}
#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{
}
#boxTopFive ol li{
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 18px;
}
#boxTopFive ol li.odd{
	background-color: #F2F2F2;
}
#boxTopFive a.fb{
	top: 10px;
	right: 14px;
}

#boxTopFive a#entra{
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_entra.png') 50% 0 no-repeat;
 	height:32px;
 	position: absolute;
 	bottom: 22px;
 	left: 0px;
 	width: 100%;
}
#boxTopFive a#entra:hover{
	background: url('../img/btn_entra.png') 50% -32px no-repeat;
}

/* 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 h4{
	position: absolute;
	left: 20px;
	top: 160px;
	font-size: 14px;
	color: #333;
}
#boxLoggato #attivita{
	position: absolute;
	left: 20px;
	top: 180px;
	width: 330px;
	background-color: #F5F5F5;
	padding: 4px;
	font-size: 12px;
}
/* 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{
	text-indent: -5000px;
	position: absolute;
}
#testHome h3{
	font-size:15px;
	left:18px;
	position:absolute;
	text-align:left;
	top:57px;
	width:542px;
	line-height: 18px;
}
#testHome #test1,
#testHome #test2{
	height:164px;
	position:absolute;
	text-align:left;
	top:150px;
	width:282px;
	padding: 5px;
	font-size: 12px;
	overflow: hidden;
}
#testHome #test1{
	left:24px;
}
#testHome #test2{
	left:353px;
}
#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: 75px;
	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;
}

/* 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:18px;
	line-height:17px;
	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:35px 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:74px;
	height:30px;
	display:block;
	text-indent:-5000px;
	background: url('../img/btn_modifica.png') 0px 0px no-repeat;
	cursor:pointer;
	float: right;
	position: relative;
	right: -10px;
	}
#boxTop5 button:hover {	
		background: url('../img/btn_modifica.png') 0px -30px 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;
}
#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;
}
#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: 5px;
	padding-bottom: 5px;
	float: left;
	display: inline;
}
#boxUltimiIscritti ul#fotoIscritti li a img,
#boxUltimiIscritti3 ul#fotoIscritti li a img{
	display: block;
}

#boxUltimiIscritti3 ul#fotoIscritti li a img{
	-ms-interpolation-mode: bicubic;
	width: 74px;
	height: 74px;
}
/* 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 10px 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;
}
