/* CSS Document */



.profiles {
	min-height: 1px;
	position: relative;
	padding: 0;
	margin: 0 -40px 0 -15px;
	
	font-size: .875em;
	}
	
* html .profiles {
	height: 1px;
	}
	
.profiles:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

.profiles li {
	width: 170px;
	height: 85px;
	float: left;
	margin: 5px;
	padding: 0;
	position: relative;
	display: inline;
	}
	
.profiles li img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 75px;
	}
	
.profiles li a,
.profiles li .a
 {
	text-decoration: none;
	display: block;
	height: 75px;
	padding: 5px 5px 5px 65px;
	background:  url(profile.gif) no-repeat 0 0;	
	}
	
.profiles li a:hover {
	background-position: 0 -85px;
	text-decoration: none;
	}
	
.profiles li .position {
	display: block;
	font-size: 11px;
	color: #999;
	}
	
.profiles li strong {
	color: #eee;
	display: block;
	font-weight: normal;
	}
	
.profiles li em {
	font-size: .75em;
	}