﻿/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */

a.player {	
	display:block;
	width:340px;
	height:231px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/player/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player img {
	margin-top:85px;
	border:0;	
}

/*{{{ general playlist settings, light gray */
.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist .clips {	
	position:absolute;
	height:20000em;
}

.playlist, .clips {
	width:260px;	
}

.clips a {
	background:url(/images/player/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips a.first {
	border-top-width:1px;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(/images/player/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

.clips a.paused {
	background-position:0 0;	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips a em {
	font-style:normal;
	color:#f00;
}	

.clips a:hover {
	background-color:#f9f9fa;		
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background:url(/img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

.clips.petrol a.paused {
	background-position:0 0;	
}

.clips.petrol a span {
	color:#aaa;
}

.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.petrol a:hover {
	background-color:#274D58;		
} 

.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

.clips.low a {	
	height:31px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #333;
}

em
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
	color: red;
}


.clips.low a.playing, .clips.low a.paused, .clips.low a.progress {
	background-image:url(/images/player/light_small.png);
	background-position:0 -55px;
}

.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/player/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/images/player/down.png);	
}

.petrol a.go {
	background-image:url(/img/playlist/arrow/up_dark.png);		
}

.petrol a.go.down {
	background-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


/*Playlist 2*/


/* container has a background image */

a.player2 {	
	display:block;
	width:340px;
	height:231px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/player/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player2:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player2 img {
	margin-top:85px;
	border:0;	
}

/*{{{ general playlist2 settings, light gray */
.playlist2 {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist2 .clips2 {	
	position:absolute;
	height:20000em;
}

.playlist2, .clips2 {
	width:260px;	
}

.clips2 a {
	background:url(/images/player/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips2 a.first {
	border-top-width:1px;
}

.clips2 a.playing, .clips2 a.paused, .clips2 a.progress {
	background:url(/images/player/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips2 a.progress {
	opacity:0.6;		
}

.clips2 a.paused {
	background-position:0 0;	
}

.clips2 a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips2 a em {
	font-style:normal;
	color:#f00;
}	

.clips2 a:hover {
	background-color:#f9f9fa;		
}

.clips2 a.playing:hover, .clips2 a.paused:hover, .clips2 a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

.clips2.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.clips2.petrol a.playing, .clips2.petrol a.paused, .clips2.petrol a.progress {
	background:url(/img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

.clips2.petrol a.paused {
	background-position:0 0;	
}

.clips2.petrol a span {
	color:#aaa;
}

.clips2.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips2.petrol a:hover {
	background-color:#274D58;		
} 

.clips2.petrol a.playing:hover, .clips2.petrol a.paused:hover, .clips2.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

.clips2.low a {	
	height:31px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #333;
}


.clips2.low a.playing, .clips2.low a.paused, .clips2.low a.progress {
	background-image:url(/images/player/light_small.png);
	background-position:0 -55px;
}

.clips2.low a.paused {
	background-position:0 0;	
}


/*}}}*/




/*}}}*/




/*Playlist 3*/


/* container has a background image */

a.player3 {	
	display:block;
	width:340px;
	height:231px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/player/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player3:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player3 img {
	margin-top:85px;
	border:0;	
}

/*{{{ general playlist2 settings, light gray */
.playlist3 {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist3 .clips3 {	
	position:absolute;
	height:20000em;
}

.playlist3, .clips3 {
	width:260px;	
}

.clips3 a {
	background:url(/images/player/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips3 a.first {
	border-top-width:1px;
}

.clips3 a.playing, .clips3 a.paused, .clips3 a.progress {
	background:url(/images/player/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips3 a.progress {
	opacity:0.6;		
}

.clips3 a.paused {
	background-position:0 0;	
}

.clips3 a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips3 a em {
	font-style:normal;
	color:#f00;
}	

.clips3 a:hover {
	background-color:#f9f9fa;		
}

.clips3 a.playing:hover, .clips3 a.paused:hover, .clips3 a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

.clips3.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.clips3.petrol a.playing, .clips3.petrol a.paused, .clips3.petrol a.progress {
	background:url(/img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

.clips3.petrol a.paused {
	background-position:0 0;	
}

.clips3.petrol a span {
	color:#aaa;
}

.clips3.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips3.petrol a:hover {
	background-color:#274D58;		
} 

.clips3.petrol a.playing:hover, .clips3.petrol a.paused:hover, .clips3.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

.clips3.low a {	
	height:31px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #333;
}


.clips3.low a.playing, .clips3.low a.paused, .clips3.low a.progress {
	background-image:url(/images/player/light_small.png);
	background-position:0 -55px;
}

.clips3.low a.paused {
	background-position:0 0;	
}


/*}}}*/




/*}}}*/



/*Playlist 4*/


/* container has a background image */

a.player4 {	
	display:block;
	width:340px;
	height:231px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/player/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player4:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player4 img {
	margin-top:85px;
	border:0;	
}

/*{{{ general playlist2 settings, light gray */
.playlist4 {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist4 .clips4 {	
	position:absolute;
	height:20000em;
}

.playlist4, .clips4 {
	width:260px;	
}

.clips4 a {
	background:url(/images/player/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips4 a.first {
	border-top-width:1px;
}

.clips4 a.playing, .clips4 a.paused, .clips4 a.progress {
	background:url(/images/player/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips4 a.progress {
	opacity:0.6;		
}

.clips4 a.paused {
	background-position:0 0;	
}

.clips4 a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips4 a em {
	font-style:normal;
	color:#f00;
}	

.clips4 a:hover {
	background-color:#f9f9fa;		
}

.clips4 a.playing:hover, .clips4 a.paused:hover, .clips4 a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

.clips4.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.clips4.petrol a.playing, .clips4.petrol a.paused, .clips4.petrol a.progress {
	background:url(/img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

.clips4.petrol a.paused {
	background-position:0 0;	
}

.clips4.petrol a span {
	color:#aaa;
}

.clips4.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips4.petrol a:hover {
	background-color:#274D58;		
} 

.clips4.petrol a.playing:hover, .clips4.petrol a.paused:hover, .clips4.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

.clips4.low a {	
	height:31px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #333;
}


.clips4.low a.playing, .clips4.low a.paused, .clips4.low a.progress {
	background-image:url(/images/player/light_small.png);
	background-position:0 -55px;
}

.clips4.low a.paused {
	background-position:0 0;	
}


/*}}}*/




/*}}}*/






