/* PAGINA =================================================================================================================================== */
/* colore sfondo */
body{
background:#ddd;
}


/* CATALOGO =================================================================================================================================== */
/* colore sfondo - cornice */
#container{
background:#fff;
border-color:#aaa;
}


/* TESTATA =================================================================================================================================== */
/* colore sfondo - linea divisione */
#head{
background:#fff;
border-bottom-color:#e20119; 
}
/* colore trattino bottoni */
#head li{
border-right-color:#aaa;
}
/* evidenzia bottone NON SELEZIONATO */
#head li a{
border-top-color:#fff;
}
/* evidenzia bottone ONMOUSEOVER */
#head li a:hover{
border-top-color:#e20119;
}
/* evidenzia bottone SELEZIONATO */
.headSel{
border-top-color:#e20119 !important;
}
/* colore fascia login */
.login{
background:#eee;
border-bottom-color:#aaa;
color:#666;
border-color:#fff;
}
.login a{
background:#fff;
color:#666;
}
.login a:hover{
background:#aaa;
color:#fff;
}

/* COLONNA SX =================================================================================================================================== */
/* colore sfondo colonna */
#column{
background:#eee;
}
/* colore testo - sfondo box "linee prodotto" */
#column .titolo{
color:#fff;
background:#e20119;
}
/* colore linea divisione bottoni */
#column li{
border-bottom-color:#aaa ;
}
/* colore testo bottone */
#column li a{
color:#000;
background:#eee;
}
/* colore sfondo bottone ONMOUSEOVER */
#column li a:hover{
background:#fff;
}
/* colore sfondo bottone SELEZIONATO */
.columSel{
background:#fff !important;
}
/* colore fascia tabs */
#column .tabs{
border-bottom-color:#aaa;
 display: none;
}
.rowNavGCF{
	display:none;	
}
/* colore cornice e testo tabs */
#column .tabs li a{
border-color:#aaa;
color:#aaa;
}
/* colore testo - sfondo tabs SELEZIONATO */
#column .tabs li a:hover, #column .tabs li a.tabsSel{
background:#aaa;
color:#fff;
}

/* label SEA-FUCA */
.select div.label_01{ background:#000;}
.select div.label_02{ background:#000;}
.select div.label_03{ background:#000;}
.select div.label_04{ background:#000;}
.select div.label_05{ background:#000;}
.select div.label_06{ background:#000;}
.select div.label_07{ background:#000;}
.select div.label_08{ background:#000;}
.select p { padding: 10px;}
.select p a { font-size:14px; font-weight:normal;}
.select p a strong { font-size:14px;}
.select div div { width:115px;}

.button a.buttRoundTrip{ background:#5DFC8F; color:#000;}

.tablePage tr.artACarrello{ background-color:#DB5C68;}

/* BOTTOM =================================================================================================================================== */
/* colore testo - sfondo */
#bottom{
color:#555 !important;
background:#ccc !important;
}
/* colore link */
#bottom a{
color:#000 !important;
}

/*ROTELLA LOADING*/
.rotellaContainer
{
  position: absolute;
  top: 50%;
  left: 50%;
  display:none;
  height:150px;
  width:150px;
  background:#FFF;
  border:1px solid #AAAAAA;
}
.rotellaContainer img
{
  margin:59px;
}