/* 全局定义，统一magin、padding等各浏览器存在的默认值 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, from, fieldset, input, textarea, select, p, blockquote, th, td{
	padding:0;
	margin:0;
}
body {
    background:#fff;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
#tab_left td{
    text-align:left;
	line-height:30px
}
#tab_adm td{
    text-align:left;
	line-height:25px;
	padding:10px 0 0 10px
}
dd,li {
	padding-left:20px
}
dd {
	line-height:20px
}
dt {
	font:14px/25px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0 0 10px;
	color:#444
}
.fanrl dd{
    padding-left:10px
}
fieldset, img {
	border:0;
}
ol, ul, li {
	list-style:none
}
li {
	line-height:24px
}
address, caption, cite, code, dfn, em, th, var {
	font-weight:normal;
	font-style:normal;
}
.gray {
	background:url(../images/go.gif) no-repeat 8px 13px #f0f0f0;
	padding:5px 0 3px 20px
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
h1 {
	font-size:18px;
	line-height:15px;
	padding:20px 0 12px;
	text-align:center;
	font-weight:bold
}
h2 {
    font-size:16px;
	padding-left:10px;
	font-weight:bold;
	color:#900
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
/* *********************************************************** */

/* FireFox下始终显示滚动条 */
html {
	overflow: -moz-scrollbars-vertical;
}
/*
需跨浏览器的支持，也可以使用 
body, html {
    min-height:101%;
}
*/
/* *********************************************************** */


body {
	margin:0 auto;
	font-family:"宋体","Lucida Grande",Arial,"PMingLiU","Lucida Sans Unicode",Verdana,sans-serif,Tahoma,;
	font-size:12px
}
a:link, a:visited, a:active {
	color:#a68b2f; text-decoration:none
}
a:hover {
	color:#9f9f9f
}

/*
p {
	line-height: 1.6em;
	margin: 1em 0;
	text-indent: 2em;
}
*/

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input {
	vertical-align: middle;
	font-size: 12px;
}
textarea {
	padding: 2px;
}
.clear {
	clear: both;
}
.overflow {
	overflow: hidden;
}
.marginTop10 {
	margin-top: 10px;
}
.toHeight {
    height:4px;
	_margin-bottom:-8px;
}
#left td {
	text-align:left;
	line-height:18px;
	vertical-align:top
}
.h3 {
	font-weight:bold;
	font-size:14px;
	color:#900
}
#favour {
	padding-left:36px
}
#favour td {
	text-align:left
}
/* 打印分页 */
.pagination {
	page-break-before: always;
}
.top {
    background:#fff url(../images/top.gif) no-repeat 800px 5px;
	text-align:right;
	padding:10px 40px 0 0;
	width:840px;
	height:26px
}
.left {
	float:left
}

.height {
	min-height:100px;
	_height:100px;
}

/* 分页标签 + */
p.scott {
	font-family:"宋体";
	font-size:12px;
	height:30px;
	margin-left:11px
}
p.scott a:link,
p.scott a:visited {
	border: #ddd 1px solid;
	padding:2px 3px;
	color: #88af3f;
	text-decoration: none
}
p.scott a:hover,
p.scott a:active {
	border: #85bd1e 1px solid;
	color: #638425;
	background: #f1ffd6
}
p.scott span.current {
	border: #b2e05d 1px solid;
	padding:2px 3px;
    font-weight: bold;
	color: #fff;
	background: #b2e05d
}
p.scott span.disabled {
	border: #f3f3f3 1px solid;
	padding:2px 3px;
	color: #ccc;
	margin-right: 6px
}
/* 分页标签 - */