/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2012 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.mt{margin-top: 4px;}
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
	/* Disable the browser focus highlighting. */
	outline:none;
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
	/* Disable the browser CSS3 focus highlighting. */
	border: 0;
}

.jp-audio,
.jp-audio-stream,
.jp-video {

	font-size:16px;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #fff;
}
.jp-audio {
	width:201px;
	padding:20px;
}

.jp-audio-stream {
	width:101px;
	padding:20px 20px 10px 20px;
}

.jp-video-270p {
	width:480px;
}
.jp-video-360p {
	/*width:640px;*/
	width: 100%;
}
.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
	z-index:1000;
}

.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

.jp-video-full .jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}
.jp-interface{position: relative;width:100%;height: 40px;border-bottom: 1px solid #d6d6d6;background-image: url(/dianping/images/topics/humiao/player-bkg.png);}
.jp-play, .jp-mute,.jp-full-screen,.seperator,.jp-state-full-screen .jp-full-screen{background-image: url(/dianping/images/topics/humiao/bofangqi.png);}
.jp-video-full .jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}
/* @group CONTROLS */

.jp-video .jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto 10px auto;
	position: relative;
	overflow:hidden;
}

.jp-audio .jp-controls-holder {
	height: 80px;
}
.jp-audio-stream .jp-controls-holder {
	height: 50px;
}

.jp-audio .jp-controls,
.jp-audio-stream .jp-controls {
	margin:0 auto;
}

.jp-audio-stream .jp-controls {
	width: 100px;
}

.jp-video .jp-controls {
	margin:0 0 0 115px;
	float:left;
	display:inline; /* need this to fix IE6 double margin */
}

.jp-controls button {
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	height: 34px;
	margin: 0 1px 2px 0;
	padding: 0;
	border:none;
	cursor: pointer;
}

/* @group single player controls */

.jp-type-single .jp-controls button {
	width: 99px;
}

.play-prg, .voice-prg{position: relative !important;height: 100%;line-height: 40px;overflow: hidden;}
.play-prg{float: left;width: 80%;}
.voice-prg{float: right;width: 20%;}
.seperator{font-style: normal;display: inline-block;position: relative !important;width: 2px;height: 20px;float:right;background-position:0 -47px;top:50%;margin-top: -8px;}
.full-screen .seperator,.mute-frame .seperator{float: left;}

.play-prg .play{position:relative;width: 37px;float: left;height: 40px;padding-right: 5px;}
.jp-type-single .jp-play {
	position: relative !important;
	float: left;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	background-position:-34px 0;
	background-repeat: no-repeat;
}
.jp-type-single .jp-play:hover{background-position:-34px -20px;}
.play-prg .time{width: 83px;text-align: center;float: right;padding-left: 5px;padding-right: 5px;}
.play-prg .jp-progress{width: auto;margin-left: 44px;margin-right: 94px;position: relative !important; height: 11px;background-color: #fff;top: 50%;margin-top: -6px;border-radius: 3px;cursor: pointer;overflow:hidden;}
.play-prg .time,.play-prg .time span{font-size: 12px;color: #000;}
.jp-volume-controls{position: relative;width: auto;height: 100%;margin-right: 36px;}
.full-screen{position: relative;height: 40px;float: right;width: 36px;}
.mute-frame{position: relative;width: 25px;height: 40px;float: left;}
.jp-mute{position: relative;width: 16px;height: 14px;top: 50%;margin-top: -7px;right: -4px;background-position:-8px -58px;}
.jp-mute:hover{background-position:-8px -71px;}
.jp-state-muted .jp-mute{background-position: -32px -38px;}
.jp-state-muted .jp-mute:hover{background-position:-32px -51px;}

.jp-full-screen {
	position: relative;
	width: 14px;
	height: 14px;
	right: -10px;
	margin-right: -7px;
	top: 50%;
	margin-top: -7px;
	background-position:0 -86px;
}
.jp-full-screen:hover,.jp-full-screen:focus {
	background-position:-18px -86px;
}

.jp-volume-bar{position: relative;width: auto;margin-left: 25px;height: 11px;background-color: #fff;top: 50%;margin-top: -4px;border-radius: 2px;margin-right: 5px;}
.jp-volume-bar-value{height: 10px;background-color: #ee354f;margin-left: 0;border-radius: 2px;}


.jp-state-playing .jp-type-single .jp-play {
    background-position: -6px -20px;
}

.jp-state-playing .jp-type-single .jp-play:hover {
	background-position: -6px -40px;
}

/* @group TOGGLES */

.jp-toggles {
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

.jp-audio .jp-toggles {
	width:55px;
}

.jp-audio .jp-type-single .jp-toggles {
	width:25px;
}

.jp-video .jp-toggles {
	float:left;
	width:105px;
	margin: 10px 0 0 15px;
}

.jp-toggles button {
	display:block;
	float:left;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
	border:none;
	cursor: pointer;
}

.jp-state-full-screen .jp-full-screen {
    background-position: 0 -86px;
}
.jp-state-full-screen .jp-full-screen:hover {
	background-position: -18px -86px;
}

.jp-repeat {
	background: url("../images/jplayer.pink.flag.jpg") 0 -440px no-repeat;
	margin-left: 0;
}
.jp-repeat:focus {
	background: url("../images/jplayer.pink.flag.jpg") -30px -440px no-repeat;
}
.jp-state-looped .jp-repeat {
	background: url("../images/jplayer.pink.flag.jpg") -60px -440px no-repeat;
}
.jp-state-looped .jp-repeat:focus {
	background: url("../images/jplayer.pink.flag.jpg") -90px -440px no-repeat;
}

.jp-shuffle {
	background: url("../images/jplayer.pink.flag.jpg") 0 -460px no-repeat;
	margin-left: 15px;
}
.jp-shuffle:focus {
	background: url("../images/jplayer.pink.flag.jpg") -30px -460px no-repeat;
}
.jp-state-shuffled .jp-shuffle {
	background: url("../images/jplayer.pink.flag.jpg") -60px -460px no-repeat;
}
.jp-state-shuffled .jp-shuffle:focus {
	background: url("../images/jplayer.pink.flag.jpg") -90px -460px no-repeat;
}
.jp-audio .jp-shuffle {
	margin-left: 5px;
}

.jp-seek-bar {
	position: relative !important;
	height: 10px;
	background-color: #dfdfdf;
	border-radius: 2px;
	margin-left: 0;
	overflow:hidden;
	cursor:pointer;
	left:0;
}

.jp-play-bar {
	height: 100%;
	border-radius: 2px;
	background-color: #ee354f;
	margin-left: 0;
	left:0;
}

.jp-audio .jp-volume-controls,
.jp-audio-stream .jp-volume-controls {
	height:30px;
}

.jp-volume-controls button {
	position: absolute;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 11px;
	border:none;
	cursor: pointer;
}

.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
	top:10px;
	left: 0;
}

.jp-audio-stream .jp-interface .jp-volume-bar {
	width: 97px;
	border-right:1px solid #180920;
	padding-right:1px;
}


/* @group current time and duration */

.jp-current-time, .jp-duration {
	/*width:70px;*/
	/*font-size:.5em;*/
	color: #000;
}
.video-play{
	display:inline-block;
	width:122px;
	height:121px;
	background:url(/dianping/images/topics/humiao/player.png) 0 0 no-repeat;
}
.jp-video .jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
}
.jp-video-270p .jp-video-play {
	margin-top:-270px;
	height:270px;
}
.jp-video-360p .jp-video-play {
/*	margin-top:-360px;
	height:360px;*/
}
.jp-video-full .jp-video-play {
	height:100%;
}
.jp-video-play-icon {
    position: relative;
    display: block;
    width: 122px;
    height: 121px;
    margin-left: -61px;
    margin-top: -61px;
    left: 50%;
    top: 50%;
    border: none;
    cursor: pointer;
    background: transparent;
}

.jp-jplayer audio,
.jp-jplayer {
	width:0px;
	height:0px;
}

.jp-jplayer {
	background-color: #000000;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#3a2a45;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

.jp-no-solution a {
	color:#FFF;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
/* @end */
