/*
 *   TAB WRAP
 *
**/

#tabwrap {
	margin:1em 5% 1em 35px;
}

#tabwrap .twprint {
	display:none;
}

#tabwrap .twall {
	display:block;
}

#twtoc {
	list-style:none;
	margin:0;
	padding:6px 0;
	z-index:2;
}

#twtoc li {
	display:inline;
	font-weight:bold;
	margin:0 2px 0 0;
	padding:8px 10px 6px;
	background:transparent;
	color:#888;
	z-index:3;
}

#twtoc, #twtoc li {
	/* avoid Fx rounding problems */
	line-height:13px;
}

#twtoc li:hover a,
#twtoc li.sfover a,
#twtoc li:hover,
#twtoc li.sfover {
	color:#000;
	cursor:pointer;
}

#twtoc li a {
	text-decoration:none;
	color:#888;
}

#twtoc li.selected,
#twtoc li.selected:hover {
	text-decoration:none;
	cursor:default;
	border:0px none #000;
	background-color:#acc2b8;
	color:#000;
}

#tabwrap p {
	margin:0;
}

#tabwrap dl {
	margin:0;
	padding:0;
}

#tabwrap dt {
	text-align:center;
	display:none;
}

#tabwrap dd {
	border-top:1px solid #9fbfbf;
	z-index:3;
	margin:0 0 0.5em;
	padding:10px;
	/* to have layout and display the border in IE */
	height:1%;
}
