.tip_wrap {
    position:relative;
    /* left: -0.75em; */
    margin:0.8333em 0 0 0;
}

.tooltips {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    max-height: 500px;
    min-height: 36px;
    max-width: 2000px;
    margin: 0;
}

.tooltips .lt, .tooltips .rt, .tooltips .lb, .tooltips .rb {
    width: 6px;
    padding: 0 0 0 0 !important;
    background: url('/i/style/first/glamor/tips-corners.png') no-repeat;
}

.tooltips .lt {background-position: 0 0; height: 5px;}
.tooltips .rt {background-position: -6px 0; height: 5px;}
.tooltips .lb {background-position: -12px 100%; height: 31px;}
.tooltips .rb {background-position: -18px 100%; height: 31px;}

.tooltips .tip {
    background: #e9f0f6 url('/i/style/first/glamor/tips-tip.png') repeat-x 100% 100%;
    vertical-align: middle;
    color: #004471;
    padding: 10px 7px 13px 1em;
    font-size: 11px;
}

.tooltips .tip a {
    color: #004471;
}

.tooltips .list {
    background: #e9f0f6 url('/i/style/first/glamor/tips-list.png') no-repeat 0 100%;
    vertical-align: middle;
    color: #4b4b4b;
    padding: 8px 1em 9px 1em;
    font-size: 11px;
    white-space: nowrap;
    width: 12em;
}

.tooltips .list input {
    vertical-align: middle;
    margin-left: 0.5em;
}

.tooltips .list span {
    vertical-align: middle;
    margin: 0 1em;
}
