div.forum_latest{
/*	overflow: hidden;  killt den box shaddow  */ 
}

div.forum_latest ul.klatest-items {
	padding:0; 
	margin:0;
	list-style: none;
}

div.forum_latest ul.klatest-items li{
	padding:0px; 
	margin:0px;
}

div.forum_latest ul.klatest-items li.klatest-item{
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	padding-top: 4px;
	border-bottom: 1px dotted #333;
	overflow: hidden;
}

div.forum_latest ul.klatest-items li.klatest-item:last-child{
	border-bottom:none;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li {
	line-height: 8px;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li.klatest-subject a{ 
	#line-height: 13px;
	#font-size: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	word-wrap: break-word;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li.klatest-subject sup.knewchar { 
	vertical-align: baseline;
	position: relative; top: -2px; left: -4px;
	font-size: x-small;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li.klatest-cat {
	padding-top: 3px;
	font-size: 10px;
	font-weihgt: 500;
	line-height: 10px;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li.klatest-author { 
	font-size: 0;
	white-space:nowrap;
	display: table-cell;
	padding-top: 4px;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li.klatest-author a {
	#font-size: x-small;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
}

div.forum_latest ul.klatest-items li.klatest-item ul.klatest-itemdetails li.klatest-posttime { 
	display: table-cell;
	white-space:nowrap;
	padding-left: 4px;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
}
