/** 4.3 SMARTYTHEME CONSOLE */

.fclear{
	clear: both;
}

#smartytheme_console_btn{
	position: relative;
	float:right;
	z-index: 1000000;
	top: 0;
	cursor: pointer;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1;
	font: normal 13px/28px sans-serif;
	color: #ccc;
	text-shadow: #444 0 -1px 0;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	padding: 0 10px;
	white-space: nowrap;
}

#smartytheme_console_btn:hover{
	color: #fafafa;
	background: #222;
}

#smartytheme_console_btn.smth_enabled{
	background-color: #911111;
}

#smartytheme_console{
	background-color: #464646;
	color: #ddd;
	padding: 10px 0;
	display: none;
	position: fixed;
	top:28px;
	left:0;
	width:100%;
	z-index: 99998;
	font: normal 13px/20px sans-serif !important;
}

#smartytheme_console > ul{
	display:none;
}
#smartytheme_console > ul > li{
	display: block;
	width: 100%;
}

#smartytheme_console > ul > li > span{
	min-width: 40px;
	display: inline-block;
}

#smartytheme_console span a{
	color:#EEE;
}

#smartytheme_console a.private{
	color:#F00;
}

#smartytheme_console .smth_top{
	float: left;
	margin-right: 50px;
	
}
#smartytheme_console .smth_count{

	}
#smartytheme_console .smth_box{
	
}

#smartytheme_console button{
	width: 60px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	padding: 0;
	margin: 0 10px;
	font-size: 14px;
}

@media only screen and (max-width:960px){
	#smartytheme_console,
	#smartytheme_console_btn{display: none !important;}
}