#commentsWrapper
{
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

#commentsList
{
  margin: 20px 0px 0px 0px;
  padding: 0;
}

#commentsTitle
{
  font-size: 16px;
  color: #d66d7e;
}

#commentsList li
{
  list-style-type: none;
}

.comment_1
{
  padding: 5px;
  background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0;
  min-height: 80px;
  height: auto !important;
  height: 80px;
}

.comment_1 p
{
  margin-right: 20px;
}

.comment_2
{
  padding: 5px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  min-height: 80px;
  height: auto !important;
  height: 80px;
}

.comment
{
  float: left;
  width: 350px;
  padding: 10px;
  text-align: justify;
}

.comment_user
{
  float: right;
  margin: -5px -10px 5px 5px;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  width: 120px;
  background: #fff;
}

.comment_user li
{
  font-weight: bold;
  font-size: 10px;
  color: #d66d7e;
}

.comment_info
{
  float: right;
  width: 180px;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}

.comment_info_icon
{
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

.comment_info_user
{
  float: left;
  width: 130px;
  margin-left: 5px;
  margin-top: 10px;
  font-size: 9px;
  color: #7e7e7e;
}

.comment_info_user ul
{
  padding: 0;
  margin: 0;
}

.comment_info_user ul li
{
  list-style-type: none;
}

.commentIcon
{
  position: absolute;
  margin-left: -24px;
  margin-top: -8px;
}


