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

/*预置
---------------------------------*/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
font:normal 13px Arial, tahoma, Verdana;
color:#535353;
text-align:center;
background: url(bg.gif);
}
img {
border:none;
}
/*伪类
---------------------------------*/
a {
color:#535353;
text-decoration:none;
}
a:hover {
color:#E0373B;
}
/*无序列表、有序列表、自定义列表
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*段落
---------------------------------*/
p {
margin:1em 0;
line-height:1.8em;
text-align:left;
}
/*细线表格
---------------------------------*/
.thinLineTable {
border:none;
border-collapse:collapse;
margin:10px 0;
width:96%;
}
.thinLineTable td, .thinLineTable th {
border:1px solid #D4D4D4;
border-width:0 0 1px 0;
line-height:19px;
padding:.4em .6em;
text-align:left;
vertical-align:top;
}
.thinLineTable th {
font-weight:bold;
white-space:nowrap;
}
.thinLineTable td span{
    margin:0 10px 0 0;}
/*浮动清除
---------------------------------*/
.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 */