
#searchArea select.select-box {
    color: #000;
    height: 29px !important;
    line-height: 29px;
    position: relative;
    text-align: left;
    width: 192px !important;
    z-index: 10;
    opacity: 0;
	font-size: 12px;
}

#searchArea .advance-select-box {
	height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	position: relative;
}

.advance-select-options {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #00adf1;
    display: none;
	width: 100%;
	left: 0px;
}

    .advance-select-options .header-options {
        background: #F0EEE5;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

        .advance-select-options .header-options span {
            line-height: 30px;
        }

        .advance-select-options .header-options div {
            white-space: nowrap;
            font-weight: bold;
            color: #055699;
        }

    .advance-select-options td {
        vertical-align: top;
        padding: 2px;
        text-align: center;
    }

    .advance-select-options ul {
        max-height: 300px;
        max-width: 800px;
        overflow: auto;
		padding: 5px 10px;
    }

    .advance-select-options ul, .advance-select-options li {
        list-style: none;
        clear: both;
    }

        .advance-select-options ul li {
            font-weight: normal;
			display: block;
			white-space: pre;
			min-height: 1.2em;
			padding: 0px 2px 1px;
        }

            .advance-select-options ul li:hover, .advance-select-options ul li.current {
                background: #77baf2;
            }

    .advance-select-options .min-value {
        width: 45px;
        border: 1px solid #ccc;
        padding: 5px;
        text-align: center;
    }

        .advance-select-options .min-value:focus, .advance-select-options .max-value:focus {
            border-color: #77baf2;
        }

    .advance-select-options .max-value {
        width: 45px;
        border: 1px solid #ccc;
        padding: 5px;
        text-align: center;
    }

    .advance-select-options .unit-value {
        height: 27px;
        margin: 2px 0px 2px 5px;
        border: 1px solid #ccc;
    }

#searchArea span.select-text {}

#searchArea span.select-text-content {cursor: pointer;display: block;}
