/* block top user information */

#header_right #header_user {
	
	 

}

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

/* cart */
#shopping_cart {
	 color: #7A8287;
    position: absolute;
    right: 300px;
    text-align: right;
    top: 86px;
    width: auto;
	
}
#shopping_cart a{
	 background: url("../../../img/cart_icon.gif") no-repeat scroll left center transparent;
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 0 28px;
    text-decoration: none;
}
	#shopping_cart a span{ font-weight:normal; }
#shopping_cart a:hover{text-decoration:none;}	
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:normal; font-size:12px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


/* 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 {
	
	float:right;

	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0px;
	padding-left:5px;
	line-height: 11px;
	  background: url("../../../img/pipe1.gif") no-repeat scroll left center transparent;
    
	
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	background:none;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background:none;}
#header_user_info a.logout {}
#header_user_info{background:none!important;}