.ft-l {
	float: left;
}
.ft-r {
	float: right;
}

.userbar {
	height: 27px;
	font-size: 12px;
	min-width: 960px;
	overflow: hidden;
	color: #666;
	background: #F7F7F7 url(images/main.png) repeat-x 0 0;
	border-bottom: 1px solid #E8E8E9;
	display:none;
}
.userbar .bar {
	width: 960px;
	margin: 0 auto;
	line-height: 27px;
}
.bar-date {
	width: 142px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial;
	line-height: 27px;
}

.bar-userbar_link {
	line-height: 27px;
	margin-right: -9px;
	width:auto;
}
.bar-userbar_link a{
	margin:0 9px;
}
.bar-userbar_link a .i-home {
	float: left;
	margin-right: 3px;
	_margin-right: 0;
	top: 3px;
	_top:4px;
	display: inline-block;
	_display: inline;
	zoom: 1;
	cursor: pointer;
	position: relative;
	width: 16px;
	height: 16px;
	background: url(images/main.png) no-repeat;
	background-position: 0 -147px;
}