/*
用於搜索下拉框樣式
*/
.hd_top {
    clear: both;
    height: 90px;
    margin: 0 auto;
    width: 960px;
    z-index: 19;
}

.hd_top .search_form {
    background: #eee url(http://www.cntv.cn/nettv/sports/style/img/new/hd_search_icon.jpg) no-repeat 100% center;
    border: #acacac 1px solid;
    border-bottom: none;
    border-right: none;
    height: 24px;
    float: left;
    margin-top: 29px;
    position: relative;
    z-index: 99;
}

.hd_top .search_form #cont_box {
    background: #fff;
    border: solid 1px #cdcdcd;
    display: none;
    left: -1px;
    padding: 1px;
    position: absolute;
    top: 24px;
}

.hd_top .search_form #cont_box a {
    color: #b2b2b2;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    width: 321px;
    *width: 318px;
    display: block;
}

.hd_top .search_form #cont_box a:hover {
    background: #e2e5ea;
    color: #717171;
    text-decoration: none;
}