div.miniprofil {
	background-color: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 260px;
}

div.header {
	background-color: #fff2ca;
	height: 22px;
}

div.username {
	float: left;
	padding-left: 10px;
	margin-top: 4px;
}

a.male {
	font-family: Verdana, sans-serif;
	color: #326AA5;
	text-decoration: none;
}

a.male:hover {
	text-decoration: underline;
}

a.female {
	font-family: Verdana, sans-serif;
	color: #C00;
	text-decoration: none;
}

a.female:hover {
	text-decoration: underline;
}

div.icons {
	float: right;
	text-align: right;
}

div.mpbody {
	border: 1px #fff2ca solid;
	height: 130px;
	background-color: #fffaf0;
}

div.mpfoto {
	float: left;
	padding: 5px;
}

div.emptypic {
	background-color: #e4e4e4;
	width: 80px;
	height: 100px;
}

div.emptypics {
	background-color: #e4e4e4;
	width: 50px;
	height: 50px;
}

div.mptext {
	float: right;
	width: 150px;
	margin: 5px;
	overflow: hidden;
}

div.logindate {
	color: #6B8BA0;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.f11 {
	font-size: 11px;
	height: 40px;
}

div.piccount {
	text-align: right;
}

a.pictures {
	font-size: 11px;
	color: #405665;
	font-weight: normal;
}

.cl {
	clear: both;
	height: 1px;
	font-size: 1px;
}