.fn_tabs_container
{
	height: 23px;
	padding: 0px;
	padding-left: 4px;
}
.fn_tab,
a.fn_tab:link,
a.fn_tab:visited,
a.fn_tab_active:link,
a.fn_tab_active:visited
{
	display: block;
	float: left;
	height: 18px;
	padding: 4px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
}

a.fn_tab_active:link,
a.fn_tab_active:visited
{
	background: url('../../img/dw_ab_mid.gif') repeat-x;
	background-position: bottom left;
	color: #efefef;
}

a.fn_tab_active:hover
{
	color: #dfdfdf;
}

.fn_tab_left,
.fn_tab_right,
.fn_tab_left_active,
.fn_tab_right_active
{
	float: left;
	width: 6px;
	height: 22px;
}

.fn_tab_left_active
{
	background: url('../../img/dw_ab_left.gif') no-repeat;
	background-position: bottom left;
}

.fn_tab_right_active
{
	background: url('../../img/dw_ab_right.gif') no-repeat;
	background-position: bottom left;
}

#friend_list
{
	border: 1px solid #202121;
	padding: 10px 5px 5px;
	margin-top:-3px;	
}

.profile_list_details_card_details
{
	width: 437px;
}