/* menus */
#labelMenu {
	clear: both;
	padding-bottom: 5px;
	padding-top: 15px;
}

a.labelLink {
	color: #30607f;
	font-weight: bold;
	text-decoration: none;
}

a.pageLink {
	color: #30607f;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}

#thisPage {
	font-weight: bold;
	margin-left: 10px;
}

/* discography */
div.releasesRow {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}

div.releasesInnerRow {
	float: left;
	padding-bottom: 0px;
}

div.coverCont {
	float: left;
	text-align: center;
	width: 102px;
}

img.cover {
	border: 1px solid #000000;
}

div.releaseCont {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 190px;
}

div.releaseContRight {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 200px;
}

div.audioRow {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}

div.audioCont {
	float: left;
	margin-top: 3px;
	padding-right: 20px;
	text-align: left;
	width: 292px;
}

div.infoCont {
	background-color: #ffffff;
	border: 1px solid #000000;
	display: none;
	font-size: 11px;
	padding: 10px;
	position: absolute;
	text-align: justify;
	width: 200px;
	z-index: 99;
}

div.closeInfo {
	cursor: pointer;
	font-size: 11px;
	text-align: right;
}



