#tabContent ,#tab2Content {
	background-color: #aaa;//#F89EC7;
	padding: 5px;
}

#tabIndex ,#tab2Index {
	margin: 0px;
	padding: 0px;
}

#tabIndex li ,#tab2Index li {
	float:left;
	margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}
#tab2Index li {
    background-color: #f00;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    border-bottom: 5px solid #aaa;
}
#tab2Index li a {
    color:#fff;
}
#tab2Index .open {
    color: #333;
    border-bottom: 5px solid #fff;
}
#tab2Index li.open a {
    color:#333;
}

#tabIndex .close ,#tab2Index .close {
  background-color: #aaa;//#F89EC7;
  text-decoration: underline;
  color:#535CA7;
}
#tabIndex .open ,#tab2Index .open {
  background-color: #fff;//#FDEEF5;
  text-decoration: none;
}

#tabBoxIndex ,#tab2BoxIndex {
	background-color: #fff;//#FDEEF5;
	border: #fff solid 1px;
	padding: 1em;
	clear: both;
}

