/* 	memberbox 
	author: stryker (des_stryker@hotmail.com)
	edited by: sirryan (des_sirryan@hotmail.com)
		for use on (www.des-clan.us)
						*/


.RankDivider {
	border-top: 1px dotted #ccc;
	margin: 10px 0px -10px 0px;
	padding: 10px 0px 0px 0px;
}

.MemberBox {
	border-top: 1px dotted #ccc;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

.MemberBox img {
	width: 140px;
	height: 140px;
	float: left;
}

.MemberBox .gameicon {
	width: 30px;
	height: 30px;
	float: left;
}


.MemberBox table {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	position: relative;
	left: 0px;
}

.MemberBox table th {
	padding: 0px 8px 5px 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #999999;
}

.MemberBox table td {
	padding: 0px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
}

.MemberBox .Username {
	font-weight: bold;
	color: #5c5c43;
}