#comments-block{
	color: #824100;
	text-align: left;
	margin: 0 auto; width: 96%;
}
.clear {
    clear: both
}
#comments-all {
    font-size: 12px;
    padding: 5px 20px;
    height: 20px;
}
#comments-all a{
	float: left;
	color: #2D1600;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
#comments-all a:hover{
color: #EC8E33;
}
.add-comment{
    border-bottom: 1px dashed #000;
	cursor:pointer;
	float:right
}
div.comment-title{
	font-size:12px;
	padding: 5px 20px;
    height: 20px;
	font-family:"Trebuchet MS", Arial, Verdana, san-serif;
	color: #2D1600;
}
div.comment-title>div{
	float:left;
	cursor:pointer;
	font-size: 15px;
}
div.comment-title>div>small{
	margin-left: 7px;
}
div.comment-title b{
	font-size:13px;
}

.comment-answer{
	float: right;    
	border-bottom: 1px dashed #444;
	cursor:pointer;
	margin-left:10px;
	font-size: 12px;
}
.comment-answer:hover{
    color: #EC8E33;
}
.comment-message {
    border-radius: 0 0 5px 5px;
    
	font-size: 13px;
    padding: 5px 20px;
    color: #804000;
}
.comment-message img{
    max-width:100%;
}
.comment {
    padding: 40px 50px
}
/*��������*/
div.end-of-comment{
	display:block;
	width:100%;
	clear:both;
}
a.comment-avatar{
	float:left;
	margin-right:10px;
}
a.comment-avatar>img{
	width: 50px;
	height: 50px;
	border: 1px inset #000000;
}

.message-item{
	border-top: 1px solid #999;
}

#comment-editor{
    padding: 10px 0;
}
#comment-editor>b{
    padding: 3px 20px;
	background-image: url(/comments/img/pencil.png);
	background-repeat: no-repeat;
    background-position: 0 4px;
    display: inline-block;
}
#comment-editor>textarea{
	width: 100%;
	height: 100px;
}
#comment-editor button{
    padding: 3px 7px;
	cursor:pointer;
}

/*social*/
#comments-soc-bts {
	overflow: visible!important;
	height: 25px!important;
	text-align: center;
	margin-top: 5px;
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
	opacity: 0;
}
#comments-soc-bts>i{
	margin-right: 5px;
}
#comments-soc-bts>div {
	display: inline-block;
	cursor:pointer;
	margin: 0 13px 0 0;
	padding: 0;
	position:relative;
}
#comments-soc-bts>div>div {
	display: inline-block;
	width:24px;
	height:24px;
	padding: 0;
	vertical-align: middle;
}
#comments-soc-bts>div :hover{
	opacity: 0.5;
}
#comments-soc-bts>div :active{
	opacity: 0.8;
}
#comment-login-button{
	text-align:center;
	margin-top: 5px;
}