﻿/*----------------------------------------评论模板样式----------------------------------------*/
/*----------------------------------------块容器*/
/*评论块总容器*/
#commentform { border: 1px solid #ddd; margin-bottom: 10px; }
/*评论提交块*/
.area_msg_input { width: 100%; background-color: #F1F1F1; padding-top:15px; }
.area_msg_input .tt{ height: 20px; position: relative; background-image: url(img/commentary.png); background-repeat: no-repeat; background-position: 30px 0; }
.area_msg_input .tt ul { display: none; }
.area_msg_input .tt .other { float: right; text-align: right; padding-right: 30px; line-height:20px; }
.area_msg_input .tt .other span { color: #F00; }
.area_msg_input .box { padding-right: 30px; padding-bottom: 30px; padding-left: 30px; position: relative;  }
.area_msg_input .box #commentContnet{font-size: 12px; color: #666; width: 656px; border: 1px solid #A8A8A8; height: 120px; display: block; padding: 5px; margin-top: 8px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; background-image: url(img/con08.gif); background-repeat: no-repeat; background-position: left top; }
.area_msg_input .box .list_input { width: 100%; }
.area_msg_input .box .list_input li { float: left; margin-right: 10px; line-height: 34px; height: 34px; font-size: 14px; }
.area_msg_input .box .list_input li input { width: 185px; border: 1px solid #a8a8a8; line-height: 20px; padding: 1px; height: 20px; margin-top: 0px; margin-right: 5px; margin-bottom: 0px; margin-left: 5px; }
.area_msg_input .box .list_input li .btn_input{ background-image: url(img/btn_input2.png); background-repeat: no-repeat; background-position: left top; margin: 0px; padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; cursor: pointer; text-indent: -9999em; height: 33px; width: 82px; }
.area_msg_input .box .tip { font-size: 18px; line-height: 36px; font-weight: bold; color: #990000; text-align: center; display: block; height: 36px; }
.area_msg_input .box h4 { font-size: 12px; font-weight: normal; color: #F00; padding-top: 20px; }
/*星级打分块*/
.area_msg_input .box .area_score { position: absolute; top: -35px; right: 30px; }
.area_msg_input .box .area_score .box_target { display: inline-block; vertical-align: middle }
.area_msg_input .box .area_score .box_hint { color: #F00; display: inline-block; height: 24px; font-size: 18px; vertical-align: middle; line-height: 24px; font-weight: normal; text-align: center; padding-left: 10px; padding-right: 10px; }
/*评论列表块*/
.area_msg_list { width: 100%; margin-bottom: 10px; }
.area_msg_list .tt { height: 46px; position: relative; background-color: #E0E0E0; border-top-width: 1px; border-top-style: solid; border-top-color: #ddd; }
.area_msg_list .tt h3 { float: left; }
.area_msg_list .tt h3 span { height: 46px; line-height: 46px; margin-left: 20px; display: inline-block; }
.area_msg_list .tt h3 span em {  display: inline-block; color: #000; }
.area_msg_list .tt .other { float: right; text-align: right; padding-top: 9px; padding-right: 10px; color: #666666; }
.area_msg_list .tt .other span { color: #F00; }
.area_msg_list .box { padding: 25px;  }
/*----------------------------------------列表*/
/*评论列表*/
.list_msg li { width: 100%; margin-bottom: 25px; padding-bottom: 25px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #ddd; clear: both; }
.list_msg li .userimg{ padding: 2px; float: left; border: 1px solid #ddd; height: 80px; width: 80px; margin-right: 20px; }
.list_msg li .list_box { float: left; width: 570px; }
.list_msg li .list_box .title { color: #666; }
.list_msg li .list_box .con { font-size: 14px; text-indent: 2em; clear: both; text-align: justify; white-space: normal; color: #000; padding-top: 10px; }
.list_msg li .list_box .toolsbar { line-height: 20px; clear: both; height: 20px; padding-top: 30px; }
.list_msg li .list_box .toolsbar .datetime { float: left; }
.list_msg li .list_box .toolsbar .return { float: right; }
.list_msg li .list_box .toolsbar .return a { margin-right: 12px; line-height: 24px; height: 24px; width: 56px; display: inline-block; text-align: center; color: #666; }
.list_msg li .list_box .toolsbar .return a:hover { background-image: url(img/btn09.png); background-repeat: no-repeat; background-position: left top; }
.list_msg li .list_box .toolsbar .return a span { color: #F00; }
.list_msg li .list_box .reply { border: 1px solid #FFF2C1; background-color: #FFFCF4; line-height: 24px; font-size: 13px; color: #666; margin-top: 10px; margin-right: 0; margin-bottom: 10px; margin-left: 0; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; }
.list_msg li .list_box .reply span { color: #990000; }
/*更多评论页项目标题*/
.list_msg_title { line-height: 80px; background-color: #FFF; height: 80px; font-size: 28px; text-align: center; }


