    #pokemongoDb div.pokemongoDbCommonTop table td.orderby ul li a{
        width: 84px; height: 20px; border: 1px solid #a0a0a0; background-color: #ebebeb; color: #6e6e6e; font-weight: bold; line-height: 20px;
        text-indent: 5px; text-align: left;
        background: #ebebeb url('//static.inven.co.kr/image_2011/pokemongo/dataninfo/pokemon/arrow_none.png') 57px 5px no-repeat;
    }
    #pokemongoDb div.pokemongoDbCommonTop table td.orderby ul li a.desc{
        background: #ebebeb url('//static.inven.co.kr/image_2011/pokemongo/dataninfo/pokemon/arrow_desc.png') 57px 5px no-repeat;
    }
    #pokemongoDb div.pokemongoDbCommonTop table td.orderby ul li a.asc{
        background: #ebebeb url('//static.inven.co.kr/image_2011/pokemongo/dataninfo/pokemon/arrow_asc.png') 57px 5px no-repeat;
    }
    #pokemongoList{
        margin-top:10px;
    }
    #pokemongoList .moveList table{
        border-bottom: 2px solid #cde3e2;
        width: 712px;
    }

    #pokemongoList .moveList table th{
        color: #1d625f;
        background-color: #cde3e2;
        height: 35px;
        line-height: 35px;
        letter-spacing: -1px;
    }

    #pokemongoList .moveList .typeData table th{
        border-radius: 5px;
        width: 60px;
    }

    #pokemongoList .moveList table th.first{
        border-radius: 5px 0px 0px 5px; 
    }

    #pokemongoList .moveList table th.last{
        border-radius: 0px 5px 5px 0px; 
    }
     
    #pokemongoList .moveList table td {
        height: 35px;
        line-height: 30px;
        border-bottom: 1px solid #ebebeb;
        color: #6e6e6e;
        vertical-align: middle;
        text-align: center;
    }

    #pokemongoList .moveList .movetypeimg{
        vertical-align: middle; 
    }

    #pokemongoList .moveList ul.energyBar{
        width:100px;
        float: right;
        margin-right: 17px;
        margin-bottom: 5px;
    }
    #pokemongoList .moveList table tr td.movetype{
        text-align: left;
        text-indent: 21px;
    }


    #pokemongoList .moveList ul.energyBar li{
        height: 5px;
        background-color: #bc6cff;
        float: left;
        margin-right: 3px;
        border: 1px solid #cdcdcd;
    }

    #pokemongoList .moveList ul.energyBar li.energyli1{
        width: calc(100% - 5px);
        width: -webkit-calc(100% - 5px);
        width: -moz-calc(100% - 5px);
    }
    #pokemongoList .moveList ul.energyBar li.energyli2{
        width: calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
    }

    #pokemongoList .moveList ul.energyBar li.energyli3{
        width: calc(33% - 5px);
        width: -webkit-calc(33% - 5px);
        width: -moz-calc(33% - 5px);
    }

    #pokemongoList .moveList ul.energyBar li.energyli4{
        width: calc(25% - 5px);
        width: -webkit-calc(25% - 5px);
        width: -moz-calc(25% - 5px);
    }
    #pokemongoList .moveList ul.energyBar li.energyli5{
        width: calc(20% - 5px);
        width: -webkit-calc(20% - 5px);
        width: -moz-calc(20% - 5px);
    }    



 /*DETAIL */
    .pokemongoDbCommonTitle{
         margin-left:15px;
    }
    
    .articleContent{
        margin-left:20px;
    }
    .articleContent h3{
        width: 702px;
        height: 10px; 
        color: #fff;
        border-radius: 5px;
        line-height: 12px;
        text-indent: 5px;
        padding: 10px;
        font-weight: bold;
    }

    .articleContent h3.defaultInfo,
    .articleContent h3.pokemonList,
    .articleContent h3.moveMovie{ 
        background-color: #6bcac4; 
        padding: 10px 0px; 
        margin-top: 10px;
        margin-bottom: 2px;
        text-indent: 15px;
    }


    #articleView .articleContent table{
        border-bottom: 2px solid #cde3e2;
        width: 702px;
    }

    #articleView .articleContent table th{
        color: #1d625f;
        background-color: #cde3e2;
        height: 35px;
        line-height: 35px;
        letter-spacing: -1px;    
    }

    #articleView .articleContent .typeData table th{
        border-radius: 5px;
        width: 60px;
    }

    #articleView .articleContent .pokemonListData table th,
    #articleView .articleContent .pokemonListData table th a{
        font-weight: bold;
        color: #1d625f;
    }

    #articleView .articleContent table th.first{
        border-radius: 5px 0px 0px 5px; 
    }

    #articleView .articleContent table th.last{
        border-radius: 0px 5px 5px 0px; 
    }
     
    #articleView .articleContent table td {
        height: 35px;
        line-height: 30px;
        border-bottom: 1px solid #ebebeb;
        color: #6e6e6e;
        vertical-align: middle;
        text-align: center;
    }
     
    #articleView .articleContent img.pokemonImg{
        width:90px;
        height:90px;
    }
     #articleView .articleContent span.pokemonname{
        color:#bc6cff;
        font-weight: bold;
        text-align: center;
     }
    
    #articleView .articleContent table td.movetype span{
        display: block;
        text-align: left;
        text-indent: 36%;
    }
    
    #articleView .articleContent .movetypeimg{
        vertical-align: middle; 
    }

    #articleView .articleContent ul.energyBar{
        width:90%;
        float: right;
        margin-right: 5px;
    }

    #articleView .articleContent ul.energyBar li{
        height: 5px;
        background-color: #bc6cff;
        float: left;
        margin-right: 3px;
        border: 1px solid #cdcdcd;
    }

    #articleView .articleContent ul.energyBar li.energyli1{
        width: calc(100% - 5px);
        width: -webkit-calc(100% - 5px);
        width: -moz-calc(100% - 5px);
    }
    #articleView .articleContent ul.energyBar li.energyli2{
        width: calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
    }

     #articleView .articleContent ul.energyBar li.energyli3{
        width: calc(33% - 5px);
        width: -webkit-calc(33% - 5px);
        width: -moz-calc(33% - 5px);
    }

     #articleView .articleContent ul.energyBar li.energyli4{
        width: calc(25% - 5px);
        width: -webkit-calc(25% - 5px);
        width: -moz-calc(25% - 5px);
    }
    #articleView .articleContent ul.energyBar li.energyli5{
        width: calc(20% - 5px);
        width: -webkit-calc(20% - 5px);
        width: -moz-calc(20% - 5px);
    }    


  /* #articleView .articleContent table th a{
        width: 140px;
        height: 27px;
        line-height: 27px;
        display: inline-block;
        background: url('//static.inven.co.kr/image_2011/pokemongo/dataninfo/pokemon/arrow_asc.png') 106px 8px no-repeat;
    }

    #articleView .articleContent table th a.desc{
        background: url('//static.inven.co.kr/image_2011/pokemongo/dataninfo/pokemon/arrow_desc.png') 106px 8px no-repeat;
    }*/



     #articleView .goMoveList{
        float: right;
        margin-top: 10px;
        margin-right: 15px;
        width: 51px;
        height: 16px;
        _height: 21px;
        padding-top: 5px;
        overflow: hidden;
        text-align: center;
        color: #000000;
        text-decoration: none;
        background: url(//static.inven.co.kr/image/play/comment/bttn_square.gif) left top no-repeat;
     }