﻿ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #E8E8E8;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	color: #825AAD !important;
	font-size: 1.3em;
	padding: 0 16px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #d6d6d6;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ffffff;
}




/* Tab Content
*******************************************/
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}

.tab_content {
	margin:35px 0 20px 0;
	padding: 10px;
	border-bottom: 1px solid #999;
}