
/* Login Panel */
#top {
  	background: url(images/login_top.gif) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 10px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.gif) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(images/login_l.gif) 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(images/login_m.gif) repeat-x 0 0;
}

#top ul.login li a {
	color: #B9621D;
	text-decoration: none;
	font-size: 11px;
}

#top ul.login li a:hover {
	color: #000000;
	text-decoration: underline;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #4d342d;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

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

#login .loginContent {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding-top: 6px;
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
}

#login .loginContent ul, #login .loginContent ul li { padding: 0; margin: 0; }
#login .loginContent ul li { display: inline; }
#login .loginContent ul li a { margin: 0 10px; }


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

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

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}