/* COMMENT */
div#commentFormContainer {

    width: 900px;

    height: 74px;
    padding: 0px;
}

form#commentForm div.content {
    float: left;
    width: 800px;
    padding: 0px;
}

form#commentForm div.content textarea {
    width: 790px;
    height: 70px;
    border: 1px solid #999999;
    background-color: #2f2f2f;
    scrollbar-face-color: #2f2f2f;
    scrollbar-track-color: #2f2f2f;
    scrollbar-arrow-color: #2f2f2f;
    color:#999999;
    font-size:9pt;
    
}



form#commentForm div.submit {
    width: 95px;
    height: 74px;
    float: right;
}

div#commentCountContainer {
    clear: both;
    /*
    width: 900px;
    */
    margin: 15px 0px 5px 0px;
    text-align: right;
    font-size : 12px;
    color: #ffffff;
}

div#commentCountContainer span#commentTotalCount {
    margin: 0px 2px;
    font-size : 12px;
    font-weight: bold;
}

div#commentListContainer {
    clear: both;
    display: block;
    /*
    width: 900px;
    */
    padding: 0px;
}

div#bestCommentListTableContainer {
    width: 870px;
    height: auto;
    padding: 15px;
    margin: 0px;
    border: 1px solid #ffffff;    
    background-color: rgb(241, 241, 241);
}

div#commentListTableContainer {
	/*
    width: 900px;
    */
    height: auto;
    padding: 15px 0px;
}

table#commentListTable {

    width: 1000px;


}

div#commentListContainer td.writer {
    padding: 10px 0px 0px 0px;
}  
div#commentListContainer td.writer div.writerId {
    float: left;
    width: 105px;
    font-size: 12px;
    color: #ffffff;
}

div#commentListContainer td.writer a.removeComment {
    margin-left: 10px;
}

div#commentListContainer td.writer div.agree {
    float: right;
    width: 70px;
    height: 10px;
    padding: 6px 10px;
    text-align: right;
    vertical-align: bottom;
    background-image: url(//static.ad.co.kr/images/journal/info/vote.gif);
    background-repeat: no-repeat;
}
div#commentListContainer a.agreeComment {
    display: block;
    width: 70px;
    height: 10px;
}
div#commentListContainer a.agreeComment:hover {
    text-decoration: none !important;
}

div#commentListContainer td.content {
	/*
    width: 900px;
    */
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #99999;
}

div#commentListContainer td.content span.content {
    text-align: justify;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}    

div#commentListContainer td.content span.wdate {
    margin-left: 10px;
    font-size: 10px;
    color: color: #cccccc;
}    


/* Pagination */
#commentPaginationContainer {
    display: block;
    /*
    width: 900px;
    */
    padding: 5px;
    text-align: center;
}

.pagination {
    display: block;
    width: 890px;
    height: 25px;
    text-align: center;
    font-size: 9pt;
}

.pagination a {
    border: solid 1px #cfcfcf;
    color: #666666;
    text-decoration: none;
}

.pagination span,.pagination a {
    display: inline-block;
    width: 20px;
    padding: 3px 0px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 10pt;
}

.pagination .current {
    background: #999999;
    color: #fff;
    border: solid 1px #cfcfcf;
    font-size: 10pt;
    font-weight: bold;
}

.pagination .current.prev,.pagination .current.next {
    color: #999;
    border-color: #999;
    background: #fff;
}

.panelContainer .header .heading {
    font-size: 9pt !important;
}