#content ul {
	background:url(layoutbullet.png) 8px center no-repeat;
	height: 2em;
	margin: 0;
	padding: 9px 0 0 30px;
	border-color: #eeeeee;
	border-width: 0 0 1px;
	border-style: solid;
	}
#content li {
	padding-right:10px;
	display:inline;
	float:left;
	}
li.name {
	min-width:6em;
	}
li.country {
	min-width:5.5em;
	}
li.why {
	position:relative;
	min-width:3em;
	}
span.y {
	color: #d12f70;
	text-decoration:underline;
	cursor:pointer;
	}
li.why p {
	position: absolute;
	left: -500em;
	top: -0.5em;
	width: 20em;
	font-size: 0.8462em;
	background-color: #eeeeee;
	border: 1px solid #111111;
	padding: 3px 3px 3px 10px;
	text-align: left;
	z-index: 100;
	}
li.why:hover p, p.why:hover {
	position: absolute;
	left: 4em;
	}

.show_members_no_website {
	visibility:hidden;
	}
p.show_members_pagination {
	clear:both;
	padding: 0 0 1em;
	}

