/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}*/


.fl 
{
float:left;
}


.clear { clear: both; line-height: 0px !important; font-size: 0px !important; height: 0 !important; margin-bottom: 10px; }

b 
{
   color:   #555555; 
   font-weight: bold;
}

.btn.play 
{
    width:16px;
    height:16px;
    background-image: url(../images/play.gif);
}

.btn.pause
{
    width:16px;
    height:16px;
    background-image: url(../images/pause.gif?2);
}

.btn.paused
{
    width:16px;
    height:16px;
    background-image: url(../images/play.gif?3);
}


div.player 
{
    width:250px;
    height:0px;
    margin-top:-15px;
    padding-bottom: 10px;
    padding-left:15px;
}

div.player.inactive
{
    margin-top:5px;
    margin-bottom:0px;
    padding-bottom: 0px;

}

.item .title 
{
	font-size: 9px;
	line-height: 14px;
	margin-bottom: 5px;
}

.item .btn 
{
    display:inline;
    float:left; 
    margin-right:5px;
    cursor:pointer;
}
