﻿.tabpage {
	width: 658px;
	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_on22.gif) no-repeat left top;
}
.normal {
	background: url(../images/tab_right.gif) no-repeat right top;
	color: #069;
}
.normal a {
	background: url(../images/tab_left22.gif) no-repeat left top;
}
.tabcontent {
	display: none;
	background: #fff;
	border: 1px solid #acceea;
}