﻿.player_profile_list
{
	float:left;
	width:100%;
}
.player_profile_list .playersearch
{
	float:left;	
	width:100%;
	margin:0px 0px 20px 0px;
	background:#548424;	
}
.player_profile_list .playersearch .fields
{
	margin:0pt auto;
	padding:15px;
	width:350px;
}
.player_profile_list .playersearch .fields .searchtext
{
	width:250px;
}
.player_profile_list .playeritem
{
	float:left;
	width:50%;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #c0c0c0;
}
.player_profile_list .playeritem .thumbnail
{
	float:left;
	width:80px;
	height:140px;
	padding:0px 10px 0px 0px;
}
.player_profile_list .playeritem .description
{
	line-height:20px;
}
.player_profile_list .playeritem .description a
{
	font-weight:bold;
	color:#000000;
}


