/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/

/* Panel Tab/button */
.tab {
	border-bottom:1px solid #564b8b;
    top: 0;
	left: 0;
    z-index: 999;
}

.tab-content { margin:auto; width:980px; position:relative; }

.tab .login-box {
	display: block;
	position:absolute;
	width: auto;
  	font-weight: bold;
	margin: 0;
	right:0px;
	top:0px;
  	color:#fff;
  	font-size:12px;
	text-align: center;
	background: url(../images/tab-panel.jpg) 0px top repeat-x;
	border:1px solid #564b8b;
	border-top:none;
	-webkit-border-radius	:0px 0 10px 10px;
	-moz-border-radius		:0px 0 10px 10px;
	border-radius			:0px 0 10px 10px;
	box-shadow				:0px 0px 10px #120747;
	webkit-box-shadow		:0px 0px 10px #120747;
	-moz-box-shadow			:0px 0px 10px #120747;
	overflow:hidden;
	padding:5px;			
}

.tab ul.login {
  	font-weight: bold;
	margin: 0;
  	color:#fff;
  	font-size:12px;
	text-align: center;
	background: url(../images/login.png) 0px center no-repeat;
	padding:5px 5px 5px 50px;
	list-style:none;			
}

.tab ul.login li
{
 	text-align: left;
  	margin:5px;
	display: block;
}

.tab ul.login li a { color:#98ee00; }
.tab ul.login li a:hover { color:#fff; }
.tab a.open, .tab a.close {
	padding-left: 20px !important;
	cursor: pointer;
	display: block;
}
.tab #toggle { 	height:14px; line-height:14px; }
.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -14px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -14px;}

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

#panel 
{
	width: 100%;
	height: auto;
	color: #AEA3E3;
	background: url(../images/panel.jpg) 0px top repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel .action {
	margin:0;
	padding:0;
	list-style:none;

}
#panel .action a		{ display:inline-block; padding:5px 5px 5px 30px; }
#panel .ico-order		{ background: url(../images/order.png) 0px center no-repeat; }
#panel .ico-return		{ background: url(../images/return.png) 0px center no-repeat; }
#panel .ico-slip		{ background: url(../images/slip.png) 0px center no-repeat; }
#panel .ico-addrbook	{ background: url(../images/addrbook.png) 0px center no-repeat; }
#panel .ico-userinfo 	{ background: url(../images/userinfo.png) 0px center no-repeat; }
#panel .ico-voucher		{ background: url(../images/voucher.png) 0px center no-repeat; }
#panel .ico-logout 		{ background:url(../images/logout.png) 0px center no-repeat; }
#panel .lost-pwd {
	display: block;
	float:left;
	margin:10px 0 0 0;
	padding-left:19px;
	font-size:11px;
	text-decoration:underline;
	background:transparent url(../images/mail.png) 0px center no-repeat;
	line-height:16px;
}


#panel .box-connected ul { overflow:hidden; }
#panel .box-connected .action li { float:left; width:50%; margin:0; padding:0; list-style:none; }
#panel .box-connected {
	width:580px;
	float:left;
	padding: 0 10px 0 15px;
	height:150px;
	border-right:none;
    border-left: 1px solid #564b8b;	
}
#panel h1 {
	font-size:22px;
	margin: 5px 0 15px 0;
	padding: 0;
	color:#fff;
	line-height:normal;
	background:none;
	height:auto;
	text-shadow: 0 1px 0 #000;	
}
#panel h1 a { color:#fff !important; }
#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:#98ee00;
}

#panel a:hover {
	color:#fff;
}
#panel .box-connected a {
	text-decoration:none;
	color:#fff;
}
#panel .box-connected li a {
	text-decoration:none;
	color:#fff;
	font-family: ubuntu_c;
    font-size: 14px;	
}

#panel .box-connected a:hover {
	color:#98ee00;
}


#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 950px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	background: transparent url(../images/bg_light.png) center top no-repeat;	
}




#panel .content .box {
	width: 280px;
	float: left;
	padding: 0 10px 0 15px;
	height:150px;
	border-right: 1px solid #120747;
    border-left: 1px solid #564b8b;	
}

#panel .content .left {
	background: transparent url(../images/user.png) left center no-repeat;
	border-right: 1px solid #120747;
    border-left:none;
    padding:0 10px 0 145px;
    width:180px;			
}
#panel .content .left p { margin:15px 0; font-size:12px; }
#panel .content .center {
border-right: 1px solid #120747;
    border-left: 1px solid #564b8b;	
}
#panel .content .right {
border-right:none;
    border-left: 1px solid #564b8b;	
}

#panel .content form {
	margin:0;
	width:auto;
}

#panel .content label {
	width:100px;
	display: block;
	text-align:left;
	font-size:14px;
	color:#fff;
	font-family: ubuntu_c;	
	line-height:27px;
	float:left;
}

#panel .content input.field { 
	-webkit-border-radius	:5px;
	-moz-border-radius		:5px;
	border-radius			:5px;
	padding:5px; 
	text-decoration:none;
	font-size:12px;
	outline:none;
	/*background:#2d2262;*/
	background: url(../images/panel.jpg) 0px center repeat-x;	
	border:1px solid #564b8b;
	color:#EEE;
	box-shadow: inset 0 2px 4px #222222;
	-webkit-box-shadow: inset 0 2px 4px #222222;
	-moz-box-shadow: inset 0 2px 4px #222222;
	margin:0;
	width:163px;
}
#panel .content input:hover.field,
#panel .content input:focus.field	{ 
	border:1px solid #aea3e3;
	background:#453a7a;
	background: url(../images/panel.jpg) 0px bottom repeat-x;		
	box-shadow: inset 0 2px 4px #111111;
	-webkit-box-shadow: inset 0 2px 4px #111111;
	-moz-box-shadow: inset 0 2px 4px #111111;	
}
#panel .content .info	{ height:27px; font-size:11px; }
#panel .content .submit-line { clear:both; margin-top:10px; overflow:hidden; }
/*
#panel .content input.field, .field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}
*/
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: right;
}

#panel .content input.bt_login,
#panel .content input.bt_register { 
	width:auto !important;
	font-weight:bold;
	padding:4px 10px;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	background:url(../images/bt.png) transparent 0px 0px repeat-x;
	-moz-border-radius		:5px;
	-webkit-border-radius	:5px;
	border-radius			:5px;
	box-shadow				:0px 0px 3px #000000;
	-webkit-box-shadow		:0px 0px 3px #000000;
	-moz-box-shadow			:0px 0px 3px #000000;
	border:1px solid #98ee00;
	color:#ffffff;
	text-shadow:0 0 2px #000000;
	overflow:hidden;
	margin:5px;
 }
#panel .content input.bt_login:hover,
#panel .content input.bt_register:hover,
#panel .content input.bt_login:focus,
#panel .content input.bt_register:focus	{ background:url(../images/bt.png) transparent 0px -24px repeat-x;  }

