@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/* the border */
.vp2_html5_rightSidePlaylistBorder {
	position:relative;
}

/* the container */
.vp2_html5_rightSidePlaylist {
	background:#000000;
}

.vp2_html5_rightSidePlaylist p {
	margin:0;
	padding:0;
}

.xplaylist {
	display:none;
}

/* jquery ui styles */
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left:-0.6em;
	cursor: default;
	outline: none;
}

.ui-slider-range {
	display:block;
	width:100%;	
	height:100%;
	left:0;
	bottom: 0;
	border:0 none;
	position:absolute;
	z-index:1;
}

.ui-progressbar { 
	/*height: 5px;*/
}
.ui-progressbar-value {
	height:100%;
}



/* universalBlack */
.vp2_html5_rightSidePlaylist.universalBlack {
	float: left;
	position: relative;
	font-family:'Open Sans', sans-serif;
}

.vp2_html5_rightSidePlaylist.universalBlack .VideoControls {
	position: absolute;
	left:0;
	bottom:0px;
	float: left;
	clear: both;
	width: 100%;
	background:url(images/universalBlack/controllers_bg.png) 0 0 repeat-x;
}


/* rewind */
.vp2_html5_rightSidePlaylist.universalBlack .VideoRewind {
	float:left;
	cursor: pointer;
	display: block;
	width: 39px;
	height: 20px;
	margin:2px 0px 0px 0px;
	background: url(images/universalBlack/rewind-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoRewind:hover {	
    background: url(images/universalBlack/rewind-on.png) no-repeat;	
}

/* play */
.vp2_html5_rightSidePlaylist.universalBlack .VideoPlay {
	float:left;
	cursor: pointer;
	display: block;
	width: 47px;
	height: 21px;
	margin:1px 0px 0px 0px;
	background: url(images/universalBlack/play-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoPlay:hover {	
    background: url(images/universalBlack/play-on.png) no-repeat;	
}
/* pause */
.vp2_html5_rightSidePlaylist.universalBlack .VideoPause {
	width: 47px;
	height: 21px;
	background: url(images/universalBlack/pause-off.png) no-repeat;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoPause:hover {
	background: url(images/universalBlack/pause-on.png) no-repeat;
}


/*.vp2_html5_rightSidePlaylist.universalBlack video {
	float: left;
}*/

/* buffer */
.vp2_html5_rightSidePlaylist.universalBlack .VideoBuffer {
	position:absolute;
	height: 3px;
	margin: 10px 0px 0px 101px;
	background:#999;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoBuffer .ui-widget-content {  }
.vp2_html5_rightSidePlaylist.universalBlack .VideoBuffer .ui-widget-header { background:#ffffff;  }


/* seek */
.vp2_html5_rightSidePlaylist.universalBlack .VideoSeek {
	float:left;
	cursor: pointer;
	position:relative;		
	height: 3px;
	margin: 10px 0px 0px 15px;
}

.vp2_html5_rightSidePlaylist.universalBlack .VideoSeek .ui-slider-handle {
	display:none;
}

.vp2_html5_rightSidePlaylist.universalBlack .VideoSeek .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_rightSidePlaylist.universalBlack .VideoSeek .ui-slider-range {
	background: #E6A301;
}


/* timer */
.vp2_html5_rightSidePlaylist.universalBlack .VideoTimer {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 4px;
	right:56px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	
}
/* fullscreen */
.vp2_html5_rightSidePlaylist.universalBlack .VideoFullScreen {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 27px;
	height: 18px;
	background:url(images/universalBlack/fullscreen-off.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoFullScreen:hover {
	background:url(images/universalBlack/fullscreen-on.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoFullScreenIn {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 27px;
	height: 18px;
	background:url(images/universalBlack/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoFullScreenIn:hover {
	background:url(images/universalBlack/fullscreen-in-on.png) 0 0 no-repeat;
}


/* volume container */
.vp2_html5_rightSidePlaylist.universalBlack .VolumeAll {
	float:left;
	position: absolute;
	bottom: -1px;
	right: 5px;
	overflow: hidden;
	width: 48px;
	height: 18px;
}

.vp2_html5_rightSidePlaylist.universalBlack .VolumeAll:hover {	
	height: 130px;
	padding-bottom: 8px;
}

/* volume slider */
.vp2_html5_rightSidePlaylist.universalBlack .VolumeSlider {	
	position: relative;
	height: 100px;
	width: 6px;	
	visiblity: hidden;
	opacity: 0;
	background:#333333;
	left: 9px;
	bottom:-15px;
}
.vp2_html5_rightSidePlaylist.universalBlack .VolumeAll:hover .VolumeSlider {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.vp2_html5_rightSidePlaylist.universalBlack .VolumeSlider .ui-slider-handle {
	display:none;	
}

.vp2_html5_rightSidePlaylist.universalBlack .VolumeSlider .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_rightSidePlaylist.universalBlack .VolumeSlider .ui-slider-range {
	background: #E6A301;
}

/* volume button Mute & UnMute*/
.vp2_html5_rightSidePlaylist.universalBlack .VolumeButton {
	position: absolute;
	bottom: 2px;
	padding-right:0px;
	display: block;
	width: 23px;
	height: 18px;
	background: url(images/universalBlack/volume-off.png) no-repeat;
}

.vp2_html5_rightSidePlaylist.universalBlack .VolumeButton:hover {
	background: url(images/universalBlack/volume-on.png) no-repeat;
}

.vp2_html5_rightSidePlaylist.universalBlack .VolumeButtonMute {
	position: absolute;
	bottom: 2px;
	padding-right:0px;
	display: block;
	width: 23px;
	height: 18px;
	background: url(images/universalBlack/volumeMute-off.png) no-repeat;
}
.vp2_html5_rightSidePlaylist.universalBlack .VolumeButtonMute:hover {
	background: url(images/universalBlack/volumeMute-on.png) no-repeat;
}

/*show/hide playlist */
.vp2_html5_rightSidePlaylist.universalBlack .VideoShowHidePlaylist {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right:107px;
	width: 25px;
	height: 18px;
	background: url(images/universalBlack/hide-playlist-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoShowHidePlaylist:hover {	
    background: url(images/universalBlack/hide-playlist-on.png) no-repeat;	
}

.vp2_html5_rightSidePlaylist.universalBlack .VideoShowHidePlaylist_onlyShow {
	background: url(images/universalBlack/show-playlist-off.png) no-repeat;	
}

.vp2_html5_rightSidePlaylist.universalBlack .VideoShowHidePlaylist_onlyShow:hover {	
	background: url(images/universalBlack/show-playlist-on.png) no-repeat;	
}


/* info but */
.vp2_html5_rightSidePlaylist.universalBlack .VideoInfoBut {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right:87px;
	width: 25px;
	height: 18px;
	background: url(images/universalBlack/info-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoInfoBut:hover {	
    background: url(images/universalBlack/info-on.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoInfoBox {
	display:none;
	position: absolute;
	left:10px;
	bottom:22px;
	height:110px;
	overflow:hidden;
	background:url(images/universalBlack/infoBox_bg.png) 0 0 repeat-x;
	padding:0 10px 10px 10px;
	text-align:left;
	overflow:auto;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoInfoBox .movieTitle {
	color:#E6A301;
	font-size:13px;
	font-weight:600;
	padding:10px 0px;
}
.vp2_html5_rightSidePlaylist.universalBlack .VideoInfoBox .movieDesc {
	font-family:'Open Sans', sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}

.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolderWrapper {
	position:absolute;
	background:url(images/universalWhite/empty.png);
	/*height:121px;
	width:100%;*/
	height:100%;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolderVisibleWrapper {
	position:absolute;
	/*width:100%;
	height:121px;*/
	height:100%;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder {
	position:absolute;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF {
	display:block;
	height:95px;
	background:url(images/universalBlack/bgPlaylistUnit.png) repeat-x top left #f2f2f2;
	cursor: pointer;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF  .padding {
	padding:10px;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF .title {
	font: bold 13px 'Open Sans', sans-serif;
	color:#000;
	display:inline-block;
	padding-bottom:5px;
	line-height:16px;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF .reg {
	font: 12px 'Open Sans', sans-serif;
	color:#000;
	line-height:13px;
}

.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbOFF img {
	position:relative;
	float:left;
	margin-right:10px;
}

.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbON {
	background:url(images/universalBlack/bgPlaylistUnitOn.png) repeat-x top left #E6A301;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbON .title {
	color:#92282A;
}
.vp2_html5_rightSidePlaylist.universalBlack .thumbsHolder_ThumbON .reg {
	color:#FFF;
}

/*  scroller start */
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical {
	display:none;
	position:absolute;
	width:6px;
}

.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider { position: relative;}
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 6px; height: 25px; cursor: pointer; background:url(images/universalBlack/scrollerFaceOFF.png) 0 0 no-repeat; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider .ui-slider-handle:hover {  background:url(images/universalBlack/scrollerFaceON.png) 0 0 no-repeat; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }


.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider-vertical { width: 6px; height: 100px; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -25px;; border: 0; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Component containers
----------------------------------*/
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }


/* Corner radius */
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-corner-all {}

/* Interaction states
----------------------------------
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-state-default {background: #000000; }
.vp2_html5_rightSidePlaylist.universalBlack .slider-vertical.ui-state-hover { background: #FFF000;  }
*/
/*  scroller end */

