/* comment and reply item style*/	
.item-comment,
.item-reply {
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	}

.item-comment a,
.item-reply  a {
	/*color:#4763c9;*/
	text-decoration:none;	
	}

.item-comment .head-comment,
.item-reply  .head-reply {
	margin:0px 0px 10px 0px; 
	}
	
.item-comment .head-comment span:last-child,
.item-reply .head-reply span:last-child  {
	color:#999999;
	font-size:11px;
	}
	
.item-comment .foot-comment {
	border: 1px dashed #df1f26;
	padding:5px;
	margin:10px 0px 0px 0px;
	/*font-family:"Times New Roman", Times, serif;
	font-size:10px;*/
	}
	
.item-reply:last-child   {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}	
