

/*---------------------------------------HTML------------------------------------------*/



/*------------------------------------------CLASS--------------------------------------*/


.productLinkContainer{
	width:100%;
	border-bottom:1px solid #FDC685;
	padding:2px 0px 2px 0px
}

.azLink a:link, .azLink a:hover, .azLink a:active, .azLink a:visited {
	color:#333333;
}


/*------------------------------------------ID------------------------------------------*/

#azHeaderContainer{
	padding: 0px 0px 0px 25px;
	height: 93px;
	background-image: url(../../images/backgrounds/azHeader.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#azHeaderContainer .headingText{
	font-size:40px;
	padding: 27px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}

#azContainer {
	background-image: url(../../images/backgrounds/azBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #999999;
	padding-bottom: 20px;
}

#azContainerBottom {
	background-image: url(../../images/backgrounds/azBottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 4px;
}

.azContentContainerList {
    background-color: #ffffff;	
    width: 239px;	
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.azContentContainerList a:link, .azContentContainerList a:hover, .azContentContainerList a:visited, .azContentContainerList a:active {
    color: #333333;
}

.azContentContainerList ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;	
}

.azContentContainerList li{
	margin:0px;
	padding:4px 0px 4px 27px;
	background-image: url(../../images/backgrounds/siteMapButtonBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 16px;
	background-color: #f8f8f8;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.displayList {
    margin: 15px 0px 9px 22px;
}

.displayList h3 {
    color: #ffffff;    
    margin: 2px 10px 0px 0px;
    float: left;
    font-weight: normal;
    font-size: 13px;
    
}

.displayList select {
    width: 150px;
}

.displayList option {
    height: 26px;
    font-size: 12px;
    color: #666666;    
}
