/* @override http://www.unprinted.ch/bb/wp-content/themes/BB/listit.css */


.listNav { margin:0 0 10px; }

.ln-letters { 
overflow:hidden;
width: 30px; 
text-align: center;
float: left;
}
.ln-letters a { 
font-size:0.5em; 
display:block;  
padding:2px 6px; 
border:1px solid silver; 
 
text-decoration:none;
color:red; 
}
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:gray; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; 
margin: 0;
padding: 0;

 color:#336699; }


#myList, #myList1, #myList2 {
	text-align: left;
	padding: 0 0 35px 20px;
	list-style: none;	
	margin: 0 0 0 30px;
}
#myList li,
#mylist1 li,
#myList2 li
{
	margin: 10px 0 0 0;	
}


#myList-nav,
#myList1-nav,
#myList2-nav
 {
	margin: 25px 0 0 0;
}

#rep_nav ul{
	font-size: 10px;
	margin: 0 0 0 39px;
	padding: 0;
	color: blue;
}
#rep_nav ul a{
	text-decoration: none;	
} 

#rep_nav ul a:hover {
	color:gray;
	
}


