/* 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: #07b6f7; }
ul.comms li.alt { margin: 0 0 2px; background: #edfeff; }
ul.comms li.reply { float: right; margin: 0 0 2px; border-bottom: 1px solid #e0f4db; background: #ebffe5; }
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: #0b4193; }
ul.comms li a { text-decoration: underline; font-weight: bold; font-size: 10px; color: #407d94; }
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: #e1f6ed; text-transform: uppercase; font-weight: bold; color: #057243; }
.total-entries span { font-weight: bold; font-size: 11px; color: #b40b0b; }

