/*
	"THEMES PANEL" FOR FILES PREVIEW AT ENVATO 
	Author: http://themeforest.net/user/navigator
*/
#themes_panel {
	position:fixed;
	top:150px;
	z-index:9999;
}

#themes_menu {
	padding:4px 10px 0 14px;
	float:left;
	width:130px;
	color:#555;
	background:#FFF;
	box-shadow:0px 1px 3px rgba(0,0,0,.3);
}

#themes_menu .segment {
	padding:12px 0;
	margin-bottom:0;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
}

#themes_menu .segment.noborder { border:none; }

#themes_menu ul.buttons {margin:4px 0 0 0;}

#themes_menu ul.buttons li {float:left;}

#themes_menu ul.buttons li a {
	display:block;
	margin:0 5px 5px 0;
	padding:1px;
	line-height:0px;
	box-shadow:0px 1px 2px #eee;
}

#toggle_button {
	margin-top:20px;
	margin-left:-2px;
	padding:0px;
	float:left;
	width:38px;
	height:38px;
	background-color:#FFF;
	background:url(../themes_panel/themes_panel.png) #FFF no-repeat 4px 5px;
	box-shadow:1px 1px 2px rgba(0,0,0,.1);
}

#toggle_button a {
	display:block;
	padding:18px 0px;
}

a.reset_btn { color:#555; padding-left:35px; }
a.reset_btn:hover { text-decoration: none; }



