/* alpha sort */
.alphaSort{
	color: #022741;
	margin-bottom: 25px;
	text-align: center;
}
.alphaSort .alphaView{
	font-family: superblue;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
}
.alphaSort a{
	font-family: superblue;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #022741;
}
.alphaSort a.selected{
	color: #F1B772;
}
.alphaSort .sep{
	margin: 0 4px 0 8px;
	position: relative;
	top: -1px;
}