.compact.active .tabbed .nl.tabs {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	display: block;
	background: #dae0d2 url("/pkg/compact-1.9.2/tabs/bg.gif") repeat-x bottom;
}
/* clear the nl */
.compact.active .tabbed .nl.tabs:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.compact.active .tabbed .nl.tabs {display: inline-block;}
/* Hides from IE-mac \*/
* html .compact.active .tabbed .nl.tabs {height: 1%;}
*+html .compact.active .tabbed .nl.tabs {height: 1%;}
.compact.active .tabbed .nl.tabs {display: block;}
/* End hide from IE-mac */


.compact.active .tabbed .nl.tabs li {
	float:left;
	background:url("/pkg/compact-1.9.2/tabs/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
}

.compact.active .tabbed .nl.tabs a {
	float:left;
	display:block;
	width:.1em;
	background:url("/pkg/compact-1.9.2/tabs/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	white-space: nowrap;
}

.compact.active .tabbed > .nl.tabs a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.compact.active .tabbed .nl.tabs a {float:none;}
/* End IE5-Mac hack */
.compact.active .tabbed .nl.tabs a:hover {
	color:#333;
}


.compact.active .tabbed .nl.tabs .current {
	background-position:0 -150px;
	border-width:0;
}
.compact.active .tabbed .nl.tabs .current a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}

.compact.active .tabbed .nl.tabs li:hover,
.compact.active .tabbed .nl.tabs li:hover a {
	background-position:0% -150px;
	color:#333;
}

.compact.active .tabbed .nl.tabs li:hover a {
	background-position:100% -150px;
}

.compact.active .tabbed .section .content,
.compact.active .expandable .section .content {
	padding: 0 1em;
}

