/* TITOLO LINEE DI PRODOTTO */

.titolo-rosso {
position: absolute;
top: 25px;
left: 40px;

color: #FF0000;
font-family: Arial, Helvetica, Verdana;
font-size: 18;
font-weight: bold;
}

.titolo-calicibicchieri {
position: absolute;
top: 25px;
left: 40px;

color: #215887;
font-family: Arial, Helvetica, Verdana;
font-size: 18;
font-weight: bold;
}

.titolo-collezionitavola {
position: absolute;
top: 25px;
left: 40px;

color: #294799;
font-family: Arial, Helvetica, Verdana;
font-size: 18;
font-weight: bold;
}

.titolo-accessoricasa {
	position: absolute;
	top: 25px;
	left: 40px;
	color: #0E924C;
	font-family: Arial, Helvetica, Verdana;
	font-size: 18;
	font-weight: bold;
	width: 248px;
}

.titolo-conservazione {
position: absolute;
top: 25px;
left: 40px;

color: #DD8128;
font-family: Arial, Helvetica, Verdana;
font-size: 18;
font-weight: bold;
}

.titolo-cartoons {
position: absolute;
top: 25px;
left: 40px;

color: #C42088;
font-family: Arial, Helvetica, Verdana;
font-size: 18;
font-weight: bold;
}


/* STRUTTURA PER LE LINEE DI PRODOTTO */

#sx-intlinee {
width: 620px;
height: 367px;
position: relative;

}

/* WRAPPER PER LE VARIE LINEE DI PRODOTTO   */
/* Con sfondo delle FOTO per le varie linee 


#wrapper-calici {
width: 960px;
height: 367px;
position: relative;
background-image: url(../images/prodotti/catalogo/foto_dx/calici-bicchieri.jpg);
background-repeat: repeat-x;
}

#wrapper-collezionitavola {
width: 960px;
height: 367px;
position: relative;
background-image: url(../images/prodotti/catalogo/foto_dx/collezioni-tavola.jpg);
background-repeat: repeat-x;
}

#wrapper-accessoricasa {
width: 960px;
height: 367px;
position: relative;
background-image: url(../images/prodotti/catalogo/foto_dx/accessori-casa.jpg);
background-repeat: repeat-x;
}

#wrapper-conservazione {
width: 960px;
height: 367px;
position: relative;
background-image: url(../images/prodotti/catalogo/foto_dx/conservazione.jpg);
background-repeat: repeat-x;
}

#wrapper-cartoons {
width: 960px;
height: 367px;
position: relative;
background-image: url(../images/prodotti/catalogo/foto_dx/cartoons.jpg);
background-repeat: repeat-x;
}


*/

/* contenitore assoluto sotto le briciole dei vari box prodotti */

#linee-container {
width: 560px;
height: 317px;
position: absolute;
top: 50px;
left: 40px;
}

#linee-container2 {
	width: 582px;
	height: 330px;
	position: absolute;
	top: 24px;
	left: 1px;
}

/* BOX FLOAT - PRODOTTI NELLE MACRO LINEE  */


.imglinee {
vertical-align: bottom; 
}

.boxcollezione {
width: 160px;
height: 120px;
float: left;
position: relative;
}

.spazioboxcollezione {
width: 26px;
height: 145px;
float: left;
position: relative;
}

.dx-spazioboxcollezione {
width: 26px;
height: 90px;
float: right;
position: relative;
clear: right;
}

/* DENTRO I BOX BOX FLOATTANTI - PRODOTTI NELLE MACRO LINEE  */

/* Nomegrey prima di essere incasinato: background:#F5F5F5 font-weight: bold;
 */

.nomegrey {
width: 130px;
position: absolute;
bottom: 0px;
background: #FFFFFF;
padding-top: 4px;

text-decoration: none;
color: #838487;
font-family: Verdana, Helvetica, Arial;
font-size: 10;
text-align: center;

}

.nomegrey a:link, .nomegrey a:visited {
color: #838487;
font-family: Verdana, Helvetica, Arial;
font-size: 10;
text-align: center;
text-decoration: none;
}

.nomegrey a:hover {
color: #ED2025;
font-family: Verdana, Helvetica, Arial;
font-size: 10;
text-align: center;
text-decoration: none;
}

/* FLUTTUANTE BOX SOTTOMENU DELLE LINEE GRIGIO E FLUTTUANTE  */

#fluttuante {
width: 179px;
height: 146px;
z-index: 30;
background-image: url(../images/wrapper/struttura/fluttuante/sfondo.gif);
background-repeat: repeat-x;
position: absolute;
top: 20px;
left: 500px;

}

#fluttuante-pad {
width: 98%;
padding: 15px 0 0 25px;
z-index: 31;
position: relative;

color: #E52429;
font-family: Arial, Helvetica, Verdana;
font-size: 15;
font-weight: bold;
text-decoration: none;

}

#fluttuante-pad a:link, #fluttuante-pad a:visited  {
z-index: 32;
color: #4C4C4C;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-decoration: none;

}


#fluttuante-pad a:hover  {
z-index: 32;
color: #4C4C4C;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-decoration: underline;

} 

/* FRECCIE PAGINE SUCCESSIVE  */

.freccia_dx
{
	z-index: 40;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 3px;
	left: 418px;


}
a.freccia_dx
{
	background-image: url(../images/wrapper/struttura/freccia-prodotti/dx_off.gif);
	display: block;
	width: 18px;
	height: 18px;
}
a.freccia_dx:hover
{
	background-image: url(../images/wrapper/struttura/freccia-prodotti/dx_on.gif);
	display: block;
	width: 18px;
	height: 18px;
}



.freccia_sx
{
	z-index: 40;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 400px;
	bottom: 3px;


}	
a.freccia_sx
{
	background-image: url(../images/wrapper/struttura/freccia-prodotti/sx_off.gif);
	display: block;
	width: 18px;
	height: 18px;
}	
a.freccia_sx:hover
{
	background-image: url(../images/wrapper/struttura/freccia-prodotti/sx_on.gif);
	display: block;
	width: 18px;
	height: 18px;
}




/* ************************************************************ */
/*       MENU CATALOGO ITALIANO								    */
/* ************************************************************ */


/* ----------------- */
a.cat-collezioni
{
	width: 326px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/ita/off/collezioni-tavola.jpg);
	position:absolute;
	bottom: 184px;
	right: 362px;
	display:block;
	}
	
a.cat-collezioni:hover
{
	width: 326px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/ita/on/collezioni-tavola.jpg);
	position:absolute;
	bottom: 184px;
	right: 362px;
	display:block;


}
/* ----------------- */
a.cat-conservazione
{
	width: 182px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/ita/off/conservazione.jpg);
	position:absolute;
	bottom: 184px;
	right: 180px;
	display:block;

	}
	
a.cat-conservazione:hover
{
	width: 182px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/ita/on/conservazione.jpg);
	position:absolute;
	bottom: 184px;
	right: 180px;
	display:block;


}
/* ----------------- */
a.cat-calici
{
	width: 153px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/ita/off/calici-bicchieri.jpg);
	position:absolute;
	bottom: 0px;
	right: 535px;
	display:block;

	}
	
a.cat-calici:hover
{
	width: 153px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/ita/on/calici-bicchieri.jpg);
	position:absolute;
	bottom: 0px;
	right: 535px;
	display:block;


}
/* ----------------- */
a.cat-accessori
{
	width: 173px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/ita/off/accessori-casa.jpg);
	position:absolute;
	bottom: 0px;
	right: 362px;
	display:block;

	}
	
a.cat-accessori:hover
{
	width: 173px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/ita/on/accessori-casa.jpg);
	position:absolute;
	bottom: 0px;
	right: 362px;
	display:block;


}
/* ----------------- */
a.cat-cartoon
{
	width: 182px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/ita/off/cartoon.jpg);
	position:absolute;
	bottom: 0px;
	right: 180px;
	display:block;

	}
	
a.cat-cartoon:hover
{
	width: 182px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/ita/on/cartoon.jpg);
	position:absolute;
	bottom: 0px;
	right: 180px;
	display:block;


}


/* ************************************************************ */
/*       MENU CATALOGO ENG								    */
/* ************************************************************ */


/* ----------------- */
a.cat-collezioni-eng
{
	width: 326px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/eng/off/collezioni-tavola.jpg);
	position:absolute;
	bottom: 184px;
	right: 362px;
	display:block;
	}
	
a.cat-collezioni-eng:hover
{
	width: 326px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/eng/on/collezioni-tavola.jpg);
	position:absolute;
	bottom: 184px;
	right: 362px;
	display:block;


}
/* ----------------- */
a.cat-conservazione-eng
{
	width: 182px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/eng/off/conservazione.jpg);
	position:absolute;
	bottom: 184px;
	right: 180px;
	display:block;

	}
	
a.cat-conservazione-eng:hover
{
	width: 182px;
	height: 167px;
	background-image: url(../images/prodotti/catalogo/eng/on/conservazione.jpg);
	position:absolute;
	bottom: 184px;
	right: 180px;
	display:block;


}
/* ----------------- */
a.cat-calici-eng
{
	width: 153px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/eng/off/calici-bicchieri.jpg);
	position:absolute;
	bottom: 0px;
	right: 535px;
	display:block;

	}
	
a.cat-calici-eng:hover
{
	width: 153px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/eng/on/calici-bicchieri.jpg);
	position:absolute;
	bottom: 0px;
	right: 535px;
	display:block;


}
/* ----------------- */
a.cat-accessori-eng
{
	width: 173px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/eng/off/accessori-casa.jpg);
	position:absolute;
	bottom: 0px;
	right: 362px;
	display:block;

	}
	
a.cat-accessori-eng:hover
{
	width: 173px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/eng/on/accessori-casa.jpg);
	position:absolute;
	bottom: 0px;
	right: 362px;
	display:block;


}
/* ----------------- */
a.cat-cartoon-eng
{
	width: 182px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/eng/off/cartoon.jpg);
	position:absolute;
	bottom: 0px;
	right: 180px;
	display:block;

	}
	
a.cat-cartoon-eng:hover
{
	width: 182px;
	height: 184px;
	background-image: url(../images/prodotti/catalogo/eng/on/cartoon.jpg);
	position:absolute;
	bottom: 0px;
	right: 180px;
	display:block;


}




/* ****************************** */
/* BOX e LINKS PAGINE SUCCESSIVE  */
/* 1 - CALICI E BICCHIERI  */
/* ****************************** */


#boxpagisucc-calici {
width: 440px;
height: 20px;
position: absolute;
bottom: 0px;
left: 40px;
z-index: 40;


color: #CCD8E4;
border: 2px;

}

#boxpagisuccint-calici {
padding: 3px;
z-index: 40;

color: #515151;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-calici a:link, #boxpagisuccint-calici a:visited {
color: #215887;
z-index: 40;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-calici a:hover {
color: #215887;
z-index: 40;
text-decoration: underline;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}


/* ****************************** */
/* BOX e LINKS PAGINE SUCCESSIVE  */
/* 2 - collezioni-tavola          */
/* ****************************** */


#boxpagisucc-collezionitavola {
width: 440px;
height: 20px;
position: absolute;
bottom: 0px;
left: 40px;
z-index: 40;


color: #294799;
border: 2px;

}

#boxpagisuccint-collezionitavola {
padding: 3px;
z-index: 40;

color: #515151;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-collezionitavola a:link, #boxpagisuccint-collezionitavola a:visited {
color: #294799;
z-index: 40;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-collezionitavola a:hover {
color: #294799;
z-index: 40;
text-decoration: underline;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}





/* ****************************** */
/* BOX e LINKS PAGINE SUCCESSIVE  */
/* 3 - ACCESSORI CASA  */
/* ****************************** */


#boxpagisucc-accessoricasa {
width: 440px;
height: 20px;
position: absolute;
bottom: 0px;
left: 40px;
z-index: 40;


color: #0E924C;
border: 2px;

}

#boxpagisuccint-accessoricasa {
padding: 3px;
z-index: 40;

color: #515151;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-accessoricasa a:link, #boxpagisuccint-accessoricasa a:visited {
color: #294799;
z-index: 40;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-accessoricasa a:hover {
color: #294799;
z-index: 40;
text-decoration: underline;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}





/* ****************************** */
/* BOX e LINKS PAGINE SUCCESSIVE  */
/* 4 - CONSERVAZIONE              */
/* ****************************** */


#boxpagisucc-conservazione {
width: 440px;
height: 20px;
position: absolute;
bottom: 0px;
left: 40px;
z-index: 40;


color: #DD8128;
border: 2px;

}

#boxpagisuccint-conservazione {
padding: 3px;
z-index: 40;

color: #515151;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-conservazione a:link, #boxpagisuccint-conservazione a:visited {
color: #DD8128;
z-index: 40;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-conservazione a:hover {
color: #DD8128;
z-index: 40;
text-decoration: underline;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}





/* ****************************** */
/* BOX e LINKS PAGINE SUCCESSIVE  */
/* 5 - CARTOONS                   */
/* ****************************** */


#boxpagisucc-cartoons {
width: 440px;
height: 20px;
position: absolute;
bottom: 0px;
left: 40px;
z-index: 40;


color: #C42088;
border: 2px;

}

#boxpagisuccint-cartoons {
padding: 3px;
z-index: 40;

color: #515151;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-cartoons a:link, #boxpagisuccint-cartoons a:visited {
color: #C42088;
z-index: 40;
text-decoration: none;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}

#boxpagisuccint-cartoons a:hover {
color: #C42088;
z-index: 40;
text-decoration: underline;
font-family: Arial, Helvetica, Verdana;
font-size: 12;
text-align: left;

}



/* TESTO NELLA PAGINA DELLA SCHEDA PRODOTTO  */


#testo-scheda {
width: 200px;
position: absolute;
top: 50px;
left: 280px;

font-family: Verdana, Arial; 
font-size: 11px; 
color: #696969; 

}

#pulsanti-scheda {
width: 200px;
position: absolute;
top: 250px;
left: 290px;

font-family: Verdana, Arial; 
font-size: 11px; 
color: #696969; 

}

#img-scheda {
width: 250px;
position: absolute;
top: 50px;
left: 0px;

font-family: Verdana, Arial; 
font-size: 11px; 
color: #696969; 

}
#img-schedatable {
	width: 250px;
	height: 318px;
	position: absolute;
	top: 50px;
	left: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #696969;
}
