.clear{
	clear:both
}
.akunf .item{
	clear:both;
	width:auto;
	padding:5px;
	display:block;
	font-size:12px;
	margin:0 0 5px 0;
	position:relative
}
.akunf .item img{
	clear:both;
	float:left;
	padding:3px;
	background:#EEE;
	margin:0 5px 0 0;
	position:relative;
	border:1px solid #CCC
}
.akunf .title{
	margin:0;
	padding:0;
	display:block;
	font-size:13px;
	font-weight:bold
}
.akunf .date-more{
	color:#999;
	font-size:11px;
	padding-top:5px
}
.akunf .main-content{
	display:block; 
	overflow:hidden;
	position:relative
}
.akunf .active{
	background:#eee
}
.akunf .navi{
	padding:0;
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;
	line-height:25px;
	margin:0 0 10px 0
}
.akunf .up,
.akunf .down{
	width:20px;
	height:16px;	
	float:right;
	margin:0 5px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	text-indent:-12345px
}
.akunf .up{
	background:url(../images/up.png) no-repeat 0 0
}
.akunf .up:hover{
	background:url(../images/up-hov.png) no-repeat 0 0
}
.akunf .down{
	background:url(../images/down.png) no-repeat 0 0
}
.akunf .down:hover{
	background:url(../images/down-hov.png) no-repeat 0 0
}
