/**********图片日志列表页的菜单************/
#sortmenu{
	width:99%;
	border:#C3CECD 1px dotted;
	margin:0px 0 9px 0;
}
#sortmenu td{
	padding:3px 3px 1px 3px;
}
#sortmenu td a{
	text-decoration: underline;
}
#sortmenu td a:hover{
	text-decoration: none;
}


/*********
*文章列表
**********************/
.list_word{
	width:99%;
}
.list_word .list_title{
	background:#F9FBFA url(title_icon3.gif) no-repeat 0px 9px;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	border-top:1px dotted #C3CECD;
	margin-bottom:5px;
}
.list_word .list_title a{
	color:#555;
	font-weight:bold;
}
.list_word .list_content{
	text-indent:2em;
	line-height:18px;
	color:#777;
	margin-bottom:2px;
}
.list_word .list_about{
	background:#FCFCFC;
	margin-bottom:8px;
	color:#888;
	text-align:right;
	border-bottom:1px solid #EFEFEF;
}
