/* ------------- Comment ------------- */
.avatar {
	max-width:50px;
	max-height:50px;
}

.ment {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 35px;
	background: url(../../template/000/images/comment/dashline3.png) repeat-x bottom;
}

.ment1 {
	float:left;
	width:60px;
	text-align:center;
}

.ment2 {
	margin-left:60px;
}

.ment21 {
	height:25px;
}

.ment21_1 {
	float: left;
	padding-top:5px;
	padding-bottom:5px;
	word-wrap:break-word;
}

.ment21_2 {
	height: 25px;
	text-align: right;
	-moz-background-clip: 250;
	overflow:hidden;
}

.ment22 {
	float: left;
	width: 100%;
	font-family: Tahoma;
	font-size: 15px;
}

.ment_likeby {
	float: left;
	padding-top: 10px;
	padding-left: 37px;
	padding-bottom: 10px;
	width: 93%;
	font-family: Tahoma;
	font-size: 12px;
	color: #bbbbbb;
	word-wrap: break-word;
}

.ment_data {
	float: left;
	width: 93%;
	padding-top: 10px;
	padding-left: 37px;
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
	word-wrap: break-word;
}

.ments {
	border-top: #eaeaea solid 1px;
	padding-top: 3px;
	/* padding-bottom: 230px; */
	margin-left: 10%;
	width: 90%;
}

.ments_1 {
	float:left;
	width:22px;
	height:34px;
	background:url(../../template/000/images/comment/arrow_up.png);
}
.ments_2 {
	float:left;
	width:40px;
	height:40px;
}

.ments_2 img {
	max-width:34px;
	max-height:34px;
}

.ments_3 {
	margin-left:62px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	word-wrap:break-word;
}

.ments_time {
	float: left;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	-moz-background-clip: 250;
}

.ments_del {
	width:100%;
	height: 20px;
	text-align: right;
}

.bttn_dels {
	float:right;
	width:14px;
	height:14px;
	background:url(../../images/icon_delete_square_disable.png);
	cursor:pointer;
}

.ments_content {
	float: left;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	word-wrap: break-word;
}

.bttn_dels:hover {
	background:url(../../images/icon_delete_square.png);
}

.bttn_comment {
	margin-left:4px;
	float:right;
	width:23px;
	height:23px;
	background:url(../../template/000/images/comment/bttn_comment.png) no-repeat;
	cursor:pointer;
}

.bttn_comment:hover{
  background-position:0px -23px;
}

.bttn_quote {
	margin-left:4px;
	float:right;
	width:23px;
	height:23px;
	background:url(../../template/000/images/comment/bttn_quote.png) no-repeat;
	cursor:pointer;
}

.bttn_quote:hover{
  background-position:0px -23px;
}

.bttn_delment {
	margin-left:4px;
	float:right;
	width:23px;
	height:23px;
	background:url(../../template/000/images/comment/bttn_delete.png) no-repeat;
	cursor:pointer;
}

.bttn_delment:hover{
  background-position:0px -23px;
}

.bttn_editment {
	margin-left:4px;
	float:right;
	width:23px;
	height:23px;
	background:url(../../template/000/images/comment/bttn_edit.png) no-repeat;
	cursor:pointer;
}

.bttn_editment:hover{
  background-position:0px -23px;
}

.bttn_dislikement {
	margin-left:4px;
	float:right;
	width:23px;
	height:23px;
	background:url(../../template/000/images/comment/bttn_dislike.png) no-repeat;
	cursor:pointer;
}

.bttn_dislikement:hover{
  background-position:0px -23px;
}

.bttn_likement {
	margin-left:4px;
	float:right;
	width:23px;
	height:23px;
	background:url(../../template/000/images/comment/bttn_like.png) no-repeat;
	cursor:pointer;
}

.bttn_likement:hover{
  background-position:0px -23px;
}

.txt_like {
	float:right;	
	height:23px;
	line-height:23px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#ff0090;	
}

.ment_name {
	font-family:Tahoma;
	font-size:12px;
	color:#777777;
}

.ment_date {
	font-family:Tahoma;
	font-size:12px;
	color:#afafaf;	
}

.mentshort {
	width:653px;
	word-wrap:break-word;
	overflow:hidden;
}

.mentmore {
	margin-top:10px;
	font-family:Tahoma;
	font-size:15px;
	color:#3b5998;
	cursor:pointer;
}

.mentmore:hover {
	text-decoration:underline;
}


@media only screen and (max-width:384px) {
	
	.ment_likeby {
		padding-left: 7px;
		width: 95%;
	}
	
	.ment_data {
		width: 95%;
		padding-left: 7px;
	}
		
}