/* #################################################
# Projekt 	: CSS - Player
# Stand     : 02.08.07
# Autor		: Daniel Zander, Source-Media.com
#################################################### */


#player-popup {
	margin:0;
	padding:5px;
	text-align:center;
	background:#aaa;
	color:#333;
	font:11px Verdana;
	line-height:20px;
}

/* -------------------------------------- */

.snd-ico {float:left; margin:2px 0 2px 0}
.snd-ico img {height:13px}
.snd-ico a {
	*float:left; /*IE*/
	margin-right:10px;
	line-height:normal;
}

/* -------------------------------------- */

#snd-bar {
	margin:2px;
	padding:0;
	width:165px;
	height:9px;
	cursor:pointer;
	background-image:url('pos-slider_bg.gif');
}

#snd-bar-pos {
	margin:0;
	padding:0;
	background:#eee;
	width:3px;
	height:9px;
	position:relative;
	border-left:1px solid #666;
	border-right:1px solid #666;
	overflow:hidden;
}

#snd-load {
	margin:0;
	padding:0;
	width:0;
	height:9px;
	background-image:url('pos-slider.gif');
}


#snd-vol-bar, #snd-vol-bar2, #snd-vol-pos {
	margin:0;
	padding:0;
	width:17px;
	height:13px;
	background-image:url('vol-slider_bg.gif');
	cursor:pointer;
}

.snd-ico.vol {margin-left:-10px}
#snd-vol-bar2 {display:inline}
#snd-vol-pos {background-image:url('vol-slider.gif')}

/* -------------------------------------- */

#lst-hlp1 {margin:12px 0 0 -9px}
#lst-hlp2 {margin:-5px 0 0 -17px}

.snd-nav {
	background-color:#666;
	position:absolute;
	display:none;
	padding:10px;
	border:1px solid #333;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	font-size:11px;
	font-style:italic;
	text-align:left;
}

#lst-hlp1 .snd-lnk li {
	padding:5px 0 0 0;
	margin:0;
	list-style-type:none;
}

#lst-hlp2 .snd-lnk {margin-top:5px}
.snd-lnk li {margin-top:0; margin-bottom:0; padding:2px 0 2px 0;  line-height:normal}

.snd-lnk a {text-decoration:none; line-height:normal}
.snd-lnk a:hover {text-decoration:underline; color:#fff}
#lst-hlp1 .snd-lnk a:hover {text-decoration:none}

.snd-lnk a.set, .snd-lnk a.set:hover {text-decoration:none; color:#fff; font-size:95%; font-weight:bold}

/* -------------------------------------- */

#player {background:#666}
#player dt {background:#444 url('../img/header-box3.gif') no-repeat 0 0; color:#eee}
#player div, .snd-nav, .snd-nav li, .snd-lnk a {color:#eee}
