/* 
	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 { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.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:#333; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#FFF; }

#bt_following_list > li  { margin:0; padding:0; display:inline;float:left;width:610px;text-align:left; }

#bt_following_list-nav	{ text-align:center; margin:16px 0 24px 6px; }
#bt_following_list		{ list-style:none; margin:0; padding:0; display:none; }

#bt_following_list > li .followingContainer { margin:0 0 8px 6px; }
/* #bt_following_list > li .followingPic  { position: absolute; margin: 0; text-align:center; padding: 2px 0 0 0; width: 64px; height:60px; background-color:#000; } */
#bt_following_list > li .followingPic  { position: absolute; margin: 0; text-align:center; padding: 6px 0 0 0; width: 64px; height:60px; background-color:#000; }
#bt_following_list > li .followingPic img { width:48px;height:48px; margin:2px; }
#bt_following_list > li .followingData { background-color:#EAEAEA; margin: 0 0 0 60px; padding: 6px 6px 0 12px; width: 518px; height: 60px; color:#4C4C4C; }
#bt_following_list > li .followingData div a { color: #5c9114; text-decoration:none; }
#bt_following_list > li .followingData > .followingDataDescription { font-size:smaller; padding-top:4px; border-top:1px dotted #4C4C4C; }
