/* block top user information */

#header_right #header_user {
	/*clear:both;
	float: right;
	margin-top:0;
	width: 100%;*/
	background-color: #3c404b;
	position: fixed;
	height: 34px;
	width:960px;
	margin-left: -333px;
	padding-left: 19px;
	z-index: 100;
}

#header_user #header_nav {
	/*background:url('../../../img/bg_header_nav.png') no-repeat;
	width:203px;*/
	list-style-type:none;
	float:right;
	height:33px;
	padding:6px 0 0 9px;
}

/* cart */
#shopping_cart {}
	
#shopping_cart .cart-has-products {
	background: #F36503;
	height: 8px;
	position: absolute;
	margin-top: 28px;
	width: 174px;
	margin-left: -12px;
	display: none;
}
	
#shopping_cart a {
	height: 14px;
	font-size:14px;
	color:#FFF;
	padding:1px 10px 10px 32px;
	/*
	background: url('../../../img/icon/cart.png') no-repeat 0 4px;
	*/
	background: url('../../../img/icon/ptm-cart.png') no-repeat 0 0px;
	display:block;
	text-decoration: none;
}
#shopping_cart a.not-empty { background: url('../../../img/icon/ptm-cart-not-empty.png') no-repeat 0 0px; }

#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart span {text-align:right;}
#header_user #shopping_cart .ajax_cart_quantity {padding-left:15px;  }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }
.ajax_cart_no_product{padding-left:15px;}

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

/* user infos */ 
#order #header_user_info {margin-bottom:0;}
#order #header_user_info p{padding-bottom:0;}
#order #header_nav{background:none;position:relative}
#order #header_nav a.panier_filigranne{
	display: block;
    position: absolute;
    right: -43px;
    top: -32px;
	z-index:-1;
}
#order #header_nav a.panier_filigranne img{margin-top: 67px;}
#header_user_info {
	/*clear:both;
	float:right;
	margin-top:3px;
	padding:0;
	font-size:12px;
	width:100%;
	margin-bottom:24px;
	margin-left: -332px; */
    margin-top: 8px;
    float: left;
}
#header_user_info p{color:white}
#header_user_info a {
	display:inline-block;
	margin:0;
	padding:0;
	line-height: 11px;
	color:white;
}
#header_user_info a#your_account {
	border-left:1px solid #fff;
	padding-left:5px;
	margin-left:3px;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
*: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/logout.png") no-repeat scroll left top transparent;
    padding-left: 20px;
	line-height:15px;
}
