@charset "UTF-8";
/* CSS Document */


#user_account_box {
	margin: -9px 0 0 0;
	padding: 6px;
	height:29px;
	line-height: 100%;
	border-radius: 0 0 1.5em 1.5em;
	-webkit-border-radius: 0 0 1.5em 1.5em;
	-moz-border-radius: 0 0 1.5em 1.5em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	background-color: #000;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	background-position: 0 -110px;
	width: auto;
}
#user_account_box li {
	margin: 0;
	padding: 0px;
	float:left;
display: inline-block;
	list-style: none;
	z-index: 3000;
}

#user_account_box li:last-child {
	float: right;
	
}

/* main level link */
#user_account_box a {
	font-weight: normal;
	color: #e7e5e5;
	text-decoration: none;
	float:left;
	padding:  8px 15px;
	margin: 0 5px 0 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	font-size: 13px;
}



#user_account_box a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#user_account_box .current a, #user_account_box li:hover > a {
	background: #666 url(/images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#user_account_box ul li:hover a, #user_account_box li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#user_account_box ul a:hover {
	background: #0078ff url(/images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
/*	width: 110px;
*/	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#user_account_box li:hover > ul {
	display: block;
}

/* level 2 list */
#user_account_box ul {
	width:160px;
	display: none;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 28px;
	left: 10px;
	background: #ddd url(/images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#user_account_box ul li {
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
}

#user_account_box ul li a{
	width: 130px;

}

#user_account_box ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#user_account_box ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#user_account_box ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#user_account_box ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#user_account_box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#user_account_box {
	/* [disabled]display: inline-block; */
} 
#user_account_box .cat_textbox_small {
	border: 0;
	margin: 0;
	padding: 0 3px;
	width: 154px;
	background: white url(/images/input_bg_subscribe.png) no-repeat 0 0;
	height: 24px;
	line-height: 24px;
}
  
  
#user_account_box .cat_button {
	margin:0;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding:  5px 9px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	background: #666 url(/images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}




#user_login_box {
	margin: -9px 0 0 0;
	padding: 6px;
	height:29px;
	line-height: 100%;
	/*border-radius: 0 0 1.5em 1.5em;
	-webkit-border-radius: 0 0 1.5em 1.5em;
	-moz-border-radius: 0 0 1.5em 1.5em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	background-color: #006FA7;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	background-position: 0 -110px;*/
	width: 200px;
}
#user_login_box li {
	margin: 0;
	padding: 0px;
	float:left;
	display: inline-block;
	position: relative;
	list-style: none;
	z-index: 9000;
	width: auto;
}


/* main level link */
#user_login_box a {
	font-weight: normal;
	color: #AEDBE6;
	text-decoration: none;
	display: inline-block;
	padding:  8px 15px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	font-size: 14px;
}

#user_login_box li:first-child > a {
	background-image: url(/images/drop_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#user_login_box a:hover {
	background: #000;
	color: #fff;
	display: inline-block;
}

/* main level link hover */
#user_login_box .current a, #user_login_box li:hover > a {
	background: #666 url(/images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#user_login_box ul li:hover a, #user_login_box li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#user_login_box ul a:hover {
	background: #0078ff url(/images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#user_login_box li:hover > ul {
	display: block;
}

/* level 2 list */
#user_login_box ul {
	display: none;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 31px;
	left: 0;
	background: #ddd url(/images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#user_login_box ul li {
	float: none;
	margin: 0;
	padding: 0;
	width:100%;
}

#user_login_box ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#user_login_box ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#user_login_box ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#user_login_box ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#user_login_box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#user_login_box {
	/* [disabled]display: inline-block; */
} 
#user_login_box .cat_textbox_small {
	border: 0;
	margin: 0;
	padding: 0 3px;
	width: 154px;
	background: white url(/images/input_bg_subscribe.png) no-repeat 0 0;
	height: 24px;
	line-height: 24px;
}
  
  
#user_login_box .cat_button {
	margin:0;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding:  5px 9px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	background: #999 url(/images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
