/* styles for the ecomment component
 *
 *  :organization: Logilab
 *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 */

.commentBody {
  padding : 1px 1em 1px 5px;
  overflow: auto;
}

.commentInfo {
  margin-top : 0.8em;
  border-bottom: 1px solid #cac5c5;
  padding-top: 2px;
  padding-right: 2px;
  background-color: #eee;
  background-image: linear-gradient(#F7F7F7, #ECECEC);
}

.commentDate {
  padding-left: 5px;
  font-weight: bold;
}

.replyto {
 font-weight: normal
}

li.comment {
  margin: 0px;
  padding: 0px;
  background-image: none;
  border-left: 2px solid #cac5c5;
}

ul.comment {
  margin: 0px;
  padding: 0px;
}

ul.comment ul {
  margin-left: 14px;
}

.replyComment {
  padding-left: 30px;
}

.commentaction {
  float: right;
  font-size: smaller;
}

span.addcomment {
  display: inline-block;
  margin-top: 5px;
}
