#myplayer_index {
    width: 695px;
    margin-left: 15px;
    float: left;
}

#myplayer_index .header {
    width: 665px;
    background-color: #eeeeee;
    border-bottom: 1px #d3d3d3 solid;
    color: #676767;
    font-size: 15px;
    font-weight: 600;
    float: left;
    padding: 7px 15px;
    margin-top: 15px;
}

#myplayer_index .player {
    width: 207px;
    height: 50px;
    border-bottom: 1px #d3d3d3 dotted;
    float: left;
    margin-top: 15px;
    font-weight: 600;
}

#myplayer_index .player.center {
    margin: 15px 37px 0px 37px;
}

#myplayer_index .player .logo {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 5px;
}

#myplayer_index .player .logo img {
    border: 0px;
}

#myplayer_index .player .name {
    height: 60px;
    float: left;
    margin-top: 20px;
    color: #000;
}

#playerDetails_top {
    width: 376px;
    float: left;
    margin: 15px 0px 0px 15px;
}

#playerDetails_top #selectPosition {
    float: left;
}

#playerDetails_top #selectPlayer {
    float: left;
    margin-left: 10px;
}

#playerDetails_top select {
    padding-left: 8px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px #9b9b9b solid;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 22px;
    width: 85px;
    background: url(/revamp/images/home_matchCtr_select_bg.png) right;
}

#playerDetails_top #selectPlayer select {
    width: 165px;
}

#playerDetails_top #playerImg {
    margin-top: 9px;
    background-color: #545454;
    float: left;
    width: 200px;
    height: 320px;
    position: relative;
}

#playerDetails_top #playerName {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/revamp/images/bg_playerName.png) left bottom no-repeat;
}

#playerDetails_top #playerName .chi,
#playerDetails_top #playerName .eng {
    text-align: center;
    font-size: 28px;
    color: #fff;
}

#playerDetails_top #playerName .chi {
    padding-top: 206px;
}

#playerDetails_top #playerName .eng {
    font-size: 24px;
    margin-top: 12px;
    text-transform: uppercase;
}

#playerDetails_top #playerInfo {
    margin-top: 9px;
    margin-left: 10px;
    float: left;
    width: 165px;
}

#playerDetails_top #playerInfo .block {
    float: left;
    width: 145px;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px #e5e5e5 solid;
}

#playerDetails_top #playerInfo .block .subject {
    float: left;
    width: 145px;
    font-size: 15px;
    color: #7f7f7f;
    font-weight: 600;
}

#playerDetails_top #playerInfo .block .desc {
    float: left;
    width: 145px;
    font-size: 21px;
    color: #000;
    float: left;
    margin-top: 5px;
    padding: 5px 0px;
}

#playerDetails {
    width: 695px;
    float: left;
    margin: 15px 0px 0px 15px;
}

#playerNews {
    width: 695px;
    float: left;
}

#playerNews #header {
    background-color: #eeeeee;
    border-bottom: 1px #d3d3d3 solid;
    color: #676767;
    font-size: 16px;
    padding: 7px 15px;
    font-weight: 600;
}