#hap-wrapper{
	position:relative;
	min-width:300px;
	height:40px;
	margin: 0 auto;
	top:0px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#hap-wrapper2{
	position:relative;
	min-width:300px;
	height:40px;
	margin: 0 auto;
	top:0px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.hap-playback-toggle{
	position:absolute;
	width:40px;
	height:40px;
	background:#ccc;
	left:0px;

	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	-moz-box-shadow: 1px 1px 7px 1px #ccc;
	-webkit-box-shadow: 1px 1px 7px 1px #ccc;
	box-shadow: 1px 1px 7px 1px #ccc;
	behavior: url('PIE.htc');

}

.hap-playback-toggle i {
	width:40px;
	height:40px;
	line-height: 40px!important;
	font-size: 22px!important;
	font-style: normal;
}

.hap-playback-toggle:hover{
	background: #ccc;
}

.hap-playback-toggle.hap_no_hover:hover{
	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;
}

.hap-media-time-current{
	position:absolute;
	width:60px;
	height:40px;
	top:-18px;
	background:#ccc;
	left:40px;
	color:black;
	text-align: center;

	line-height: 40px;

	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;

	-moz-box-shadow: 1px 1px 7px 1px #ccc;
	-webkit-box-shadow: 1px 1px 7px 1px #ccc;
	box-shadow: 1px 1px 7px 1px #ccc;
	behavior: url('PIE.htc');

}

.hap-seekbar{
	position:absolute;
	height:40px;
	background:#ccc;
	left:100px;
	right:100px;

	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	-moz-box-shadow: 1px 1px 7px 1px #ccc;
	-webkit-box-shadow: 1px 1px 7px 1px #ccc;
	box-shadow: 1px 1px 7px 1px #ccc;
	behavior: url('PIE.htc');
}

.hap-progress-bg{
	position:absolute;
	height:10px;
	background:#444;
	top:15px;
	left:10px;
	right:10px;

	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hap-load-level{
	position:absolute;
	height:10px;
	background:#666;
	top:15px;
	left:10px;
	right:10px;
	width:0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hap-progress-level{
	position:absolute;
	height:10px;
	background:#fff;
	top:15px;
	left:10px;
	right:10px;
	width:0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.hap-seekbar_tooltip{
	position:relative;
	top:-10px;
	/* left is set in code */
	width:72px;
	height:16px;
	background: #ddd;
	display:none;
	text-align:center;

	-moz-box-shadow: 1px 1px 2px #222;
	-webkit-box-shadow: 1px 1px 2px #222;
	box-shadow: 1px 1px 2px #222;
	behavior: url('PIE.htc');
}

.hap-seekbar_tooltip p {
	color:black;
	font-size:10px;
	margin:0;
	line-height:16px;
}

.hap-media-time-total{
	position:absolute;
	width:60px;
	height:40px;
	background:#ccc;
	right:40px;
	top:-18px;
	color:black;
	text-align: center;

	line-height: 40px;

	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;

	-moz-box-shadow: 1px 1px 7px 1px #ccc;
	-webkit-box-shadow: 1px 1px 7px 1px #ccc;
	box-shadow: 1px 1px 7px 1px #ccc;
	behavior: url('PIE.htc');
}

.hap-contr-btn i {
	position: absolute;
	top: 0;
	left: 0;
	width:40px;
	height:40px;
	text-align: center;
	display: inline-block;
	font-size: 20px!important;
	line-height: 40px!important;
	font-style: normal;
}

.hap-volume-wrapper{
	position:absolute;
	width:40px;
	height:40px;

	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;

	right:0px;
}

.hap-volume-wrapper:hover .hap-volume-seekbar{
	display: block;
}

.hap-player-volume{
	width:40px;
	height:40px;
	background:#ccc;
	font-size: 20px;

	background-image: url('/plugins/html5_audio_player/v1/media/data/player_bg3.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	-moz-box-shadow: 1px 1px 7px 1px #ccc;
	-webkit-box-shadow: 1px 1px 7px 1px #ccc;
	box-shadow: 1px 1px 7px 1px #ccc;
	behavior: url('PIE.htc');
}

.hap-player-volume:hover{
	background: #ccc;
}

.hap-volume-seekbar{
	position:absolute;
	top:-80px;
	left:0px;
	width:40px;
	height:80px;

	background-image: url('/plugins/html5_audio_player/v1//media/data/player_bg3_vol.png');
	background-repeat: repeat-x;

	border-right: 1px solid #bbb;

	display:none;
}

.hap-volume-bg{
	position:absolute;
	width:10px;
	height:60px;
	background:#666;
	bottom:10px;
	left:15px;

	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hap-volume-level{
	position:absolute;
	width:10px;
	height:30px;
	background:#fff;
	bottom:10px;
	left:15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



@media only screen and (max-width: 350px) {
	.hap-media-time-total, .hap-media-time-current{
		display: none;
	}
	.hap-seekbar{
		left:40px;
		right:40px;
	}
}

/* preloader */
.preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('../media/data/loading.gif') no-repeat center center;
}

.hap-tooltip{
	position:absolute;
	background:#aaa3b5;
	text-align:center;
	z-index:10000;
	color:#fff!important;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 5px #555;
	-webkit-box-shadow: 1px 1px 5px #555;
	box-shadow: 1px 1px 5px #555;
	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-playlist-holder {
	display: none;
}

.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;
}