/*
 * 功能：全局css
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009--04-08 
---------------------------------*/

/*全局默认样式
---------------------------------*/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
font:normal 12px Verdana, Arial, tahoma;
color:#333;
text-align:center;
background:#fff;
padding-top:24px;
}
/*图片链接
---------------------------------*/
a img {
border:none;
}
/*伪类
---------------------------------*/
a {
color:#490808;
text-decoration:none;
}
a:hover {
color:#990000;
}
/*无序列表、有序列表、自定义列表
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*段落
---------------------------------*/
p {
margin:1em 0;
line-height:1.8em;
text-align:left;
}
/*细线表格
---------------------------------*/
table.thinLineTable {
border-collapse:collapse;
width:100%;
margin:10px 0;
}
table.thinLineTable td, table.thinLineTable th {
background-color:#F8F6F3;
line-height:19px;
padding:.6em;
text-align:left;
color:#0F0F0F;
}
table.thinLineTable tr.even td{
	background-color:#fff;}
table.thinLineTable .center {
text-align:center;
}
table.thinLineTable th {
	background:url(thBg.gif) repeat-x;
font-weight:bold;
padding:.4em;
font-size:17px;
font-weight:normal;
text-transform:capitalize;
}
table.thinLineTable a {
color:#0F0F0F;
}
table.thinLineTable a:hover {
color:#673911;
}
table.thinLineTable tfoot td {
text-align:right;
background:#fff;
padding-right:100px;
border-top:1px solid #EFECE8;
}
table.thinLineTable tfoot td span {
margin-right:16px;
}
/*细线表格2
---------------------------------*/
table.thinLineTable02 {
border-collapse:collapse;
width:100%;
margin:10px 0;
}
table.thinLineTable02 td, table.thinLineTable02 th {
border:1px solid #fff;
border-width:0 0 1px 0;
background-color:#E4E2D3;
line-height:19px;
padding:.6em;
text-align:left;
color:#4D4B00;
}
table.thinLineTable02 .center {
text-align:center;
}
table.thinLineTable02 th {
background-color:#C1C092;
font-weight:bold;
padding:.4em .4em .4em 4em;
font-size:17px;
font-weight:normal;
text-transform:capitalize;
width:280px;
border-color:#fff;
color:#fff;
}
table.thinLineTable02 a {
color:#fff;
text-decoration:underline;
}
table.thinLineTable02 a:hover {
color:#FFA200;
}
table.thinLineTable02 tfoot td {
text-align:right;
background:#212629;
padding-right:100px;
}
table.thinLineTable02 tfoot td span {
margin-right:16px;
}
table.thinLineTable02 .lastTh{
	border-color:#212629;
	}
/*细线表格3
---------------------------------*/
table.thinLineTable03 {
border-collapse:collapse;
width:100%;
margin:20px 0;
color:#4D4B00;
}
table.thinLineTable03 td, table.thinLineTable03 th {
border:1px solid #fff;
border-width:0 0 1px 0;
line-height:19px;
padding:.6em;
text-align:left;
background:#E4E2D3;
}
table.thinLineTable03 .center {
text-align:center;
}
table.thinLineTable03 th {
background-color:#C1C092;
font-weight:bold;
padding:.4em;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
table.thinLineTable03 a {
color:#4D4B00;
text-decoration:underline;
}
table.thinLineTable03 a:hover {
color:#FFA200;
}
table.thinLineTable03 tfoot td {
text-align:right;
background:#fff;
padding-right:100px;
}
table.thinLineTable03 tfoot td span {
margin-right:16px;
}
/*细线表格4
---------------------------------*/
table.thinLineTable04 {
border:1px solid #57560F;
border-width:1px 0 0 1px;
border-collapse:collapse;
width:100%;
margin:20px 0;
color:#4D4B00;
}
table.thinLineTable04 td, table.thinLineTable04 th {
border:1px solid #57560F;
border-width:0 1px 1px 0;
line-height:19px;
padding:.6em;
text-align:left;
background:#fff;
}
table.thinLineTable04 .center {
text-align:center;
}
table.thinLineTable04 th {
background-color:#C1C092;
font-weight:bold;
padding:.4em;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
table.thinLineTable04 a {
color:#4D4B00;
text-decoration:underline;
}
table.thinLineTable04 a:hover {
color:#FFA200;
}
table.thinLineTable04 tfoot td {
text-align:right;
background:#fff;
padding-right:100px;
}
table.thinLineTable04 tfoot td span {
margin-right:16px;
}

/*细线表格5
---------------------------------*/
table.thinLineTable05 {
border-collapse:collapse;
width:100%;
margin:20px 0;
}
table.thinLineTable05 td, table.thinLineTable05 th {
border-width:0 0 1px 0;
line-height:19px;
padding:.6em;
text-align:left;
}
table.thinLineTable05 .center {
text-align:center;
}
table.thinLineTable05 th {
font-weight:bold;
padding:.4em;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
table.thinLineTable05 a {
color:#4D4B00;
text-decoration:underline;
}
table.thinLineTable05 a:hover {
color:#FFA200;
}
table.thinLineTable05 tfoot td {
text-align:right;
padding-right:100px;
}
table.thinLineTable05 tfoot td span {
margin-right:16px;
}
/*浮动清除
---------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
