/* Comments Section */


h3.title {
	overflow: hidden;
	line-height:28px;
}

h3.title:after {
    background: url(/assets/images/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0 25px;
}

.comment .comment-content img {
    max-width: 100%;
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px;
	list-style: none outside none;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0;
}


.avatar img {
    float: left;
    max-width: 70px;
    height:auto;
    /*border-radius: 100%;*/
}

.avatar {
	border: 1px solid #ddd;
	padding:4px !important;
	/*border-radius: 100%;*/
	border: 1px solid rgb(221, 221, 221);
}

.comment-des p {
    line-height: 23px;
    /*margin: 0;*/
}

.comment-des {
    float: left;
    background: #fafafa;
	border: 1px solid #ddd;
    /*color: #888;*/
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.06);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.06);
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px;
}

.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1;
}

.comment-des ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 ;
}

.comment-des ol li {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 ;
}

.comment-by strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
}

/*.comment-des span {*/
    /*float: left; */
    /*color: #999;*/
/*}*/

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: 400;
    color: #999;
}

.comment-by span.reply a i {
    color: #bbb;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.comment-by span.reply a:hover,.comment-by span.reply a:hover i {
    color: #a0a0a0;
}

.comment-by span.date {
    color: #999;
    float: left;
    font-weight: 300;
    margin: 0 0 0 2px;
    padding: 0 0 0 9px;
}

.reply label {
    margin: 0 0 4px;
}

.reply label span {
    color: #e24747;
}

.reply input {
    margin: 0 0 20px;
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px;
}

ol li ol.childlist .comment-des,header nav li,.avatar {
    float: left;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: rgb(221, 221, 221);
    background: -moz-linear-gradient(center top , rgb(248, 248, 248), rgb(250, 250, 250)) repeat scroll 0% 0% transparent;
}

.comment-content ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 ;
}

.comment-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 ;
}


.comment-content p {
    margin: 10px 0 10px;
}