/*block top user information*/
#header_right #header_user
{
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 6px;
	/*+placement:shift -302px 4px;*/
	position: relative;
	left: -302px;
	top: 4px;
	padding-bottom: 9px;
}
#header_user P
{
	color: #595A5E;
	/*+placement:shift 43px 3px;*/
	position: relative;
	left: 43px;
	top: 3px;
	width: 255px;
}
#header_user SPAN
{
	font-weight: bold;
}
#header_user UL
{
	margin-top: 0.3em;
}
#header_user LI
{
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
}
#header_user #shopping_cart, #header_user #your_account
{
	font-size: 0.9em;
	/*+placement:shift -1px -1px;*/
	position: relative;
	left: -1px;
	top: -1px;
}
#header_user LI#your_account
{
	margin-left: 0;
}
#header_user #shopping_cart A, #header_user #your_account A
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart A
{
	background-image: url('../../../img/icon/cart.gif');
}
#header_user #your_account A
{
	background-image: url('../../../img/icon/my-account.gif');
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
