/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav-Letters { margin:0 0 10px; text-align:center;}
.listNav-Letters .ln-letters { overflow:hidden; text-align:center; width:835px; margin: 0px auto;}
.listNav-Letters .ln-letters a { float: left; color: #333; cursor: pointer; border: 1px solid #CCC; display: block; padding: 5px 10px; 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; 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; }
.listNav-Letters .ln-letters a.ln-first { border-radius: 3px 0 0 3px; }
.listNav-Letters .ln-letters a.ln-last { border-right: 1px solid silver; border-radius: 0 3px 3px 0; }
.listNav-Letters .ln-letters a:hover,
.listNav-Letters .ln-letters a.ln-selected{ background: #FBF8E9; }
.listNav-Letters .ln-letters a.ln-disabled { color:#ccc; }
.listNav-Letters .ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
.listNav-Content {text-align:left; }
.listNav-Content li { float:left; display:block; text-align:center; width:120px;height:50px; border:1px solid silver; padding:10px; margin:0 5px 5px 0; text-decoration:none }
.listNav-Content li:hover { background-color:#eee }



.listNav-Letters1 { margin:0 0 10px; text-align:left;}
.listNav-Letters1 .ln-letters { overflow:hidden; text-align:left; }
.listNav-Letters1 .ln-letters a { float: left; color: #333; cursor: pointer; border: 1px solid #CCC; display: block; padding: 5px 10px; 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; 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; }
.listNav-Letters1 .ln-letters a.ln-first { border-radius: 3px 0 0 3px; }
.listNav-Letters1 .ln-letters a.ln-last { border-right: 1px solid silver; border-radius: 0 3px 3px 0; }
.listNav-Letters1 .ln-letters a:hover,
.listNav-Letters1 .ln-letters a.ln-selected{ background: #FBF8E9; }
.listNav-Letters1 .ln-letters a.ln-disabled { color:#ccc; }
.listNav-Letters1 .ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

.listNav-Content1 { clear: both }
.listNav-Content1 li { text-align:left; margin:0 5px 5px 0; list-style-type:decimal-leading-zero}
.listNav-Content1 li:hover { background-color:#ccc }
