
/* COMMENTS */

.item{
    float:left;
    position: relative;
    padding: 5px;
}

#bl-add-comment{    
    background: #f2f2f2;
    display: block; 
}

#bl-add-comment .top{
    background: #D67900;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    height: 25px;
    margin-bottom: 5px;
    width: 500px;
}

#bl-add-comment .top img{
    margin-top: 5px;
}

#bl-add-comment .label{
    padding: 2px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.news_one .button{
     margin: 5px;
   cursor:pointer;
   background: #3b6853;
   color:#fff;
   padding: 7px 13px 7px 13px;
   border:1px solid #f7f7f7;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

#comment-posts-wrap{
    overflow:auto;
    position:relative;
    display:block;
}

.comment-box{
    min-height: 115px;
    margin-top: 10px;
    overflow:auto;
    word-wrap: break-word;
}


.cb-top{
    height: 40px;
}

.comment-title{
    width: 320px;
    background: url(../img/t_repl.png) no-repeat left top;
    margin-left: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 18px
}

.comment-title a{
font-size: 12px !important;
}

.cb-comment{
    clear: left;
    position:relative;
    min-height: 45px;
    width: 380px;
}

.cb-footer {
    height: 20px;
    padding: 10px 0 5px 0;
} 

.cb-footer .date{
    font-size: 11px;
    color: #c4cde0;
}

.cb-top .cb-vote{
    float:right;
    width: 35px;
}

.cb-vote .minus{
    width: 35px;
    height: 15px;
    font-size: 10px;
    background: url(../img/comment/minus.png) no-repeat;
    cursor: pointer;
    text-align:right;
    margin-top: 1px;
    border: 0;
}

.showReply{
    width: 100%;
    height: 25px;
    text-align: center;
    background: #0D764B;
    cursor: pointer;
    color: #FFFFFF;
    margin: 10px 0 10px 0;
}

.cb-vote .plus{
    width: 35px;
    height: 15px;
    font-size: 10px;
    background: url(../img/comment/plus.png) no-repeat;
    cursor: pointer;
    text-align: right;
    border: 0;
}

#imgLoad{
    display: none;
}

.loadMoreWrap{
    position: relative;
    dispaly: none;
    text-align: center;
}

textarea{
    border: 1px Solid #000000;
}
.btn-green{
    background: #3b6853;
}