/* block top user information */

#header_right #header_user { 
	float: right; 
}
#header_user{ 
	
    margin: 15px 0 0;
    position: relative;
}
#header_user #header_nav {
	list-style-type:none;
	font-size: 12px;
}

/* cart */
.lt-ie6 #shopping_cart {width: 130px;} 
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; 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 {
	clear:none;
	float:left;
	margin:10px 0 0;
	padding:0;
	font-size:12px
}
#header_user_info a:hover{color:#42A8BF}
#shopping_cart {
	/*background: url("img/icon-cart.png") no-repeat left center;*/
    display: inline-block;
    padding: 0 0 0 40px;
	position: absolute;
	top: 0;
	right: 0;
	width: 137px;
}
#shopping_cart a:before{
	background: url("img/icon-cart.png") no-repeat scroll center top ;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
}
#shopping_cart h3 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	display:none
}
#shopping_cart p{
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-top:1px solid #e9e9e9;
	border-left:none;
	margin:0 0 0 -8px;
	padding:5px 10px
}
*:first-child+html #header_user_info a {line-height:14px;}
