﻿#comment{}
.comment { width: 100%;display: block; float:left;}
#commentList { border:1px solid #bcbcbc;margin-bottom:20px;}

.item { padding: 20px 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bcbcbc; float:left; }
#commentList .odd { background-color: #f9f9f9; }
#commentList .user { float: right; display: block; }
.user .u-name { float: left; margin-right: 15px;}
.user .star {   float: left; }
.user .date-ask { margin-left: 15px;float: left; }

.answer { margin-top: 15px; float: left; }
.answer dt { background: url(comments.png) no-repeat left center; float: left; padding-left: 22px; color: #069; width: 65px; line-height: 16px; height: 16px; }
.answer dd { width: 533px; float: left; color:#333; } 

.reply { float: left; background-color: #F7F7F7; border: 1px solid #F8E0C7; width: 600px; padding: 10px; margin-top: 10px; }
.odd .reply { background-color: #fff; }
.reply dt { font-weight: bold; color: #F90;  }
.reply dt i { font-style: normal; color: #666; float: right; font-weight: normal; }
.reply dd { color: #F00; margin-top: 10px; }

.commentform {  margin: 20px 0 0 0;  background-repeat: repeat-x; background-position: left top; }
.commentform .nTitle { font-size: 16px;  line-height: 30px; height: 30px;  }

.commentform { margin: 20px 10px 10px 20px;}
.commentform dl { float:left; padding: 0 0 10px 0; width:100%;}
.commentform dl dt { float:left; line-height: 30px; width: 120px; text-align: right; margin: 0 5px 0 0; }
.commentform dl dd { float:left; line-height: 30px;}
.commentform input,#comment_form textarea { padding: 3px; }
.commentform dl dd .textarea { height: 100px; width: 330px; }