ul.profile-icons .buddy-icon {
	width:46px; /* combined width of both icons plus margin between them, so icons will remain next to each other */
}

ul.profile-icons .buddy-icon a {
	width:20px;
	height:20px;
	background:none no-repeat top left;
	float:left;
}

ul.profile-icons a.friend-icon, ul.profile-icons a.friend-icon:hover {
	background-image:url('/forum/styles/max-elhouse/theme/images/add_friend.png');
}

ul.profile-icons a.friend-icon:hover {
	background-position:bottom left !important;
}

ul.profile-icons a.foe-icon, ul.profile-icons a.foe-icon:hover {
	background-image:url('/forum/styles/max-elhouse/theme/images/add_foe.png');
	margin-left:5px;
}

ul.profile-icons a.foe-icon:hover {
	background-position:bottom left !important;
}
/*
     */
/*
*/