
/* CSS Document */
dl, dd, dt, ul, li {
    margin: 0;
    padding: 0;
}
dd, dt {
    float: left;
}
dl, dd, dt, ul, li {
    list-style: none;
}
dt {
    width: 30px;
}
dl {
    margin-left: 35px;
}
/* kw1 */
.kw1 {
    width: 740px;
    font: Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
    height: 100%;
    overflow: hidden;
    padding: 20px 10px;
    padding-bottom: 30px;
}
.kw1 h3 {
    font-size: 12px;
    margin: 0px 25px 1px 25px;
    padding: 0 0 10px 25px;
    text-align: left;
    color: #CCCCCC;
    display: block;
}
.box h3 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 190px;
    text-transform: capitalize;
    color: #999999;
    margin: 0;
    padding: 0;
    height: 24px;
}

.box {
    width: 200px;
    margin-bottom: 15px;
}
.box li {
    padding: 0px 10px 0px 0px;
    text-align: left;
    line-height: 150%;
    height: 100px;
    overflow: hidden;
}

a.big_t {
    text-decoration: none;
    color: #999;
}
a:hover.big_t {
    text-decoration: underline;
    color: #fc0;
}

a.small_t {
    color: #fc0;
    text-decoration: underline;
}
a:hover.small_t {
    color: #fc0;
    text-decoration: underline;
}


.big_t {
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.small_t {
    font-size: 13px;
    float: left;
}
.big_t, .small_t {
    display: block;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 190px;
    text-transform: capitalize;
}
/*noad_search*/
.search_noad {
    margin: auto;
    width: 760px;
    padding: 60px 0px 20px 0px;
    text-align: center;
}
.noad_text {
    width: 280px;
    height: 24px;
    border: 1px #ccc solid;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 2px 0px 5px;
}
.noad_stb {
    font-size: 12px;
    margin-left: 6px;
    text-align: center;
    padding: 3px 8px;
    color: #000;
    font-weight: 700;
}
.key {
    background: url(images/icon.gif) no-repeat 5px 14px;
    width: 540px;
    margin: 0px 0px 0px 150px;
    padding: 5px 100px 5px 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 22px;
    line-height: 30px;
}

.key a {
    color: #999;
    text-decoration: underline;
    padding: 0px 3px;
}
.key a:hover {
    color: #fc0;
    text-decoration: underline;
}
