
#friendsList{
	height: auto; padding-top:3px;
}

#friend_block{
	height: 270px;
	overflow: hidden;
}

#friends .active{
	background-color:#f7ecb8;
	cursor:pointer;
}

#friends .not_active{
	background-color:none;
}

.friend_line{
	height:54px; overflow:hidden; 
	margin:6px 3px 6px 3px;
}

.friend_line_big{
	height:106px; overflow:hidden; 
	margin:6px 3px 6px 3px;
}

.friend_Img{
	float:right; width:41px; height:54px; margin-left:3px; overflow:hidden;
}

.friend_Img-container{
	height:54px; overflow:hidden;
}

.friend_Img_big{
	float:right; width:78px; height:106px; overflow:hidden;
}

.friendConected{
	font:bold 9pt Arial; color:#0d7302;
}

.friendNotConected{
	font:bold 9pt Arial; color:#666666;
}

.friend_square{
	width:38px; height:54px; float:right; overflow:hidden; 
	margin:1px;
}

.friend_Img_square{
	height:54px;
}
