
div.friends
{
	margin-top:10px;
	font-size:1.1em;
	padding:10px;
	background:#92643e;
	color:#ffbd4d;
}

div.friends p.showing
{
	margin-bottom:10px;
}

/******************************************************
* Override generic pager styles
******************************************************/

/* reset pagination styling */
div.friends div.listPagination, div.friends div.listPagination *
{
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
	font-size: 1.0em !important;
}

div.friends div.listPagination
{
	margin-bottom: 10px !important;
}

div.friends div.listPagination div.wrapper ul li.prev
{
	float: left;
	display: inline;
	width: auto;
}

div.friends div.listPagination div.wrapper ul li.next
{
	float: right;
	display: inline;
	width: auto;
}

/******************************************************
* Normal friends styles
******************************************************/

div.friends h2
{
	font-size:1.1em;
}

div.friends h2 span
{
	color:#fff;
	display:block;
}

div.friends div.friendsList
{

}

div.friends div.friendsList a:link, div.friends div.friendsList a:visited
{
	color:#fff;
}

div.friends div.friendsList a:hover, div.friends div.friendsList a:active
{

}

div.friends div.friendsList ul
{

}

div.friends div.friendsList ul li
{
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px solid #FFBD4D;
	background:#71523C;
}

div.friends div.friendsList ul li img.mainImage
{
	display:block;
	margin:0 auto;
	padding:7px;
}

div.friends div.friendsList ul li input.close
{
	float: right;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
}

div.friends div.friendsList ul li p.user
{
	margin:0 5px 5px 5px;
}

div.friends div.friendsList ul li p.badgeList
{
	clear:both;
	margin:0 5px 5px 5px;
}

div.friends div.friendsList ul li p.sendMessage
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.friends div.friendsList ul li p.send
{
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}

div.myFriendsBikeImages img
{
	float:left;
	width:69px;
	display:inline;
}

div.myFriendsIcons
{
	float:left;
	width:35px;
	padding-left:5px;
	height:73px;
	display:inline;
	background-image:url(images/bg_diag_lines.gif);
}

.myFriendsSendMessage
{
	margin-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color:#255690;
	font-size:0.9em;
}

.myFriendsSendMessage a
{
	color:#255690;	
}
