ul.tabs, ul.tags {
	list-style: none;
}

ul.tabs {
	display: block;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #CECECE;
	padding: 0 !important;
}

ul.tabs li {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 !important;
}

ul.tabs li a {
	display: block;
	padding: 6px 18px 4px 18px;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
	background: #eee;
	border: 1px solid #CECECE;
	border-bottom: 1px solid #eee;
	font-weight: 400;
	position: relative;
	top: 1px;
	white-space: nowrap;
} 

ul.tabs li.active a {
	color: #1f1f1f;
	background: #fff;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #2DAB8B;
}

ul.tabs a:hover {
	color: #1f1f1f;
	background: #E8E8E8;
	border-bottom-color: #E8E8E8;
}

.tab {
	clear: both;
}

.vertical-tabs ul.tabs {
	width: 30%;
	border: 0;
	border-right: 1px solid #CECECE;
	padding-bottom: 25px !important;
}

.vertical-tabs ul.tabs li {
	float: none;
	margin: 2px 0 5px 0;
}

.vertical-tabs ul.tabs li a {
	border: 1px solid #CECECE;
	left: 1px;
	text-align: right;
	padding: 7px 10px 5px 10px;
	white-space: normal;
	color: #4A4A4A;
	text-decoration: none;
}

.vertical-tabs ul.tabs li.active a {
	border-top-color: #CECECE;
	border-right: 2px solid #fff;
	border-left: 1px solid #9C1212;
	color: #9C1212;
}

.vertical-tabs .tab {
	clear: none;
	width: 65%;
	float: left;
	margin: 0 0 0 3.5%;
}