/* basic page stuff */

body {
	background-color: #000000;
}
.Style2 {color: #ffe585}
.Style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.Style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #08a7b1;
}
a:link {
	color: #FFE585;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFE585;
}
a:hover {
	text-decoration: underline;
	color: #FFE585;
}
a:active {
	text-decoration: none;
	color: #FFE585;
}
.Style9 {
	font-size: 10px;
	color: #08a7b1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#wrap p, #wrap span, #wrap img {

	text-align:center;
	display:block;
}
.espaceSt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #08a7b1;
}



/* these two settings will remove borders from playlist entries */

a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

div#pl {
	position:relative;
	overflow:hidden;
	padding:3px 0;
	height:58px;
	width:440px;
/*	border:1px solid #ddd; */
	margin: auto;
	float:left;
}

div#pl div.entries {
	height:58px;
	position:absolute;
	clear:both;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(images/playlist/entry_sm2.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:22px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:1px;
	color:#D1173F;
	font-style:normal;
}

#pl div.entries a.sm {
	font-size:9px;
}

#pl div.entries em.sm {
	font-size:10px;
	line-height: 2px;
}

a.browse {
	background:url(images/playlist/hori_large2.png) no-repeat;
	display:inline;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top:9px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;	margin-left:5px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 0px; margin-right: 5px;} 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


a.disabled {
	visibility:hidden;		
}

#tiptool { 
    display:none;  
    color:#000000;
    background-color:#ffa; 
    border:1px solid #cc9; 
    padding:3px; 
    font-family:"bitstream vera sans","lucida grande","verdana";
    font-size:14px; 
    -moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
    }
