#tabContent {
	padding: 0px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;	
}

#tabIndex li {
	float:left;
	margin:0px;
	padding:0px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	text-align:center;
	font-size:12px;
	line-height:12px;
	height: 33px;
	vertical-align:middle!important;
}

#tabIndex li p {
	vertical-align:middle!important;
	margin-top:7%;
}

#tabIndex .close {  
	background-image: url(../img/00news_off.gif);
	background-repeat: no-repeat;
/*	height: 33px;*/
	width: 91px;
}

#tabIndex .close a:link{
	color:#666!important;
	text-decoration: none;	
}
  
#tabIndex .open {
	text-decoration: none;
	background-image: url(../img/00news_on.gif);
	background-repeat: no-repeat;
/*	height: 33px;*/
	width: 91px;
} 

#tabIndex .open a:link{
	color:#FFF!important;
	text-decoration: none;	
}

#tabIndex .open a:hover{
	color:#FF0;
	text-decoration: none;	
}

#tabIndex .open a:visited{
	color:#FFF!important;
	text-decoration: none;	
}

#tabBoxIndex {
	clear: both;
	width:170px;
	height:320px;
	margin:0px;
	padding:0px;
	overflow:auto;
	padding-left:5px;
	padding-right:5px;
}

#tabBoxIndex p{
	padding-top:15px;
	font-size:12px;
	line-height:18px;
}



/*.pages_body #tabIndex ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:1px;
}

.pages_body #tabIndex li {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:1px;
	line-height:0px;
	text-decoration:none;
} */
  
