/* *****************
Author: Ben Weeks
Created: 18th November 2005
Templates:
	XML/AtoZ.xml
*/ 

.AtoZResults
{
	padding-bottom: 20px;
	padding-top: 20px;
}

.ucAtoZMenu
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	clear: both;
	height: 25px;
	overflow: visible;
}

/* Hides from IE-mac \*/
* html .ucAtoZMenu { height: 100%; } /* Ensure the container div "stretches, see: http://www.quirksmode.org/css/clearing.html */
/* End hide from IE-mac */

.AtoZ
{
	display: block;
	float: left;
	width: 13px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #005AAB;
	padding: 2px;
	margin: 1px;
	font-weight: bold;
	background-color: #CAE5D3;
}
