body{
	margin: 0px;
	padding: 0px;
	font: 62.5% "Trebuchet MS", sans-serif; 
} 

/*-------------------------------------------------------*/
/* Area Dinamica				  						 */
/*-------------------------------------------------------*/
#AreaDinamicaContenuto{
	width: 100%;
	text-align: center;
}

/*-------------------------------------------------------*/
/* Area Carrello Dinamico		  						 */
/*-------------------------------------------------------*/
DIV.StrutturaCarrelloDinamico{
}

/*-------------------------------------------------------*/
/* Elenco negozi galleria iMaio  						 */
/*-------------------------------------------------------*/
DIV.StrutturaGalleriaCommercialeElemento{
	float: left;
	width: 300px;
	height: 220px;
	line-height: 200px;
	margin-left: 10px;
	margin-right: 10px;
}
DIV.StrutturaGalleriaCommercialeImmagine{
	float: left;
	width: 300px;
	height: 140px;
	line-height: 140px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
}
DIV.StrutturaGalleriaCommercialeTitoloSito{
	float: left;
	width: 300px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
DIV.StrutturaGalleriaCommercialeDescrizioneBreve{
	float: left;
	width: 300px;
	height: 60px;
	text-align: justify;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #444444;
}

/*-------------------------------------------------------*/
/* Barra superiore per LaunchPanel						 */
/*-------------------------------------------------------*/
DIV.StrutturaMenuiMaio{
	text-align:center;
}
DIV.StrutturaMenuiMaioCentrale{
	margin: 0 auto;
	text-align: left;
	height: 35px;
	width: 900px;
}
DIV.StrutturaMenuiMaioElemento1{
	float: left;
	text-align: justify;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	
	background-image: url("./menuimaio1.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 250px;
	min-width: 250px;
	
	cursor: pointer;
		
	margin-right: 30px;
	padding-left: 40px;
}
DIV.StrutturaMenuiMaioElemento2{
	float: right;
	text-align: justify;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	
	background-image: url("./menuimaio2.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 165px;
	min-width: 165px;
	
	cursor: pointer;
		
	margin-left: 10px;
}
DIV.StrutturaMenuiMaioElemento3{
	float: right;
	text-align: justify;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	
	background-image: url("./menuimaio3.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 90px;
	min-width: 90px;
	
	cursor: pointer;
		
	margin-left: 10px;
}
DIV.StrutturaMenuiMaioElemento4{
	float: right;
	text-align: justify;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	
	background-image: url("./menuimaio4.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 140px;
	min-width: 140px;
	
	cursor: pointer;
		
	margin-left: 10px;
}

/*-------------------------------------------------------*/
/* Galleria Prodotti									 */
/*-------------------------------------------------------*/
.GalleriaHome ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.GalleriaHome ul a img {
	border: solid 3px #FFFFFF;

	-moz-box-shadow: 0px 0px 5px #222;
	-webkit-box-shadow: 0px 0px 5px #222;

	box-shadow: 0px 0px 7px #222;
}
.GalleriaHome ul a:hover img{
	-webkit-box-shadow: 0px 0px 7px #222;
	-webkit-transform: scale(1.4) rotate(-2deg);

	-moz-box-shadow: 0px 0px 7px #222;
	-moz-transform: scale(1.4) rotate(-2deg);

	-ms-transform: scale(1.4) rotate(-2deg);
	box-shadow: 0px 0px 7px #222;
}

/*-------------------------------------------------------*/
/* Scheda Prodotto						 				 */
/*-------------------------------------------------------*/
.GalleriaProdotto ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.GalleriaProdotto ul a img {
	border: solid 3px #FFFFFF;

	-moz-box-shadow: 0px 0px 5px #222;
	-moz-transform: rotate(-2deg);
	
	-webkit-box-shadow: 0px 0px 5px #222;
	-webkit-transform: rotate(-2deg);

	box-shadow: 0px 0px 7px #222;
	-ms-transform: rotate(-2deg);
}
.GalleriaProdotto ul a:hover img{
	-webkit-box-shadow: 0px 0px 20px #888;
	-webkit-transform: scale(1.15);

	-moz-box-shadow: 0px 0px 20px #888;
	-moz-transform: scale(1.15);

	-ms-transform: scale(1.15);
	box-shadow: 0px 0px 20px #888;
}

/*-------------------------------------------------------*/
/* Scheda Prodotto Mini					 				 */
/*-------------------------------------------------------*/
.GalleriaProdottoMini ul { 
	float: left;
	list-style: none; 
	width: 70px;
	margin: 0px; 
	padding-left: 25px;
	padding-top: 25px;
}
.GalleriaProdottoMini ul a img {
	border: solid 3px #FFFFFF;

	-moz-box-shadow: 0px 0px 5px #222;
	
	-webkit-box-shadow: 0px 0px 5px #222;

	box-shadow: 0px 0px 7px #222;
}
.GalleriaProdottoMini ul a:hover img{
	-webkit-box-shadow: 0px 0px 20px #888;
	-webkit-transform: scale(1.5);

	-moz-box-shadow: 0px 0px 20px #888;
	-moz-transform: scale(1.5);

	-ms-transform: scale(1.5);
	box-shadow: 0px 0px 20px #888;
}

/*-------------------------------------------------------*/
/* ZoomImmagini							 				 */
/*-------------------------------------------------------*/
IMG.ZoomImage1 {
	border: solid 2px #FFFFFF;

	-moz-box-shadow: 0px 0px 5px #222;
	-moz-transform: rotate(-2deg);
	
	-webkit-box-shadow: 0px 0px 5px #222;
	-webkit-transform: rotate(-2deg);

	box-shadow: 0px 0px 7px #222;
	-ms-transform: rotate(-2deg);
}
IMG.ZoomImage1:hover {
	-webkit-box-shadow: 0px 0px 20px #888;
	-webkit-transform: scale(1.2);

	-moz-box-shadow: 0px 0px 20px #888;
	-moz-transform: scale(1.2);

	-ms-transform: scale(1.2);
	box-shadow: 0px 0px 20px #888;
}

/*-------------------------------------------------------*/
/* Gallerie Prodotti					 				 */
/*-------------------------------------------------------*/
#A_ElencoProd img {
	border: solid 2px #FFFFFF;
	background-color: #FFFFFF;

	-moz-box-shadow: 0px 0px 5px #222;
	-moz-transform: rotate(-2deg);
	
	-webkit-box-shadow: 0px 0px 5px #222;
	-webkit-transform: rotate(-2deg);

	box-shadow: 0px 0px 7px #222;
	-ms-transform: rotate(-2deg);
}
#A_ElencoProd img:hover {
	-webkit-box-shadow: 0px 0px 20px #888;
	-webkit-transform: scale(1.2);

	-moz-box-shadow: 0px 0px 20px #888;
	-moz-transform: scale(1.2);

	-ms-transform: scale(1.2);
	box-shadow: 0px 0px 20px #888;
}
#B_ElencoProd img {
	border: solid 2px #FFFFFF;
	background-color: #FFFFFF;

	-moz-box-shadow: 0px 0px 5px #222;
	-moz-transform: rotate(-2deg);
	
	-webkit-box-shadow: 0px 0px 5px #222;
	-webkit-transform: rotate(-2deg);

	box-shadow: 0px 0px 7px #222;
	-ms-transform: rotate(-2deg);
}
#B_ElencoProd img:hover {
	-webkit-box-shadow: 0px 0px 20px #888;
	-webkit-transform: scale(1.2);

	-moz-box-shadow: 0px 0px 20px #888;
	-moz-transform: scale(1.2);

	-ms-transform: scale(1.2);
	box-shadow: 0px 0px 20px #888;
}

/*-------------------------------------------------------*/
/* HotFix errore componenti di sinistra 				 */
/*-------------------------------------------------------*/
TABLE.StrutturaComponente TD.StrutturaComponenteIntestazione{
	height: 0px !important;
}
/*-------------------------------------------------------*/
/* HotFix errore componenti jquery		 				 */
/*-------------------------------------------------------*/
.ui-effects-transfer { border: 2px dotted gray; } 
