/*基本样式*/
ul,li,form{list-style-type:none;margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6,h7{display:inline;font-size:14px;font-weight:normal;margin:0px; padding:0px;}
h1{
	display:inline;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#FF0
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align:center;
	font-size:14px;
	SCROLLBAR-FACE-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #333333;
	SCROLLBAR-BASE-COLOR: #333333;
	BACKGROUND-COLOR: #000;
	color:#FFF;
}
td  {
	font-style: normal;
	font-size:14px;
	text-decoration: none;
	color:#666666;
}
div {
	font-style: normal;
	font-size:14px;
	text-decoration: none;
}
font {
	font-style: normal;
	font-size:14px;
	text-decoration: none;
}
a {
	font-style: normal;
	font-size:14px;
	text-decoration: none;
	color:#0F0;
}
A:hover {
	 TEXT-DECORATION: underline
}
.clear{
clear:both;}
.red{
	color:#FF3300;
}
.n{
font-size:12px;
}
.grey{
color:#666666;
}
.blue{
color:#0000ff;
}
#page{
	text-align:left;
	width:98%;
	margin:0px auto;
	padding:0px 10px;
	background-color:#000;
}
/*------------------------------------top------------------------------------*/
/*页首*/
#top{
background-color:#111111;
}

#logo{
position:relative;
height:70px;
}
#logo a{
position:absolute;
display:block;
top:20px;
left:50px;
}
/*导航*/
#nav{
position:relative;
height:30px;
background-color:#1c1c1c;
}
/*搜索*/
#search{
position:absolute;
bottom:5px;
right:80px;
}
/*我要上传*/
#guest{
position:absolute;
bottom:8px;
right:10px;
}
/*------------------------------------body------------------------------------*/
#body{
clear:both;
height:100%;}
/*工具条*/
#sidebar{
	position:relative;
	height:40px;
	background-color:#000;
}
/*位置*/
#sidebar .sidebar_position{
position:absolute;
top:18px;
left:15px;
max-width:80%;
overflow:hidden;
}
/*翻页*/
#sidebar .sidebar_page{
position:absolute;
top:18px;
right:50px;
}
/*向上*/
#sidebar .sidebar_up{
position:absolute;
top:11px;
right:20px;
}
/*内容*/
#content{
background-color:#090909;
height:100%;
padding:15px;
}
/*------------------------------------bottom------------------------------------*/
#bottom{
border-top:12px solid #111111;
background-color:#222222;
padding:20px;
text-align:center;
margin-bottom:10px;
}
/*------------------------------------body.index------------------------------------*/
body.index #content{
padding-left:28px;
_padding-left:12px;
}
/*目录下的图片列表*/
body.index #content ul li{
float:left;
text-align:center;
margin:12px 15px;
padding:8px;
width:139px;
height:124px;
background:#444444;
}
body.index #content ul li .img{
display:block;
width:139px;
height:104px;
text-align:center;
}
body.index #content ul li .img img{
width:139px;
height:104px;
}
body.index #content ul li .txt{
	display:block;
	margin-top:5px;
	color:#FFF;
}
body.index #content ul li.sub{
background:none;
height:123px;
background-image:url(m.gif);
background-repeat:no-repeat;
border-bottom:1px solid #666666;
}
/*目录下的子目录列表*/
body.index #content ul li.sub .img{
display:block;
padding-top:10px;
_padding-top:5px;
width:130px;
height:97px;
text-align:center;
}
body.index #content ul li.sub .img img{
width:130px;
height:97px;
text-align:center;
}
/*翻页*/
body.index #content .page{
padding:10px;
text-align:right;
}
/*------------------------------------body.show------------------------------------*/
body.show #sidebar .sidebar_page{
position:absolute;
top:11px;
right:58px;
}
/*主图片*/
body.show #show_img{
clear:both;
text-align:center;
}
body.show #show_img img{
padding:15px;
background:#444444;
border:1px solid #333333;
}
/*图片属性*/
body.show #show_attr{
margin-top:15px;
display:block;
border:solid #333333 1px;
}
body.show #show_attr LEGEND{
color:#666666;
}
body.show #show_attr ul{
padding:5px 30px 8px;
height:100%;
}
body.show #show_attr ul li{
float:left;
width:45%;
margin:3px;
}
body.show #show_attr ul li .a{
display:inline-block;
width:80px;
text-align:right;
font-weight:bold;
}
/*图片列表*/
body.show #show_img_item{
padding:5px;
}
body.show #show_img_item li{
margin:8px;
text-align:center;
}
body.show #show_img_item li img{
padding:5px;
background:#444444;
}
/*图片描述*/
body.show #show_description{
margin-top:10px;
}
body.show #show_description .title{
	padding:5px;
	color:#FFF;
	border-bottom:1px #444444 dashed;
}
body.show #show_description .content{
padding:15px 20px;}
/*评论列表*/
body.show #bbs_content{
padding:5px;
}
body.show #bbs_content .list{
margin-top:2px;}
body.show #bbs_content .list tr{
background-color:#2a2a2a;
}
body.show #bbs_content .list tr .a{
}
body.show #bbs_content .list tr .b .b_a{
}
body.show #bbs_content .list tr .b .b_b{
}
body.show #bbs_content .list tr .b .b_b em{
}
/*发表评论*/
body.show #bbs_tj{
margin-top:10px;
}
body.show #bbs_tj .title{
	padding:5px;
	color:#FFF;
	border-bottom:1px #444444 dashed;
}
body.show #bbs_tj .content{
text-align:center;
padding:15px;
}