/*
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 {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/tab_b.png)  repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

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

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

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

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

.tab ul.login li.logout-right {
  	background: url(../images/logout-right.png) no-repeat right 0;
  	height: 42px;
	width: 15px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.backoffice-right {
  	background: url(../images/backoffice-right.png) no-repeat right 0;
  	height: 42px;
	width: 9px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab .login .staticLinks {padding-top: 12px; background: url(../images/logout-bg.png) repeat-x 0 0;}

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

.tab ul.login li a {
	color: #ff6600;
	text-decoration: none;
}

.tab ul.login li a:hover {
	color: #0099ff;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close{
	height: 20px;
	line-height: 20px !important;
	padding-left: 20px !important;
	padding-right: 5px;
	cursor: pointer;
	display: inline-block;
	/* width: 100px; */
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/plus_expand.png) no-repeat left 1px;}
.tab a.close {background: url(../images/minus_contract.png) no-repeat left 1px;}
/*
.tab a:hover.open {background: url(../images/plus_expand.png) no-repeat left -20px;}
.tab a:hover.close {background: url(../images/minus_contract.png) no-repeat left -20px;}
*/

.tab a.flagOpen {
	height: 20px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 20px !important;
	display: inline-block;
	position: relative;
	top: 11px;
}
.tab a.us {background: url(http://rs.xango.com/images/xango4.0/mini_flags/us.gif) no-repeat left 3px;}
.tab a.au{background:url(http://rs.xango.com/images/xango4.0/mini_flags/au.gif) no-repeat left 3px;}
.tab a.at{background:url(http://rs.xango.com/images/xango4.0/mini_flags/at.gif) no-repeat left 3px;}
.tab a.bm{background:url(http://rs.xango.com/images/xango4.0/mini_flags/bm.gif) no-repeat left 3px;}
.tab a.be{background:url(http://rs.xango.com/images/xango4.0/mini_flags/be.gif) no-repeat left 3px;}
.tab a.ca{background:url(http://rs.xango.com/images/xango4.0/mini_flags/ca.gif) no-repeat left 3px;}
.tab a.de{background:url(http://rs.xango.com/images/xango4.0/mini_flags/de.gif) no-repeat left 3px;}
.tab a.es{background:url(http://rs.xango.com/images/xango4.0/mini_flags/es.gif) no-repeat left 3px;}
.tab a.fi{background:url(http://rs.xango.com/images/xango4.0/mini_flags/fi.gif) no-repeat left 3px;}
.tab a.fr{background:url(http://rs.xango.com/images/xango4.0/mini_flags/fr.gif) no-repeat left 3px;}
.tab a.hk{background:url(http://rs.xango.com/images/xango4.0/mini_flags/hk.gif) no-repeat left 3px;}
.tab a.ie{background:url(http://rs.xango.com/images/xango4.0/mini_flags/ie.gif) no-repeat left 3px;}
.tab a.it{background:url(http://rs.xango.com/images/xango4.0/mini_flags/it.gif) no-repeat left 3px;}
.tab a.jp{background:url(http://rs.xango.com/images/xango4.0/mini_flags/jp.gif) no-repeat left 3px;}
.tab a.kz{background:url(http://rs.xango.com/images/xango4.0/mini_flags/kz.gif) no-repeat left 3px;}
.tab a.mx{background:url(http://rs.xango.com/images/xango4.0/mini_flags/mx.gif) no-repeat left 3px;}
.tab a.my{background:url(http://rs.xango.com/images/xango4.0/mini_flags/my.gif) no-repeat left 3px;}
.tab a.no{background:url(http://rs.xango.com/images/xango4.0/mini_flags/no.gif) no-repeat left 3px;}
.tab a.nl{background:url(http://rs.xango.com/images/xango4.0/mini_flags/nl.gif) no-repeat left 3px;}
.tab a.nz{background:url(http://rs.xango.com/images/xango4.0/mini_flags/nz.gif) no-repeat left 3px;}
.tab a.ph{background:url(http://rs.xango.com/images/xango4.0/mini_flags/ph.gif) no-repeat left 3px;}
.tab a.pt{background:url(http://rs.xango.com/images/xango4.0/mini_flags/pt.gif) no-repeat left 3px;}
.tab a.sg{background:url(http://rs.xango.com/images/xango4.0/mini_flags/sg.gif) no-repeat left 3px;}
.tab a.ch{background:url(http://rs.xango.com/images/xango4.0/mini_flags/ch.gif) no-repeat left 3px;}
.tab a.se{background:url(http://rs.xango.com/images/xango4.0/mini_flags/se.gif) no-repeat left 3px;}
.tab a.tw{background:url(http://rs.xango.com/images/xango4.0/mini_flags/tw.gif) no-repeat left 3px;}
.tab a.tt{background:url(http://rs.xango.com/images/xango4.0/mini_flags/tt.gif) no-repeat left 3px;}
.tab a.ua{background:url(http://rs.xango.com/images/xango4.0/mini_flags/ua.gif) no-repeat left 3px;}
.tab a.uk{background:url(http://rs.xango.com/images/xango4.0/mini_flags/uk.gif) no-repeat left 3px;}
.tab a.gb{background:url(http://rs.xango.com/images/xango4.0/mini_flags/uk.gif) no-repeat left 3px;}
.tab a.ru{background:url(http://rs.xango.com/images/xango4.0/mini_flags/ru.gif) no-repeat left 3px;}




/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /* position: relative; */   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	/*height: 400px;*/
	color: #999999;
	background-color: #F9F9F9;
	/*background: url(../images/tab_bg.png) repeat-x left top;*/
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #ff6600;
}



#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #ff6600;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: #ff6600;
}

#panel a.lost-pwd, #panel a.registerLink {
	display: inline-block;
	float: left;
	width: 150px;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 600px;
	float: left;
	padding: 0 15px;
	
}

#panel .content .right {
	width: 360px;
	float: left;
	margin-left: -50px;
	padding: 10px;
	background: #eee;
	margin-bottom: 20px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#panel .marketFlagSelect {
	background: none;
	border: none;
	padding: 0;
	margin:0;
}

#panel .marketFlagSelect {float: left;}
#panel .marketFlagSelect ul li:hover{background: #eee;}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
	color: #333;
}

#panel .content input.field {
	border: 1px #ccc solid;
	background: #eee;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: 333;
	height: 16px;
}

#panel .content input:focus.field {
	background: #eee;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
/* 	height: 24px; */
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	/*
width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
*/
	padding: 5px 10px; 
	background: #ccc;
	border: 1px solid #aaa;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-shadow: #fff 0px 1px 1px;
}
#panel .content input.bt_login:hover {background: #eee;}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	padding: 15px 5px 0 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#rightForm {
/* 	background: url(../images/280px_03.png) repeat-y left top; */
	padding: 0 15px;
}
#rightForm h1 {font-size: 20px;}
#rightTop {
/* 	background: url(../images/280px_01.png) repeat-y left top; */
/* 	height: 19px;	 */
display: none;
}
#rightBottom {
/*
	background: url(../images/280px_05.png) repeat-y left top;
	height: 29px;
	margin-top: -20px
*/
display: none;
}
#mxomxo {color: #700; font-weight: bold;}
#mxomxo:hover {color: #f60; font-weight: bold;}
