#tabContent {
}

#tabIndex {
	margin:0px;
	padding:0px;
	list-style:none outside;
	overflow:hidden;
}

#tabIndex li {
	list-style-type: none;
	cursor: pointer;
	float:left;
	display:inline;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:78px;
	text-align:center;
}

#tabIndex li a{
	color:#360;
	text-decoration:none;
}

#tabIndex .close{
	border-right:1px solid #999;
	border-top:1px solid #999;
	background-color:#fff;
	padding:2px 0px;
	background-image:url(../image/index/tab-bg-off.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#tabIndex .close a{
	color:#360;
	font-size:12px;
}

#tabIndex .open{
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-bottom:none;
	background-color:#FFF;
	background-image:url(../image/index/tab-bg-on.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding:2px 0px;
}

#tabIndex .open a{
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#tabBoxIndex {
	clear: both;
	overflow:auto;
	background-color:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#tabIndex #Tab0{
	border-left:1px solid #999;
}

#tabIndex #Tab4{
	width:92px;
}
