#bubble_tooltip{    width:147px;    position:absolute;    display:none;}#bubble_tooltip .bubble_top{    background-image: url('../../images/bubble/bubble_top.gif');    background-repeat:no-repeat;    height:44px;    position:relative;}#bubble_tooltip .bubble_middle{    background-image: url('../../images/bubble/bubble_middle.gif');    background-repeat:repeat-y;	    background-position:bottom left;    padding-left:7px;    padding-right:7px;}#bubble_tooltip .bubble_middle span{    position:relative;    top:-8px;    font-size:12px;    color: black;    font-weight: bold;}#bubble_tooltip .bubble_bottom{    background-image: url('../../images/bubble/bubble_bottom.gif');    background-repeat:no-repeat;	    height:16px;}#bubble_tooltip_svg{    position:absolute;    display:none;    background-color: whitesmoke;    border-color: navy;    border-width: 2;    border-style: solid;     text-align: left;    border-radius: 10px;    box-shadow: silver;}#bubble_tooltip_svg .bubble_svg{    background-repeat:repeat-y;	    background-position:bottom left;    padding-left:7px;    padding-right:7px; }#bubble_tooltip_svg .bubble_svg span{    position:relative;    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    font-size:13px;    color: black;}#bubble_tooltip_svg .bubble_svg_codice{    position:relative;    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    font-size:15px;    color: black;    font-weight: bold;     text-align: right;}#bubble_tooltip_keyboard{    position:absolute;    display:none;    background-color: whitesmoke;    border-color: navy;    border-width: 2;    border-style: solid;     text-align: left;    border-radius: 5px;    box-shadow: silver;}#bubble_tooltip_keyboard .bubble_keyboard{    background-repeat:repeat-y;	    background-position:bottom left;    padding-left:7px;    padding-right:7px; }#bubble_tooltip_keyboard .bubble_keyboard span{    position:relative;    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    font-size:13px;    color: black;}#bubble_tooltip_keyboard .bubble_keyboard_codice{    position:relative;    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    font-size:13px;    color: black;    /* font-weight: bold;  */    text-align: center;}#bubble_tooltip_svg_eq{    position:absolute;    display:none;    background-color: whitesmoke;    border-color: navy;    border-width: 2;    border-style: solid;     text-align: left;    border-radius: 10px;    box-shadow: silver;}#bubble_tooltip_svg_eq .bubble_svg{    background-repeat:repeat-y;	    background-position:bottom left;    padding-left:7px;    padding-right:7px; }#bubble_tooltip_svg_eq .bubble_svg span{    position:relative;    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    font-size:13px;    color: black;}#bubble_tooltip_svg_eq .bubble_svg_codice{    position:relative;    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;    font-size:15px;    color: black;    font-weight: bold;     text-align: right;}
