﻿.tabpage {
	width: 680px;
	margin: 10px auto;
}
.tabtitle {
	height: 26px;
	line-height: 26px;
}
.tablist {
}
.tablist li {
	float: left;	
}
.tablist li a {
	display: block;
	float: left;
	color: #069;
	font-weight: bolder;
	padding: 0 12px;
	text-decoration: none;
	text-align: center;
}
.tablist li a:link, .tablist li a:visited {
	color: #069;
}
.tablist li a:hover {
	color: #069;
}
.current {
	background: url(../images/tab_right_on.gif) no-repeat right top;
	color: #069;
}
.current a {
	background: url(../images/tab_left_on.gif) no-repeat left top;
}
.normal {
	background: url(../images/tab_right.gif) no-repeat right top;
	color: #069;
}
.normal a {
	background: url(../images/tab_left.gif) no-repeat left top;
}
.tabcontent {
	display: none;
	background: #fff;
	border: 1px solid #acceea;
}
.tab_title2 {
	width: 680px;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
	text-align: right;
	background: url(../images/module_bg1.gif) no-repeat left;
}
.tab_table_wrap2 {
	width: 680px;
	height: 128px;
	margin: 0 auto;
	background: url(../images/tab_bg01.gif) no-repeat;
}
.tab_td_over2, .tab_td_out2 {
	width: 313px;
	color: #000;
	text-align: left;
	text-indent: 18px;
	height: 22px;
	line-height: 22px;
}
.tab_td_over2 {
	background: url(../images/tab_bg11.gif) no-repeat;
}
.tab_td_out2 {
	background: url(../images/tab_bg22.gif) no-repeat;
}
.tab_table_content2 {
	margin: 8px auto;
	text-align: left;
}
.tab_table_content2 td p {
	text-indent: 24px;
}