#tabContent {
	background-color: #54A5DA;
	padding: 5px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 3px;
	margin-bottom:0px;
	padding:0;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin-bottom : 0px; 
	margin-left :0px;
	margin-top : auto;
}


dt {
	font-size: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DFDFDF;
}

dt a {
	display: block;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}

#tabIndex .close {
	background-image:url(img/tab_bg_close.gif);
	background-position: top left;
	width:90px;
	height:30px;
}
#tabIndex .open {
	background-image:url(img/tab_bg_open.gif);
	background-position: top left;
	width:90px;
	height:30px;
}

#tabBoxIndex {
	background-color: #ffffff;
	padding: 1em;
	clear: left;
}


