/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma;
}
img{
	border:none;
}

a{
	color:#256EB1;
	text-decoration:none;
}

ul{
	list-style:none;
}
/*---------- d : 附加信息列表 ---------*/
.d1{/* 前置时间日期的小列表 */
	padding:4px 0px;
}
.d1 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
}
.d1 li span{
	color:#777;
	padding:3px;
}
.d1 li a{
	
}

/* 动态切换样式按钮 */
.viewmode {
    float: left;
    margin-top: 5px;
}
.viewmode span {
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
    margin: 0 2px;
    overflow: hidden;
    text-indent: -9999px;
    width: 18px;
}
.viewmode .btn_list {
    background: url("/module/c0003/images/list_style_a.gif") no-repeat scroll 0 0 transparent;
}
.viewmode .btn_grid {
    background: url("/module/c0003/images/list_style_b.gif") no-repeat scroll 0 0 transparent;
}
.viewmode .current {
    background-position: 0 -20px;
}
