@charset "utf-8";

/* ADMIN MENU */


*:focus  {  outline: none;  }  
html, body {  width: 100%; min-height:100%; font-family: Arial, Helvetica, sans-serif; font-size: 12px; outline:none; line-height: 20px; }
html, body, h1, h2, h3, p, ul, li, form, fieldset, label, input { margin: 0; padding: 0; }

fieldset, img { border: none; }
ul { list-style-type: none; }
legend, { display:none; }
a { text-decoration: none; color:#000; }
a:hover { text-decoration: underline; }
.clear {
	clear:both;
}

.playlist {
	background: url("../imgs/top_bg.png") no-repeat scroll center top transparent;
	height: 585px;
	margin-left: 305px;
	margin-top: 20px;
	padding-left: 35px;
	padding-right: 30px;
	width: 365px;
	position:relative;
	overflow:hidden;
	outline:none;
}
.playlist .jScrollPaneTrack {
	right: 0px;
}
.playlist .jScrollPaneDrag {
	padding-bottom:0;
}
.playlistOut { 
	margin-top:23px;
	height: 535px;
	width: 364px;
	overflow:hidden;
	position:relative;
	outline:none;
}
.playlistInner {
	height: 495px;
	width: 370px;
	outline:none;
}
.playlist .number {
	color: #7A7A7A;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
	text-indent: -10000px; 
	width: 20px;
	height: 21px;
	background: url("../imgs/shows_logo_mini.png") no-repeat left 1px;
}
.topHitsList .number {
	color: #7A7A7A;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}
.topHitsList .track {
    float: left;
    height: auto;
    overflow: hidden;
    text-align: left;
    width: 270px;
	line-height: 18px;
}
.jp-play {
	float:left;
	background:url(../images/play.png) no-repeat;
	width:23px;
	height:23px;
	display:block;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
}
.jp-pause {
	float:left;
	background:url(../images/pause.png) no-repeat;
	width:23px;
	height:23px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}
.playlist .track {
	float: left;
	width: 308px;
	line-height: 16px;
}
.playlist ul {
	clear: both;
	display: block;
	width: 365px;
}
.playlist ul li {
	display:block;
	
}
.playlist .track a {
	color:#6d3204;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.topHitsList .track a {
	color:#6d3204;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.playlist .track a:hover {
	text-decoration:none;
}
.back_icon {
	left: 34px;
    position: absolute;
    top: 29px;
}
.pp_play {
	display:none !important;
}
.demo-container {
	background: url("../imgs/playlist_br.png") no-repeat scroll 15px bottom transparent;
	float: left;
	margin-top: 0;
	padding-bottom: 4px;
	padding-top: 4px;
}
.topHitsContainer {
    float: none;
    margin-top: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}
