
.sect_selector {
	margin-top: 39px;
}
.sect_selector ul,
.sect_selector li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sect_selector li a {
	border: 1px solid #DADADA;
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 21px;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: -1px;
}
.sect_selector div {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 20px;
}
.sect_selector li a.selected,
.sect_selector li a:hover {
	background: #F5F5F5;
	color: #0B77BE;
}