﻿#tabContainer {
}
#tabs {
	height: 100px;
	margin: 0 0 15px;
	overflow: hidden;
}
#tabs > ul {
	margin: 0;
	padding: 0;
	font: 1em;
	list-style: none;
}
#tabs > ul > li {
	color: #556b30;
	font-family: 'Open Sans Semibold', sans-serif;
	font-size: 15px;
	margin: 0 20px 0 0;
	padding: 0;
}
#tabs > ul > li:hover {
	cursor: pointer;
	color: #333;
}
#tabs > ul > li.tabActiveHeader {
	cursor: pointer;
	color: #6c1d00;
}
#tabscontent {
	color: #333;
}
.ctns a {
	float: left;
	clear: both;
	font-size: 13px;
	color: #6c1d00;
}
