body {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	font-size: 12px;
	line-height:24px;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #C00;
	text-decoration: underline;
}
.more_1 {
	margin-top: 7px;
	margin-right: 6px;
}
.more_2 {
	margin-top: 2px;
	margin-right: 3px;
}
.list_tit{
	padding-top: 8px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(/static/Huishang_CN/images_finance/tit_bg03.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	clear: both;
}
.container {
	margin: 5px auto;
	height: auto;
	width: 798px;
	text-align: left;
	border: 1px solid #C7C7C7;
}

.tit {
	height: 31px;
	width: 100%;
	background-image: url(/static/Huishang_CN/images_finance/tit_bg02.jpg);
	background-repeat: repeat-x;
}
.list {
	clear: both;
}

.list ul {
	text-align: left;
	float: left;
	width: 99%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 5px;
	list-style: url(none) none;
}
.list ul li {
	line-height: 25px;
	border-bottom: 1px dashed #CCC;
	list-style-type:none;
	background: url(/static/Huishang_CN/images_finance/li_02.gif) no-repeat left 7px;
	padding-left:14px;
	margin-left: 8px;
}
ul li span {
	float: right;
}

#ad01 {
	margin: 5px auto;
	width: 800px;
}
.pagination{
	margin-top: 5px;
	margin-bottom: 10px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 12px;
}

.pagination li{
	list-style-type: none;
	display: inline;
}

.pagination a, .pagination a:visited{
	border: 1px solid #CCC;
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 6px;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #C00;
	color: #000;
}

.pagination li.currentpage{
	font-weight: bold;
	border: 1px solid #C30;
	background-color: #FEDAC9;
	color: #333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 6px;
}

.pagination li.disablepage{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 6px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
