ul.profile-icons .buddy-icon {
	width:38px; /* so icons will remain next to each other */
}

ul.profile-icons .buddy-icon a {
	width:19px;
	height:15px;
	background:none no-repeat top left;
	float:left;
	position:relative;
	top:2px;
}

ul.profile-icons a.friend-icon, ul.profile-icons a.friend-icon:hover {
	background-image:url('./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('./images/add_foe.png');
}

ul.profile-icons a.foe-icon:hover {
	background-position:bottom left !important;
}