/* 標籤切換樣式 */
.menu_tab {
  width: 524px;
	background-image: url(../images/member_bg01.jpg);
	background-repeat: repeat-x;

}
.menu_tab ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
		/* border: 1px solid #ece9d8; */
}
.menu_tab li {
	padding: 0px;
	margin: 0px;
	display: inline;
	line-height:26px;
}

.menu_tab li a:hover, .menu_tab li a:visited, .menu_tab li a:link  {
	display: block;
	width: 72px;
	float: left;
	color: #3f3f3f;
	margin: 0px;
	text-decoration: none;
	padding: 5px 0px 3px;
	font-size: 13px;
	text-align: center;
	background-image: url(../images/member_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.menu_tab li a:hover.tabactive, .menu_tab li a:visited.tabactive, .menu_tab li a:link.tabactive{
	display: block;
	width: 72px;
	float: left;
	margin: 0px;
	padding: 5px 0px 3px;
	color: #000000;
	text-decoration: none;
	position: relative;
	text-align: center;
	background-color: #fdd9bc;
}

.menu_tab li span {
	background-image: url(../images/member_bg02.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


.tab_body {
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	display: none;
	/*
	border: 1px solid #ff7200;
	border-top: 0px solid #ff7200;
	*/
}


.tab_block {
	clear: both;
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	border-top: 0px solid #9f9f9f;
	width: 735px;
	line-height: 20px;
	color: #9f9f9f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.tab_block img {margin-right: 5px;}


.tab_button {
    margin-bottom: 15px;
    text-align: center;
}