@charset "utf-8";
/*
主题名称: Fanz Revamp
URI: the-theme's-homepage
描述: 黑紅灰-header
作者: Grin.Zhou
模板: none
版本: v0.1 
最後修改日期: 2010-2-2
*/

@import url("/css/revamp1/dropMenu.css");

.header_bg {
	float:left;
	width:100%;
	background: #fff;
}


#header {
	position: relative;
	padding: 10px 0;
}


#header h1.logo_header {
	display: block;
	width: 75px;
	height: 43px;
	background: url(/images/revamp1/logo_fanz_header.gif);
}
#header h1.logo_header a {
	display: block;
	width: 75px;
	height: 43px;
}


#header .search_header {
	position: absolute;
	left: 300px;
	top: 20px;
}
#header .search_header .btn_search_header {
	height:18px;
	line-height:18px;
	margin-left:5px;
	padding: 0 6px;
	color: #fff;
	text-align: center;
	border: 1px solid #454545;
	cursor:pointer;
	background: url(/images/revamp1/bg_btn_search_header.gif) repeat;
}
#header .search_header .btn_search_disable {
	height:18px;
	line-height:18px;
	margin-left:5px;
	padding: 0 6px;
	color: #eee;
	text-align: center;
	border: 1px solid #b6b6b6;
	cursor:default;
	background: url(/images/revamp1/btn_search_disable.gif) repeat;
}

#header .search_header input,
#header .search_header select {
	vertical-align: middle;
}
#header .search_header input[type="text"],
#header .search_header select {
	line-height: 18px;
}
#header .search_header select {
	color:#666;
	background: #ccc;
	border:none;
}
#header .search_header .focusField {
	border: solid 1px #999;
	background: #f2f2f2;
	color: #000;
}
#header .search_header .idleField {
	border: solid 1px #ccc;
	background: #fff;
	color: #666;
}		


#header .login_box {
	position: absolute;
	top: 0;
	right: 0;
}
#header .login_box .unlogin {
	width: 128px;
	height: 27px;
	line-height: 23px;
	background: url(/images/revamp1/bg_login-box.gif)
}
#header .login_box .unlogin a {
	float:left;
	display: inline-block;
	width: 60px;
	height: 23px;
	margin: 2px;
	text-align:center;
}
#header .login_box .unlogin a:link,
#header .login_box .unlogin a:visited {
	color: #fff;
}
#header .login_box .logined {
	margin-top: 10px;
	line-height: 35px;
}
#header .login_box .logined .exit {
	margin-left:10px;
}
#header .login_box .logined .userAvator {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin-right: 10px;
}
#header .login_box .logined .userAvator img {
	width: 35px;
	height: 35px;
}
#header .login_box .logined a:link,
#header .login_box .logined a:visited {
	color: #4d4d4d;
}
#header .login_box .logined a:hover,
#header .login_box .logined a.mailCount {
	color: #be0101;
}


.navigation {
	position:relative;
	z-index:1000;
}
.navigation .bottom-bar {
	float:left;
	width:100%;
	height: 12px;
	overflow:hidden;
	#z-index:1;
	background: url(/images/revamp1/bg_header_navigation_bottom.gif) repeat-x;
}
.navigation .tab_bg {
	position: relative;
	float:left;
	#z-index:10;
	height: 28px;
	top: 4px;
}
.navigation .tab_bg .left-conr {
	position: relative;
	float:left;
	width: 14px;
	height: 28px;
	background: url(/images/revamp1/bg_header_navigation_tab_leftC.gif) no-repeat right;
}
.navigation .tab_bg .right-conr {
	position: relative;
	float:left;
	width: 14px;
	height: 28px;
	background: url(/images/revamp1/bg_header_navigation_tab_rightC.gif) no-repeat right;
}
.navigation .tab_bg .loop_bg {
	position: relative;
	float: left;
	height: 28px;
	background: url(/images/revamp1/bg_header_navigation_tab.gif) repeat-x;
}
.navigation .tab_bg .loop_bg ul {
	list-style: none;
}
.navigation .tab_bg .loop_bg ul li {
	position:relative;
	#float:left;
	#display: block;
	display:inline-block;
	padding:12px 0;
	_padding:0;
}
.navigation .tab_bg .loop_bg ul li a {
	display: block;
	padding: 0 5px;
	margin: 0 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	_padding-top:12px;
}
.navigation .tab_bg .loop_bg ul li a:link,
.navigation .tab_bg .loop_bg ul li a:visited {
	color: #f5f5f5;
}
.navigation .tab_bg .loop_bg ul li a:hover {
	color: #fff;
}
.navigation .tab_bg .loop_bg ul li ul.subMenu {	
	/*position: absolute;
	top:37px;*/
	min-width:160px;
	padding:5px 5px 5px 10px;
	border:1px solid #aaa;
	background: #f3f3f3 url(/images/revamp1/bg_header_navigation_sub-menu.gif) no-repeat left top; 
}
.navigation .tab_bg .loop_bg ul li ul.subMenu li {	
	width:100%;
	margin:0;
	padding:0;
}
.navigation .tab_bg .loop_bg ul.subMenu li a:link,
.navigation .tab_bg .loop_bg ul.subMenu li a:visited {
	margin:0;
	color:#666;
	padding:5px;
}
.navigation .tab_bg .loop_bg ul.subMenu li a:hover {
	color: #be0101;
}
.navigation .tab_bg .loop_bg ul li.spacing {
	_width:1px;
	_height:28px;
	background: url(/images/revamp1/bg_header_navigation_spacing.gif) no-repeat left 7px;
}
.navigation .tab_bg .loop_bg ul li .ico_hot-logo {
	display:block;
	position:absolute;
	top:-12px;
	right:0;
	width:25px;
	height:18px;
	background: url(/images/revamp1/ico_hot_header.gif) no-repeat;
}


.navigation .hot-tag {
	float: right;
	width: 400px;
	height: 28px;
	line-height:28px;
	top: 4px;
	text-align:right;
}
.navigation .hot-tag a {
	margin:0 3px;
}
.navigation .hot-tag strong {
	color:#be0101;
}

.promotion {
	float:left;
	width:100%;
	height:20px;
	padding:5px 0;
	background: #e8e8e8;
}

.promotion .btn_header_promotion {
	float:left;
	display:block;
	width:30px;
	height:16px;
	line-height:16px;
	padding:0 5px;
	border: 1px solid #000;
	text-align:center;
	color:#fff;
	/*cursor:pointer;*/
	background: url(/images/revamp1/btn_header_promotion.gif) repeat-x;
}
.promotion .marquee-news {
	float:left;
	width:550px;
	height:20px;
	line-height:20PX;
	margin-left:20px;
	overflow:hidden;
}

.promotion .marquee-news #slider {
	display:block;
	height:20px;
	overflow:hidden;
}


.promotion .quick-shortcut {
	float:right;
	width:300px;
	margin-left:20px;
	line-height:1.6em;
	text-align:right;
}
.promotion .quick-shortcut a {
	margin:0 5px;
}


/* eShop */
#header .ico_eShop {
	position:absolute;
	width:53px;
	height:40px;
	top:8px;
	right:260px;
	background:url(/images/revamp1/ico_eShopCart_header.gif) no-repeat bottom left;
}

#header .ico_eShop a.link_eShop {
	position:absolute;
	top:7px;
	left:0;
	display:inline-block;
	width:34px;
	height:34px;
}

#header .ico_eShop .ico_eShop_count {
	position:absolute;
	top:0;
	left:0;
	margin-left:20px;
	display:block;
	width:22px;
	height:16px;
	padding:2px 3px 5px 3px;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:url(/images/revamp1/ico_eShopCount.gif) no-repeat;
}









