.tabset_tabs	{ margin:0; padding:0; list-style-type:none; position:relative; z-index:2; white-space:nowrap; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif }
.tabset_tabs li	{ margin:0; padding:0; display:inline }
.tabset_tabs a	{ color:#339 ! important; background-color:#def ! important; border:2px solid #48f; text-decoration:none; padding:0 0.6em; border-left-width:2px; border-bottom:2px }
.tabset_tabs a:hover	{ color:#00c ! important; background-color:#eff ! important }
.tabset_tabs a.active	{ color:black ! important; background-color:white ! important; border-color:#48f; border-left-width:2px; cursor:default; border-bottom:2px; border-bottom-color:#fff; padding-top:1px; padding-bottom:2px }

.tabset_tabs li.firstchild a	{ border-left-width:2px }

.tabset_content	{ border:#48f solid 2px; background-color:white; position:relative; z-index:1; padding:0.5em 1em; display:none; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif }
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
/*
.tabset_tabs a             { /* A normal tab                             */ }
.tabset_tabs a:hover       { /* A normal tab, when hovered over          */ }
.tabset_tabs a.active      { /* The selected tab                         */ }
.tabset_tabs a.preActive   { /* The tab to the left of the selected tab  */ }
.tabset_tabs a.postActive  { /* The tab to the right of the selected tab */ }
.tabset_content            { /* The selected tab's contents              */ }
*/