/* block top user information */
#header_right #header_user {
	float: right;
	text-align: right;
	margin-right: 6px;
}
#tabLeft {
	background: url('../../../img/bg_accountLeft.png') no-repeat;
	width: 16px;
	height:24px;
	display:block;
	float: left;
}
#tabRight {
	background: url('../../../img/bg_accountRight.png') no-repeat;
	width: 16px;
	height:24px;
	display:block;
	float: left;
}
#header_user span { font-weight: bold }
#header_user ul {}
#header_user li {
	float: left;
	line-height: 2em;
	padding: 0 2px;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account {}
#header_user li#your_account { margin-left: 0 }
#header_nav {
	background: url('../../../img/bg_accountMiddle.png');
	height: 24px;
	float: left;
}
