.album-listItem h3.aliasList {
    font-size: 12px;
}

.album-listItem {
    background: #F5F5F5;
    border: 1px #E4E4E4 solid;
    margin-bottom: 10px;
    padding: 4px;
    min-height: 80px;
}
.album-listItem:after {
	content: ".";
    display: block;
    height: 0;
	line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.album-listItem:hover {
	background: #EEE;
}

.album-listItem h1 {
    font-size: 16px;
    margin-bottom: 4px;
}

.album-listItem h1 a:link, .album-listItem h1 a:visited {
    text-decoration: none;
    color: #000;
}

.album-listItem h1 a:hover, .album-listItem h1 a:active {
    text-decoration: underline;
    color: #000;
}

img.album-thumb {
    margin-right: 8px;
    float: left;
}

p.album-intro {
    font-size: 11px;
	margin-bottom: 0;
}

img.album-profileImage, .imageDialogWidget {
    float: right;
    margin: 0 0 0 10px;
}

div.album-intro {
	border-left: 2px #666 solid;
	border-right: 2px #666 solid;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.album-series-listItem {
    background: #F5F5F5;
    border: 1px #E4E4E4 solid;
    margin-bottom: 10px;
    padding: 5px;
}

.album-series-description {
}

.album-series-title {
	margin-bottom: 4px;
}

.album-trackGroup ol {
	margin-left: 30px;
	padding-left: 0;
	margin-bottom: 20px;
}

.album-trackGroup ol li {
	background: #F5F5F5;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px #E4E4E4 solid;
}
.album-trackGroup ol li:hover {
	background: #EEE;
}

.album-trackGroup-label {
	float: right;
}

.album-trackGroup-trackName {
	font-weight: bold;
}