#tabContent {
	height:150px;
	background:url(tab_bg.gif) no-repeat;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	width:110px;
	height:35px;
	text-indent:-9999px;
}

.tabBox{
	height:55px;
	padding:10px;
	font-size:11px;
	}


.tabBox p{
	background:url(li_01.gif) no-repeat left;
	border-bottom:#bcbaae dashed 1px;
	padding:0 0 2px 10px;
	}

#tabBoxIndex {
	clear: both;
}

.tab1{
	background:url(tab01.gif) no-repeat;
	}

.tab2{
	background:url(tab02.gif) no-repeat;
	}

.tab3{
	background:url(tab03.gif) no-repeat;
	}

#tabIndex .close a .tab1{
	display: block;
	height:35px;
	background-position: -0px -35px;
}

#tabIndex .close a .tab2{
	display: block;
	height:35px;
	background-position: -0px -35px;
}

#tabIndex .close a .tab3{
	display: block;
	height:35px;
	background-position: -0px -35px;
}

#tabIndex .open a .tab1{
	display: block;
	height:35px;
}

#tabIndex .open a .tab2{
	display: block;
	height:35px;
}

#tabIndex .open a .tab3{
	display: block;
	height:35px;
}



