﻿/*****搜索条件区域*****/
.topBar_div { border: 1px solid #C6C6C6;line-height: 38px;height: 35px;background-image: url(images/bg-topBar.jpg);background-repeat: repeat-x;padding-top: 8px;margin:0;width: 100%; }
.search_div { float: left;overflow: hidden;border: #4ba3c3 1px solid;height: 25px;line-height:25px;width: 300px;background-color:#ffffff;margin:0px;margin-left:5px; }
/*搜索输入框*/
.search_div .text_search { float:left;margin:0px;padding:0px;color: #a5a5a5;width: 300px;border-width: 0px;vertical-align: middle;font-size:12px;line-height: 25px;height: 25px;border:0; }
/*快速搜索按钮*/
.searchBtn_div { float: left;overflow: hidden;height: 27px;line-height:27px; }
.searchBtn { background-image: url(/images/btnsearch.png);background-repeat:no-repeat;width: 74px;height: 29px;border: 1px solid #63bdcd;display: block;float: left;cursor:pointer; }
/*****高级搜索*****/
.fastSearch_div{ float: left;overflow: hidden;height: 27px;min-width:72px;margin-left:10px; }
.fastSearch{ width: 62px;display: block;line-height: 32px;vertical-align:middle;position: absolute;cursor: pointer;float:left; background-image:url(images/more.png);background-position:bottom right;background-repeat:no-repeat; }
.fastSearch img { float:left;height:14px;width:14px;margin-top:8px; }
.fastSearch span,.fastSearch_double span { padding:0px;margin:0px;font-size:12px;float:left;min-width:20px;display:block;line-height:15px;margin-top:8px;color:#4ba3c3; }
.fastSearch span:hover,.fastSearch_double span:hover { color:#F96A1E; }
/*高级搜索隐藏区域*/
.reportTip { position: absolute;top: 68px;left: 538px;z-index: 1000;display: none;min-width:356px; }
.reportTip_icon { cursor:pointer;position:relative;top:1px;float:right;right:2px;width:13px;height:13px;background-image: url(images/search_close_icon.png);background-position:center;background-repeat:no-repeat; }
.reportTip_div { min-width: 336px;min-height: 90px;padding: 10px;border: 1px solid #c6c6c6;background-color: white; }
.reportTip_div table { width:100%;margin-top:7px; }
.reportTip_div table tr td { height:27px;line-height: 27px;padding-bottom:10px;text-align:left; }
.reportTip .label { width:100px;color:#757575;text-align:right;padding-right:5px; }
.reportTip_div .but_div { padding-top:10px;text-align:center; }
/*关闭搜索框*/
.fastSearch_icon { position:absolute;right:0px;top:0px;height:27px;width:20px;display:block;vertical-align:middle;cursor: pointer;float:left;background-image:url(images/more.png);background-repeat:no-repeat;background-position:0px 5px; }

/*搜索分类下拉*/
.sortTip{ position: absolute;top: 68px;left: 0px;z-index: 1000;display: none;overflow:hidden; }
/*.sortTip_icon { cursor:pointer;position:relative;top:1px;float:right;right:2px;width:13px;height:13px;background-image: url(images/search_close_icon.png);background-position:center;background-repeat:no-repeat; }*/
.sortTip_div { overflow:hidden;border: 1px solid #c6c6c6;border-top:0px;background-color: white;padding:0px; }
    .sortTip_div li {
        height:25px;
        line-height:25px;
        padding:0px 15px;
        color:#666666;
    }
        .sortTip_div li:hover {
            background-color:#2b7a97;
            cursor:pointer;
            color:#ffffff;
        }
.sortSearch_icon { position:absolute;left:0px;top:0px;height:25px;min-width:25px;display:block;vertical-align:middle;cursor: pointer;float:left;background-image:url(images/more.png);background-repeat:no-repeat;background-position:right center;padding:0 16px 0 6px; }