﻿.searchBlock {
float: right;
padding-right: 0px;
padding-top: 0px;
}

.search-text {
 background: url("img/bg_search.png") no-repeat scroll left center transparent;
height: 26px;
margin-top: 0px;
position: relative;
width: 223px;
/*margin-right: 20px;*/
/*border-radius: 3px;*/
}

    .search-text .input-text {
       background: none repeat scroll 0px 0px transparent;
border: medium none;
color: #cfa57d;
font: 12px/18px arial;
height: 20px;
margin-left: 13px;
width: 180px;
margin-top: 4px;
    }

    .search-text .search-button {
        position: absolute;
width: 25px;
height: 25px;
top: 0px;
right: 0px;
cursor: pointer;
line-height: 23px;
font-weight: bold;
color: #FFF;
    }

        .search-text .search-button
        /*Search Result*/
        .caption-search {padding: 20px;}

.caption-search span {
    text-transform: uppercase;
    color: #702B1E;
    font-weight: bold;
    margin-right: 10px;
}
.caption-search b {color: #702B1E;}

.searchlist {padding: 20px 0 0 0;}
    .searchlist .item {
        width: 660px;
        border-bottom: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        padding: 15px 10px 10px 20px;
        overflow: hidden;
        background-color: #fff;
        position: relative;
        float: left;
    }

    .searchlist .first {
        border-top: solid 1px #ccc;
        float: left;
    }

    .searchlist .item > a {
        display: block;
        width: 125px;
        height: 100px;
        float: left;
        margin: 0 10px 10px 0;
        /*border: solid 1px #dfdfdf;*/
        text-align: center;
        display: table-cell !important;
        vertical-align: middle !important;
    }

    .searchlist .item > a > img {
        max-width: 125px;
        max-height: 100px;
        width: auto !important;
        height: auto !important;
        display: table-cell !important;
        vertical-align: middle !important;
    }

    .searchlist .item .title {
        width: 525px;
        display: block;
        margin: 0 0 3px 0;
        background: none;
        padding: 0;
        float: right;
    }

        .searchlist .item .title a {
            font-weight: bold;
            color: #000;
            line-height: 18px;
            -ms-text-shadow: none !important;
            text-shadow: none !important;
        }

    /*.searchlist .item .title a:hover {
                color: #006400;
            }*/

    .searchlist .item .desciption {
        font: 12px/16px Arial;
        width: 525px;
        overflow: hidden;
        text-align: justify;
        float: left;
    }

    .searchlist .item .order {
        /*text-align: right;*/
        position: absolute;
        bottom: 10px;
        right: 10px;
        white-space: nowrap;
    }

        .searchlist .item .order b {
            border-right: 1px solid black;
            margin: 0 10px 0 5px;
            padding: 0 10px 0 0;
        }

            .searchlist .item .order b a {
                font-weight: bold;
                color: Black;
                text-decoration: none;
            }

                .searchlist .item .order b a:hover {
                    text-decoration: underline;
                }

        .searchlist .item .order a {
            color: #702B1E;
            font: 12px/17px Arial;
            text-decoration: underline;
        }



.searchlist .bao_pager{ width: 100%;position: relative;margin-top: 30px;margin-bottom: 20px;border-bottom: solid 1px #dfdfdf; min-height: 20px}
.searchlist .bao_pager .pager{ position: absolute;background: #fff;top: 0; right: 0}
.searchlist .bao_pager .pager a.next{
    float: right;
    width: 23px;
height: 23px;
display: inline-block;
margin-right: -15px;
text-decoration: none;
    background: url("img/btn_nxt.png") no-repeat 15px 5px;
    /*float: left;*/
}
.searchlist .bao_pager .pager a.prev{
    float: left;
width: 23px;
height: 23px;
display: inline-block;
margin-right: 0px;
text-decoration: none;
background: url("img/btn_prv.png") no-repeat 10px 5px;}

.highlight {
    background-color: Yellow;
    color: #000 !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;
}


/**AutoComplete**/

.autocomplete-w1 {

    left: 0px;
    margin: 8px 0 0 6px;
    position: absolute;
    /* IE6 fix: */ _background: none;
    _margin: 0;
}

.autocomplete {
    background: #FFF;
    border: 1px solid #999;
    cursor: default;
    margin: -6px 6px 6px -6px;
    max-height: 350px;
    overflow: auto;
    text-align: left; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected {
        background: #F0F0F0;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
    }

    .autocomplete strong {
        color: #3399FF;
        font-weight: normal;
    }

.qlTop {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(img/qlbg.png) no-repeat 0 top;
    border: 0px solid transparent;
    border-radius: 5px;
    height: auto;
    margin-left: -20px;
    margin-top: 5px;
    overflow: hidden;
    padding-top: 10px;
    position: absolute;
    width: 310px !important;
    z-index: 300;
}

    .qlTop .qlBottom {
        background: url(img/qlbg.png) no-repeat -620px bottom;
        padding-bottom: 10px;
    }

    .qlTop .qlContent {
        background: url(img/qlbg.png) repeat-y -310px 0;
        padding: 0 5px;
        width: 300px;
    }

.ac_results {
    background-color: white;
    padding: 0px;
}

    .ac_results * {
        float: none;
        font-size: 11px;
        line-height: 120%;
        list-style: none;
    }

    .ac_results ul {
        list-style: none;
        margin: 0;
        max-height: none !important;
        overflow: visible !important;
        padding: 0;
        width: 100%;
    }

    .ac_results li {
        cursor: default;
        display: block;
        font-size: 12px;
        height: auto; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
        line-height: 16px;
        margin: 0px;
        min-height: 20px; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
        font: menu;
        overflow: hidden;
        padding: 0px 5px;
    }

        .ac_results li:hover {
            background: #ffcbb4 !important;
        }

        .ac_results li .caption {
            height: 25px;
            line-height: 25px;
            margin-left: -5px;
            padding-left: 10px;
            width: 300px;
        }

            .ac_results li .caption b {
                color: #B53510;
                font-size: 12px;
                font-weight: bold;
                line-height: 25px;
            }

        .ac_results li .thumb {
            float: left;
            padding: 8px;
            width: 48px;
        }

        .ac_results li .content {
            color: #000 !important;
            float: right;
            padding: 5px;
            width: auto;
            width: 216px;
        }

            .ac_results li .content .title {
                color: #000 !important;
                display: block;
                font-weight: bold !important;
                margin-bottom: 2px;
            }

                .ac_results li .content .title * {
                    color: #000 !important;
                    font-weight: bold !important;
                }

            .ac_results li .content .desc {
                color: #000 !important;
                display: block;
                font-weight: normal !important;
            }

                .ac_results li .content .desc * {
                    color: #000 !important;
                    font-weight: normal !important;
                }

.ac_loading {
    background: white /* url('indicator.gif') right center no-repeat*/;
}

.ac_odd {
    background-color: #fbfbfb;
}

.ac_over {
    color: #000;
}

* html .ui-autocomplete {
    height: 200px;
}

.autocomplete-w1 {
    /*background: url(img/shadow.png) no-repeat bottom right;*/
    left: 0px;
    margin: 8px 0 0 6px;
    position: absolute;
    top: 0px; /* IE6 fix: */
    _background: none;
    _margin: 0;
}

.autocomplete {
    background: #FFF;
    border: 1px solid #999;
    cursor: default;
    margin: -6px 6px 6px -6px;
    max-height: 350px;
    overflow: auto;
    text-align: left; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
    }

    .autocomplete strong {
        color: #3399FF;
        font-weight: normal;
    }


.searchBlock .remove {
    background: url(img/delete.png) no-repeat center center;
    cursor: pointer;
    display: none;
    height: 16px;
    left: 3px;
    position: absolute;
    top: 6px;
    width: 16px;
    z-index: 20;
}

    .searchBlock .remove.fetching {
        background: url(img/cube_orange.gif) no-repeat center center;
    }

