﻿/*评论样式 CSS*/
#bbs_title
{
	background: url(images/tabtitle.gif) #fff repeat-x top;
	border: 1px solid #9bbde6;
	line-height: 25px;
	color: #000;
	font-weight: bold;
}
#bbs_title dl
{
	margin: 0px;
	border: 2px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
}
#bbs_title_right
{
	float: right;
	font-weight: normal;
}
#bbs_center
{
	background: #fff;
	border-left: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
	border-bottom: 1px solid #9bbde6;
	clear: both;
}
#bbs_center .clearbox
{
	margin-top: -2px;
}
#bbs_left
{
	width: 155px;
	float: left;
	text-align: center;
}
#bbs_right
{
	padding: 5px;
	margin-left: 155px;
	border-left: 1px solid #9bbde6;
	height: auto !important;
	height: 150px;
	min-height: 186px;
}
#bbs_text
{
	padding: 8px;
	overflow-x: hidden;
	height: auto !important;
	height: 150px;
	min-height: 186px;
}
#bbs_text dl, #bbs_text dt, #bbs_text dd
{
	margin: 0px;
	padding: 0px;
}
#bbs_bot
{
	clear: both;
	background: #fff;
	border-bottom: 1px solid #9bbde6;
	border-left: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
	line-height: 26px;
}
#bbs_botleft
{
	text-align: center;
	width: 155px;
	float: left;
	line-height: 26px;
}
* html #bbs_botleft
{
	width: 155px;
	margin-top: 5px;
	margin-bottom: -5px;
}
#bbs_botright
{
	margin-left: 155px;
	border-left: 1px solid #9bbde6;
	height: 26px;
}
* html #bbs_botright
{
	margin-left: 152px;
}
/* 中间线 */
.bbs_center_line
{
	border-bottom: 1px solid #9bbde6;
}
.bbs_center_right
{
	text-align: right;
}
/* 评论虚线 */
.commontbrokenline
{
	border-top: 1px dashed #9bbde6;
	height: 1px;
	overflow: hidden;
}
.compare_tdtop
{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.compare_tdinter
{
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	text-align: center;
}
.compare_tdbg
{
	background: #deecf7;
	line-height: 120%;
}
.compare_tdbg1
{
	background: #ffffff;
	line-height: 120%;
}
.compare_title
{
	background: #ebeadb;
	color: #000;
	font-weight: normal;
}
/* 管理员回复 */
.Reply
{
	border: 1px solid #DCE8F8;
	padding: 5px;
	background: #f4f8fd;
}
.Reply dl, .Reply dt, .Reply dd
{
	margin: 0px;
	padding: 0px;
}
.Reply dt, .ReplyTime
{
	color: #4887DB;
}
.ReplyTime
{
	text-align: right;
}
/* 评论样式定义开始 */
.pl_box
{
	width: 100%;
	border-collapse:collapse;
	color: #656565;
}
.pl_box td
{
	border:1px solid #d3d2d2;
	padding: 0 10px;
	height: 23px;
}
.pl_box .pl_title
{
	height: 26px;
	background: url(images/econt_massgebg.gif) repeat-x top;
	font-weight: bold;
}
.pl_box .pl_pub_name
{
	width: 75px;
	text-align: center;
}
.pl_box .pl_pub_time
{
	width: 51px;
	text-align: center;
}
.pl_box .pl_pub_reply
{
	background: #f8f8f8;
}
.pl_box .pl_pub_reply .ReplyAdmin
{
	color: red;
	padding-left: 15px;
}
.PK_indiv_l
{
	float: left;
	clear: both;
	padding: 10px 0 5px;
}
.PK_indiv_l li
{
	float: left;
	padding: 0 8px;
}
.PK_indiv_r .PK_bm
{
	text-align: center;
}
.PK_indiv_r #divStars
{
	display:inline;
}
/* 评论样式定义结束 */

/* 发表评论内容 */
#indiv .PK_indiv_r
{
	float: right;
	text-align: center;
}
/* 评论发表状态 */
#plstat
{
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #9bbde6;
}

/* 评论PK快捷短语变色 */
.pkzone
{
}

.pkzoneover
{
    cursor :pointer;
    background: #c00;
}
