/* block top user information */

#header_right #header_user {
    color: #FFFFFF;
    float: left;
    left: 15px;
    position: absolute;
    top: 65px;
	font-style: italic;
    width: 550px;
}

#header_user #header_nav {
	background:url(../../../img/cart.png) no-repeat left;
	padding-left:25px;
	list-style-type:none;
	float:right;
}
#header_user #header_nav a {
	color:#ccc;
}

/* cart */
#header_user #shopping_cart {
	cursor:pointer
}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


/* account */
#header_user #your_account {display:none;}
#header_user #your_account a { }

/* user infos */ 
#header_user_info {
	float:left;
	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	line-height: 11px;
	color:#ccc !important;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {}
#header_user_info a.logout {}