@charset "utf-8";
/* CSS Document */
.hizali{
	width:235px;
	float:left;
	clear:left;
}

.profil li{
	padding:3px;
}

.profil li:hover{
	background:#CCC;
	border-radius:3px;
}

.cursor-pointer{
	cursor:pointer;
}

.display-none{
	display:none;
}