﻿/* Clear all predefined styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, tbody {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
/* Clear all predefined styles End */
a {
	color: Black;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}
input, button, select, textarea {
	color: inherit;
	font-family: "宋体" , Verdana, "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , "Luxi Sans" , Arial, Helvetica, sans-serif;
}
img {
	border: medium none;
	vertical-align: top;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
.fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0pt;
	visibility: hidden;
}
.fix {
	min-height: 1%;
}
* html .fix {
	height: 1%;
}
.fix {
	display: block;
}
.line {
	background: url(default/img/index2_12.gif) repeat-x left bottom;
	display: block;
	height: 1px;
	font-size: 1px;
}
.clear {
	clear: both;
}
