/* general users comments */

ul.comms { clear: both; width: auto; margin: 3px 0px; padding: 0; list-style: none; color: #484848; }
ul.comms li { clear: both; position: relative; height: 100%; margin: 2px 0 2px 0; padding: 5px; border-bottom: 1px solid #dcdcdc; color: #6ba85a; }
ul.comms li.alt { margin: 0 0 2px; background: #edfff4; }
ul.comms li.reply { float: right; margin: 0 0 2px; border-bottom: 1px solid #cfdfbb; background: #e5ffef; }
ul.comms li .rep { position: absolute; top: 2px; right: 5px; }
ul.comms li p { line-height: 18px; margin: 0; color: #000; }
ul.comms li strong { color: #008c03; }
ul.comms li a { text-decoration: underline; font-weight: bold; font-size: 10px; color: #3ead08; }
ul.comms li a:hover { text-decoration: none; font-weight: bold; font-size: 10px; color: #000; }
ul.comms li a img { margin: 0; border: 0; vertical-align: middle; }
ul.comms li img { margin: 0; border: 0; vertical-align: middle; }

/* total comments */
.total-entries { clear: both; width: auto; margin: 0; padding: 3px; border-bottom: 1px solid #dedede; 
background: #e6eeef; text-transform: uppercase; font-weight: bold; color: #1073cf; }
.total-entries span { font-weight: bold; font-size: 11px; color: #b40b0b; }
