<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.componentPlaylist{
	clear:left;
}

.apvw-pagination{
	clear:both;
}

.playlistItem{
	position:relative;
	float:left;
	overflow:hidden;
	display:none;
}




.playlistThumb {
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
.thumbPreloader{
	position:absolute;
	width:100%;
	height:100%;
	background:#000 url('../data/loading.gif') no-repeat center center;
	display:none;
}
.youtubeIframePreview{
	position:absolute;
	width:100%;
	height:100%;
}
.flashPreview{
	position:absolute;
	width:100%;
	height:100%;
	outline:none;
}
.thumb_vid{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
}
.hitdiv{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}





/* icons */
.ap_wall_ic_hold{
	position:relative;
	top:-50px;
	right:0px;
	display:block;
	width: 50px;
	height: 50px; 
	float:right;
	margin-left:1px;
}
.ap_wall_ic_link{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/link.png') no-repeat center center;
}
.ap_wall_ic_link:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/link.png') no-repeat center center;
}
.ap_wall_ic_rem{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/remove.png') no-repeat center center;
}
.ap_wall_ic_rem:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/remove.png') no-repeat center center;
}
.ap_wall_ic_exp{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/expand.png') no-repeat center center;
}
.ap_wall_ic_exp:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/expand.png') no-repeat center center;
}

.ap_wall_title{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;   
	position:absolute;
	top:169px;
	left:0px;
	width:100%;
	color:#eee;
	padding:5px 10px;
	background: #000; 
	background: rgba(0,0,0,0.3);
	overflow:hidden;
}
.ap_wall_title p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin:0 !important;
	color: inherit!important;
}
/* end icons */




/* tooltip */
.apw_tooltip{
	position:absolute;
	top:0px;
	left:0px;
	width:320px;
	height:230px;;
	background:#333;
	pointer-events:none;
	overflow:hidden;
	z-index:10000;
	
	-moz-box-shadow: 3px 3px 5px #111;
	-webkit-box-shadow: 3px 3px 5px #111;
	box-shadow: 3px 3px 5px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');
	
}
.apw_tooltip_vid{
	position:absolute;
	top:10px;
	left:10px;
	width:300px;
	height:369px;
	background:#111;
}
.tooltipInfo {
	position:absolute;
	left:10px;
	top:185px!important;
	width:300px;
	height:50px;
	overflow:hidden;
}
.tooltipTitle {
	color:#fff;
	-webkit-font-smoothing: antialiased;
}
.tooltipTitle p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit!important;
	margin:0!important;
	padding:0!important;
	font-size:15px!important;
	line-height:15px!important;
}
.tooltipContent {
	position:relative;
	top:7px;
	color:#666;
	overflow:hidden;
}
.tooltipContent p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit!important;
	margin:0!important;
	padding:0!important;
	font-size:11px!important;
	line-height:11px!important;
}
/* end tooltip */



/* zoom */
.vwzoom {
	-webkit-transition: width 500ms, height 500ms, margin 500ms;
	-moz-transition: width 500ms, height 500ms, margin 500ms;
	-o-transition: width 500ms, height 500ms, margin 500ms;
	-ms-transition: width 500ms, height 500ms, margin 500ms;
	transition: width 500ms, height 500ms, margin 500ms;
}
/* end zoom */



/* thumb image inside playlistThumb div. */
.thumb{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
}
.hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
}
.visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	-ms-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}



.preloader{
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
}




/* search */
.videoSearch{
	position: relative;
	float:left;
	top:0px;
	left:0px;
	max-width:300px;
	z-index:10;
	font-size: 13px;
	color:#eee;
}
.api_panel_title_wrap{
	position: relative;
	top:0px;
	height:30px;
	min-width:180px;
	width:100%;
	background:#333333;
	line-height:30px;
	float:left;
}
.api_panel_title p{
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	color:#ccc;
	margin:0;
}
.toggle_search {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	background: url('../data/icons/open.png') no-repeat center center;
}
.toggle_search_close {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	background: url('../data/icons/close.png') no-repeat center center;
}
.api_panel_wrap * {
	padding:0;
}
.api_panel_wrap table {
	background:none;
}
.api_panel_wrap{
	position: relative;
	top:1px;
	padding: 10px;
	background:#333;
	float:left;
	clear:both;
	display:none;
}
.api_panel_wrap table{
	margin:0 0 5px 0; 
	border:0!important;
	width:auto!important;
}
.api_panel_wrap input, .api_panel_wrap select { 
	margin:0px !important; 
	width:100%;
}
.ap_mess{ 
	width:100px!important; 
	border:none!important; 
	text-align:left!important;
}
.ap_inp{ 
	border:none!important; 
}
.ap_api_execute{
	margin:0; 
}
.ap_hap_error{
	color: #f44;
}
/* end search */




</pre></body></html>