#tabContent {
}

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

#tabIndex li {
	list-style-type: none;
	cursor: pointer;
	display:inline;
	line-height:200%;
	padding:0 5px 0 15px;
	font-size:12px;
}

#tabIndex .close {
	background-image:url(../image/facilities-chart/li_fac_off.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#tabIndex .open {
	background-image:url(../image/facilities-chart/li_fac_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#tabBoxIndex {
	clear: both;
	overflow:auto;
}
