/****** avatars *******/
#top_friends{
	clear:both;
	position:relative;
	background-color:#eaeaea;
	height:450px;
	overflow:hidden;
}

#top_friends h3{
	background:#4ab2d5 url("../images/icons/friends_black.gif") no-repeat scroll 10px 10px;
	color:#000;
	text-indent:30px;
}

#top_friends h3 span{
	position:relative;	
	left:150px;
	color:#fff;
}
	a.manage{
		display:block;
		position:absolute;
		background: url("../images/buttons/manage_pink.gif") no-repeat scroll 0px -20px;	
		top:10px; right:10px;
		width:63px; height:20px;
		text-indent:-9999px;
		cursor:pointer;
	}
	
#top_friends #whosin_container{
	display:block;
	background-color:#d7d7d7;
	width:535px; height:301px;
	margin:10px;
	padding:20px 0 0 20px;	
	overflow:visible;
}	
	
	a.manage:hover{ background-position:0px 0px;	}

#top_friends ul {
	list-style:none;	
}

/* Top Friends List */
#top_friends_list {
	padding-left: 15px;
	background:#fff;	
	
}

/* comments and user comments to be moved to comments.css */

#top_friends_list li,
#comments li,
#feature_profile li,
#user_comments li{
	float: left;
}
#top_friends_list li img {
	height: 80px;
	width: 80px;
	vertical-align: bottom;
}
#top_friends_list li span {
	display: block;
	width: 80px;
	height: 17px;
	text-align: center;
	padding-top: 3px;	
	font-size: 11px;	
}

#top_friends_list li .username {
	background: #4AB2D5;
	color: #fff;
	font-weight: bold;
}

#top_friends_list li span.status {
	clear:both;
}


img.avatar{
	display:block;
	width:80px; height:80px;
	float:left;
}


/* overlay */
#top_friends_list .overlay{
	position:relative;
}

#top_friends_list .overlay{
	position: absolute;
	top: -166px;
	left: 0;
	height: 120px !important;
	width: 80px;
	z-index: 2000;
}
			
/* Avatar status */	
.overlay ul.avatar_status{
	display:block;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	color: #9B9B9B;
	text-indent: 10px;
	width: 80px;
}
.overlay ul.avatar_status li {
	height: 20px;
	width: 78px;
	height: 16px;				
}
.overlay ul.avatar_status li.status_title{
	background-color:#fff;
	border:1px solid #9B9B9B;
	padding-top: 2px;
}	
.overlay ul.avatar_status li.status_title a{
	display:block;
	width: 78px;
	height: 16px;				
	background: url(../images/buttons/arrow_grey_down.gif) top right no-repeat;
	cursor: pointer;
}
					


/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.container_bg{
	background-color:#fff;
	margin-left:-5px !important;	
	padding:5px 0 0 5px;
	width:494px; height:262px; 
}


/* Avatar status options */		
.overlay ul.avatar_status li ul.status_options {
	display:none;
}	
.overlay ul.avatar_status li ul.status_options li {
	background: #eaeaea;
	border: 1px solid #9B9B9B;
}
.overlay ul.avatar_status li ul.status_options li a{
	display: block;
	width: 78px;
	margin-left: 0px;
	color: #9B9B9B;
	text-decoration: none;
}
.overlay ul.avatar_status li ul.status_options li a:hover{
	color: #000;
}



* html .top_friends #top_friends_list {
	overflow:hidden;
}

.top_friends #top_friends_list .overlay li {
	margin-bottom:0px;
}
#top_friends a.about_href{
	margin:14px 10px 5px;
}

.top_friends #top_friends_list{
	height:275px;
	margin: 0;
	padding-left:5px;
	padding-top: 5px;
	width: 511px;	
}

.top_friends #whosin_container{
	position:relative;
}

.top_friends #top_friends_list li{
	margin-right:5px;
	margin-bottom:5px;
	/*new*/
	top: 0;
	left: 0;
}

.top_friends #top_friends_list li .avatar_options li{
	margin-right:0;
}
.top_friends #top_friends_list .friends_online_container{
	margin-bottom: 5px;

	/*new*/
	position: relative;
	margin: 0 !important;
	top: 15px; left: 65px;
	visibility: visible;
}

.top_friends #top_friends_list .friends_online_container .friends_online,
.top_friends #top_friends_list .friends_online_container .friends_offline{
	/*new*/
	left: 0;
	top: 0;
	margin:0;
}

