div.online {
	text-align: right;
	margin-top: -15px;
	position: relative;
	top: -29px;
}

div.online span {
	padding: 3px 0 0 14px;
	background: transparent url(../images/online_white.jpg) no-repeat 0 8px;
	font-size: 16px;
	color: green;
}

.beerListTitle {
	color: #6e2e0b;
}

a.beerListTitle:hover {
	text-decoration: none;
}

div.beerListTitle {
	border-bottom: 1px dashed #6e2e0b;
}

.userInfoItem {
	background: transparent url('../images/li_arrow.jpg') no-repeat 0 50%;
	padding-left: 8px;
}

div.newMessage {
	text-align: right; 
	
	position: relative; 
	top: -22px; 
}

div.newMessage a {
	padding-left: 22px;
	background: transparent url(../images/icons/mail.jpg) no-repeat 0px 0px;
}