
/* Tabs
 * -------------------------- */

.tc-control.tc-control-tabs > .tc-tabs-buttons {
	margin: 0px -5px -1px;
}

.tc-control.tc-control-tabs > .tc-tabs-buttons > .tc-buttons {
	padding: 5px 5px 0;
	white-space: nowrap;
	overflow: auto;
}

.tc-control.tc-control-tabs > .tc-tabs-buttons > .tc-buttons li {
	display: inline-block;
}

.tc-control.tc-control-tabs > .tc-tabs-buttons > .tc-buttons li .tc-button.tc-button-current {
	padding-top: 4px;
	padding-left: 11px;
	padding-right: 11px;
	background: white;
	border: 1px solid #ebebeb;
	border-bottom: none;
}

.tc-control.tc-control-tabs > .tc-tabs-tabs > .tc-widgets > .tc-widget {
	display: none;
}

.tc-control.tc-control-tabs > .tc-tabs-tabs > .tc-widgets > .tc-widget.tc-widget-expanded {
	display: block;
}

