#team_ListTeamGroups .teamGroupItem .listMembers .memberItem {
}

#team_ListTeamGroups .teamGroupItem .memberItem {
	width:269px;
	height:90px;
	float:left;
	margin-bottom:15px;
	border: 2px solid #fbfaf6;
	background-color: #e5e3d7;

	padding: 3px;
}

	#team_ListTeamGroups .teamGroupItem .memberItem:hover {
	border: 2px solid #de176a;
	background-color: #fcfbf3;
}

	#team_ListTeamGroups h3 {
		display: block;
		width: 194px;
		color: white;
		background-color: #de176a;

		padding-left: 3px;
	}

	#team_ListTeamGroups .teamGroupItem .memberItem .photo{
		float:left;
		display: block;
		height:67px;

		margin-right:3px;
	}

	#team_ListTeamGroups .teamGroupItem .memberItem .info{
		float:left;
		width: 197px;
	}

	#team_ListTeamGroups .teamGroupItem .memberItem .info i {
		
	}

	#team_ListTeamGroups .teamGroupItem .memberItem .info .coords {
		margin-top: 5px;
		font-size: 11px;
		letter-spacing: -0.3px;
	}

#team_ListTeamGroups .separator{
	width:10px;
	height:1px;
	float:left;
}



.mainBlue #team_ListTeamGroups .teamGroupItem .memberItem {
	width:269px;
	height:90px;
	float:left;
	margin-bottom:15px;
	border: 2px solid #fbfaf6;
	background-color: #e5e3d7;

	padding: 3px;
}

	.mainBlue #team_ListTeamGroups .teamGroupItem .memberItem:hover {
	border: 2px solid #79bad8;
	background-color: #fcfbf3;
}

	.mainBlue #team_ListTeamGroups h3 {
		display: block;
		width: 194px;
		color: white;
		background-color: #79bad8;

		padding-left: 3px;
	}