#tabContent{
    background-image: url(../img/back-search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 248px;
}

#tabIndex{
	margin: 0px;
	padding: 0px;
}
div#subarea ul#tabIndex {
	border:none;
	padding:0px;
}
#tabIndex li{
	color:#666666;
	float:left;
	/*margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;*/
	cursor: pointer;
	list-style-type: none;
	display: block;
	text-align:center;
	/*padding-top:5px;*/
}
#tabIndex li a{
	text-decoration:none;
	color:#568EC0;
}
#tabIndex li a hover{
	text-decoration:none;
	color:#568EC0;
}
#tabIndex .close{
	color:#666666;
	/*height: 17px;
	width: 97px;*/
	/*padding-left:10px;
	padding-right:10px;*/
}
#tabIndex .open{
	background-color: #F8D1D3;
	color:#F8D1D3;
	font-weight:bold;
	/*height: 17px;
	width: 99px;*/
}

#tabBoxIndex{
	width:248px;
	clear: both;
}