/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {slideContent: ".";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 */
#toppanel .tab {
	height: 23px;
	position: relative;
    top: 0px;
    z-index: 999;
	width:1000px;
	margin:0 auto;
}

#toppanel .tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 23px;
	width: auto;
  	font-weight: bold;
	line-height: 23px;
	margin: 0 0 0 0;
	right: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

#toppanel .tab ul.login li.left {
  	background: url(/static/interface/img/loginSlider/tab_l.png) no-repeat left 0;
  	height: 23px;
	width: 17px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#toppanel .tab ul.login li.right {
  	background: url(/static/interface/img/loginSlider/tab_r.png) no-repeat right 0;
  	height: 23px;
	width: 17px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#toppanel .tab ul.login li {
  	padding: 0 6px;
	display: block;
	float: left;
	height: 23px;
  	background: url(/static/interface/img/loginSlider/tab_m.png) repeat-x 0 0;
}

#toppanel .tab ul.login li a {
	color: #fff;
	text-decoration:none;
}

#toppanel .tab ul.login li a:hover {
	color: white;
	text-decoration:underline;
}

#toppanel .tab .sep {color:#414141}

#toppanel .tab a.open,
#toppanel .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 0px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 1px;
}

/*#toppanel .tab a.open {background: url(/static/interface/img/loginSlider/bt_open1.png) no-repeat left 0;}
#toppanel .tab a.close {background: url(/static/interface/img/loginSlider/bt_close1.png) no-repeat left 0;}
#toppanel .tab a:hover.open {background: url(/static/interface/img/loginSlider/bt_open1.png) no-repeat left -19px;}
#toppanel .tab a:hover.close {background: url(/static/interface/img/loginSlider/bt_close.png) no-repeat left -19px;}*/

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  slideContent */
    /*position: relative;*/   /*Panel will "push" the slideContent down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
	margin: 0 auto;
	/width: 1000px;
}

/*кнопки*/

#toppanel .btn {
	border:0;
	background:none;
	padding:0;
	cursor:pointer;
	white-space:nowrap;
	height:21px;
	overflow:visible;
	line-height:normal;
}
#toppanel .btn span.l, #toppanel .btn span.r { height:20px;display:block;white-space:nowrap;font-family:Verdana;color:#fff;font-weight:bold;font-size:10px; }
#toppanel .btn span.l { 
	background: url( '/static/interface/img/green-btn-l.png' ) 0 0 no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/interface/img/green-btn-l.png',sizingMethod='crop');
	padding:0 0 3px 10px;
	margin-right:5px;
	_padding:0 5px 3px 10px; 
}
#toppanel .btn span.r { background: url( '/static/interface/img/green-btn-r.gif' ) right 0 no-repeat;height:20px;padding:3px 10px 3px 0;margin-right:-5px; }

#toppanel .btn {
	float: left !important;
	margin: 10px 0 0 -1px !important;
}
	#toppanel .btn span.r {
		background: transparent url(/static/interface/img/green-btn-r-gray.gif) no-repeat scroll right 0 !important;
	}

#panel form li,
#panel ol.profile li {
	border-bottom: 1px solid #dbdbdb;
	list-style: none;
	/margin-left: -15px;
	overflow: hidden;
	padding: 7px 15px;
	_zoom:1;
}
#panel form li label {
	/width: 200px;
}


#panel {
	height: 240px;
	color: #999999;
	background: #222222;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	margin:0 auto;
	width:1000px;
	border-bottom:2px solid #67900C;
}

#panel h1, #panel .h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #F96604;
}

#panel a:hover {
	text-decoration:underline;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .slideContent {
width:935px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;

}

#panel .slideContent .left {
	width: 260px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .slideContent .right {
	border-right: 1px solid #333;
}

#panel .slideContent form {
	margin: 0 0 10px 0;
}

#panel .slideContent label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .slideContent input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 14px;

	padding:1px 6px; 
	
	/*-moz-border-radius:9px; -khtml-border-radius:9px; -webkit-border-radius:9px; */
	
	outline:none;

}
/*
#panel .slideContent input.field:hover {
	border: 1px #1A1A1A solid;
	background: #F96604;

}

#panel .slideContent input:focus.field {
	background: #F96604;
}
*/
/* BUTTONS */
/* Login and Register buttons */
#panel .slideContent input.bt_login,
#panel .slideContent input.bt_register {
	display: block;
	float: left;
	clear: left;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	cursor:pointer;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 1em;
	text-decoration: underline;
}

/* -------------------------- */

#panel .slideContent li {
	padding: 0;
	border: 0 none;
}


#panel .slideContent label,
#panel .slideContent input.field {
	float: left;
}

#panel .slideContent label {
	width: 210px;
}

#panel .slideContent input.field {
	width: 175px; /*190 px;*/
}

#panel .slideContent .alert {
	margin-top: 5px;
}

#panel .slideContent .active {
	background: none;
}

/*#panel .slideContent input.active,
#panel .slideContent .field:hover {
	border: 1px #1A1A1A solid;
	background: #999;
}*/

#panel .slideContent label {
	padding: 8px 0 0 0;
	line-height: 1.2em;
	color: #999;
	font-size: 10px;
}

#panel .tip {
	margin: 5px 0 0;
}

#panel #loginForm .correct { display: none; }

#panel input { width: auto; }
/* -------------------------- */

#toppanel label {
	width:100px;
}
.lavaLamp-module ul.fl li {
	clear:none;
	float:left;
	margin:10px 20px;
}
#formPA fieldset label { width:250px;margin:0; }
#formPA ol li { padding:15px 100px 15px 100px; }
.atention {
	background-color:#FCFFA1;overflow:hidden;margin:0 0 10px 0;padding:10px 10px 0;
}



#loginForm2 .text,
#loginForm2 label {
	width: 218px;
}
#info_old_account {
	text-align:left;
	height:215px;
	position:absolute;
	width:940px;
	font-size:10px;
	padding: 0 30px;
}

#info_old_close {
	position: absolute; 
	right:15px;
	top:0px;
	/*background:url("../img/x.png") 0 0 no-repeat;*/
	background: url("../img/loginSlider/bt_close2.png") no-repeat scroll left 0 transparent;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
