td.profile a.friend-icon, td.profile a.foe-icon {
	width:30px;
	height:30px;
	background:none no-repeat top left;
	float: left;
	text-align:center;
	
}

td.profile a.friend-icon, td.profile a.friend-icon:hover {
	background-image:url('./images/add_friend.png');
	
}
.isfriend{
	width:30px;
	height:30px;
	background-image:url('./images/friend.png');
	}

td.profile a.friend-icon:hover {
	background-position:bottom left !important;
}

td.profile a.foe-icon, td.profile a.foe-icon:hover {
	background-image:url('./images/add_foe.png');
	
}

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