#tabContent {
	width: 450px;
	float: left;
}

#tabIndex {
	margin: 0px;
	width: 445px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#tabIndex li {
	float:left;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 12px;
	margin: 0px;
	height: 20px;
	padding-top: 8px;
	text-align: center;
	width: 54px;
}
#tabstart {
	padding: 0px;
	margin-left: 5px;
}
#tabIndex .close {
	background-color: #F0F0F0;
	color:#0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #666666;
}
#tabIndex .open {
	background-image: url(../nimg/news.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #666666;
	height: 20px;
	padding-top: 8px;
}

#tabBoxIndex {
	background-color: #FFFFFF;
	padding: 1em;
	clear: both;
}
.tabBox {
	float: left;
	width: 420px;
}
