.body {
	padding:0;
	border: 0px #ccc solid;
	position: fixed;
	
	

}

a:focus {
	outline: none;
}
.left{
	float:left;  
	width:200px;
}

.panel{
	width:0px;
	height: 140px;
	overflow:hidden;
	

}

.panel.not-color {
	background-color: rgba(255, 255, 255, 0); 
	border-radius: 0px;
}

.left .slide {
	border-left:solid 0px #aaa; 
	margin: 0;
	padding: 0;
	background: url(/data/image/strelka.png) no-repeat left center;
	background-size: 38px 38px;
	height: 140px;
	width:38px;
	float:left;
	
	
	
	
}
.left .panel{
	float:left;
		
		    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.left .btn-slide {

	text-indent: -9000%;
	display: block;
	height: 140px;
	width:38px;
}


.left .active {
	background: url(/data/image/strelka.png) no-repeat left center;
	background-size: 38px 38px;
	transform: rotate(180deg);
}


.panel ul {
	list-style:none;
	border-bottom:0px solid #333;
	padding:10px;
	margin:0;
}

.panel ul a{
	
	color: #333;
	white-space: nowrap;
}


.opacity-none{
	opacity: 0;
	
}