﻿@charset "utf-8";
/* CSS Document */
@import url("global.css");
@import url("inside.css");
h1{
	font-family:"黑体";
	font-size:20px;
	font-weight: lighter;	
	text-align:center;
	font-weight:normal;
	margin-bottom:0;
	}
h2{
	font-family:"黑体";
	font-size:16px;
	text-align:center;
	text-indent: 80px;
	margin:7px 0 0 0;
	padding:0;
	font-weight:normal;
	font-weight: lighter;
	
	}
#shop{
	margin:7px 30px 0 0;
	border-top:solid 1px #999999;
	width:600px;
	float:right;
	text-align:right;
	padding:8px 20px 0 0;
	}
#article{
	padding:0 35px 0 35px;	
	font-size : 12px;
	}
#article p{
	text-indent:24px;
	margin-bottom:0;
	line-height:200%;
	}
#right_bottom{
	clear:both;
	margin:25px 35px 30px 35px;
	padding:0;
	}
#pre{
	float:left;
	width:240px;
	height:16px;
	line-height:18px;
	overflow:hidden;
	background:url(../img/pre.gif) left top no-repeat;
	padding:1px 0 0 30px;
	}
#next{
	float:right;
	width:240px;
	height:16px;
	line-height:18px;
	overflow:hidden;
	text-align:right;
	background:url(../img/next.gif) right top no-repeat;
	padding:1px 30px 0 0;
	}
.left{
	padding:0 10px 0 0;
	float:left;
	}
.right{
	padding:0 0 0 10px;
	float:right;
	}
#comment{
	margin:10px 0 0 35px;
	}
#comment_head{
	padding:0 0 2px 15px;
	border-left: solid 3px #298cc0;
	border-bottom: solid 1px #cccccc;
	width:580px;
	}
#comment_show{
	margin:10px 50px 0 10px;
	}
#comment_show p{
	margin:0px 0 10px 10px;
	line-height:18px;
	padding:0;
	clear:both;
	text-indent:24px;
	}
#comment_text{
	width:570px;
	height:100px;
	margin:8px 0 0 10px;
	}
#comment_ok{
	font-size:12px;
	margin:10px 0 0 20px;
	border:1px solid #666666;
	width:50px;
	height:20px;
	padding:0;
	float:left;
	}
.c_part{
	margin-bottom:10px;
	border-bottom:dotted 1px #999999;
	}
.c_author{
	margin-left:10px;
	float:left;
	color:#666666;
	}
.c_date{
	margin-left:10px;
	color:#666666;
	float:left;
	}
#f_name{
	float:left;
	margin:10px 0 0 10px;
	}
#f_author{
	width:80px;
	}
	
