/*
 * 功能：全局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 11px Arial, tahoma, Verdana;
color:#535353;
text-align:center;
background:#fff url(bg.gif) repeat-x 0 0;
padding-top:3px;
}
img {
border:none;
}
input{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
/*伪类
---------------------------------*/
a {
color:#535353;
text-decoration:none;
}
a:hover {
color:#CE2F4A;
}
/*无序列表、有序列表、自定义列表
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*段落
---------------------------------*/
p {
margin:1em 0;
line-height:1.8em;
text-align:left;
}
/*细线表格
---------------------------------*/
.showTable {
border-collapse:collapse;
border:none;
width:100%;
}
.showTable td, .showTable th {
border:none;
line-height:19px;
padding:.2em .6em;
text-align:left;
vertical-align:top;
background:url(listDiv01.gif) repeat-x 0 100%;
}
.showTable tr.even td{
background:#fcfcfc;
}
.showTable th {
background-color:#FAFAFA;
font-weight:normal;
}
.showTable th.firstTh{
	background:#FAFAFA url(listDiv01.gif) repeat-x 0 100%;
	}
    
	.showTable02{
		font-size:12px;}
		.showTable02 td, .showTable02 th {
padding:.6em;
}
		.showTable02 th{
			background-color:#F6F6F6;
			font-weight:bold;}
            .showTable02 th.firstTh{
	background-color:#F6F6F6;
	}
/*浮动清除
---------------------------------*/
.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 */
