﻿#filter_open, #filter_open:hover {
    background-position: center center !important;
    background-image: url('/image/frame/openmenu.gif');
    background-repeat: no-repeat;
    height: 28px;
    cursor: pointer;
    width: 16px;
    top: 1px;
    left: 1px;
    position: absolute;
    background-color: #fff;
    z-index: 10;
}

    #filter_open:hover {
        background-color: #f3f3f3;
    }

.condition {
    padding: 3px 10px;
    position: absolute;
    margin-left: 10px;
    overflow-y: hidden;
    height: 20px;
    word-break: break-all;
}

.condition span {
    color: #949494;
    /*display: inline-block;
    height: 24px;*/
    padding-left: 4px;
}

.condition.conditionShow {
    background: #EEE;
    border: 1px solid #eee;
    z-index: 1;
    overflow-y: auto;
    height: auto;
    z-index: 4;
}