.unselectable, .tab .tab-legend > li
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tab
{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 99;
}

.tab > .tab-legend, .tab > .tab-content, .tab-legend > li, .tab-content > li
{
	margin: 0;
	padding: 0px;
	list-style: none;
}

.tab .tab-legend
{
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.tab .tab-legend > li
{
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	color: #4a4a49;
	font-size: 0.968em;
	text-transform: none;
	float: left;
	cursor: pointer;
	font-family: 'Poppinslight';
}

.tab-legend_right
{
	float: right;
}

@media screen and (min-width : 360px)
{
	.tab .tab-legend > li
	{
		font-size: 1em;
	}
}

@media screen and (min-width : 768px)
{
	.tab .tab-legend > li
	{
		font-size: 1em;
	}
}

.tab .tab-legend > li
{
	background-color: white;
}

.tab .tab-legend .active
{
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #222222;
	color: white;
}

.tab .tab-content,
.tab #tab-content_description
{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: white;
}

.tab #tab-content_description
{
	padding: 40px 40px 20px 40px;
	background: #f7f7f7;
}

.tab .tab-content > li
{
	position: relative;
	overflow: hidden;
}

/*Horizontal specific*/
.tab-horiz .tab-legend
{
	width: 100%;
}

.tab-horiz .tab-legend > li
{
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.tab.tab-horiz .tab-legend .active
{
	border-top: solid 3px #e53131;
	border-bottom: 0;
}

.tab-horiz .tab-legend > li:first-child
{
	border-left: solid 1px #CCC;
}

.tab-horiz .tab-content
{
	width: 100%;
}

/*Vertical specific*/
.tab-vert .tab-legend
{
	width: 20%;
	float: left;
	border-bottom: none;
}

.tab.tab-vert .tab-legend .active
{
	border-left: solid 3px #e53131;
}

.tab-vert .tab-legend > li
{
	width: 100%;
	border-top: solid 1px #edeef0;
	padding: 15px 30px 15px 20px;
}


.tab-vert .tab-legend > li.active
{
	border-right: 0;
	background: #edeef0;
	padding: 15px 30px 15px 17px;
	border: 1px solid red;
}

.tab-vert .tab-content
{
	width: 80%;
	display: block;
	float: left;
}

.tab-vert .tab-content > li
{
	min-height: 100%;
	display: block;
}