/******************** Preload ********************/
.preload {
	color: #ffffff;
	background-color: #cc3300;
	font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 5px;
	top: 5px;
}


/*
 * giallo: #ffcf83
 */



/******************** Elementi ********************/

body {
	margin: 0; padding: 0;
	color: #ffffff;
	background-color: #000000;
	text-align:center;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
}

table { border: 0 }

img { border: 0 }



/******************** Struttura Sito ********************/

/***** Contenitore Sito *****/
#container {
	width: 900px;
	margin: 0 auto 0;
	color: #dddddd;
	background-color: #464545; /*#666666;*/
	border-left: 4px solid #999999;
	border-right: 4px solid #999999;
}

/***** Contenitore pagine *****/
#boxpage {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	text-align: left;
	padding: 26px;
}

#boxleft {
	float: left;
	width: 620px;
	margin-right: 20px;
	text-align: left;
}

#boxright {
	float: left;
	width: 200px;
	text-align: left;
}

/***** Dynform *****/
#dynform {
	color: #666666;
	background-color: #000000;
	padding: 20px 0 40px;
	font-size: 10px;
}


/***** pie *****/
#pie {
	color: #ffffff;
	background: #333333 url('../immagini/struttura/footer_slice.jpg') repeat-x 0 0;
	padding: 20px;
	font-size: 10px;
	border-top: 4px solid #555555;
}

.pie {
	color: #999999;
	background-color: inherit;
}
a.pie:link, a.pie:visited {
	color: #999999;
	background-color: inherit;
	text-decoration: underline;
}
a.pie:hover, a.pie:active, a.pie:focus {
	text-decoration: none;
}

.footer {
	color: #999999;
	background-color: inherit;
}
a.footer:link, a.footer:visited {
	color: #999999;
	background-color: inherit;
	text-decoration: none;
}
a.footer:hover, a.footer:active, a.footer:focus {
	text-decoration: underline;
}


/***** Ticker ****/
.ticker {
	color: #000000;
	background-color: #999999;
	padding: 5px 20px;
	text-align: left;
	border-bottom: 4px solid #333333; /*#555555;*/
}



/***** Lingua *****/
.lingua {
	color: #666666;
	background-color: #111111;
}
a.lingua:link, a.lingua:visited {
	color: #666666;
	background-color: #111111;
	text-decoration: none;
	padding: 2px 5px;
}
a.lingua:hover, a.lingua:active, a.lingua:focus {
	color: #ffffff;
	background-color: #ff3300;
	text-decoration: none;
}




/******************** Links ********************/

a:link, a:visited {
	color: #000000;
	background-color: inherit;
}

a:hover, a:active, a:focus {
	color: #ff3300;
	background-color: inherit;
}


a.link2:link, a.link2:visited {
	color: #ffcf83;
	background-color: transparent;
	font-weight: bold;
}

a.link2:hover, a.link2:active, a.link2:focus {
	color: #ffffff;
	background-color: transparent;
}

a.link3, a.link3:link, a.link3:visited {
	color: #333333;
	background-color: #ffcf83;
	padding: 3px 5px;
	border-bottom: 1px solid #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.link3:hover, a.link3:active, a.link3:focus {
	color: #dddddd;
	background-color: #333333;
}



/***** Menu *****/
.menu {
	color: #dddddd;
	background-color: transparent;
	font-family: arial, verdana, san-serif, monospace;
	font-weight: bold;
	font-size: 12px;
	padding:5px;
}
a.menu:link, a.menu:visited {
	color: #ffcf83;
	background-color: transparent;
	text-decoration: none;
}

a.menu:hover, a.menu:active, a.menu:focus {
	color: #000000;
	background-color: #ffcf83;
}


/***** Sottomenu *****/
.sottomenu {
	color: #333333;
	background-color: transparent;
	font-family: arial, verdana, san-serif, monospace;
	font-weight: bold;
	font-size: 12px;
	padding:5px;
}
a.sottomenu:link, a.sottomenu:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}

a.sottomenu:hover, a.sottomenu:active, a.sottomenu:focus {
	color: #000000;
	background-color: #ffcf83;
}






/***** TICKER NEWS *****/

/*.gallerycontroller{ width: 250px }*/
.gallerycontent{ color:#000000; background-color: inherit; display: inline; }

#tick, #tick a, #tick a:link, #tick a:visited, #tick a:active { color:#dddddd; background-color: inherit; text-decoration:none; display: inline; font-size:11px; }
#tick a:hover, #tick a:focus { color:#000000; background-color: inherit; text-decoration:none; }

a.news_link, a.news_link:link, a.news_link:visited {
	color: #000000;
	background-color: #999999;
	text-decoration: none;
	font-size:11px;
}
a.news_link:hover, a.news_link:active, a.news_link:focus {
	color: #dddddd;
	background-color: #999999;
	text-decoration: none;
}





/***** Splash *****/
.splash_riquadro {
	color: #000000;
	background-color: #999999;
	border: 4px solid #999999;
	text-align: left;
}

.splash_titolo {
	color: #ffffff;
	background-color: #999999;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
}

.splash_rec1 {
	height: 50px;
	color: #000000;
	background-color: #ffcf83;
	padding: 10px;
	text-align: left;
	font-size: 10px;
	clear: both;
}

.splash_rec2 {
	height: 50px;
	color: #000000;
	background-color: #ff963a;
	padding: 10px;
	text-align: left;
	font-size: 10px;
	clear: both;
}

a.splash img{ border: 4px solid #666666; }
a:hover.splash img{ border: 4px solid #fa6800; }

a.splashhoverjs img{ border: 4px solid #fa6800; }

a.splash_artista:link, a.splash_artista:visited,a.splash_artista:hover, a.splash_artista:active, a.splash_artista:focus {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.splash_album:link, a.splash_album:visited,a.splash_album:hover, a.splash_album:active, a.splash_album:focus {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}


/***** Merchandising *****/
.merch_riquadro {
	color: #000000;
	background-color: #ff7e00;
	/*border: 4px solid #fa6800;*/
	text-align: left;
}

.merch_titolo {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	margin-bottom: 10px;
}

.merch_content {
	height: 145px;
	color: #000000;
	background: #ff7e00 url('../immagini/struttura/tshirt_splash.jpg') no-repeat 100% 0;
	text-align: left;
}

a.merch:link, a.merch:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

a.merch:hover, a.merch:active, a.merch:focus {
	text-decoration: none;
}


/***** Demo *****/
a.demo:link, a.demo:visited {
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}

a.demo:hover, a.demo:active, a.demo:focus {
	text-decoration: none;
}

/***** PayPal *****/
a.paypal img{ border: 4px solid #999999; }
a:hover.paypal img{ border: 4px solid #fa6800; }


/***** Riquadro *****/
.r1 {
	color: #000000;
	background-color: #999999;
	border: 4px solid #999999;
	text-align: left;
}

.r1_titolo {
	color: #ffffff;
	background-color: #999999;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
}


a.r1_titololink:link, a.r1_titololink:visited {
	color: #ffffff;
	background-color: inherit;
	font-weight: normal;
	text-decoration: underline;
}

a.r1_titololink:hover, a.r1_titololink:active, a.r1_titololink:focus {
	text-decoration: none;
}

.r1_content {
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
}

ul.r1_content {
	padding: 0 20px;
}

a.r1_content:link, a.r1_content:visited {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

a.r1_content:hover, a.r1_content:active, a.r1_content:focus {
	text-decoration: none;
}



.r2 {
	color: #000000;
	background-color: #fc9a2b;
	border: 4px solid #fc9a2b;
	text-align: left;
}

.r2_titolo {
	color: #ffffff;
	background-color: #fc9a2b;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
}




/***** Prodotto *****/
.p_testata {
	/*min-height: 160px;
	height: auto !important;
	height: 160px;*/
	color: #dddddd;
	background: #2e2e2e url('../immagini/struttura/head_scheda.jpg') no-repeat 0 0;
	padding: 20px;
	text-align: left;
}

.p_dettaglio {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	color: #000000;
	background-color: #ffffff;
	padding: 20px 20px 60px;
	text-align: left;
	line-height: 20px;
}

.p_artista {
	font-weight: bold;
	font-size: 14px;
}

.p_titolo {
	color: #fa6800;
	background-color: inherit;
	font-weight: bold;
	font-size: 18px;
}

/***** Menu schede *****/
.menuschede {
	color: #666666;
	background-color: inherit;
	margin-bottom: 10px;
}

a.menuschede:link, a.menuschede:visited {
	color: #000000;
	background-color: inherit;
}
a.menuschede:hover, a.menuschede:active, a.menuschede:focus {
	color: #ff3300;
	background-color: inherit;
}



/***** Menu Dx *****/
.menudx {
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 20px 20px;
}

.menunewsletter {
	color: #000000;
	background-color: #ffcf83;
	border-top: 2px solid #d86800;
	text-align: left;
	padding: 20px;
}

/***** Link con icona a stella *****/
.songbox {
	color: #000000;
	background: #ffffff url('../immagini/icone/note.gif') no-repeat;
	padding: 0 10px 10px 25px;
}
a.song:link, a.song:visited {
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height:12px;
}
a.song:hover, a.song:active, a.song:focus {
	color: #ff3300;
	background-color: #ffffff;
}


a.star2:link, a.star2:visited {
	color: #ff3300;
	background: #ffffff url('../immagini/icone/star.gif') no-repeat;
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px 10px 25px;
}
a.star2:hover, a.star2:active, a.star2:focus {
	color: #666666;
	background: #ffffff url('../immagini/icone/star.gif') no-repeat;
}

/***** Link con icona a cartellina *****/
/*a.folder:link, a.folder:visited {
	color: #000000;
	background: #ffffff url('../immagini/icone/box_red.gif') no-repeat;
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px 10px 25px;
}
a.folder:hover, a.folder:active, a.folder:focus {
	color: #ff3300;
	background: #ffffff url('../immagini/icone/box_red.gif') no-repeat;
}*/




/***** Menu discografia *****/
.dd {
	padding: 20px;
	line-height: 18px;
	color: #555555;
	background-color: transparent;
}

a.ddlink:link, a.ddlink:visited {
	color: #555555;
	background-color: transparent;
}
a.ddlink:hover, a.ddlink:active, a.ddlink:focus {
	color: #000000;
	background-color: transparent;
}

a.md:link, a.md:visited {
	color: #000000;
	background-color: transparent;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}
a.md:hover, a.md:active, a.md:focus {
	color: #ffffff;
	background-color: #333333;
}

a.md_on:link, a.md_on:visited {
	color: #ffffff;
	background-color: transparent;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}
a.md_on:hover, a.md_on:active, a.md_on:focus {
	color: #ffffff;
	background-color: transparent;
}

a.md_last:link, a.md_last:visited {
	color: #000000;
	background-color: transparent;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}
a.md_last:hover, a.md_last:active, a.md_last:focus {
	color: #ffffff;
	background-color: #333333;
}




/***** Catalogo *****/
td.c_head {
	color: #999999;
	background-color: #333333;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
}

td.c_left {
	color: #000000;
	background-color: #dddddd;
	text-align: left;
	padding: 5px 10px;
}

td.c_left_gray {
	color: #000000;
	background-color: #cccccc;
	text-align: left;
	padding: 5px 10px;
}

td.c_right {
	color: #000000;
	background-color: #cccccc;
	text-align: right;
	padding: 5px 10px;
}

td.c_center {
	color: #000000;
	background-color: #464545;
	text-align: center;
	padding: 5px 10px;
}

td.c_but {
	color: #000000;
	background-color: #464545;
	text-align: center;
	padding: 5px;
}

a.c, a.c:link, a.c:visited {
	color: #ffcf83;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 7px;
}
a.c:hover, a.c:active, a.c:focus {
	color: #ffffff;
	background-color: inherit;
}






/**** Galleria ****/
a.galleria img{ margin: 4px 0; }



/***** Video *****/
.video_artista {
	color: #ffffff;
	background-color: inherit;
	font-weight: bold;
}

.video_titolo {
	color: #ffcf83;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.video_descrizione {
	color: #bbbbbb;
	background-color: inherit;
	font-size: 11px;
}


a.video_rec:link, a.video_rec:visited {
	color: #ffffff;
	background-color: #464545;
	border-bottom: 1px solid #666666;
	display: block;
	text-decoration: none;
}

a.video_rec:hover, a.video_rec:active, a.video_rec:focus {
	color: #ffffff;
	background-color: #333333;
	border-bottom: 1px solid #666666;
}




.video_scheda {
	color: #dddddd;
	background-color: #333333;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}



/***** Titoli *****/
.titolo {
	padding-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color:#ffcf83;
	background-color:inherit;
}
.titolo2 {
	padding-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color:#ffcf83;
	background-color:inherit;
}





/***** Vari *****/
.disab {
	color: #666666;
	background-color: transparent;
}

.ln {
	line-height: 20px;
}



/******************** Form ********************/

form {
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 10px;*/
	margin: 1px;
}

select {
	color: #666666;
	background-color: #ffffff;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;*/
}

textarea {
	color: #000000;
	background-color: #e4e4e4;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;*/
}

input {
	color: #000000;
	background-color: #e4e4e4;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;*/
}

.fastk {
	clear:left;
	float:left;
	width:10px;
	margin-right:10px;
	text-align:left;
	color:#ff0000;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
}

.flabel {
	/*clear:left;*/
	float:left;
	width:100px;
	margin-right:20px;
	text-align:left;
	font-size:12px;
}

.fbox {
	float:left;
	width:480px;
	margin-bottom:10px;
	text-align:left;
	display:inline;
}

.fs {
	color:#ff0000;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
}

.fcheck {
	color:#ff0000;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	display:inline;
}

.fcheckblock {
	color:#ff0000;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	display:block;
}

.fprivacy {
	height: 110px;
	overflow: auto;
	border: 1px solid #c3d9ff;
	color: #666666;
	background-color: #dddddd;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}

.fprivacyon {
	height: 110px;
	overflow: auto;
	border: 1px solid #c3d9ff;
	color: #000000;
	background-color: #ffd6be;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}


.fast {
	margin-right: 5px;
	color: #ff0000;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.flabelcell {
	margin-right: 20px;
	text-align: right;
	font-size: 12px;
}

.fboxcell {
	margin-bottom: 10px;
	text-align: left;
}

.fboxcell_strong {
	color: #ffffff;
	background-color: inherit;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}




/******************** Verifiche ********************/

.email_errore {
	color:#ff0000;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	display:inline;
}

.email_conferma {
	color:#339933;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	display:inline;
}

.obbligatorio {
	color: #ff0000;
	background-color: transparent;
	/*font-size: 10px;*/
	font-weight: bold;
}

.evidenziato {
	color: #ff0000;
	background-color: transparent;
}

.errore {
	color: #ff0000;
	background-color: transparent;
	font-weight: bold;
}



/******************** Riquadri ********************/

.riquadro1 {
	font-size:11px;
	line-height:16px;
	color:#000000;
	background-color:#FFF2BE;
	display:block;
	padding:8px;
	border:1px solid #999999;
}


/******************** Bottoni ********************/

/* usato per 
   bottoni tipo: 'Invia la richiesta' 
*/
.but1 {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-size-adjust: 0.53;
	font-weight: bold;
	color: #cccccc;
	background-color: #555555;
	padding: 3px 10px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

a.but1:link, a.but1:visited {
	color: #ffffff;
	background-color: #333333;
	text-decoration:none;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
a.but1:hover, a.but1:active, a.but1:focus {
	color: #ffffff;
	background-color: #555555;
	text-decoration:none;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}


.but2 {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-size-adjust: 0.53;
	font-weight: bold;
	color: #aaaaaa;
	background-color: #cfc7b2;
	padding: 3px 10px;
	border-left: 1px solid #e1ded5;
	border-top: 1px solid #e1ded5;
	border-right: 2px solid #ada798;
	border-bottom: 2px solid #ada798;
}

a.but2:link, a.but2:visited {
	color: #ffffff;
	background-color: #ef8523;
	text-decoration:none;
	border-left: 1px solid #ffb675;
	border-top: 1px solid #ffb675;
	border-right: 2px solid #d86800;
	border-bottom: 2px solid #d86800;
}
a.but2:hover, a.but2:active, a.but2:focus {
	color: #ffffff;
	background-color: #ce3000;
	text-decoration:none;
	border-left: 1px solid #ff805a;
	border-top: 1px solid #ff805a;
	border-right: 2px solid #9a3314;
	border-bottom: 2px solid #9a3314;
}

/* usato per 
   bottoni tipo: 'Acquista' 
*/
.but3 {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-size-adjust: 0.53;
	font-weight: bold;
	color: #aaaaaa;
	background-color: #cfc7b2;
	padding: 3px 10px;
	border-left: 1px solid #e1ded5;
	border-top: 1px solid #e1ded5;
	border-right: 2px solid #ada798;
	border-bottom: 2px solid #ada798;
	display: block;
}

a.but3:link, a.but3:visited {
	color: #ffffff;
	background-color: #ef8523;
	text-decoration:none;
	border-left: 1px solid #ffb675;
	border-top: 1px solid #ffb675;
	border-right: 2px solid #d86800;
	border-bottom: 2px solid #d86800;
}
a.but3:hover, a.but3:active, a.but3:focus {
	color: #ffffff;
	background-color: #ce3000;
	text-decoration:none;
	border-left: 1px solid #ff805a;
	border-top: 1px solid #ff805a;
	border-right: 2px solid #9a3314;
	border-bottom: 2px solid #9a3314;
}

/* usato per 
   bottoni tipo: 'Video, Galleria' 
*/
.but4 {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-size-adjust: 0.53;
	font-weight: bold;
	color: #cccccc;
	background-color: #555555;
	padding: 3px 10px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	display: block;
}

a.but4:link, a.but4:visited {
	color: #ffffff;
	background-color: #333333;
	text-decoration:none;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
a.but4:hover, a.but4:active, a.but4:focus {
	color: #ffffff;
	background-color: #555555;
	text-decoration:none;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}





















/***** News ****/
.news_data {
	color: #888888;
	background-color: inherit;
	font-size: 11px;
}

.news_titolo {
	color: #ffcf83;
	background-color: inherit;
	font-weight: bold;
}

.news_descrizione {
	color: #bbbbbb;
	background-color: inherit;
	font-size: 11px;
}


a.news_rec:link, a.news_rec:visited {
	color: #ffffff;
	background-color: #464545;
	border-bottom: 1px solid #666666;
	display: block;
	text-decoration: none;
}

a.news_rec:hover, a.news_rec:active, a.news_rec:focus {
	color: #ffffff;
	background-color: #333333;
	border-bottom: 1px solid #666666;
}



.news_scheda {
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}

.news_titolo_scheda {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: inherit;
}

/*
.bnews {
	color: #000000;
	background: #ffffff url('../immagini/foto/girl_back.jpg') no-repeat -15px 0;
	padding: 20px 20px 60px;
	text-align: left;
	line-height: 20px;
}
*/


/******************** Newsletter ********************/

.dl_form {
	font-size:11px;
}

input.dl_form {
	color:#000000;
	background-color:#e8eefa;
}

input.dl_form_email {
	color:#000000;
	background-color:#ffffff;
	border:1px solid #555555;
	margin-top: 1px;
}

.dl_form_box {
	width: 526px;
	color: #000000;
	background-color: #e8eefa;
	border: 1px solid #999999;
	text-align: left;
}

.dl_form_header {
	display: block;
	color: #ffffff;
	background-color: #555555;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.dl_privacy {
	height: 90px;
	overflow: auto;
	color: #999999;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 11px;
}

.dl_privacy_on {
	height: 90px;
	overflow: auto;
	color: #000000;
	background-color: #ffd6be;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 11px;
}

.dl_chkprivacy {
	color:#000000;
	background:#e8eefa;
	margin:5px 0 0;
}

.dl_disab {
	color: #666666;
	background-color: inherit;
}

.dl_form_footer {
	width: 526px;
	padding: 10px 0;
	text-align: left;
	color: #999999;
	background-color: transparent;
}

a.dl_link, a.dl_link:link, a.dl_link:visited {
	color: #666666;
	background-color: inherit;
	text-decoration: underline;
}

a.dl_link:hover, a.dl_link:active, a.dl_link:focus {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
}








/***** Login *****/
.box_login {
	width: 648px;
	color: #dddddd;
	background: #333333 url('../immagini/bg/bg_black_med.jpg') repeat-x 0 0;
	/*background: #464545 url('../immagini/struttura/box_login_top.jpg') no-repeat 0 0;*/
	text-align: center;
}

.box_login_bottom {
	color: #dddddd;
	background: #464545 url('../immagini/struttura/box_login_bottom.jpg') no-repeat 0 0;
}

a.login, a.login:link, a.login:visited {
	color: #000000;
	background-color: inherit;
}

a.login:hover, a.login:active, a.login:focus {
	color: #ffcf83;
	background-color: inherit;
}

a.login2, a.login2:link, a.login2:visited {
	color: #333333;
	background-color: #ffcf83;
	padding: 3px 5px;
	border-bottom: 1px solid #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.login2:hover, a.login2:active, a.login2:focus {
	color: #666666;
	background-color: #cccccc;
}







.nascondi { display: none; }
















.back1 {
	color: #000000;
	background: #ffffff url('../immagini/foto/ivan_back.jpg') 0 0;
}



/***** Sfondi tabelle *****/
.bg_sx {
	/*width: 624px;
	color: #000000;
	background-color: #464545;*/
	text-align: left;
}

.bg_dx_yellow {
	color: #000000;
	background: #ffcf83 url('../immagini/bg/dx_yellow.jpg') repeat-x 0 0;
	text-align: left;
}
.bg_dx_yellow_small {
	color: #000000;
	background: #ffcf83 url('../immagini/bg/dx_yellow_small.jpg') repeat-x 0 0;
	text-align: left;
}
.bg_dx_yellow_bottom {
	color: #000000;
	background: #464545 url('../immagini/bg/dx_yellow_bottom.jpg') repeat-x 0 0;
}

.bg_dx_blue_small {
	color: #000000;
	background: #83c6ff url('../immagini/bg/dx_blue_small.jpg') repeat-x 0 0;
	text-align: left;
}
.bg_dx_blue_bottom {
	color: #000000;
	background: #464545 url('../immagini/bg/dx_blue_bottom.jpg') repeat-x 0 0;
}

.bg_dx_white_bottom {
	color: #000000;
	background: #464545 url('../immagini/bg/dx_white_bottom.jpg') repeat-x 0 0;
}

.bg_dx_black_bottom {
	color: #000000;
	background: #464545 url('../immagini/bg/dx_black_bottom.jpg') repeat-x 0 0;
}




/*
.b_sx_ivan {
	width: 624px;
	color: #000000;
	background: #464545 url('../immagini/struttura/sfondo_ivan.jpg') no-repeat 0 0;
	text-align: left;
}
.b_sx_ivan_bottom {
	color: #000000;
	background: #464545 url('../immagini/struttura/sfondo_sx_bottom.jpg') no-repeat 0 0;
}


.b_dx_yellow {
	width: 208px;
	color: #000000;
	background: #ffcf83 url('../immagini/struttura/sfondo_dx_yellow.jpg') no-repeat 0 0;
	text-align: left;
}
.b_dx_yellow_bottom {
	color: #000000;
	background: #ffcf83 url('../immagini/struttura/sfondo_dx_yellow_bottom.jpg') no-repeat 0 0;
}
*/









.box_form {
	width: 854px;
	color: #dddddd;
	background: #333333 url('../immagini/bg/bg_black_big.jpg') repeat-x 0 0;
	/*background: #464545 url('../immagini/struttura/pan_big.jpg') no-repeat 0 0;*/
	text-align: center;
}

.box_form_bottom {
	color: #dddddd;
	background: #464545 url('../immagini/struttura/pan_big_bottom.jpg') no-repeat 0 0;
}

.bform {
	/*color: #dddddd;
	background-color: #464545;
	border-top: 4px solid #333333;*/
	padding: 20px;
	line-height: 20px;
}

.bform_titolo {
	color: #ffcf83;
	background-color: inherit;
	font-size: 24px;
	font-weight: bold;
	line-height:40px;
}

.bform_titolo2 {
	color: #ffcf83;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height:40px;
}

.bform_disab {
	color: #999999;
	background-color: inherit;
}

.bform_red {
	color: #fd4700;
	background-color: inherit;
	font-weight: bold;
}

.bform_ast {
	margin-right: 5px;
	color: #fd4700;
	background-color: transparent;
	font-weight: bold;
}

.bform_check {
	color: #fd4700;
	background-color: inherit;
	font-weight: bold;
	display: inline;
}

.bform_obbligatorio {
	color: #fd4700;
	background-color: inherit;
	font-weight: bold;
}

a.bform_link, a.bform_link:link, a.bform_link:visited {
	color: #dddddd;
	background-color: inherit;
	text-decoration: underline;
}

a.bform_link:hover, a.bform_link:active, a.bform_link:focus {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}


.bform_errore {
	color: #fd4700;
	background-color: inherit;
	font-weight: bold;
	display: inline;
}

.bform_conferma {
	color: #89fd00;
	background-color: inherit;
	font-weight: bold;
	display: inline;
}


.bform_privacy {
	height: 110px;
	overflow: auto;
	border: 1px solid #dddddd;
	color: #666666;
	background-color: #bbbbbb;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}

.bform_privacy_on {
	height: 110px;
	overflow: auto;
	border: 1px solid #dddddd;
	color: #000000;
	background-color: #ffd6be;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}


















.categorie_menubox {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	/*border-top: 1px solid #bbbbbb;*/
	border-bottom: 2px solid #bbbbbb;
}

.categoria_box {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #7798b9;
}

.categoria {
	color: #ffffff;
	background-color: #7798b9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	border-top: 1px solid #cddcec;
	/*border-bottom: 1px solid #bbbbbb;*/
}


.sottocategoria {
	color: #333333;
	background-color: #cddcec;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	display: block;
}
a.sottocategoria:link, a.sottocategoria:visited {
	color: #333333;
	background-color: #cddcec;
	text-decoration: none;
}

a.sottocategoria:hover, a.sottocategoria:active, a.sottocategoria:focus {
	color: #333333;
	background-color: #a8c3dd;
}



.sottocategoria_on {
	color: #333333;
	background-color: #cddcec;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	display: block;
}
a.sottocategoria_on:link, a.sottocategoria_on:visited {
	color: #ffffff;
	background-color: #f61d3a;
	text-decoration: none;
}

a.sottocategoria_on:hover, a.sottocategoria_on:active, a.sottocategoria_on:focus {
	color: #ffffff;
	background-color: #f61d3a;
}






.prezzo_scheda {
	color: #000000;
	background-color: #fad163;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
}



a.link2:link, a.link2:visited {
	color: #f61d3a;
	background-color: transparent;
	font-weight: normal;
}

a.link2:hover, a.link2:active, a.link2:focus {
	color: #666666;
	background-color: transparent;
}





.titolo24 {
	padding-bottom:10px;
	font-size: 24px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color: #221e1b;
	background-color: transparent;
}









.dd2 {
	padding: 20px;
	line-height: 18px;
	color: #777777;
	background-color: transparent;
}

a.dd2link:link, a.dd2link:visited {
	color: #555555;
	background-color: transparent;
}
a.dd2link:hover, a.dd2link:active, a.dd2link:focus {
	color: #000000;
	background-color: transparent;
}


a.md2:link, a.md2:visited {
	color: #ffffff;
	background-color: transparent;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}
a.md2:hover, a.md2:active, a.md2:focus {
	color: #ffffff;
	background-color: #333333;
}

a.md2_on:link, a.md2_on:visited {
	color: #ffffff;
	background-color: #cc0000;
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}
a.md2_on:hover, a.md2_on:active, a.md2_on:focus {
	color: #ffffff;
	background-color: #cc0000;
}



/******************** carrello *****/
.c1top  { font-size: 10px; text-align: left; padding: 5px; color: #666666; background-color: #cccccc; }
.c1topr  { font-size: 10px; text-align: right; padding: 5px; color: #666666; background-color: #cccccc; }
.c1btm  { font-weight: bold; text-align: center; padding: 5px; color: #000000; background-color: #cccccc; }
.c1a  { font-size: 12px; text-align: left; padding: 5px; vertical-align: top; color: #000000; background-color: #eeeeee; }
.c1ar  { font-size: 12px; text-align: right; padding: 5px; vertical-align: top; color: #000000; background-color: #eeeeee; }
.c1ac  { font-size: 12px; text-align: center; padding: 5px; vertical-align: top; color: #000000; background-color: #eeeeee; }
.car_label { font-size: 10px; color: #669933; background-color: inherit; margin-right: 4px; }




/* Alert */
.alert {
	color: #000000;
	background-color: #fad163;
	font-weight: bold;
	padding: 3px 10px;
}



