/* user-nav (email, register, login)
--------------------------------------------- */
#submenu {
	background-color:#333333;
	float:left;
	height:22px;
	padding:6px 0 0 20px;
	width:960px;
}
#submenu h1 {
	float:left;
	color:#FFF;
}
#top_bar {
	clear:both;
}
#user-nav {
	float:right;
	line-height:12px;
	position:relative;
}
#user-nav li {
	display:inline;
}
#user-nav li:hover {
	background:#1a191a;
}
#user-nav a {
	color: #fff;
	font-size:11px;
	font-weight:bold;
	padding:7px 16px 7px 18px;
}
#user-nav a:hover {
	background:#1a191a;
}
#user-nav a.expanded {
	background:#1a191a;
}
#user-nav a#newsletter {
	padding-left:24px;
	padding-right:24px;
}

/* newsletter
--------------------------------------------- */
#newsletter_popup {
	background:#1a191a;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	padding:20px;
	position:absolute;
	right:0;
	display:block;
	clear:both;
	width:242px;
	z-index:100;
	display:none;
}
#newsletter_popup label, #newsletter_popup p {
	display:block;
	color:#FFF;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding-bottom:10px;
}
#newsletter_popup p.hidden{display:none;}
#newsletter_popup input#mailinglist_email {
	width:240px;
	margin-bottom:20px;
	border:none;
	padding:3px 0 3px 3px;
	font-size:11px;
}
#newsletter_popup input#signup-submit {
	background:#4cb110;
	color:#000;
	border:none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding:6px 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
	margin-right:20px;
}
#newsletter_popup input#signup-submit:hover {
	background:#99cc00;
}
#newsletter_popup input#signup-cancel {
	background:#ff6600;
	color:#000;
	border:none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding:6px 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
}
#newsletter_popup input#signup-cancel:hover {
	background:#ffa200;
}
#newsletter_popup p.input-buttons {
	text-align:right;
}

/* register
--------------------------------------------- */

#register_popup {
	background:#1a191a;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	padding:20px;
	position:absolute;
	right:0;
	width:340px;
	z-index:100;
	display:none;
}
#register_popup label {
	display:block;
	color:#FFF;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding-bottom:10px;
}
#register_popup p {
	float:left;
	width:45%;
	padding-bottom:20px;
}
#register_popup p.hidden{display:none;}
#register_popup div.textarea {
	background: #fff;
	color: #000;
	font-size:11px;
	height:80px;
	padding:10px;
	margin-bottom:20px;
	overflow:auto;
	border:none;
}
#register_popup div.textarea h1 {
	font-weight:bold; 
	font-size:14px; 
	padding-bottom:7px;
}
#register_popup div.textarea h2 {
	display:block;
	font-weight:bold; 
	font-size:12px; 
	padding-bottom:7px;
}
#register_popup div.textarea br {
	display:none;
}
#register_popup div.textarea p {
	display:block;
	padding-bottom:7px;
	float:none;
	width:100%;
}
#register_popup div.textarea ul {
	margin-left:25px;
	list-style:circle;
}
#register_popup div.textarea ul li {
	padding-bottom:5px;
	list-style:disc;
}
#register_popup div.terms {
	float:none;
	padding-bottom:0;
	width:100%;
}
#register_popup input#register-submit {
	background:#4cb110;
	color:#000;
	border:none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding:6px 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
	margin-right:20px;
}
#register_popup input#register-submit:hover {
	background:#99cc00;
}
#register_popup input#register-cancel {
	background:#ff6600;
	color:#000;
	border:none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding:6px 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
}
#register_popup input#register-cancel:hover {
	background:#ffa200;
}
input#register_username, input#register_email, input#password1, input#password2 {
	width:160px;
	border:none;
	padding:3px 0 3px 3px;
	font-size:11px;
}
input#register_username, input#password1 {
	margin-right:10px;
}
#register_popup p.input-buttons {
	text-align:right;
	width:100%;
	padding-bottom:0;
}
#register_popup #tc_agree, #register_popup #mailinglist {
	margin-right:10px;
	float:left;
	text-align:left;
	border:none;
}
#register_popup div.check label {
	display:block;
	float:left;
	margin-top:-3px;
}
#register_popup div.check {
	margin: 0 0 5px 0
}
#register_popup div {
	clear:both;
}
#register_popup .left {
	margin-right:25px;
}
#register_popup .security {
	margin:0 0 20px 0;
	padding: 10px 0 0 0;
}
#register_popup .security input {
	width:160px;
	border:none;
	padding:3px 0 3px 3px;
	font-size:11px;
}

/* login
--------------------------------------------- */
#login_popup {
	background:#1a191a;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	padding:20px;
	position:absolute;
	right:0;
	width:340px;
	z-index:100;
	display:none;
}
#login_popup .left {
	margin-right:25px;
}
#login_popup label {
	display:block;
	color:#FFF;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding-bottom:10px;
}
#login_popup p {
	float:left;
	width:45%;
}
#login_popup p.hidden{display:none;}
#login_popup p.forgetmenot {
	float:none;
	padding-bottom:10px;
	width:100%;
}
#login_popup input#rememberme {
	float:left;
	margin-right:5px;
}
#login_popup p.remember label {
	display:block;
	float:left;
	margin-top:-2px;
}
#login_popup input#login-submit {
	background:#4cb110;
	color:#000;
	border:none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding:6px 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
	margin-right:20px;
}
#login_popup input#login-submit:hover {
	background:#99cc00;
}
#login_popup input#login-cancel {
	background:#ff6600;
	color:#000;
	border:none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding:6px 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
}
#login_popup input#login-cancel:hover {
	background:#ffa200;
}
#login_popup p.submit {
	text-align:right;
	width:100%;
}
input#login_username, input#login_password {
	width:160px;
	border:none;
	padding:3px 0 3px 3px;
	font-size:11px;
}
input#login_password {
	margin-bottom:20px;
}
#login_popup p.input-buttons {
	text-align:right;
	width:55%;
	padding-bottom:0;
}
#user-nav li.welcome {
	color:#FFF;
	font-weight:bold;
	line-height:12px;
	background:none;
	padding-right: 15px;
}
#user-nav a.profile {
	background:none;
	padding:0 3px 0 0;
	color:#00CCCC;
	font-size:11px;
	font-weight:bold;
}
#user-nav a.profile:hover {
	background:none;
	color:#ff6600!important;
}