/* block top user information */

#header_right #header_user {
     position: absolute;
    right: 0px;
    text-align: right;
    top: 60px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
	margin:0 0 0 12px;
}

/* cart */
#shopping_cart { 
	 float: right;
    margin: 0 5px 0 0px;
    padding: 0;
   
	}
#shopping_cart a{
	height: 20px;
	padding-left:30px;
	color:#ec4266;
	font-size:15px;
	background: url('img/icon/cart_icon.gif') no-repeat scroll left center transparent;

	}
#shopping_cart a:hover{text-decoration:none;}	
#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 {background: url("../../../img/my-account.gif") no-repeat scroll left center transparent;
    padding-left: 23px;}
#header_user #your_account a { background-image: url('img/icon/my-account.gif') }

/* user infos */ 
#header_user_info {
	
	float:right;
	padding:0;
	font-size:13px
}
#header_user_info a {
	display:inline-block;
	margin:0px;
	padding-left:5px;
	background:url("img/icon/pipe1.gif") no-repeat scroll left center transparent;
	padding-bottom:0px;	
}
#header_user_info a:hover	{ color:#D90F3A; text-decoration:none;}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	background:none;
	color:#D90F3A;
}
*:first-child+html #header_user_info a {line-height:13px;}
#header_user_info a.login 
{
	 background: url("../../../img/login.gif") no-repeat scroll left center transparent;
    padding-left: 22px;
	margin:0 6px;
}
#header_user_info a.logout { background: url("../../../img/login.gif") no-repeat scroll left center transparent;
    padding-left: 22px;
	margin:0 6px;;}
#header_user_info a.logout:hover{color:#D90F3A;}
#header_user_info{background:none!important;}