/*------------------------------- 附件展示 -------------------------------*/
#attachshow-index {
	margin: 0;
	padding:0 5px;
	border-left:2px solid #FFDDEA;
	border-right:2px solid #FFDDEA;
	border-bottom:2px solid #ECECEC;
	text-indent: 0em;
	line-height:120%;
}

.attachbox-index {
	float:left;
	width:100px;
	height:88px;
	margin:0 0 0 0;
	padding:10px 4px 0 4px;
	text-align:center;
}
.attachbox-index p {
	margin:3px 0 0 0;
	padding:0;
	color:gray;
	display:none;
}
.attachbox-index a img {
	width:100px;
	height:80px;
	margin:0;
	padding:0;
	border:1px solid gray;
}
.attachbox-index a:hover img {
	position:relative;
	top:-1px;
	width:102px;
	height:82px;
}
#attachshow-more {
	clear:left;
	margin:0 0 3px 0;
	padding:0 20px 0 0;
	text-align:right;
}
#attachshow-more a {
	color:red;
}

#attachshow {
	clear:both;
	text-indent: 0em;
	text-align:center;
}
#attachshow p {
	margin:5px 0 0 0;
	padding:0;
}
.attachbox {
	float:left;
	width:165px;
	height:168px;
	margin:0;
	padding:0;
}
.attachbox a img {
	width:150px;
	height:120px;
	margin:0;
	padding:0;
	border:2px solid gray;
}
.attachbox a:hover img {
	position:relative;
	top:-2px;
	width:154px;
	height:124px;
}

#attachpagemenu {
	float:left;
	width:50%;
	padding:0; 
	margin:0; 
	line-height:13px;
	font-size:12px;
	text-indent: 0em;
}
#attachpagebar {
	clear:both;
	text-indent: 0em;
}
#attachpagebar a{
	text-decoration: none;
}

/* 对某些 haphic 制作的主题的修正 */
body.attach div.article-body a.new-window {
	margin:0;
	padding:0;
	background:none;
}