#comments-container{
	margin:50px auto auto auto;
	padding:25px 15px 15px;
	background-color:#fff;
	border-width:0px;
	border-style:solid;
	border-color:#388acf;
	direction:rtl;
	text-align:right !important;
}
#comments_count{
	padding:5px 20px;
	text-align:right !important;
}
#comments{
	overflow-x: auto;
	direction:rtl;
	margin:auto;
	text-align:right;
	color:#3a3a3a;
	font-size:13px;
	list-style-type: none;
	padding: 0;
}
#comments .comment-container{
	margin:5px 0px;
}
#comments .comment{
	border:1px solid #f4f4f4;
	background-color: #f9f9f9;
	-moz-box-shadow: 0px 0px 1px #f0f0f0; -webkit-box-shadow: 0px 0px 1px #f0f0f0; -o-box-shadow: 0px 0px 1px #f0f0f0; box-shadow: 0px 0px 1px #f0f0f0;
	padding:0;
	margin:5px 0px;
	display:table;
	width:100%;
}
#comments .comment .depth{
	display:inline;
	height:100%;
}
#comments .comment .image{
	display:table-cell;
	width:40px;
	vertical-align:top;
	margin:4px;
	padding:3px;
}
#comments .comment .cbody{
	display:table-cell;
	padding:5px 10px;
}
#comments .comment .name{
	color:#8a8a8a;
	font-size:14px;
	padding:0 3px;
}
#comments .comment .name a{
	color:#a0a0a0;
	text-decoration:none;
}
#comments .comment .cfoot{
	color:#8a8a8a;
	padding:0px;
	font-size:13px;
}
#comments .comment .cfoot div{
	display:inline;
	margin:0 3px;
}
#comments .comment .cfoot .reply{
	cursor:pointer;
}
#comments .comment .cfoot .reply:hover{
	color:#6a6a6a;
}
#comments .comment .text{
	padding:3px 3px 5px 3px;
	font-size:0.9rem;
	/* FIXME: auto direction */
	direction:rtl;
	text-align:right;
}
#comment_form{
	overflow-x:auto;
	text-align:right;
	margin:10px auto;
}
#comment_form textarea#comment_text{
	height:5rem;
}
#comment_form label#reply_name .cancel{
	display:inline-block;
	width:18px;
	height:18px;
	cursor:pointer;
	border-radius:4px;
	text-align:center;
	line-height:17px;
	margin:auto;
	/*font-size:14px;*/
}
.hide{
	display:none;
}
