/*-------------------------------------CLASS---------------------------------*/

.azColumn {
	width: 170px;
	float: left;
	display: inline;
	margin-right: 12px;
	text-align: left;
}

.sitemapColumn {
	width: 166px;
	float: left;
}

.sortAZText {
	font-family:arial;
	color:#000066;
	font-size:11px;
	clear:both;
	line-height:20px;
	padding-left:5px;
	}

.sortAZText a {
	color:#000066;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	clear:both;
	}

.sortAZText a:hover {
	text-decoration:underline;
	}
	
.sortSitemapText {
	font-family:arial;
	color:#000066;
	font-size:12px;
	clear:both;
	line-height:20px;
	padding-left:5px;
	border-bottom: 1px solid #d8d8d8;
	}

.sortSitemapText a {
	color:#000066;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	clear:both;
	}

.sortSitemapText a:hover {
	text-decoration:underline;
	}

.productAZLetter {
	background-color:#e8e6e7;
	color:#000066;
	font-family:arial;
	font-size:14px;
	line-height:25px;
	padding-left:6px;
	width:164px;
	}
	

/*-------------------------------------HTML---------------------------------*/

#azContainer
{
	width: 728px;
	float: left;
	background-color: #ffffff;
	padding: 10px 10px 10px 20px;
	text-align: left;
}

.azHeaderContainer {
	background-image:url(/images/azHeaderBg.gif);
	color:#FFFFFF;
	font-family:Arial Narrow, Arial;
	font-size:20px;
	font-weight:bold;
	height:35px;
	padding:4px 0px 0px 7px;
	width:711px;
	margin-bottom: 28px;
	float: left;
}

.azHeaderText{
	color:#000000;
	font-family:arial;
	font-size:11px;
	margin: 10px 0px 10px 0px;
	float: left;
	}

.azHeaderText a{
	color:#999999;
	text-decoration:underline;
	}
	

/*--------------------------------------------------------------------------*/

