.selectionlistitem {
	color: #404040;
	background: url("../images/arrowbullet.png") no-repeat center left; /*custom bullet list image*/
	padding: 3px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-family: arial;
	font-weight: normal;
	font-size: .75em;
	display: block;
}

	.alphabet {
		margin: 0 0 10px;
		overflow: hidden;
	}

	.alphabet a, #countries-table tr {
		transition: background-color 0.3s ease-in-out;
        	-moz-transition: background-color 0.3s ease-in-out;
	        -webkit-transition: background-color 0.3s ease-in-out;
	}

	.alphabet a {
        	width: 24px;
	        float: left;
        	color: #333;
	        cursor: pointer;
        	height: 20px;
	        border: 1px solid #CCC;
        	display: block;
	        padding: 1px 1px;
	        font-size: 14px;
        	text-align: center;
	        line-height: 20px;
        	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	        border-right: none;
	        text-decoration: none;
        	background-color: #F1F1F1;
	}

        .alphabet a.first {
            border-radius: 3px 0 0 3px;
        }

        .alphabet a.last {
            border-right: 1px solid silver;
            border-radius: 0 3px 3px 0;
        }

        .alphabet a:hover,
        .alphabet a.active {
            background: #FBF8E9;
            font-weight: bold;
        }

