﻿@charset "utf-8";

/* 评论列表 */
	.msgList li{ margin-bottom:16px; padding-bottom: 5px; line-height:28px;border-bottom:1px dashed #e8e8e8; background:#fff; 
		/*-webkit-box-shadow: #f1f1f1 0 3px 0;
		-moz-box-shadow: #f1f1f1 0 3px 0;
		box-shadow: #f1f1f1 0 3px  0;
		behavior: url(/PIE.htc);*/
	}
	.msgList .msgInfo{ height:34px; line-height:34px;background: #f7f7f7; padding:0 10px; border-bottom:1px dashed #e8e8e8; color:#999;   }
	.msgList .msgInfo .reviewer{ font-weight:bold; color:#c60;  }
	.msgList .msgInfo .star{ float:right;  }
	.msgList .msgContent{ padding:12px 10px 10px; overflow:hidden; zoom:1; width:880px; }
	.msgList .msgContent .userPic{ width:90px; text-align:left; float:left;   }
	.msgList .msgContent .userPic img{ width:80px; height:80px;   }
	.msgList .msgContent .msgCon{ display:block;  width:825px; float:left;   }
	.msgList .msgContent .msgReply{ background:url("images/share/dotted.gif") repeat-x top; margin-top:5px; padding-top:10px;   }
	.msgList .msgContent .msgReplyer{ font-weight:bold; }
	.msgPage{ text-align:right; }

/* 填写评论 */
#commentform{width:900px; margin:0 20px 30px; font-size:14px;}
.msgAddBox{padding:10px 25px 15px; margin:0 0px 12px;  background:#fcfcfc; border:1px solid #e7e7e7;    }
.msgAddBox .inputTxt{ height:20px; line-height:20px; border:1px solid #d4d4d4; width:90px; padding-left: 6px; }
.msgAddBox #commentEmail{ width:180px;  }
.msgAddBox li{  height:22px; line-height:22px;}
.msgAddTit{ display:none;  }
.msgAddBox .msgAddUser label{ padding-right:15px;  }
.msgAddBox .msgAddUser i{ color:#f00;padding-left:5px;}
.msgAddBox .msgAddUser li{ overflow:hidden;  }
.msgAddBox .msgAddUser #commentRankingBlock{ float:right;  }
.msgAddBox .msgScore{ padding-top:0px;  }
.msgAddBox  #commentContnet{ margin:10px 0 5px;   background:#fff; border:1px solid #d4d4d4; width:840px; height:60px;    }
.msgAddBox  .msgSubmitBar{ padding-top:10px; height:22px; line-height:22px;  }
.msgAddBox  .msgSubmitBar .msgAddBtn{width:82px; height:22px;}
.msgAddBox  .msgSubmitBar .msgAddBtn:hover{color:#fff;}
.msgAddBox  .msgSubmitBar *{ vertical-align:middle; }
.msgAddBox  #commentValidCode{ margin:0 5px;  }
.noside #commentform{width: 1115px;margin: 0 0 20px;}
.noside #commentContnet{width: 1050px;}
.noside .msgList .msgContent{width: 1090px;}
.noside .msgList .msgContent .msgCon{width: 1070px;}


/* 星形评分 */
.stars{ display:inline-block; *display:inline; zoom:1; width:72px;  height:11px; margin-right:5px;  overflow:hidden; background:url(images/PE/starSplit.gif) -4px -34px  no-repeat;  }
.stars i{ display:inline-block; *display:inline; zoom:1; height:11px;  background:url(images/PE/starSplit.gif) -4px -14px no-repeat; }
.starsMan{ display:none;  }

#publish_msg{color: #fff;height: 22px;line-height: 22px;font-size: 14px;}
#publish_msg span{background:#0b4870; height:22px;padding: 1px 7px; margin-top:1 px;text-align:center;}

/* 评论发表页模板 ---------------------------------------------- */
.addComFrom{ padding:15px;  }
.addComFrom table{ border-collapse: collapse; empty-cells:show; background:#fff;  }
.addComFrom table td{ border:#eee solid 1px; padding:5px; } 
.addComFrom table .spacingtitle{ background:#f4f4f4; font-weight:bold;  }
.addComFrom table table td{ border:0;  }
.addComFrom #BtnSubmit{ width:80px; height:26px; line-height:22px; cursor:pointer;    }