/* block top user information */
#header_right #header_user {
	clear: both;
	float: right;
	width: 20px;
	margin-right: 8px;
	/*margin-top:29px;*/
}

#header_user #header_nav {
	list-style-type: none;
	float: right;
}

/* cart */
#header_user #shopping_cart {
	padding: 10px 10px 10px 10px;
	width: 20px;
	margin-top: 0px;
}

#header_user #shopping_cart .ajax_cart_quantity {
	font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
    margin-top: -29px;
    color: #fff;
    width: 22px;
    text-align: center;
}

.ajax_cart_no_product {
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
    margin-top: -28px;
    position: absolute;
	text-align: center;
    width: 16px;	
}

#header_user #shopping_cart .ajax_cart_total {display:none !important;}
#header_user #shopping_cart a{color:#333333;}
#header_user #shopping_cart a:hover{color:#333333;}
#header_user #shopping_cart a:visited{color:#333333;}
#header_user #shopping_cart a:active{color:#333333;}

/* account */
#header_user #your_account {display:none;}
#header_user #your_account a {background-image: url('img/icon/my-account.gif')}

/* user infos */ 
#header_user_info {
	clear: both;
	float: right;
	margin-top: 10px;
	padding: 0;
	font-size: 12px
}

#header_user_info a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 0 0 34px;
	line-height: 11px;
	border-left: 1px solid #000;
}

#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}

*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}