body {
    margin: 0;
    padding: 0;
    font:0.8em Verdana, Arial, Sans-Serif;
    background:#EEE;
    color:#333;
    padding: 20px 0;
}
a{
	color:#281df9;
	text-decoration: none;
}
a:hover{
	color:#F60; 
	text-decoration: underline;
}
#contain {
    width: 700px;
    border: 1px solid #555;
    padding: 4px;
    background: white;
    margin: 0 auto;
    position: relative;
}
#inNav {
    margin: 10px 0;
    padding: 6px 6px;
    list-style: none;
    overflow: hidden;
    background: #555;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	height:25px;
}
#inNav li {
    float: left;
    display: inline;
    text-align: center;
    margin: 0 3px;
}
#inNav a {
    display: block;
    color: white;
    padding: 5px;
    text-decoration: none;
    font-weight: 700;
    background: #555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#inNav a:hover {
    color: black;
    background-color: white;
}
small {
    text-align: right;
    display: block;
    padding: 8px;
	font-size:12px;
	font-family:'ËÎÌå';
	color:#999999;
}
h1 {
    padding: 20px 15px 4px;
    margin: 0;
    text-align: center;
	font-size:16px;
	font-weight:bold;
}
h2 {
    padding: 5px 8px;
    margin: 15px 0 8px 0;
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
	font-size:14px;
	font-weight:bold;
	background:#eee;
}
h3 {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
	font-size:12px;
	color:#999;
}
pre {
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
}
code {
    font-size: 14px;
}
p {
    margin: 0;
    padding: 6px 10px;
	line-height:20px;
	text-indent:24px;
}
#navigation{
	width:700px;
	overflow:hidden;
}
#navigation .navigationwrap{
	width:700px;
	overflow:hidden;
	float:left;
}
#navigation .chapter{
	float:left;
	padding:10px;
	width:680px;
	position:relative;
}
#navigation .tips{
	position:absolute;
	top:20px;
	right:10px;
	width:300px;
}
#navigation .chapter h4{
	height:24px;
	font-weight:bold;
}
#navigation .chapter ul li{
	height:20px;
}
.chapter_children_nav{
	padding-left:20px;
}
#navigation .chapternav{
	list-style:none;
	width:700px;
	float:left;
	margin-left:-1px;
}

#navigation .chapternav li{
	float:left;
	list-style:none;
}

#navigation .chapternav li a{
	float:left;
	list-style:none;
	padding:1px 10px;
	border-left:1px solid #000;
}
#navigation .chapternav li a.active{
	background:#ddd;
	color:#f60;
}

#contain h3 a{
	color:#999;
}
#contain h3 a:hover{
	color:#f60;
}
a.down{
	margin-right:6px;
}

#goheader{
	position:absolute;
	bottom:10px;
	right:10px;
	width:60px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#f60;
}
#goheader a{
	color:#fff;
}
#goheader a:hover{
	color:#bbb;
	text-decoration: none;
}
.imglink{
	margin-right:6px;
}
span.more{
	color:#FF6600;
}