.page_footer .counters {
    float: right;
    margin: 10px 15px 0 0;
}
.menu_foo .fm_item:hover {
    text-decoration: none;
}
.page_body .prop_wrap {
    position: relative;
}
.prop_wrap .prop_icons {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
}
.page_body .im_block .properties td {
    padding-right: 0;
}
.page_body .im_block .properties td:first-child {
    padding-right: 40px;
}
.page_body .im_block .properties {
    margin-right: 139px;
}
.type_key i {
    display: block;
    margin: 6px 0 0 0;
}
.icon_help {
    background: url(../img/icon_help.png) no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.ui-tooltip {
    border: 2px solid #424F5A;
    border-radius: 2px;
    padding: 8px;
    color: #000;
    position: absolute;
    z-index: 100;
    max-width: 300px;
    background: #fff;
    font-size: 14px;
}
.ui-tooltip .arrow {
    border: solid #FFF;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
    margin-left: -5px;
}
.ui-tooltip .arrow.bottom {
    top: 100%;
    left: 50%;
    border-color: #424F5A transparent transparent transparent;
    margin-top: 2px;
}
.ui-tooltip .arrow.top {
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #424F5A transparent;
    margin-bottom: 2px;
}