div.content-tabs {
	/* [disabled]border: #48f solid 3px; */
	clear: left;
	/* [disabled]padding: 1em; */
	background: #ffffff;
}

/*div.content-tabs div	{
	text-align: left;
	padding-left: 0.75em;
	padding-right: .075em;
}*/

div.content-tabs.inactive {
	display: none;
}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

ol#toc a {
	background: #423930 url(tabs.gif);
	color: /*#b98f58*/ #fffbf9;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
	font-family: Papyrus; /*"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-size: 12px;
}

ol#toc a:hover {
	background-color: #423930;
	background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #423930;
    background-position: 0 -60px;
    color: /*#d8a669*/ #666666;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.tab-label	{
	display:none
}
