#albums {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#albums strong {
	font-weight: bold;
	display: block;
	background-color: #ccebee;
	width: 175px;
	padding-bottom: 1px;
	color: black;
	padding-left: 2px;
	line-height: 14px;
	padding-top: 1px;
	float: left;
}
#albums li {
	padding: 1px;
	height: auto;
	clear: right;
}
#albums li em {
	background-color: #ffffff;
	display: block;
	width: 95px;
	height: 15px;
	text-align: left;
}
#albums li a {
	font-weight: normal;
	color: #1B80B4;
	font-size: 9px;
	height: 15px;
	width: 19px;
	text-align: left;
}
#albums li a:hover {
	background-color: #ffffff;
	color: #ccebee !important;
}
#albums li a img.icon {
	height: 15px;
	width: 15px !important;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	border-style: none;
}
#albums img {
	float: right;
	width: 50px !important;
}
#albums a.artist {
	width: auto;
	height: auto;
}
#albums p {
	margin: 0px;
	font-size: 10px;
	line-height: 15px;
}
#albums strong a {
	font-weight: bold;
	font-size: 10px;
	width: 170px;
}

