section#right {
    float: left;
    margin: 18px 20px 25px 6px;
    width: 330px;
}

#right_search {
    background: url(../../img/pc/top/right_bgr.png) no-repeat;
    /*height: 722px;*/
    width: 352px;
}

#right_search .title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 25px;
    font-weight: bold;
}

#right_search .search_title {
    padding-bottom: 3px;
    margin-left: 17px;
    margin-top: 30px;
    background: url(../../img/pc/top/bottom_search_bgr.png) no-repeat left
        bottom;
}

#right_search .search_title span {
    background: url(../../img/pc/top/right_search_bgr.png) no-repeat left
        center;
    color: #ee8304;
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
    line-height: 30px;
}

#right_search .search_area {
    background: url(../../img/pc/top/search_bgr.png) no-repeat;
    width: 315px;
    height: 120px;
    margin-left: 17px;
    margin-top: 18px;
}

#right_search .search_area .spinner {
    margin-left: 23px;
    padding-top: 22px;
}

#right_search .search_area .search_box {
    margin-top: -6px;
    margin-left: 25px;
    background: url(../../img/pc/top/right_search_box.png) no-repeat;
    width: 198px;
    height: 24px;
}

#right_search .search_area .search_box input {
    width: 181px;
    height: 100%;
    padding-left: 16px;
    border: 0 none;
    color: black;
    font-size: 14px;
}

#right_search .search_area .btn_search {
    float: right;
    width: 60px;
    margin-top: -22px;
    margin-right: 23px;
}

#right_search .rank_title {
    margin-top: 12px;
    margin-left: 18px;
    background: url(../../img/pc/top/bottom_search_bgr.png) no-repeat left
        bottom;
}

#right_search .rank_title span {
    background: url(../../img/pc/top/right_search_bgr.png) no-repeat left
        center;
    color: #ee8304;
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
}

#right_search .machine {
    background: url(../../img/pc/top/machine_bgr.png) no-repeat;
    width: 316px;
    height: 196px;
    margin-left: 17px;
    margin-top: 5px;
}

#right_search .machine .header {
    background: url(../../img/pc/top/machine_header_bgr.png) no-repeat;
    width: 324px;
    height: 38px;
    margin-left: -3px;
    margin-top: 6px;
    position: absolute;
    padding-top: 7px;
}

#right_search .machine .header span {
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

#right_search .machine .header span.more {
    float: right;
    margin-right: 10px;
}

#right_search .machine .detail {
    float: left;
    margin-left: 15px;
    margin-top: 48px;
    width: 85px;
    font-size: 11px;
}

#right_search .machine .detail .best {
    margin-left: 10px;
}

#right_search .machine .detail a {
    color: #797979;
    text-decoration: none;
}

#right_search .machine .detail a:hover {
    color: #dcdbdb;
    text-decoration: underline;
}

#right_search .banner {
    margin-left: 10px;
    margin-top: 31px;
}
/*check box spinner*/
.sbHolder {
    background: url(../../img/pc/top/select_bgr.png) no-repeat;
    border: none;
    height: 33px;
    position: relative;
    width: 202px;
    margin-bottom: 10px;
}

.sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 196px;
    font-size:11px;
}

.sbSelector:link,.sbSelector:visited,.sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none !important;
    /*padding-left: 10px;*/
}

.sbOptions {
    background-color: #bbb;
    border: solid 1px #bbb;
    list-style: none;
    left: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 196px;
    z-index: 1;
    overflow-y: auto;
    color: #000;
    overflow-x: hidden;
    max-height: 360px !important;
}

.sbOptions li {
    padding: 0;
}

.sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 5px 0 5px 5px;
}

.sbOptions a:link,.sbOptions a:visited {
    color: #000;
    text-decoration: none !important;
}

.sbOptions a:hover,.sbOptions a:focus,.sbOptions a.sbFocus {
    color: #fff;
}

.sbOptions li.last a {
    border-bottom: none;
}
/*-------end check box spinner ------*/