.userlist {
width:540px;
margin-right:100px;
margin-bottom:15px;
float:left;
}
	.userlist .titolo {
		border-bottom-color:#E2000A;
		border-bottom-style:solid;
		border-bottom-width:8px;
		font-family: "Candara",Arial,Verdana,sans-serif;
		font-size:18px;
		color:#E2000A;
		margin:12px 0px;
		line-height:22px;
		text-transform:uppercase
	}
	.userlist .titolo * { font-size:18px; font-weight:normal }
	.userlist .titolo h2 { display:inline }
	.userlist .box {
		color:#000000;
		font-size:12px;
		font-weight:bold;
		padding:0px 10px;
	}
		.hr {
			background-color:#CCCCCC;
			height:1px;
			line-height:1px;
		}
			.hr hr { display:none; }
		.userlist .box .utente {
			height:104px;
			margin:15px 0px;
		}
			.userlist .box .utente .immagine {
				float:left;
				width:128px;
				height:104px;
				margin-right:18px;
			}
				.userlist .box .utente .immagine img {
					border:4px solid; border-bottom-width:20px;
				}
			.userlist .box .utente .userinfo {
				float:left;
				width:374px;
				height:104px;
			}
				.userlist .box .utente .userinfo .uomo {
					color:#3C52B8;
					float:left;
					width:314px;
					overflow:hidden;
				}
				.userlist .box .utente .userinfo .donna {
					color:#FF0FFF;
					float:left;
					width:314px;
					overflow:hidden;
				}
				.userlist .box .utente .userinfo .donna a { color:#FF0FFF; }
				.userlist .box .utente .userinfo .uomo a { color:#3C52B8; }
			.userlist .box .utente #username {
				text-transform:uppercase;
				font-weight:bold;
				margin-bottom:7px;
				height:15px;
				line-height:15px;
			}
				.userlist .box .utente #username #online {
					float:right;
					width:60px;
					height:15px;
				}
					.userlist .box .utente #username .online {
						background:url(/images/online.gif) no-repeat;
					}
					.userlist .box .utente #username .offline {
						background:url(/images/offline.gif) no-repeat;
					}
			.userlist .box .utente #eta, .userlist .box .utente #citta, .userlist .box .utente #regione { color:#000000 }
			.userlist .box .utente #eta span, .userlist .box .utente #citta span, .userlist .box .utente #regione span { position:absolute; left:-999em;}
			.userlist .box .utente #messaggio {
				font-weight:normal;
				margin-top:7px;
				padding:0 10px;
				height:15px;
				line-height:15px;
				background-color:#DDF7DD;
				color:#00A100;
			}
			.userlist .box .utente #sistema {
				font-weight:normal;
				height:15px;
				line-height:15px;
			}
				.userlist .box .utente #sistema a {
					color:#FF0000;
					text-transform:uppercase;
					margin-right:20px;
					text-decoration: none; font-weight: bold; font-size: 11px;
					display:block;
					float:left;
				}
.banner {width:315px;margin-bottom:15px;}
	.banner a {	display:block; }
		.banner a img {	border:0; }
		
.advlinks { background-color:#fff; text-align:center; height:15px; }
