html {
	background:#fff;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	background-color: transparent;
	color: #000000;
}

img {
	border: 0;
}
p {
	margin: 1em 0;
}
a {
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	color: #555;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
#main {
	margin:0 auto;
	width:300px;
	background:#fff;
}
#title {
	margin: 0;
	padding-left:5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
#header {
  overflow:hidden;
}
#playlist {
	width:300px;
	padding:0 0 0 0;
	float:left;
	display:inline;
	margin:0 ;
}
#playlist ul {
	list-style-type:none;
	width:280px;
	margin:0;
	padding:0;
}
#playlist ul li {
  height:16px;
	padding:2px 4px;
	border:1px solid #fff;
  color:#ddd;
}
#player ul li:hover {
	background:#fff5c0;
}
#playlist ul li.active, #playlist ul li.active:hover {
  color:#FFC125;
  margin-left:-1px;
  padding-left:5px;
	border:1px solid #ccc;
	background:#fff;
}
#playlist ul li.unset, #playlist ul li.unset:hover {
  background:#fff;
	border:1px solid #fff;
}
#playlist ul li img {
  float:left;
  margin-right:6px;
}
#player {
	width:300px;
	height:275px;
	background:#fff;
	margin:0px;
}
.break {
  height:4px;
}
.style1 {
	font-size: 11px;
}
.style3, .style3:hover {
	font-size: 10px;
  line-height:14px;
  text-decoration:none;
  color:#000;
}
.soft {
	font-size: 10px;
  line-height:15px;
}
#footer {
  font-family:Arial;
	margin:4px 7px 6px;
  text-align:left;
  color:#aaa;
  font-size:9px;
}
table.wlfi {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	
}
table.wlfi th {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	
	-moz-border-radius: ;
}
table.wlfi td {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}
