/*------------------------------------------------------------------------
# JOOFORGE.com - Il Web All'Italiana
# ------------------------------------------------------------------------
# Copyright © 2004-2009 JOOFORGE.com. Tutti i diritti riservati.
# Website:  http://www.jooforge.com/
-------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

div#jf-jukebox_mod {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	display: inline-block;
}

div#jf-jukebox_mod div.listheader {
	/*background: url(pressknow.gif) no-repeat scroll 0px 0px;*/
	margin-bottom:10px;
	margin-left:-2px;
	margin-top:10px;
	display: inline-block;
	/*padding-left:290px;*/
}

div#jf-jukebox_mod div.listheader div.r {
	/*background: url(../../../../components/com_jukebox/assets/images/r.png) no-repeat 100% 0; */
	padding-right: 5px;
}

div#jf-jukebox_mod div.listheader div.t {
	/*background: url(../../../../components/com_jukebox/assets/images/t.png) repeat-x 0 0;*/
	height: 29px;
}

div#jf-jukebox_mod div.listheader div.t div {
	font-weight: bold;
	font-size: 13px;
	line-height: 29px;
	color: #333;
	text-shadow: 1px 1px #BBB;
	padding-left: 6px;
}

div#jf-jukebox_mod div.itemlist {
/*	border: 1px solid #D5D5D5;
	border-top: none;
	*/
	margin:0px;
	clear: both;
}

div#jf-jukebox_mod div.track {
	background:url(bullet.jpg) no-repeat scroll 1px 7px transparent;
	margin:0px;
	padding:0 0 0 10px;
	height: 23px;
	line-height: 23px;
}

div#jf-jukebox_mod div.track a {
	color: #005484;
	padding: 0;
	background: none;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration: none;
}

div#jf-jukebox_mod div.track a:hover {
	text-decoration: underline;
}

div#jf-jukebox_mod div.tracktitle {
	/*float: left;*/
	font-size: 12px;
	padding-top: 2px;
	height: 23px;
	line-height: 23px;
}

div#jf-jukebox_mod div.tracklisten {
	float: right;
}

div#jf-jukebox_mod div.player {
	margin-top: 8px;
	width: 60px;
}

div#jf-jukebox_mod div.tracklisten span.file {
	display: none;
}

div#jf-jukebox_mod div.player a {
	display: block;
	margin-right: 5px;
	float: left;
	width: 15px;
	height: 15px;
}

div#jf-jukebox_mod div.readmore {
	background:url(arrow-readon.gif) no-repeat scroll 1px 2px transparent;
	float:left;
	margin-left:6px;
	margin-top:-2px;
	padding-left:20px;
}

/* OFF */
div#jf-jukebox_mod div.player a.playtrack {
	background: url(../../../../components/com_jukebox/assets/images/controls.png) no-repeat 0 0;
	cursor: pointer;
}

div#jf-jukebox_mod div.player a.playtrack:hover {
	background-position: 0 100%;
}

div#jf-jukebox_mod div.player a.pausetrack {
	background: url(../../../../components/com_jukebox/assets/images/controls.png) no-repeat -18px 0;
}

div#jf-jukebox_mod div.player a.stoptrack {
	background: url(../../../../components/com_jukebox/assets/images/controls.png) no-repeat -36px 0;
}

/* ON */
div#jf-jukebox_mod div.player a.playtrack.on {
	background: url(../../../../components/com_jukebox/assets/images/controls.png) no-repeat 0 100%;
}

div#jf-jukebox_mod div.player a.pausetrack.on {
	background: url(../../../../components/com_jukebox/assets/images/controls.png) no-repeat -18px 100%;
	cursor: pointer;
}

div#jf-jukebox_mod div.player a.stoptrack.on {
	background: url(../../../../components/com_jukebox/assets/images/controls.png) no-repeat -36px 100%;
	cursor: pointer;
}