* {
	padding:0; 
	margin:0;
	border: 0;	
}
body {
	background: #000;
	width: 600px;
	height: 309px;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 11px;	
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
}
h1 {
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px 0 18px;
}
h1 b {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
h1 a {
	color: #FFF;
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}

.banner {
	float: right;
	margin-right: 1px;
}
.playlist {
	width: 296px;	
	height: 234px;
	position: relative;
	overflow-x: hidden;	
	overflow-y: auto;		
	padding: 8px 1px;	
}
.playlist .top, .playlist .bottom {
	position: fixed;
	width: 282px;
	height: 10px;
	left: 0;
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 100;
	_display: none;
}
.playlist .top {
	top: 58px;
	background-image: url('../../../music/inner_shadow_top.png');
}
.playlist .bottom {
	bottom: 1px;
	background-image: url('../../../music/inner_shadow_bottom.png');
}

table {
	width: 100%;
//width: auto;	
	border: 0;
	border-collapse: collapse;
}
table td {
	text-align: right;
	vertical-align: middle;
	line-height: 16px;
	cursor: pointer;
	padding: 0 4px;	
}
table tr:hover td {
	background-color: #333;
}
table td.name {
	width: 100%;
	text-align: left;
	padding: 0;
}
table td.name div {
	position: relative;
	width: auto;
	overflow: hidden;
	height: 16px;	
}
table td.name span {
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
table .current {
	color: #FC3;
}

.play, .pause, .stop {
	background-repeat: no-repeat;
	background-image: url('../../../music/i_mp_status.gif');	
}
.play {background-position: 5px 9px;}
.stop {background-position: 5px -16px;}
.pause {background-position: 5px -41px;}

/* fail */
.fail {
	background: #FFF;
	color: #000;
}
.fail h1 {
	line-height: 58px;
	text-align: center; 
	color: #C00;
	padding: 0;
}
.fail .playlist {
	padding: 0;
	width: 296px;	
	height: auto;
	position: relative;
	overflow: none;	
}
.fail .playlist .info {
	font-size: 12px;
	border-top: 1px solid #DDD;	
	margin-left: 3px;
	padding: 3px 0 0 0;	
	height: 40px;
	text-align: center;
}
.fail .playlist .shop {
	width: 50%;
	float: left;
	margin: 0;
}
.fail .playlist .shop p {
	text-align: center; 	
	height: 99px;
	background: url('../../../guestbook_bg.gif') repeat-x 0 -1px #fff;
	border: 1px solid #DDD;
	margin: 0 0 3px 3px;
	line-height: 110%;
}
.fail .playlist .shop img {
	margin: 5px 0;
}
.fail .playlist a, .fail .playlist a:hover span {
	color: #0021c3;
	text-decoration: none;
}
.fail .playlist a span {
	text-decoration: underline;
}

.nav {
	padding: 5px;
}
.nav span {
	color: #FC3;
	text-decoration: underline;	
	cursor: pointer;
	float: left;		
}
.nav span b {
	font-size: 125%;
}
.nav span.rarr {
	float: right;
}
.clear:after {
  content: ".";
  display: block;
	margin: 0;
	padding: 0;
  clear: both;
  visibility: hidden;
	font-size: 0;
  height: .1px;
	line-height: .1px;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block; clear:both;}
/* End hide from IE-mac */