.commlist_content {
   width:625px;
   margin-top:15px;
}

.comments_menu {
    height: 40px;
    line-height: 40px;
    border-bottom: 0px solid #8dc200;
    width:700px;
}


.comments_menu_head {
    padding: 0px 0px 0px 5px;
    text-align: left;
    color: #60990b;
    font-weight: bold;
    font-size: 13px;
    font-family: Tahoma, Arial;
    
}

.text_green {
    color: #81BA2B;
}

.comm_list_sub {
	color: #81BA2B;
	padding-left:35px;
	background:  url("../images/comments-icon.jpg") left center no-repeat;
	height: 25px;
    line-height: 25px;
    font-weight: bold;
    border-bottom:0px solid #f4f4f4;
	}


.comm_list_sub1 {
	color: #81BA2B;
	padding-left:35px;
	background:  url("../images/comments-icon1.jpg") left center no-repeat;
	height: 25px;
    line-height: 25px;
    font-weight: bold;
	
	}

.commlist_header {
	width:685px;
    color: #ffffff;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-align: left;
    border-bottom: 2px solid #8cc401;
    background: #8dc200;
    padding-left:10px;
    -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-o-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-o-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
    background: #8cc400 url("../images/bg_button.jpg") center center repeat-x;
    overflow:hidden;
}

.commlist_header a {
    color: #ffffff;
    font-weight: bold;
    font-family: tahoma;
}

.commlist_header_contacts {
    font-size: 12px;
    float: right;
    text-align: right;
    font-weight: normal;
    color: #ffffff;
    padding-right: 10px;
}

.commlist_header_contacts a {
    font-weight: normal;
}

.commlist_text_cont {
    text-align: justify;
    padding: 7px 10px 5px 10px;
    background: #ffffff;
    position: relative;
    border:1px solid #f4f4f4;
   
}

.commlist_text {
    text-align: justify;
    padding: 7px 10px 5px 10px;
    background: #ffffff;
    position: relative;
    border:1px solid #f4f4f4;
    margin-top:5px;
    background:#fafafa;
}


.button_add_com {
    width: 150px;
    cursor: pointer;
    background: url(../images/button_add.png) center center no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    height: 35px;
}

.commlist_bottom {
    text-align: right;
    background: transparent;
    height: 5px;
    line-height: 3px;
}
