﻿/* ======== 留言频道 定义开始 ======== */

   /*--- 留言列表_简洁式 
   .msg_pic{  float:left;}
   .msg_pic img{ border:1px solid #eaeaea; padding:2px; height:60px; width:60px; margin-right:10px;}
   
   .msg_info { width:610px;  float:left; display:inline; overflow:hidden; }
   ---*/
   
   .msg_pic{ display:none;}
   .msg_info { display:block; overflow:hidden; }

   .msg_info h4{ background:#f4f4f4 url(images/icon_people.gif) 10px center no-repeat; color:#6E6E6E; padding-left:30px; line-height:26px; height:26px; overflow:hidden; border-top:1px dashed #ccc;border-bottom:1px dashed #ccc; }
   .msg_info h4 a:link ,.msg_info h4 a:visited{ font-weight:bold; color:#004B91; margin-right:10px;}
   .msg_info h4 a:hover{ color:#ff3c00; }
   
   .msg_info .reply{ font-weight:bold; float:right; margin-right:10px;color:#419717;}
   .msg_info .reply a:link ,.msg_info .reply a:visited{color:#419717!important; margin:0px!important; }
   .msg_info .reply a:hover{color:#FF6633; }
   
   .msg_content_l{ display:inline-block; padding:20px; color:#444; line-height:180%; text-indent:2em;}
   .msg_reply{ margin-top:20px; padding:10px 20px; border-top:2px solid #eaeaea;  background-color:#f8f8f8; text-indent:0em;}
   .msg_reply p{ margin:10px;text-indent:2em;}
   


   /*--- 留言列表_头像式 ---*/
	#MessageBoard{ background:url(images/MessageBoard_bg.jpg) 20px top no-repeat; height:66px; }  
	a:link.btn_message ,a:visited.btn_message ,a:hover.btn_message { float:right; display:inline-block; margin-top:25px; background:url(images/btn_message.gif) left top no-repeat; height:32px; line-height:32px; width:89px; padding-left:20px; font-weight:bold; font-size:14px; color:#fff; margin-right:20px; }
	a.btn_message { float:right; display:inline-block; margin-top:25px; background:url(images/btn_message.gif) left top no-repeat; height:32px; line-height:32px; width:89px; padding-left:20px; font-weight:bold; font-size:14px; color:#fff; margin-right:20px; }
	
    .list_message { }
	.messageBox{ margin-bottom:30px;}
	.messageBox_title{ display:block; border-top:2px solid #0B68B7; background:#f8f8f8 url(images/icon_people.gif) 10px center no-repeat; padding-left:30px; line-height:26px; height:26px; color:#666; overflow:hidden;}
	.messageBox_title a:link ,.messageBox_title a:visited ,.messageBox_title .title{ font-weight:bold; color:#E71F1F;}
	
	.messageBox_title .reply{ float:right; margin-right:10px; color:#007917;}
    .messageBox_title .reply a:link ,.messageBox_title .reply a:visited{color:#007917!important; }
    .messageBox_title .reply a:hover{color:#FF6633; }

	.messageBox_cont{ }
	.messageBox_cont_l{ float:left; text-align:center; width:150px; padding-top:20px;}
	.messageBox_cont_l img{ margin-bottom:10px; width:60px; height:60px;}
	.messageBox_cont_l span{ display:block;}
	
	.messageBox_cont_r{ float:right; width:480px;border-left:1px solid #ccc; padding:20px; line-height:200%; color:#444; height:auto!important; height:80px; min-height:80px; text-indent:2em;}
	.messageBox_cont_r .reply{ margin-top:20px; overflow:hidden;}
	.messageBox_cont_r .reply span{ display:block; color:#ff0000; background:#f6f6f6; border-top:1px solid #ccc; padding-left:10px; height:24px; line-height:24px;}
	.messageBox_cont_r  p ,.reply_con{ line-height:200%; padding:10px;}
	
   /*--- 签写留言页 ---*/
    .messageBox_write{  border-top:2px solid #0B68B7; padding-top:30px;}
    .messageBox_write_title{ display:inline-block; margin:0px; padding:0px; padding-bottom:20px; width:120px; font-weight:bold; text-align:right;}
    .messageBox_write_cont{ display:inline-block; padding-bottom:20px; }
	
	#ContentForm_ctl15_ctl00_Field_PowerEasy2007_EditorMultipleHtml___Frame{ width:450px!important;}
	#cke_ContentForm_ctl15_ctl00_Field_PowerEasy2007_EditorMultipleHtml { width:500px!important;}
	#btn{ display:block; width:640px; text-align:center; margin:0 auto;}



/* 3.0新版 最新评论 相关定义开始*/

/*= 评论列表 =*/
		.msg_list_box{ margin-top:30px;}
		.msg_list_box p,.msg_list_box h3,.msg_list_box h4{margin:0;padding:0;}
	
		.msg_list_box .hd{ border-bottom:2px solid #F55000;  height:28px; line-height:28px; overflow:hidden; }
		.msg_list_box .hd h4{ background:url(images/icon19.gif) 5px top no-repeat; padding-left:36px; color:#666; }
		.msg_list_box .hd h4 em{ color:#333; font-size:14px; font-weight:bold; }
		
		.msg_list_box .hd .count{ float:right; margin-right:10px; font-size:12px; font-weight:normal; color:#666;}
		.msg_list_box .hd .count a:link ,.msg_list_box .hd .count a:visited{ font-weight:bold;color:#F55000; }
		.msg_list_box .hd .count strong{color:#333; }

		.msg_list_box .bd{ margin:0 10px;}
		.msg_list_box .bd li{ margin-top:10px;}

		/*== 评论用户信息区 ==*/
		.msg_list_box .msg_info{position:relative; border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;height:22px;line-height:22px;background:#f8f8f8 url(images/msg_02.png) 8px 11px no-repeat;padding:0 16px;color:#666;}
		.msg_list_box .reviewer{color:#000; }
		.msg_list_box .star{position:absolute;right:12px;;top:0;height:22px;line-height:22px;_padding-top:5px;}
		.msg_list_box em{font-style:normal;line-height:22px;height:22px;}

		/*== 评论内容 ==*/
		.msg_list_box .msg_content h4{height:28px;line-height:28px;color:#ff0000;font-size:12px;margin:0 10px;}
		.msg_list_box .msg_content p{color:#666;margin:0 10px; line-height:180%; text-indent:2em;}
		.msg_list_box .reply{background:#f4f8fd;border:1px solid #dce8f8;padding:10px;margin:10px 0;}
		.msg_list_box .replyer{color:#f90;}

		/*== 评论操作区 ==*/
		.msg_list_box .return{text-align:right;color:#666;}
		.msg_list_box .return,.msg_list_box .bd li .return a{color:#666; }
		.msg_list_box .return a{margin-right:12px;}
		.msg_list_box .return em{padding-left:12px;background:url(images/msg_04.png) 2px 3px no-repeat; }
		.msg_list_box  .page_box .pagecss{ display:block; text-align:center; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; line-height:28px;   }
		.msg_replyer_box{  margin-top:8px;height:25px;line-height:25px;overflow:hidden;zoom:1;}
	
/*= 发表评论区 =*/
	.msg_box{ margin:0 10px;}
	.msg_box .hd{height:27px;line-height:27px; }

	/*== 评论者立场 ==*/
	.msg_box .standpoint{overflow:hidden; zoom:1; margin-top:3px; }
	.msg_box .standpoint span{ display:inline-block;float:left; line-height:20px; height:20px; background:url(images/listIcon2Hover.gif) left center no-repeat; padding-left:18px; margin-right:5px;color:#333; }
	.msg_box .standpoint span.current{ color:#ff0000;}
	
	/*== 评论者用户信息 ==*/
	.msg_box .bd{padding:14px;}
	.msg_box .user_info{overflow:hidden;margin-bottom:3px;zoom:1;}
	.msg_box .user_info li{height:28px;line-height:28px;float:left;width:45%;}
	.msg_box .user_info li label{margin-right:0.5em;}
	.msg_box .user_info li .input_tx{width:185px;border:1px solid #a8a8a8;}

	/*== 评论内容 ==*/
	.msg_box textarea{font-size:12px;color:#666;width:600px;border:1px solid #A8A8A8;height:80px;display:block;margin:6px 0px;}
	
	/*== 评论操作区 ==*/
	.msg_replyer_box{margin-top:8px;height:25px;line-height:25px;overflow:hidden;zoom:1;}
	.msg_replyer_box .reviewer_info{float:left;white-space: nowrap;}
	.msg_replyer_box .reviewer_info a{padding-left:24px;margin-right:1em;}
	.msg_replyer_box .reviewer_info a.sms{background:url(images/msg_10.png) 0 0 no-repeat; }
	.msg_replyer_box .reviewer_info a.mail{background:url(images/msg_11.png) 0 0 no-repeat; }
	.msg_replyer_box .return {float:right; }
	.msg_replyer_box .return #publish_msg{width:90px;height:25px;line-height:25px; overflow:hidden;border:none;margin-right:0.5em;font-weight:bold;}
	.msg_replyer_box .return .bt{background:url(images/msg_05.png) 0 0 no-repeat;}
	.msg_replyer_box .return .bt_click{background:url(images/msg_07.png) 0 0 no-repeat;}
	.msg_replyer_box .input_check{vertical-align:-2px;margin-left:0.5em;}

	
/* 3.0新版 最新评论 相关定义结束*/

