/* block top user information */
#header_right #header_user {
	float:left;
	margin:0;
	width:437px;
}

#header_user #header_nav {
	background-color:#E5E5E5;
	display:block;
	float:right;
	list-style-type:none;
	margin-top:10px;
	height:90px;
	width:235px;
	-moz-border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;	
}

#header_nav p {
	padding-left:10px;
}

/* cart */
#shopping_cart {
	margin:inherit;
}
#shopping_cart a{
	color:#7F7557;
	font-size:10px;
	font-weight:bold;
	height:30px;
	padding:15px 27px 10px 38px;
	background: url('../../../img/icon/cart.gif') no-repeat 7px 7px transparent;
	min-width: 130px;/* 200 */
	text-transform:uppercase;	
}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }

#shopping_cart p { text-transform:uppercase; }


/* 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 {
	border-right:1px solid #000;
	vertical-align:bottom;
}
#header_user_info p { font-size:10px; padding:0; text-transform:uppercase; }
#header_user_info p:last-of-type { line-height:20px; vertical-align:middle; }
#header_user_info p:first-of-type { line-height:36px; vertical-align:bottom; }
#header_user_info_login p { height:62px; /* line-height:62px; vertical-align:bottom; */ }
 
#header_user_info, 
#header_user_info_login {
	display:inline-block;
	float:left;
	font-size:10px;
	height:49px;
	margin:0;
	padding:17px 5px;
	text-align:center;
	width:90px; 
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-left:1px solid #000
}
#header_user_info a.account {
    font-size: 12px;
    font-weight: bold;
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
/**:first-child+html #header_user_info a {line-height:14px;}*/
#header_user_info_login a.login {
    background: url('../../../img/icon/user.gif') no-repeat left bottom;
    font-size: 10px;}
#header_user_info_login a.logout {background: url('../../../img/icon/user_logout.gif') no-repeat left bottom}
#header_user_info_login a {
	display:inline-block;
	font-size:11px;
	line-height:32px;
	margin:0px;
	padding:30px 0 0 34px;
	text-transform:uppercase;
}
