/* 
 CSS per il popup stile coda
 CSS preso da:
 http://jqueryfordesigners.com/coda-popup-bubbles/
 
 
 */


.bubbleInfo {
    position: absolute;
    top: -10px;
    right: -13px;
    width: 20px;
}
.trigger {
    position: absolute;
    z-index:10000;
}

/* Bubble pop-up */

.popup {
        position: absolute;
        width:230px; height:163px;
        display: none;
        z-index: 50;
        background: transparent url(../../../img/sf_popup.png) no-repeat top left;
}

.popup p.lista {
  margin:6px 50px 0px -50px;
  color:#585B63;
}

.popup p.scheda {
  margin:10px 45px 0px 15px;
  color:#585B63;
}



