
body {
	background-color: #444444;
	font-family: Arial,Helvetica,Geneva;
	font-size: 11px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana;
	font-size: 17px;
}

A {
	color: #C4B697;
	font-size: 11px;
	text-decoration: none;
}
A:hover {
	color: #C4BDAD;
	background-color: #303030;
	font-size: 11px;
	text-decoration: none;
}

DIV.leftimg {
	position: absolute;
	left: -5px;
	margin-top: 20px;
	padding-left: 0px;
}

.smenu {
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 60px;
	left: 170px;
}

A.smenuitem {
	font-family: Arial;
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
A:hover.smenuitem {
	font-family: Arial;
	color: white;
	font-size: 9px;
	text-decoration: none;
}

A.mp3link {
	color: #C4B697;
}

A:hover.mp3link {
	color: #C4BDAD;
	background-color: #303030;
}

ol.tracklist {
	padding: 0 0 0 0;
	margin: 0 0 0 50;
	/*list-style-image: url('images/bullet2.gif');*/
	/*margin-left: -5px;*/
}

/* pitem is the picked item -- release item div */
.pitem {
	font-family: verdana;
	font-size: 11px;
	position: absolute;
	border: solid #2A2A32 1px;
	color: white;
	top: 20px;
	left: 290px;
	right: 40px;
	width: 485px;
	height: 480px;
	padding: 0px 0px 0px 0px;
	/*margin: 15px 15px 20px 20px;*/
	z-index: 1;
	/*background-color: #4C4C4C;*/
	/*padding: 15px 20px 20px 20px;*/
}

div.pitem p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.pitem h2 {
	margin-left: 20px;
	margin-top: 20px;
}

h3.dhdr {
	font-family: Verdana;
	color: #C4A96A;
	font-size: 11px;
	font-weight: 400px;
	margin-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
}
.playbutton {
	padding-top: 2px;
	padding-left: 10px;
}

.pitem-uprt {
	position: absolute; 
	top: 10px; 
	right: 10px;
}

#pitembkimg {
	width: 485px;
	height: 480px;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	position: absolute;
	top: 20px;
	left: 290px;
	right: 40px;
	z-index: 0;
}

