	
      #cis-container {
	width:200px;
	margin:-50;
	padding:.5em 0 0 2em;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 20px;
}
      #player-container {
	width:225px;
	float:left;
	padding:0 15px 5px;
}
      #player-container .title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#666666;
	margin-top: 25px;
		}
      #player-container .description {
	font-size:11px;
	line-height:11px;
	margin-top:8px;
	color: #666666;
		}
      #player-container em, #player-container strong {
	  	font-weight:bold;}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
      #playlist {
	width:200px;
	float:left;
	line-height:0.8em;
	color:#33FF33;
}
		
#header {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	}
#header p {
	font-size:1em;
	color:#FFFFFF;
	}
#header img {
	vertical-align: text-bottom;
	padding-right:5px;
	}


.playlist-item {
	height:58px;
	padding:5px;
	width:225px;
	overflow:hidden;
	border:1px solid #fff;
	margin-left: 10px;
	}
.playlist-item img {
	float:left;
	margin-right:10px;
	width:75px;
	margin-bottom:5px;
	border:1px solid #666666;
	}
.playlist-item h3 {
	font-weight:bold;
	font-size:10px;
	color:#000000;
	margin-top: 0px;
	}
.playlist-item span {
	font-size:9px;
	line-height:1em;
	color:#000000;
	padding-bottom: 5px;
	}
.playlist-item:hover {
	border-color:#333;
	cursor:pointer;
	}
.playing {
	background-color:#00FF00;
	cursor:pointer;
	}

h2.headline {
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	padding: 1.5em 2em .5em;
	text-align: center;
	}

h2.headline a:link, h2.headline a:visited {
	text-decoration: none;
	color: #ff9900;
	}
	
h2.headline a:hover, h2.headline a:active {
	text-decoration: none;
	color: #666666;
	}
.floatleft {
	float: left;
	margin-top: -20px;
}
