@charset "utf-8";
/* CSS Document */
.track-list
{
background:url(/images/line.gif) repeat-x top;
margin:0px 0px 20px 0px;
}

.track-list tr
{
background:url(/images/line.gif) repeat-x bottom;
}

.track-list td
{
height:25px;
padding:0px 5px 0px 5px;
margin:0px;
}

.track-list img
{
cursor:pointer;
}

.track-list td.download a
{
color:#666666; 
font-size:14px; 
font-weight:bold;
text-decoration:none;
}


.player_div
{
width:100px;
position:relative;
z-index:10;
top:0px;
left:10px;
}


