.comment_div{
	background:#F5F3ED;
	padding-bottom:30px;
	padding-top:10px;
	}
.comment_div .comments_title{
	color:#000;
	font-size:18px; 
	line-height:26px;
	margin-bottom:10px;
	font-weight:normal;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}
.comment_div .comments_loader{
	height:20px;
	background:url(loading.gif) center  no-repeat;
	}
.comment_div .comments_holder{
	margin-bottom:10px;
	}
.comment_div ul{
	list-style-type:none;
	}
.comment_div ul ul{
	padding-left:25px;
	margin-bottom:20px;
	background-color:#F5F3ED;
	}
.comment_div .comment_text_signin a{
	color:#F00;
	}
.comment_div .comment_text_signin a:hover{
	text-decoration:underline;
	}	
.comment_box{
	overflow: hidden;
	border-top: 2px solid #119e11;
	}
.comment_box_head{
	background: #F5F3ED;
	height: 28px;
	margin: 1px 0;
	padding: 0 13px;
	}	
.comment_box_head h3{
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	}
.comment_holder{
	background: #ffffff;
	}
.comments_holder_ul{
	border-left:2px solid #ddd;
	}
.comment_holder .comment_text{
	padding: 0 10px;
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
	display: block;
	}
.comment_holder .comment_text a{
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #fe0202;
	}
			
.comment_div ul{
	list-style:none;
	}
.comment_div .comments_holder > ul > li > .individual_comment{
	height:1%;
	border-top:2px solid #ddd;
	background:#fff;
	}
.comment_div .comments_holder > ul > li, .comment_div .comments_holder > ul > li ul{
	background:#fff;
	overflow:hidden;
	}
.comment_div ul ul li .individual_comment{
	border-left:2px solid #ddd;
	border-top:2px solid #ddd;
	}
.comment_div ul li .individual_comment{
	background: #F5F3ED;
	padding: 10px 10px 30px 10px;
	overflow: hidden;
	position: relative;
	}
.individual_comment .comment_user_info{
	float: left;
	height: 50px;
	margin: 0 0 10px 0;
	}
.individual_comment .comment_user_info .user_images{
	height: 48px;
	width: 48px;
	border: 1px solid #8e8c85;
	display: block;
	text-decoration: none;
	float: left;
	margin: 0 5px 0 0;
	}
.individual_comment .comment_user_info .info{float:left}
.individual_comment .comment_user_info .info a,.individual_comment .comment_user_info .info span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #424242;
	text-decoration: none;
	}
.individual_comment .comment_user_info .info .comment_date{
	font-size: 14px;
	}
.individual_comment .comment_data{
	float: right;
	width: 80px;
	height: 50px;
	margin: 0 0 10px 0;
	}
.individual_comment .comment_data a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	text-align: right;
	}
.individual_comment .comment_portion{
	width: 100%;
	clear: both;
	}
.individual_comment .comment_portion p{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px 0;
	white-space: pre-wrap;
	word-wrap:break-word;
	}
.individual_comment .reply_button, .reply_button{
	float: right;
	position: absolute;
	bottom: 1px;
	right: 30px;
	width: 80px;
	height: 30px;
	}
.comment_submit{
	float: right;
	position: relative;
	bottom: 1px;
	right: 30px;
	width: 80px;
	height: 30px;
}
.comment_submit:hover{
	color:#CCCCCC;
	cursor:pointer;
}
.reply_button, .comment_submit{
	border:0;
}
.individual_comment .reply_button a, .reply_button, .comment_submit{
	background: #424242;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	display: block;
	}
.reply_form_div{
	clear:both;
}

.comment_data .comment_data_each{
				padding: 1px;
				text-align: right;
				background: #dedede;
				min-width: 80px;
				line-height: 18px;
				margin: 0 0 1px 0;
}
.comment_data .comment_data_each .like_count,
.comment_data .comment_data_each .dislike_count, 
.comment_data .comment_data_each .liked_this,
.comment_data .comment_data_each .disliked_this{
				display: inline-block;
				height: 18px;
				width: 18px;
				float: left;
				}
.comment_data .comment_data_each .like_count{
				background: url(like_icon.png) left top no-repeat;
				}
.comment_data .comment_data_each .dislike_count{
				background: url(dislike_icon.png) left top no-repeat;
				}
.comment_data .comment_data_each .liked_this{
				background: url(liked_icon.png) left top no-repeat;
				}
.comment_data .comment_data_each .disliked_this{
				background: url(disliked_icon.png) left top no-repeat;
				}
.comment_data .comment_data_each span{
				display: inline-block;
				padding: 0 5px 0 0;
				font-size: 14px;
				line-height: 18px;
				}
.each_comment p{
				font-size: 14px;
				line-height: 18px;
				margin: 0 0 5px 0;
				}
.comment_input{
	text-align:center;
}
.text_holder{
	padding-left:20px;
	}
.reply_form_div .text_holder{
	padding-left:0px;
	}
#comments .login_prompt{
	padding:5px 5px 5px 10px;	
}
#comments .login_prompt .each_control, #comments .login_prompt .each_control2{
	padding:5px 15px 5px 0px;	
}
#comments .login_prompt .each_control2 .button_light{
	background-color:#000000;
	color:#FFFFFF;
	border:0;
	padding:5px 10px;
}
#comments .login_prompt .each_control2 .button_light:hover{
	color:#999999;
}
#comments .login_prompt input[type="text"],#comments .login_prompt input[type="password"]{
	padding:5px;
	background-color:#D6D6D6;
	width:50%;
	border:none;
}

.login_register_link{
	font-size:18px;
	line-height:32px;
	display:none;
	}	
.login_register_link a.login{
	display:inline-block;
	padding:0 16px;
	background:#1e88e5;
	color:#fff;
	margin:0 8px;
	border-radius:3px;
	}
.login_register_link a.register{
	text-decoration:underline;
	}  

.comment_message{
	padding:5px;
	}