﻿ @import url(main.css);
 
/* Content
*************************************/
#content{
	font-family:"宋体" "Arial" "verdana";
	font-size:14px;
}

#content a{
	font-family:"Arial" "宋体" "Verdana";
}

#content h1{
	font-size:30px;
	text-align:center;
	margin:1em 0 2.5em;
	font-family:"Arial" "宋体" "verdana" ;
}

#content h2{
	font-size:25px;
	margin:2em 0 1em;
	font-family:"Sans-Serif" "黑体" "宋体" ;
}

#content h3{
	font-size:20px;
	margin:1.8em 0 1em;
}

#content h4{
	font-size:16px;
	margin:1.5em 0 1em;
}

#content p{
	margin:1em 0;
	text-indent:2em;
}

#content p.note{
	background:#f5f5f5;
	padding:5px
}

#content p.Code, #content p.Output{
	background:#f5f5f5;
	color:#006;
	font-family:"Courier New" "宋体";
	font-size:13px;
	text-indent:0;
	margin:1em 1em;
	padding:1em;
}

#content p.Code p{
	text-indent:0;
}

#content ul{
	list-style-type:disc;
}

#content ol{
	list-style-type:decimal;
}

#content li{
	margin:.5em 1em .5em 3.5em;
	line-height:130%;
}

#content li li 
{
	margin:.5em 2em;
}

#content table p
{
	margin:.2em 0;
	text-indent:1em;
}

#content table td,#content table th{
	padding:4px 5px;
	line-height:130%;
}

#content table#comment td, #content table#comment th{
	padding:3px 5px;
	border:1px solid #ccc;
}

#content table#comment th{
	text-align:left;
	padding:6px 5px 5px;
	background:#eff4f9;
}

#content table#comment{
	width:100%;
}


#content dt{padding:20px 0 5px 10px;}
#content dd{padding:0;margin:0 0 0 2em;line-height:140%;}


/* LeftBar
*********************************/


/* 个别与文字嵌在一起的链接
***************************/
#leftbar ul li a.innerLink{
	display:inline;
	padding:0;
	background:#fff;
}

/* 评选星级的 RadioBox
*************************/
#leftbar ul.simple input{
	float:right;
}