.player .info-box {
    display: block;
    width: 122px;
    float: left;
    overflow: hidden;
    padding-top: 5px;
}

span.sortable {
    width: 45px;
    height: 70px;
    background: url('../../image/icon/ic_sortable.png') center no-repeat;
    cursor: pointer;
}


ul.ul-head li {
    list-style-type: none;
    height: 40px;
    overflow: hidden;
    background: none repeat scroll 0% 0% #F4F4F4;
    border-top: 1px solid #EAEAEA;
}

ul.ul-head li span {
    height: 24px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: auto;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    color: #6C7783;
}

.table-list tbody tr td{ vertical-align: middle;}