*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

a{ 
	text-decoration: none; 
}

body {
	background-color:#fff;
}

*{
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
}





#mainWrapper{
	margin-top:35px;
}







/* playlist */
#playlist_list{
	display:none;
}
.playlistNonSelected{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:300px;
	height:225px;
	background:#181818;
	margin-bottom:15px;
	margin-right:15px;
	overflow:hidden;
}
.hitdiv{
	position:absolute;
	left:-10000px;
}
.playlistThumb {
	position:relative;
	top:0px;
	left:0px;
	width:300px;
}
.playlistThumb .thumb{
	display:block;
	width:300px;
}
.playlistInfo {
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	height:225px;
	background:rgba(0, 0, 0, 0.5);
	padding:15px;
}
.playlistTitle {
	color:#0CF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
}
.playlistContent {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: 400; 
}








/* search */
#videoSearch{
	position: absolute;
	top:0px;
	left:0px;
	max-width:270px;
	z-index:1000;
	
	font-family: sans-serif;
	font-size: 13px;
	color:#eee;
	
}
#api_panel_title_wrap{
	position: relative;
	top:0px;
	height:30px;
	min-width:180px;
	width:100%;
	background:#2D2D2D;
	line-height:30px;
	float:left;
	border:1px solid #515151;
	
}
#api_panel_title p{
	padding-left:10px;
}
#api_panel_wrap{
	position: relative;
	top:1px;
	padding: 10px;
	background:#333;
	float:left;
	clear:both;
	display:none;
}
#ap_api_query_v {
     width: 100%; 
}
.api_btn span{
	position:absolute;
	background:#555;
	padding:5px 10px;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#222222');
	
}
.apiPreloader{
	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:999;
	opacity:0.7;
	display:none;
}
.ap_hap_error{
	color: #f44;
}
.toggle_search {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	background: url('../data/icons/search_open.png') no-repeat center center;
}
.toggle_search_close {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	background: url('../data/icons/search_close.png') no-repeat center center;
}