.discography{
	position: relative;
	height: 100%;
	width: 780px;
	left: 0px;
	overflow: auto;
	scrollbar-base-color:#FFFFAE;
	background-repeat: repeat-y;
}
.disco_kop{
	background-image: url(./Site_img/discograf/dgfkop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left:0px;
	top:0px;
	height: 50px;
	width: 758px;
	display: block;
	margin-bottom: 10px;
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	color: #006699;
}
.disco{
	overflow: visible;
	position: relative;
	width: 752px;
	
}
.k_formbottom{
	background-image: url(./Site_img/clubform/form_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 20px;
	width: 500px;
	left: 0px;
	bottom: 0px;
}
.disco_item{
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-bottom: 5px;
	overflow: visible;
	height: auto;
	display: block;
}
.disco_name{
	position: relative;
	width: 577px;
	left:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #e80303;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
	background-image: url(./Site_img/discograf/titlebalk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.disco_disc{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:160px;
	display: block;
	overflow: visible;
}
.disco_track{
	position: relative;
	width: 570px;
	left:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #e80303;
	line-height: 25px;
	text-align: left;
	padding-right: 5px;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}
.disco_prelistenbt{
	background-image: url(./Site_img/discograf/speaker.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 25px;
	top: 0px;
	right: 0px;
	cursor:pointer;
}
.disco_lyricbt{
	background-image: url(./Site_img/discograf/document_dirty.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 25px;
	top: 0px;
	right: 25px;
	cursor:pointer;
}/* CSS Document */

.disco_cartbt{
	background-image: url(./Site_img/discograf/cart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 25px;
	top: 0px;
	right: 50px;
	cursor:pointer;
}
.lyricsholderholder{
	position: absolute;
	width:504px;
	top: 0px;
	overflow: visible;
	left: 100px;
	height: 1px;
	cursor:default;
	visibility: hidden;
	z-index:3;
	scrollbar-base-color:#FFFFAE;
}