.tabs-wrapper
{
	clear: both;
}
.tabs-wrapper ul.tabs
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}
.tabs-wrapper ul.tabs li
{
	margin: 0 .1em 0 .4em;
	padding: .5em .5em .25em .75em;
	display: inline;
	cursor: pointer;
}
.tabs-wrapper ul.tabs li.first
{
	margin-left: 5px;
}
.tabs-wrapper ul.tabs li.last
{
}
.tabs-wrapper ul.tabs li.over
{
}
.tabs-wrapper ul.tabs li.selected
{
}
.tabs-wrapper ul.tabs li a
{
}
.tabs-wrapper .content
{
	overflow: auto;
	display: none;
}
.tabs-wrapper .content.selected
{
	display: block;
}
.tabs-wrapper .inner-content
{
	margin: 5px 0 0 5px;
}

.inner-content .tabs-wrapper
{
	margin: 5px 0 0 5px;
}