@CHARSET "UTF-8";

.manufacturFriendsWidget{
	width: 100%;
}

#manufacturFriends-body
{
	display: block;
	width: 100%;
	border: 1px solid #CCC;
    border-top: none;
    font-weight: bold;
	padding: 5px 8px;
}

.manufacturFriendsTop {
	width: 100%;
    padding: 10px;
    line-height: 18px;
    font-size: 11pt;
    font-weight: bold;
    color: #FFF;
    border-radius: 3px 3px 0 0;
    background: #222;
}

#manufacturFriends-body .usrPhoto
{
	display: block;
	float: left;
	margin: 1px;
	border: 1px solid #CCC;
	padding: 1px;
}

.manufacturFriendsWidget .bottombutton
{
	display: block;
	margin-top: 7px;
	text-align: center;
	
}

.manufacturFriendsWidget .bottombutton div
{
  display: inline-block;
  margin-left: auto ;
  margin-right: auto ;
}