.listNav,.ln-letters {

	overflow: hidden;

}



.listNavHide {

	display: none;

}



.listNavShow {

	display: list-item;

}



.letterCountShow {

	display: block;

}



.ln-letters a {

	font-size: 14px;

	display: block;

	float: left;

    height:56px;

	line-height: 56px;

	text-decoration: none;

	padding: 0 0px 0 12px

}

.ln-letters .ln-last {

	

}



.ln-letters a:hover,.ln-letters .ln-selected {

	color:#f64f00

}



.ln-letters .ln-disabled {

	color: #ccc;

}



.ln-letter-count {

	position: absolute;

	top: 0;

	left: 0;

	width: 20px;

	text-align: center;

	font-size: 0.8em;

	line-height: 1.35;

	color: #336699;

}