@charset "utf-8";

.detail .content{
	font-family:"宋体";
	font-size:13px;
	color:#333;
	padding:10px 0px;
}

.detail .d_title{
	font:bold 15px "微软雅黑", "幼圆";
	text-align: left;
	height:28px;
	line-height:28px;
	color:#333;
}
.detail .d_info{
	font-family: Verdana, Geneva, sans-serif;
	height:25px;
	line-height:25px;
}
.detail .d_info span{
	padding:0px 30px 0px 0px;
}
.detail .comment_box{
	background: url(../Images/detail_comment_bg.jpg) no-repeat 0px 0px;
	height:300px;
	margin-top:20px;
}
.detail .comment_box .msgbox{
	background:#f0f4f8;
	width: 500px;
	height: 120px;
	line-height:20px;
	color: #666;
	border: none;
	padding:3px;
	font-family:"微软雅黑", "幼圆";
	font-size:14px;
}
.detail .comment_box .namebox{
	background:#f0f4f8;
	width: 80px;
	height: 20px;
	line-height:20px;
	*line-height:18px;
	color: #666;
	border: none;
	font-family:"微软雅黑", "幼圆";
	font-size:14px;
	float:left;
}
.detail .comment_box .verifybox{
	background:#f0f4f8;
	width: 60px;
	height: 20px;
	line-height:20px;
	*line-height:18px;
	color: #999;
	border: none;
	font-family:"微软雅黑", "幼圆";
	font-size:14px;
	float:left;
	margin:0px 20px 0px 40px;
}
.detail .comment_box .feedback_btn{
	border:none;
	background:none;
	background:url(../Images/message_btn.gif) no-repeat;
	width:102px;
	height:35px;
	float:left;
	cursor:pointer;
	margin-left:10px;
}
.detail .prevnext{
	padding:10px;
}
.detail .prevnext a{
	color:#666;
}
.detail .prevnext a:hover{
	text-decoration:underline;
	color:#EC6A00;
}


.comment_list{
	padding:20px 0px;
}

.comment_list li{
	font-family:"微软雅黑", "幼圆";
	display:block;
	margin:0px;
	padding:10px 10px;
	overflow:hidden;
	zoom:1;
}
.comment_list li.line{
	padding:0px;
	display:block;
	background:#333;
	background:url(../Images/detail_comment_line.gif) no-repeat;
	height:10px;
}

.comment_list li .info{
	font-family:"微软雅黑", "幼圆";
	overflow:hidden;
	zoom:1;
}


.comment_list li .info .name{
	font-family:"微软雅黑", "幼圆";
	color:#e35000;
	font-size:14px;
	font-weight:bold;
}

.comment_list li .info .time{
	font-family:"微软雅黑", "幼圆";
	padding-left:20px;
	color:#777;
	font-size:11px;
}
.comment_list li .info .u_face{
	margin-top:3px;
	border:solid 1px #ccc;
	background:#FFF;
	width:47px;
	height:47px;
	float:left;
}
.comment_list li .info .u_face img{
	display:block;
	margin:2px auto;
	width:43px;
	height:43px;
}
.comment_list li .info .content{
	margin-left:55px;
	padding:0px 10px;
	line-height:20px;	
}

.comment_list li .info .content p{
	font-family:"微软雅黑", "幼圆";
	display:block;
	padding:5px 0px;
	line-height:20px;
	word-wrap:break-word;
	word-break:break-all;
}
