#nosearch .title {
    border-bottom: 1px solid #D2D2D2;
    float: left;
    width: 100%;
}

#nosearch .searchMessage {
    color: #C6070F;
    font-size: 14px;
    font-weight: bolder;
    float: left;
    padding: 15px 0 10px 10px;
    width: 100%;
}

#nosearch .tips {
    font-size: 15px;
    font-weight: bold;
    float: left;
    padding: 10px 0 0 10px;
    width: 100%;
}

#nosearch .list {
    font-size: 12px;
    float: left;
    width: 100%;
}

#nosearch .list a {
    color: #0066CC;
}

#recommendation {
    padding: 8px 0;
    float: left;
}

#recommendation .title {
    border: medium none;
    color: #333;
    float: left;
    font-size: 15px;
    font-style: normal;
    height: 19px;
    margin: 0;
    padding: 5px 6px 0;
    text-indent: 0;
    vertical-align: bottom;
}

.titleSmall {
    color: #666;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    padding-left: 4px;
}

#spellCorrectSearch {
    padding: 10px 0 10px 5px;
    width: 100%;
    float: left;
}

#spellCorrectSearch .suggest {
    font-size: 13px;
}

#spellCorrectSearch .suggest .keyword {
    font-weight: bold;
}

#spellCorrectSearch .suggest a.keyword {
    color: #C6070F;
    font-weight: bold;
    text-decoration: underline;
}

