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

/*全局默认样式
---------------------------------*/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
font-family:Arial, tahoma, Verdana;
font-size:12px;
color:#3A3A3A;
text-align:center;
background:#FFFCF2 url(bg.jpg) repeat-x left top;
padding:33px 0;
line-height:22px;
}
/*图片链接
---------------------------------*/
a img {
border:none;
}
/*伪类
---------------------------------*/
a {
color:#FB6504;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/*无序列表、有序列表、自定义列表
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*段落
---------------------------------*/
p {
line-height:2em;
margin:1.5em;
text-align:left;
}
sup, sub{
font-size:9px;
font-family:Tahoma, Geneva, sans-serif;
}
/*--- 细线表格 ---*/
table.thinLineTable {
border:1px solid #DCDCDC;
border-collapse:collapse;
border-width:1px 0 0 1px;
}
table.thinLineTable td, table.thinLineTable th {
border:1px solid #DCDCDC;
border-width:0 1px 1px 0;
line-height:19px;
padding:.2em .6em;
text-align:left;
}
table.thinLineTable th {
background-color:#f8f8f8;
font-weight:bold;
}
/*浮动清除
---------------------------------*/
.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 */

