/* COMMENT */

div#commentFormContainer {
    background-color: rgb(241, 241, 241);
    width: 530px;
    height: 50px;
    padding: 15px;
    border: 1px solid rgb(215, 215, 215);
}

form#commentForm div.content {
    width: 470px;
    float: left;
}

form#commentForm div.content textarea {
    width: 470px;
    height: 42px;
}

form#commentForm div.submit {
    width: 47px;
    float: right;
}

div#commentCountContainer {
    clear: both;
    width: 560px;
    margin: 15px 0px 5px 0px;
    text-align: right;
    font-size : 12px;
    color: rgb(2,72,152);
}

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

div#commentListContainer {
    clear: both;
    display: block;
    width: 560px;
    padding: 0px;
}

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

div#commentListTableContainer {
    width: 530px;
    height: auto;
    padding: 15px;
}

div#commentListContainer td.writer {
    padding: 10px 0px 0px 0px;
}  
div#commentListContainer td.writer div.writerId {
    float: left;
    width: 300px;
    font-size: 12px;
    color: rgb(31, 93, 116);
}

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: 530px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #dddddd;
}

div#commentListContainer td.content span.content {
    text-align: justify;
    font-size: 12px;
    color: rgb(85, 85, 85);
    line-height: 20px;
}    

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


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

.pagination {
    display: block;
    width: 530px;
    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;
}