/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top, #logintopleft, #logintopright {
  	background: url(/static/img/login/login_top.png) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
	line-height: 38px;
	margin: 0;
	right: 10px;
  	color: #000;
  	font-size: 12px;
	text-align: center;
  	background: url(/static/img/login/login_r.png) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(/static/img/login/login_l.png) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(/static/img/login/login_m.png) repeat-x 0 0;
}

#top ul.login li a {
	color: #000;
}

#top ul.login li a:hover {
	color: #666;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: #333333;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	background-image:url(/static/img/login_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

#login a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#login a:hover {
	color: #666;
	text-decoration:underline;
}

#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 450px;
	float:left;
	text-align:left;
	padding-left: 60px;
	padding-top: 15px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	color: white;
	padding:2px;
	height: 18px;
	width: 130px;
	
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 24px;
	margin-top: 3px;
	margin-right: 70px;
	display:block;
	float:right;
	cursor: pointer;
	border: none;
	background-image: url(/static/img/login/button_login.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(/static/img/login/button_close.png) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: #000;
}

#login .loginClose a:hover {
	background: url(/static/img/login/button_close.png) no-repeat right -20px;
	color: #666;
}




.loginDashboard{
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 60px;
	padding-left:10px;
	vertical-align:bottom;
}

.loginDashboard .icon{
	height: 40px;
	padding-left:30px;
	padding-right:30px;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color:#000;
	cursor: pointer;
	text-align: center;
}

.loginDashboard a:hover{
	color:#eee;
	text-decoration:underline;
}




#popupbox .tl{
	background-image: url(/static/img/popup/tl.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
} #popupbox .tr{
	background-image: url(/static/img/popup/tr.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}  #popupbox .middle, #popupbox .right, #popupbox .left, #popupbox .tm, #popupbox .bm{
	background-color: white;
} #popupbox .bl{
	background-image: url(/static/img/popup/bl.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;	
} #popupbox .br{
	background-image: url(/static/img/popup/br.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
} #popupbox .middle{
	color: black;
	font-family: arial;
	font-size: 11px;
}

#popupbox .menu tr td{
	height: 35px;
	width: 33%;
	border: 1px solid #ddd;
	background-image: url(/static/img/bar_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#popupbox .grid .header td{
	height: 20px;
	background-color:#efefef;
	color: #808080;
	font-size: 10px;
}


#popupbox input[type="text"]{
	width: 40px;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px;
	text-align: center;
}

#popupbox .grid tr td{
	border: 1px solid #efefef;
	height: 30px;
}

#popupbox .grid .subtotal td{
	background-color: #eaeaea;
	font-weight: bold;
	height: 24px;
}

#popupbox .grid .subtotal2 td{
	background-color: #e1e1e1;
	font-weight: bold;
	height: 24px;
}
#popupclose{
	height: 41px;
	width: 41px;
	background-image: url(/static/img/close.png);
	float:right;
	display:block;
	position: absolute;
	right: -10px;
	top: -15px;
	cursor:pointer;
	background-repeat: no-repeat;
	
}
.noproduct{
	border: 1px solid #ddd;
	height: 200px;
	line-height: 200px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
}

#popupbox input[type="submit"]{
	width: 150px;
	height: 30px;
	display:block;
	cursor: pointer;
	border: none;
	background-image: url(/static/img/button_update.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

