@charset "UTF-8";
/* CSS Document */

#box_friends{
	width:300px; 
	margin-bottom:20px;
	
	
}
#box_friends h3{
	background:url(/images/titles/box_titles.gif) 0px -330px no-repeat;
	width: 300px;
	height: 30px;
	margin:0; padding:0;
}
#box_friends h3 span{
	display:none;
}
#box_friends .friend-list {
  padding-bottom:16px;
}
#box_friends .friend-list img {
	float:left;
	margin:16px 0 0 16px;
}

