/* CSS Document */

/*header*/
.clear{ clear:both;}

#firefox_bg{
	display:none; 
	clear:both; 
	background:#000; 
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	zIndex:100; 
	opacity:0.3; 
	MozOpacity:0.3; 
	KhtmlOpacity:0.3; 
	filter:Alpha(opacity=30);
}

.head{
	margin:0 auto;
	height:105px;
	background:url(http://imgcache.qq.com/bossweb/pay/images/top_bg_2.png) repeat-x;
}

.head_img{
	width:890px;
	height:100px;	
	margin:0 auto;
	background:url(http://imgcache.qq.com/bossweb/pay/images/top_bg_1.png) no-repeat;
}

.logo{
	float:left;
	width:158px;
	margin-top:16px;
}

.login{
	float:right;
	width:500px;
	text-align:right;
	margin-top:16px;
}

.affiche{
	float:right;
	width:500px;
	text-align:right;
	margin-top:12px;
}

.nav{
	float:left;
	width:890px;
	margin-top:-6px;
}

.nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

.nav li{
	float:left;	
}

.nav a{		
	width:99px;
	height:23px;
	display:block;
	padding-top:9px;
	text-decoration:none;	
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding-top:-6px;
}

.nav a:link,.nav a:visited{
	color:#FFFFFF;
}

.nav a:hover,.nav a:active {
	color:#1d57bb;
	background:url(http://imgcache.qq.com/bossweb/pay/images/top_btn_over.png) no-repeat bottom;
	text-decoration:none;
}

.nav .first a:hover,.nav .first a:active{
	color:#1d57bb;
	background:url(http://imgcache.qq.com/bossweb/pay/images/top_btn_over_first.png) no-repeat bottom;
	text-decoration:none;
}

.nav .press a:link,.nav .press a:visited{
	background:url(http://imgcache.qq.com/bossweb/pay/images/top_btn_press.png) no-repeat bottom;
	color:#fff;
}

.nav .press a:hover,.nav .press a:active{
	color:#FFFFFF;
	background:url(http://imgcache.qq.com/bossweb/pay/images/top_btn_press.png) no-repeat bottom;
	text-decoration:none;
}

.black{
	height:10px;
	margin:0 auto;
}
