#tabContent {
	background-color: #FFCC00;
	padding: 5px;
}

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

#tabIndex li {
	float:left;
	margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
  background-color: #FFD700;
  text-decoration: underline;
  color:#FFCF00;
}
#tabIndex .open {
  background-color: #FFE3A5;
  text-decoration: none;
}

#tabBoxIndex {
	background-color: #FFE3A5;
	border: #FFE3A5 solid 1px;
	padding: 1em;
	clear: both;
}

  div {  
       zoom: 1;/*for IE 5.5-7*/  
    }  
   div:after {/*for modern browser*/  
        content: ".";  
        clear: both;  
        display: block;  
        line-height: 0;  
        height: 0;  
       visibility: hidden;  
   }  
