*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

a{ 
	text-decoration: none; 
}

body {
	background-color:#e3e3e3; /*main bg color b4 #222 */
}



/* wrapper for component */
#componentWrapper{
	position:relative;
	top:10px;
	max-width:1060px;/*640*/
	height:100%;
	margin:0 auto;
}

.componentPlaylist{
	clear:left;
}

.apvw-pagination{
	clear:both;
}

#playlist_list{
	display:none;
}





.playlistItem{
	position:relative;
	float:left;
	overflow:visible;
	display:none;
}


/* zoom */
.playlistThumb {
	position:absolute;
	background:#111;
}
.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 */


.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:#e3e3e3; /*#000*/
}
.hitdiv{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}










/* thumb image inside playlistThumb div. */
.thumb{
	position:absolute;
	top:5px; /*thumb top spacing */
	left:5px; /*thumb bottom spacing */
	display:block;
	width:100%;
	height:100%;
}
.hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.visible {
	opacity: 1; 
	filter: alpha(opacity=100); 
}






.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;
}



#inline-1{
	display:none;
}





/* search */
.videoSearch{
	position: relative;
	float:left;
	top:0px;
	left:0px;
	max-width:400px;
	z-index:10;
	font-family: sans-serif;
	font-size: 13px;
	color:#eee;
}
.api_panel_title_wrap{
	position: relative;
	top:0px;
	height:30px;
	min-width:180px; /*180*/
	width:100%;
	background:#2D2D2D;
	line-height:30px;
	float:left;
	border:1px solid #515151;
}
.api_panel_title p{
	line-height:30px;
	padding-left:10px;
	color:#ccc;
}
.api_panel_wrap{
	position: relative;
	top:1px;
	padding: 10px;
	background:#333; /*search box color*/
	float:left;
	clear:both;
	display:none;
}
.api_panel_wrap table{
	margin:0 0 5px 0; 
	border:0!important;
	width:auto!important;
}
.ap_mess{ 
	width:100px!important; 
	border:none!important; 
}
.ap_inp{ 
	width:100px!important; 
	border:none!important; 
}
.api_panel_wrap * {
	padding:0!important;
}

	 
.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;
}
.ap_hap_error{
	color: #f44;
}
/* end search */