
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(/images/slidedown_bottom_bg.png) repeat-x 0 0;
	height: 45px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 45px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 10px;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(/images/slidedown_menu_left_bg.png) no-repeat left 0;
  	height: 45px;
	width: 12px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/images/slidedown_menu_right_bg.png) no-repeat left 0;
  	height: 45px;
	width: 11px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px 0 15px;
	display: block;
	float: left;
	height: 45px;
  	background: url(/images/slidedown_menu_center_bg.png) repeat-x 0 0;
}



.tab ul.login li a {
	color: #fff;
	font-size: 10px;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#fff}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-right: 60px !important;
	display: block;
	position: relative;
	top: 11px;
	cursor: pointer;
}


.tab a.open {background: url(/images/button_open.png) no-repeat right;}
.tab a.close {background: url(/images/button_close.png) no-repeat right;}

/*
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
*/


/* ==== sliding panel ===== */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 80px;
	color: #fff;
	background: #9e1c20;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}


#panel .panel_login {
	height: 80px;
	background: url(/images/login_light.png) no-repeat top center;
	margin:0 auto;
	width:640px;
	padding-top:10px;
	position: relative;	
}

#login_input_user{
	width: 170px;
	height: 27px;
	border: 0px solid;
	background: transparent url(/images/input_login_username.png) no-repeat;
	padding: 7px 0 0 15px;
	font-size: 10px;
	color: #787878;
}

#login_input_password{
	width: 99px;
	height: 25px;
	border: 0px solid;
	background: transparent url(/images/input_login_password.png) no-repeat;
	padding: 7px 0 0 15px;
	font-size: 10px;
	color: #787878;
}

#login_send_button{
	/*display: block;*/
	width: 35px;
	height: 18px;
	border: 0 solid;
	background: url(/images/button_login.png) no-repeat;
	text-indent: -9999px;
	color: #fff;
	outline: 0 none;
	cursor: pointer;
	margin-left: -15px;	
}

.panel_login #panel_registration{
	bottom:20px;
	color:#FFFFFF;
	font-weight: bold;
	left:108px;
	position:absolute;
}
.panel_login #panel_profile{
	color:#FFFFFF;
	font-weight: bold;	
	display: block;
	float: left;
	width: 210px;
	margin: 20px 0px 0px 0px;
}
.panel_login #panel_mufeltoltes{
	color:#FFFFFF;
	font-weight: bold;	
	display: block;
	float: left;
	width: 210px;
	margin: 20px 0px 0px 0px;
}
.panel_login #panel_logout{
	color:#FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	width: 210px;	
	margin: 20px 0px 0px 0px;
}