*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: url("../data/pattern/3.png") repeat;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#hap-wrapper{
	position:relative;
	min-width:300px;
	max-width:600px;
	width:100%;
	margin: 0 auto;
	top:200px;
	font-family:Arial, Helvetica, sans-serif;
}
.hap-player-holder{
	position:relative;
	height:26px;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    background-image: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    border: 1px solid #cbcbcb;
}
.hap-icon-color{
	color:#666 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-icon-rollover-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.hap-contr-btn{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
}
.hap-contr-btn-i{
	position:absolute;
	top:0px;
	left:0px;
	width:30px;	
	height:100%;
	text-align: center;
	display: inline-block;
	font-size: 14px!important;
	line-height: 26px!important;
}
.hap-playback-toggle{
	position:absolute;
	width:30px;	
	height:100%;
	left:0px;
}
.hap-prev-toggle{
	position:absolute;
	width:30px;	
	height:100%;
	left:30px;
}
.hap-next-toggle{
	position:absolute;
	width:30px;	
	height:100%;
	left:60px;
}
.hap-media-title-mask{
	position:relative;
	left:95px;
	width:100px;
	height:100%;
	overflow:hidden;
}
.hap-media-title{
	position:absolute;
	left:0px;
	white-space: nowrap;
	line-height: 26px!important;
	font-size:12px;
	color:#666;
}
.hap-seekbar-inner{
	position:absolute;
	height:100%;
	top:0px;
	left:200px;
	right:130px;
	touch-action: none;
	cursor: pointer;
}
.hap-progress-bg{
	position:absolute;
	height:3px;
	background:#666;
	top:50%;
	margin-top:-2px;
	left:10px;
	right:10px;
}
.hap-load-level{
	position:absolute;
	height:3px;
	background:#888;
	top:50%;
	margin-top:-2px;
	left:10px;
	right:10px;
	width:0px;
}
.hap-progress-level{
	position:absolute;
	height:3px;
	background:#fff;
	top:50%;
	margin-top:-2px;
	left:10px;
	right:10px;
	width:0px;
}
.hap-media-time{
	position:absolute;
	height:100%;
	right:65px;
	top:0px;
}
.hap-media-time-current,
.hap-media-time-separator,
.hap-media-time-total{
	line-height: 26px!important;
	text-align: center;
	margin:0!important;
	padding: 0!important;
	color:#666 !important;
	font-size:12px!important;
	float:right;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	width:auto;
}
.hap-volume-wrapper{
	position:absolute;
	width:30px;	
	height:100%;
	right:0px;
	top:0px;
}
.hap-volume-wrapper:hover .hap-volume-seekbar{
	display: block;
}
.hap-player-volume{
	width:30px;	
	height:100%;
}
.hap-volume-seekbar{
	position:absolute;
	top:-80px;
	left:1px;
	width:30px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cbcbcb;
}
.hap-volume-bg{
	position:absolute;
	width:3px;
	height:60px;
	background:#888;
	left:13px;
	bottom:10px;
}
.hap-volume-level{
	position:absolute;
	width:3px;
	height:30px;
	background:#fff;
	left:13px;
	bottom:10px;
}
.hap-playlist-toggle{
	position:absolute;
	top:0px;
	width:30px;	
	height:100%;
	right:30px;
	cursor: pointer;
}




#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:relative;
	top:4px;
	background-image: -ms-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #e1e1e1));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #f6f6f6 0%, #e1e1e1 100%);
    border: 1px solid #cbcbcb;
	overflow:hidden;
}
.hap-playlist-inner{
	margin:20px;
	min-height:100px;
	max-height:150px;
}
.hap-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
}
.hap-playlist-item > a {
    border: 0;
}
.hap-playlist-item:last-child {  
	margin-bottom:0px!important;
}
.hap-playlist-non-selected {
	float:left;
	color:#666;
	text-decoration: none; 
	line-height: 30px;
}
.hap-playlist-selected {
	float:left;
	color:#fff;
	text-decoration: none; 
	line-height: 30px;
}
.hap-playlist-title {
	font-size:13px;
	color:inherit;
}
.hap-download, .hap-link{
	float:right;
	color:#666!important;
	font-size: 13px!important;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
.hap-download i, .hap-link i{
	line-height:30px;
	color:inherit;
}
.hap-buy{
	float:right;
	color:#666!important;
	font-size: 13px!important;
	line-height: 30px;
}
.hap-download:hover, .hap-link:hover, .hap-buy:hover{
	color:#fff!important;
}



.hap-playlist-filter-msg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	line-height:140px;
	display: none;
}
.hap-playlist-filter-msg p{
	font-size:15px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height:inherit!important;
}
.hap-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:30px;
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
}
.hap-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin:-9px 0 0 20px!important;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#eee !important;
	color:#666 !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}

.hap-sr-bar-i{
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}
.hap-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.hap-share-item{
	position:relative;
	top:0px;
	right:20px;
	width:25px;
	height:100%;
	margin-left:5px;
	text-align: center;
	float: right;
}


.hap-tooltip{
	position:absolute;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	text-align:center;
	z-index:10000;
	border:1px solid #ccc;
	color:#666!important;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 1px #ddd;
	-webkit-box-shadow: 1px 1px 1px #ddd;
	box-shadow: 1px 1px 1px #ddd;
	display:none;
}
.hap-tooltip p {
	width:inherit;
	font-size:12px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.hap-tooltip-num{
	direction: ltr !important;
}
.hap-download-confirm{
	position:absolute;
    left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	border:1px solid #ccc;
	z-index:1000;
	-moz-box-shadow: 1px 1px 1px 1px #ddd;
	-webkit-box-shadow: 1px 1px 1px 1px #ddd;
	box-shadow: 1px 1px 1px 1px #ddd;
	opacity:0;
	display:none;
}
.hap-download-confirm p{
	padding:10px !important;
	font-size:14px;
	color:#666;
	background:#eee;
	text-align: center;
}
.hap-preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('../data/loading.gif') no-repeat center center; 
}




/* flash or yt */
.hap-sound-holder{
	position:absolute;
	width:100px;
	height:100px;
}
.hap-force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
[dir=rtl] .hap-force-hidden {
    right:-10000px!important;
}
.hap-youtube-holder{
	left:0px!important;
}
/* flash or yt */

.hap-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.hap-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}


/* scroll */
.hap-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}


@media only screen and (max-width: 500px) {
	.hap-media-time-total, .hap-media-time-current, .hap-media-time-separator{
		display: none;
	}
	.hap-media-title-mask{
		display: none;
	}
	.hap-seekbar-inner{
		left:90px;
		right:60px;
	}
}


		 
		 
		 
		 
		 
		  



