﻿.tabs
{
	padding: 0;
	list-style: none;
	zoom: 1;
}

.tabs:before, .tabs:after
{
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.tabs:after
{
	clear: both;
}

.tabs > li
{
	float: left;
}

.tabs > li > a
{
	display: block;
	text-decoration: none;
	color: #404040;
}

.tabs
{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.tabs > li
{
	position: relative;
	top: 1px;
}

.tabs > li > a
{
	padding: 0 15px;
	margin-left: -1px;
	margin-right: 2px;
	line-height: 36px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.tabs > li > a:hover
{
	text-decoration: none;
	background-color: #eee;
	border-color: #eee #eee #ddd;
}

.tabs > li.active > a
{
	color: #808080;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.tabs .menu-dropdown, .tabs .dropdown-menu
{
	top: 35px;
	border-width: 1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.tabs a.menu:after, .tabs .dropdown-toggle:after
{
	border-top-color: #999;
	margin-top: 15px;
	margin-left: 5px;
}

.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle
{
	border-color: #999;
}

.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after
{
	border-top-color: #555;
}

.tabs-container
{
}

.tabs-content
{
	clear: both;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
	margin-right: -1px;
}

/*
.tabs-content > *
{
	display: none;
}
*/

.tabs-content > .active
{
	display: block;
}
