/*
// -------------------------------------------------------------------------------------------
// This stylesheet is used to style the A-Z items.
// Nothing else should be added here!
// -------------------------------------------------------------------------------------------
*/

/* A-Z */
#az_list { padding-bottom:10px; border-top: 1px solid #666; margin-top: -1px; font-family: Arial, Helvetica, sans-serif; }
#az_list ul { margin:0; padding:15px 0 0 15px; line-height: 20px; min-height: 0; }
#az_list ul:after { content:"."; visibility:hidden; height:0; display:block; clear:both; }
	#az_list li { float:left; margin-right:13px; margin-bottom:5px; font-size:1.5em; padding:0; background:none; }
		#az_list li a { float:left; text-decoration:none; color:#666; }
		#az_list li a:hover { text-decoration:underline; }
	#az_list li.current { color:#000; font-weight:bold; text-decoration: underline; }
	#az_list li.disabled { color:#CCC; text-decoration:none; }

#az_items { padding-left:15px; padding-bottom:20px; font-family: Arial, Helvetica, sans-serif; }
	#az_items a { color:#000; }

#az_items:after { content:"."; clear:left; display:block; height:0; visibility:hidden; }
#az_items h2 { float:left; font-size:9em; font-weight:normal; width:135px; margin:0; color:#EEE; line-height:1em; }
	#az_items .column { width:280px; float:left; margin-right:15px; }
	#az_items .column.last { margin-right:0; }
#az_items ul { margin:0 13px 0 0; padding:5px 0 0; }
	#az_items li { padding-bottom:8px; font-weight:bold; }
