.moduletable-post h3 {
color: #111;
	font-family: Helvetica;
	font-size: 10px;
        line-height:18px;
	font-weight: bold;
        background:#eee;
        padding:4px;
}



.moduletable-post {
		float:left;
background: transparent;
width:228px;
padding:1px;
margin:0px;

}

.moduletable-post  ul {
margin: 0;
padding: 0;
list-style-type: none;

}

.moduletable-post  ul li {
	float:left;
	display:block;
	font-size: 11px;
	font-weight: normal;
 border-bottom: 1px solid #ddd;
padding-top:0px;


}



.moduletable-post  ul li a {

display: block;
color: #111111;
background: transparent url(../images/forum.gif) 200px 2px no-repeat;
width: 218px;
padding: 5px;
text-decoration: none;
margin-left:-10px;
 border-top: 1px solid #fff;

}

.moduletable-post  ul li a:hover {
   background: #eee url(../images/forum.gif) 200px 2px no-repeat;
color: #111;



}
.moduletable-post  ul li span {
        color:#4AA0E0;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 120%;
}



