#logoCat {
    position: absolute;
	left: 0px;
	top: 30px;
}

#catTextArea {
    width: 520px;
    position: absolute;
	left: 382px;
	top: 50px;
	color: #4F3703;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

#catPic {
    position: absolute;
	left: 50px;
	top: 50px;
	border: 1px solid #996633;
}

#artistTitle {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;

}

#albumTitle {
    font-size: 110%;
    letter-spacing: 1px;
}

#relMark {
    font-size: 90%;
    font-weight: bold;
    margin: 0.7em 0 0 0;
}

#layout {
    font-size: 90%;
}

#tList {

}

#relText {
	text-align: left;
}


#releasesTable {
	width: 100%
}



#releasesTable TD {
	padding: 0 3px;
	margin: 0;
	font-size: 11px;
	vertical-align: top;
}

#releasesTable TD A, #releasesTable TD A:visited, #releasesTable TD A:hover, #releasesTable TD A:active {
		letter-spacing: 0px;
		padding: 0;
		margin:0;
		border: none;
}

.relMark A, A:visited, .relTitle A:hover, .relMedia A:active {
	letter-spacing: 0px;

}


.forthcoming {
	color: #009900;
	font-size: 70%;
}

.lastcopies {
	color: #000099;
	font-size: 70%;
}


.soldout {
	color: #990000;
	font-size: 70%;
}

TD.relMark, TD.relMedia, TD.relStatus {
	white-space: nowrap;
}


