ul.quicktabs-tabs {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.quicktabs-tabs li {
	float: left;
	font-weight: normal;
	list-style: none;
	margin: 0;
	height: 2.85em;
	min-height: 3.1em;
	padding: 0;
	width: 33%;
}

ul.quicktabs-tabs li.active {
	margin: 0;
	font-weight: bold;
}

ul.quicktabs-tabs li a,
ul.quicktabs-tabs li a:visited {
	float: left;
	display: block;
	height: 2.85em;
	min-height: 3.1em;
	line-height: 3.1em;
	padding: 0 8px;
	text-decoration: none;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 14px;
	background: rgb(221,221,221);
	background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%);
	color: #777;
	position: relative;
	width: 100%;
	text-align: center;
}

ul.quicktabs-tabs li a:hover,
ul.quicktabs-tabs li.active a:hover {
	text-decoration: none;
	border-color: #B3B3B3;
	background: rgb(179,179,179);
	background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(179,179,179,1) 100%);
	color: #fff;
}

ul.quicktabs-tabs li.active a,
ul.quicktabs-tabs li.active a:visited {
	height: 3.05em;
	min-height: 3.35em;
	line-height: 3.35em;
	font-weight: normal;
	border: 1px solid #eee;
	background: rgb(126,126,126);
	background: linear-gradient(0deg, rgba(101,101,101,1) 0%, rgba(126,126,126,1) 100%);
	border-color: #555;
	color: #fff;
	font-size: 14px;
	top: -0.025em;
}

ul.quicktabs-tabs li:first-child a {
	border-left: solid 1px #eee;
}

ul.quicktabs-tabs li.active a {
	border-left: solid 1px #777;
}

ul.quicktabs-tabs li a:focus,
ul.quicktabs-tabs li a:active {
	outline: none;

}

ul.quicktabs-tabs li a {
	font-weight: bold
}

ul.quicktabs-tabs li.active a {
	font-weight: bold
}
