@charset "UTF-8";


<style type="text/css">
<!--
.style1 {color: #990000}
-->
</style>

<style type="text/css">
<!--
td.CellStyleB {
padding:5px 5px 2px 2px;
}
#wrap {
width:700px;
}
#subscribe {
float:right;
padding-top:40px;
text-align:left;
width:273px;
}
#subscribe span
{
margin-top:10px;
}
a.player
{
float: left;
margin:8px 0 0 0;
width: 400px;
height: 249px;
color:#FFFFFF;
cursor:pointer;
display:block;
text-align:center;
text-decoration:none;
}
a.player img
{
margin-top:150px;
}
/* playlist style */
#playlist {
float:right;
height:232px;
margin-right:20px;
overflow-x:hidden;
overflow-y:auto;
padding:1px 10px;
width:234px;
}
/* playlist entry */
#playlist a {
display:block;
width:200px;
height:70px;
padding:7px;
background-color:#ffffff;
border:1px solid #ccc;
font:10px "bitstream vera sans", "lucida grande",verdana;
text-decoration:none;
margin-top:7px;
text-align:left;
color:#666666;
}
/* different states of a playlist entry */
#playlist a:hover {
border:1px solid #646465;
background-color:#CFCFCF;
}
#playlist a.progress {
border:1px solid #646465;
background-color:#efefef;
}
#playlist a.playing {
border:1px solid #646465;
background-color:#A7BBE1;
}
#playlist a.paused {
border:1px solid #646465;
background-color:#8297BF;
}
/* elements inside playlist entry */
#playlist a img {
border:0;
float:left;
margin-right:10px;
}
#playlist a strong {
color:black;
padding-bottom:5px;
}
#playlist a em {
border:0 none;
color:#333333;
float:left;
width:180px !important;
font-style:normal;
}
-->
</style>