a.dropdown:link, a.dropdown:visited, a.dropdown:hover
{
    display: block;
    background: url(http://www.qzrc.com/images/pg/bgsearchbutton161.gif) no-repeat;
    width: 141px;
    height: 17px;
    float: left;
    text-align: left;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 5px;
    text-decoration: none;
    color: #000;
    display:none;
}
.dropWindow
{
    background: #fff;
    width: 900px;
}
.dropWindow .input_other
{
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom:1px soild red;
    width: 70px;
}
.dropWindow .title
{
    /* background: url(http://www.qzrc.com/images/pg/window_top.gif) no-repeat 0px -2px #3e419e;  */
    border:1px solid gray;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    background-color:#DDD;
    color: #fff;
    padding: 5px;
    height: 14px;
    padding-top: 6px;
}
.dropWindow .title a:link, .dropWindow .title a:hover, .dropWindow .title a:visited
{
    color: #fff;
    text-decoration: none;
}
.dropWindow .title span
{
    font-size: 12px;
}
.dropWindow .con
{
    /*border-left: 2px solid #3e419e;
    border-right: 2px solid #3e419e;*/
    float: left;
    width: 900px;
    font-size: 12px;
    word-wrap: break-word;
}
.dropWindow .con ul
{
    margin: 0px;
    padding: 10px;
}
.dropWindow .con a:link, .dropWindow .con a:hover, .dropWindow .con a:visited
{
    text-decoration: none;
    color: #3F419E;
}
.dropWindow .con li a
{
    display: block;
}

.dropWindow .con li
{
    width: 150px;
    float: left;
    padding: 2px 10px 2px 2px;
    display: block;
    height: 20px;
    color: #000;
    white-space: nowrap;
}
.dropWindow .con .conbotton
{
    background-color: #ddd;
    color:#000; 
    padding:5px 0px 5px 0px;
}
.dropWindow .bottom
{    
    background: url(http://www.qzrc.com/images/pg/window_bottom.gif) no-repeat;
    width: 745px;
    height: 14px;
    clear: both;
    padding: 0px;
}
.sel_item
{
    float: left;
    font-size: 12px;
}
.dropWindow .con .sel_result
{
    border: 1px solid #999;
    background: #ddd;
    padding: 5px;
}
.dropWindow .con .items
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    float: left;
    border: 1px solid #666;
    display: none;
    background: #fff;
    padding: 0px 10px 5px 10px;
}
.dropWindow .con .items ul
{
    padding-top: 0px;
}
.dropWindow .con .items ul li
{
    width: 100px;
}
.dropWindow .con .morebtn
{
    width:98%;text-align:right;height:15px;float:left;margin-top:3px;border:#F5FBFF 1px dotted;
    }
.li_hover
{
    background: #D8D8ED;
    color: #3F419E;
}
.item_title
{
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #999;
    text-align: center;
    padding-bottom: 2px;
}
#typeList .title
{
    font-weight: bold;
    background: none;
    color: #333;
    font-size: 12px;
    background-color: #D3D3D3;
    height: 15px;
    width: 100%;
}
#typeList th
{
    border-right: 1px solid #aaa;
    padding-left: 10px;
    text-align: left;
    width: 260px;
    border-bottom: 1px dashed #D3D3D3;
}
#typeList td
{
    /*padding-left: 10px;*/
    width: 100%;
    border-bottom: 1px dashed #D3D3D3;
}
.table_1
{
    width: 100%;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.table_1 th
{
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #FDEBDF;
    padding: 3px;
    width:121px;
}
.table_1 td
{
    /*padding: 3px;*/
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
