/*
-------------------------------------------------------- 
The Fabler
Author: Sam Lu
Author URI: http://mrare.ca

-------------------------------------------------------- 
*/

.add_as_friend {
	background: url('/images/add_as_friend.gif') top left no-repeat;
	display: block;
	height: 25px;
	margin: 0 0 20px -4px;
	overflow: hidden;
	text-indent: -9999px;
	width: 114px;
}

.add_as_friend:hover {
	background-position: 0 -25px;
}

.edit_profile {
	background: url('/images/edit_profile.gif') top left no-repeat;
	display: block;
	height: 25px;
	margin: 0 0 20px -4px;
	overflow: hidden;
	text-indent: -9999px;
	width: 106px;
}

.edit_profile:hover {
	background-position: 0 -25px;
}

.friendslist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.friendslist li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
}

.friendslist a img {
	background-color: #fff;
	height: 40px;
	padding: 2px;
	width: 40px;
}

.friendslist a:hover img {
	background-color: #ADCEE2;
}

.pink_block230 {
	margin-top: 76px;
}

.pink_block230 a {
	color: #fff;
}

.pink_block230 a:hover {
	color: #000;
}

.pink_block230 p{
	overflow: hidden;
	word-wrap: break-word;
}

.profile_avatar {
	border: 5px solid #fff;
	margin-left: -5px !important;
}

.profile_name {
	font-size: 1.8em;
}

.ratinglabel {
	width: 40px;
}

.remove_friend {
	background: url('/images/remove_friend.gif') top left no-repeat;
	display: block;
	height: 25px;
	margin: 0 0 20px -4px;
	overflow: hidden;
	text-indent: -9999px;
	width: 114px;
}

.remove_friend:hover {
	background-position: 0 -25px;
}