.tooltip-spec {
    background: #fff;
    position: absolute;
    top: 47px;
    left: -90px;
    box-shadow: 0px 0px 5px 0px #aaa;
    width: 320px;
    z-index: 249;
    display: none;
}
.tooltip-spec:before{
    position: absolute;
    border: 5px solid transparent;
    content: '';
    margin-top: -2px;
    margin-left: -1px;
    border-width: 6px;
    border-bottom-color: #bbb;
    top: -10px;
    left: 160px;
}
.tooltip-spec:after{
    left: 160px;
    top: -10px;
    position: absolute;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    content: '';
}
.tooltip-spec .tooltip-head-select {
    text-align: left;
    font-family: apercu_pro;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
.tooltip-select-0b80c4 {
    color: #0b80c4;
}
.tooltip-head-select-tab .tooltip-select-3 strong a {
    color: #0b80c4;
}
.tooltip-spec .visited a, .tooltip-spec .favorite a {
    text-decoration: none;
}
.tooltip-spec-wrapper {
    height: 250px;
    overflow: auto;
    padding: 0 13px;
}
.tooltip-spec-wrapper .side-bb1-in-it {
    padding: 10px 0 8px;
    border-bottom: 1px dotted #e6e6e6;
    text-align: left;
    margin: 0;
}
.tooltip-spec-wrapper .side-bb1-in-it a {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #0b80c4;
    text-decoration: none;
}
.tooltip-spec-wrapper .left-list-rate {
    padding-left: 19px;
    padding-right: 7px;
    background: url("/i/crown-tooltip-ico.png") no-repeat 0 2px;
    color: #999;
    font-size: 11px;
    line-height: 15px;
}
.tooltip-spec-wrapper .left-list-rec {
    padding-left: 16px;
    padding-right: 7px;
    background: url("/i/klass-ico.png") no-repeat 0 1px;
    color: #999;
    font-size: 11px;
    line-height: 15px;
}
.tooltip-spec-wrapper .side-bb1-gray {
    color: #999;
    font-size: 11px;
    line-height: 15px;
}
.close-tooltip {
    padding: 11px 13px;
    background-color: #ebebec;
    text-align: left;
}
.close-tooltip button {
    background: none;
    border: none;
    width: 70px;
    height: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #999999;
}
.tooltip-spec .tooltip-head-select strong {
    color: #000000;
    padding-left: 13px;
}
.tooltip-head-select-tab_act .tooltip-select-1 strong a {
    color: #000;
}