@charset "utf-8";
/* 
  Description:	CSS Document for dalenz.at 
  				Settings for player and playlist
  Author: 		Christian Kiesewetter (christian@kiesewetter.at)
*/

div.clips {
	float: right;
}

a.player {	
	margin-top:0px;
	display:block;
	background:url(splash_player_dalenz.png) no-repeat;
	width:145px;
	height:24px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

div.clips a {
	display:block;
	padding-left:6px;
	padding-top:3px;
	padding-bottom: 3px;
	width:139px;
	font-size:11px;
	text-decoration:none;
	color:#000;
	text-align: left;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(button_pause.png) no-repeat 120px 1px;
	background-color: #cccccc;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background:url(button_play.png) no-repeat 120px 1px;
	background-color: #cccccc;
	border:1px outset #ccc;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#666666;
	color: #fff;
}

