﻿.uc-tooltip-icon { cursor: help; font-weight: bold; font-size: larger; height: 30px; width: 16px; display: inline-block; vertical-align: top; background: url('/images/temp/I_Fonticon-Temp-Info_20.png') no-repeat center center; }
.uc-tooltip-icon.uc-tooltip-icon-small-height { height: 20px; }
.uc-tooltip-body {
    clear: both;
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
    max-width: 400px;
    z-index: 10002;
}
.uc-tooltip-body > h1 { padding-bottom: 7px; display: block; font-size: larger; font-weight: bold; color: #fff; }

.uc-tooltip-verified-supplier
{
    cursor: help;
    width: 20px;
    height: 20px;
    background: transparent url('/images/icon-verified-supplier.png') no-repeat 0px 0px;
    display: inline-block;
    background-size: contain;
    vertical-align: top;
}
