.transSections
{
	font-family: Lato;
	color: #717171;
	overflow: hidden;
	position: relative;
}
.transSections a {
   text-decoration: none;
   font-weight: 300;
   color: #878787;
}
.transSections .sectionItemsContainer
{
	float: left;
	margin-bottom: 14px;
}
.transSections.vert .sectionItemsContainer
{
	height: 100%;
	border-right: 1px solid #E2E2E2;
	box-shadow: 1px 0px #FFF;
	margin-right: 24px;
}

.transSections .sectionItem
{
	float: left;
	display: block;
	font-size: 18px !important;
	font-family: Lato !important;
	margin-right: 27px;
	padding-top: 12px;
	padding-right: 5px;
}
.transSections.vert .sectionItemsContainer .sectionItem
{
	clear: left;
	margin-bottom: 0px;
	margin-right: 4px;
}


.transSections .active {
   font-weight: 400 !important;
   color: #000000 !important;
   margin-top: -1px;
}

.transSections .error
{
	background: url(/i/validation_error_sm.png) no-repeat right top;
	color: #CB8587 !important;
}
.transSections .sectionContentContainer
{
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.transSections.vert .sectionContentContainer
{
	float: none;
	clear: none;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.transSections .sectionContentContainer .sectionPanel
{
	position: relative;
	padding: 0;
	margin: 0;
}
.transSections .sectionContentContainer .sectionPanel UL
{
	list-style-type: none;
	float: left;
	position: relative;
	padding: 0px 10px 0px 0px !important;
	margin-top: 5px;
	left: 100px;
	opacity: .2;
	display: none;
}
.transSections .sectionContent
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
