﻿#top_panel {
	background:#323232 url(../images/patterns/8.png) repeat;
	width: 100%;
	height: 40px;
	margin: -50px 0 0;
	border-bottom:5px #0f0f0f solid;
}

#panel {
	position: relative;
	margin: 0 auto;
}

#panel p {
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	color: #CDCDCD;
	text-shadow: 1px 1px 0 #000;
	margin: 0;
	float:left
}
.langs{
	float:right;
	line-height: 40px;
	margin-right:50px;
}
.langs span{
	float:left;
	
}
.langs span a{
	padding:0px 5px;
}
#panel p a , .langs span a{
	color: #0dabfc;
	text-shadow: 1px 1px 0 #2f1f00;
	text-decoration: none;
}

#panel p a:hover , .langs span a:hover{
		color: #9efaf9;

}

#panel .close {
	position: absolute;
	background: url(../images/panel_close.png) no-repeat;
	width: 28px;
	height: 28px;
	right: 0px;
	top: 6px;
	opacity: 0.7;
}

#panel .close:hover {
	opacity: 1;
}

#panel .open {

	background: url(../images/panel_open.png) 0 0px no-repeat;
	position: absolute;
	z-index: 99;
	top: -66px;
	display:none;
}
