﻿.authors_posts{ 
    width:100%; 
    height: auto; 
    min-height: 300px; 
    overflow: hidden; 
    clear:both; 
    margin: 0 0 8px 0;
    padding:0px 0px 0px 0px;
	font-size:15px Arial;
    list-style-type:none;
    list-style-image:none;
    list-style-position:inherit;
    border: solid 0px Red;
}
.authors_posts  li { border-bottom:dotted 1px #CCC !absolute; line-height:20px; margin: 8px 0; }
.authors_posts_li { width:100%; height: auto; float:left; margin:4px 0 0 0; list-style:none; background:none;}
.authors_posts_li a { width: 79%; font-weight:600; color:#484848;}
.authors_posts_li a:visited { width: 79%; font-weight:600; color:#484848; }
.authors_posts_li a:hover { width: 79%; font-weight:600; color:#DD2233; }
.authors_posts_li img { float:left; width:20%; max-width:100px; height:auto; padding-right:8px; border-radius:4px;}
.authors_posts_post { line-height:22px; }