
    #listTable {
        clear: both;
        margin: 10px 10px 0px 0;
        width: 710px;
        overflow: hidden;
    }
    #listTable .comments {
        margin-top: 5px;
        background: url(//static.inven.co.kr/image_2011/site_image/game/minidata/99/710x36_dc_list.png) no-repeat left top;
        width:710px;
    }
    #listTable .comments table th {
        color: #6d6d6d;
        border: none;
        background: url(//static.inven.co.kr/image_2011/site_image/game/minidata/99/2x12_dc_th_border.png) no-repeat right center;
        height:36px;
        font-weight:bold;
    }
    #listTable .comments table th.writer { background: none; }
    #listTable .comments td { border-bottom:1px solid #aeaeae; padding:10px;}
    #listTable .comments td.image1 { padding:0px; position:relative; vertical-align: top; padding-top: 8px; }
    #listTable .comments td.image1 a { display:block;width:100%;  }
    #listTable .comments td.image1 img { width:50px; height:50px; vertical-align: middle; }
    #listTable .comments td.image1 { text-align:center; }
    #listTable .comments td.child_comment a { display:block;width:100%; }
    #listTable .comments td.child_comment div.attr { width:100%; line-height:21px;margin-bottom:9px; }
    #listTable .comments td.child_comment div.attr .attricon {     
        height: 18px;
        display: inline-block;
        vertical-align: top; 
    }
    #listTable .comments td.child_comment span{ display: block;
        float: left; }

    #listTable .comments td.child_comment span.pokemonname{
        color: #e36944;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
    }
    #listTable .comments td.child_comment span.pokemontype{ 
        height: 25px;
        line-height: 25px;
        margin-left: 10px;
    }

    #listTable .comments td.child_comment span.pokemontype img{
        vertical-align: middle;
        margin: 0px 3px;
    }
    
    #listTable .comments td.child_comment .c_comment { line-height:150%; width: 100%; margin-top: 5px; }
    #listTable .comments td.writer { text-align:left; white-space:nowrap;vertical-align: top}
    #listTable .comments td.writer div { width:100%; }
    #listTable .comments td.writer div.postdate { margin-top:11px; }

    #listTable .comments td.no-result { text-align:center; font-weight:bold; } 
    /* LIST PAGING */
        #listTable .listPaging { color: #000; padding: 9px 0; background-color: #dfe8f1; text-align: center; }
        #listTable .listPaging a,
        #listTable .listPaging span { padding: 0 6px 0 5px; }
        #listTable .listPaging a { text-decoration: none; }
        #listTable .listPaging .prev { padding: 1px 3px 0 18px; background: url('//static.inven.co.kr/image_2011/overwatch/common/paging_bttn_prev_13x13.png') no-repeat left top; }
        #listTable .listPaging .next { padding: 1px 18px 0 3px; background: url('//static.inven.co.kr/image_2011/overwatch/common/paging_bttn_next_13x13.png') no-repeat right top; }
        #listTable .listPaging .current { color: #f00; font-weight: bold; letter-spacing: -1px; }


 #listTable span.noResult{
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: bold;
 }
