.alphaSort {
	color: #404040;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 6px;
    text-align: center;
}
.alphaSort .alphaView {
	font-size: 14px;
	padding: 0;
	color: #404040;
	height: 34px;
	vertical-align: middle;
	font-family:'Avenir Next W01' ; 
    font-weight: 700; 
    font-style: normal;
    margin-right: 5px;
}
.alphaSort .sep {
	color: #9c9c9d;
    display: inline-block;
    font-size: 12px;
    margin: 0 7px;
    position: relative;
}
body .wrapper .alphaSort a {
	text-align: center;
	text-decoration: none;
	padding: 0;
	line-height: 34px;
	font-size: 14px;
	color: #404040;
	vertical-align: middle;
	font-size: inherit;
	text-transform: uppercase;
}
body .wrapper .alphaSort a.selected {
    color: #f58220;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.alphaSort{ float: left; margin-bottom: 55px; margin-right: 7%; }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
    
}
