.search-div .search-tab {
    width: 100%;
}

.search-tab ul {
    overflow: hidden;
}

.search-tab li {
    width: 57px;
	_width: 60px;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.search-tab li.clicked {
    border-bottom: 2px solid #e22;
    color: #e22;
}

.search-div .search-box {
}

.search-box .search {
    margin: 2px 0;
    position: relative;
    _zoom: 1;
}

.search-box .search .search-text {
    width: 597px;
    float: left;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e2e2e2;
    border-right: 0 none;
    color: #555;
    text-indent: 10px;
    background: #fff;
    border-radius: 3px 0 0 3px;
    outline: none;
}

.search-box .search .placeholder {
    color: #999;
    font-size: 14px;
    cursor: text;
    position: absolute;
    left: 13px;
    *top: 6px;
    _top: 4px;
    line-height: 35px;
    background: none;
}

.search-box .search .search-btn {
    float: left;
    width: 100px;
    height: 37px;
    line-height: 35px;
    border: 0 none;
    cursor: pointer;
    background: #ee4949 url(../Img/result_all_new.gif) no-repeat 20px -1029px;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
    letter-spacing: 2px;
    border-radius: 0 3px 3px 0;
    outline: none;
}

.search-box .hot-search {
    color: #999;
    text-align: center;
    margin-top: 3px;
    overflow: hidden;
    /*display: none;*/
    _width: 100%;
}

.hot-search .hot-txt-title {
    line-height: 26px;
    color: #bbb;
    float: left;
}

.hot-search .hot-txt-body {
    float: left;
    text-align: left;
    margin-left: 15px;
}

.hot-search .hot-txt-body span {
    margin-right: 15px;
    line-height: 26px;
    color: #666;
    *white-space: nowrap;
    cursor: pointer;
    float: left;
}