div.tooltip{ cursor: pointer; display: inline-block; position: relative; min-width: 19px; min-height: 19px; background: url('../img/moreinfo.png') no-repeat center center;}
div.tooltip-content{ display: none; font-size: 13px; position: relative; }
div.tooltip-show { display: none; position: absolute; white-space: nowrap; height: auto !important; line-height: 1.2em !important; width: auto !important; z-index: 105; }
div.tooltip-show div.tooltip-arrow{ position: absolute; display: inline-block; background: url('../img/tooltip-arrow.png') right center no-repeat; width: 20px; min-height: 26px; height: auto !important; line-height: 1.2em !important; z-index: 106;}
div.tooltip-show div.tooltip-content{ padding: 10px 15px; min-height: 26px; position: absolute; display: inline-block; border: 1px solid #000000; background: #f6fbf7; margin-left: 19px; font-size: 13px; height: auto !important; line-height: 1.2em !important; z-index: 105;}