/* PLAYLIST CSS Document */

#rightDynamicContent .playList .item
{
	float:left;
	width:364px;
	margin:1px 0 0 0;
	background:url(../pix/bg_itemDue.gif) no-repeat left top;
}
#rightDynamicContent .playList .item.selected
{
	float:left;
	width:364px;
	margin:1px 0 0 0;
	background:url(../pix/bg_item.gif) no-repeat left top;
}
#rightDynamicContent .playList .item .image 
{
	margin-top:2px;
	margin-right:8px;
	padding:0;
	width:90px;
	height:81px;
	float:right;
}
#rightDynamicContent .playList .item .image img
{
	margin:2px 0px 0 0px;
	padding:0;
}



#rightDynamicContent .playList .item .details .topdetails .ora
{
	background:none;
	padding:0;
}
#rightDynamicContent .playList .item .details .topdetails .durata
{
	height:13px;
	color:#700808;
	font-weight:normal;
	margin-top:0px;
	margin-top:5px;
	background:url(../pix/ico_time.gif) no-repeat 10px 2px;
	float:left;
}
#rightDynamicContent .playList .item .details .topdetails .durata strong
{
	padding:0 0 0 23px;
	height:13px;
	font-weight:bold;
	white-space:nowrap;
}


#rightDynamicContent .playList .item .details .bottomLinks ul .testo
{
	list-style:none;
	margin:0px 10px 0 0px!important;
	padding:0;
	height:9px;
	display:inline!important;
	float:left
}
#rightDynamicContent .playList .item .details .bottomLinks ul li.aggiungi
{
	list-style:none;
	margin:3px 0px 0px 0px;
	padding:0;
	display:inline!important;
	height:9px;
	float:right;
}
#rightDynamicContent .playList .item .details .bottomLinks ul li.aggiungi img
{
	margin:0px!important;
	padding:0!important;

}
