@charset "utf-8";

#__service_panel{
	display: none;
}
html{
	*overflow: hidden;
}
body{
	padding-top: 32px;
}
#promotion-topbar{
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 915px;
	_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<800?"800px":"100%"); 
	height: 32px;
	line-height: 32px;
	z-index: 200;
	background: url(http://static5.alibado.com/1284083252/images/common/promotion-topbar-bg.png) repeat-x;
	font-size: 12px;
}
#promotion-topbar a{
	color: #36c;
}
#promotion-topbar .left{
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
}
#promotion-topbar .right{
	float: right;
	margin-right: 30px;
	_margin-right: 15px;
}
#promotion-topbar .right img{
	vertical-align: middle;
	border:none;
}
#promotion-topbar .login{
	color: #999;
	margin: 15px;
}
