/*****************************************************************
tip title style
******************************************************************/
.tip.tip-with-icon ,
.tip.tip-inline {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 17px;
    padding-right: 25px;
    background: url('../images/info_icon.png') no-repeat right center;
    cursor: pointer;
}

.tip.tip-inline {
    padding: 0;
    margin: 0 0 -2px 5px;
    height: 17px;
    width: 17px;
}

label .tip.tip-inline {
    display: inline-block; /* #ie8 */
    float: right;
    margin: 1px 2px 0 4px;
}

/** Put the tooltip next to the text for the field **/
.field-list label .tip.tip-inline {
    float: none;
    position: relative;
    top: 4px;
}

.tip.hidden {
    display: none !important;
}

.qtip-content {
    font-size: 12px;
}

.qtip-content .with-separator li:not(:first-of-type) {
    border-top: thin solid #AAA;
}