/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:-10px;
}

#header_right #header_user.header_user_catalog {
	margin-top: 15px;
    min-height: 60px;
}

#header_user #header_nav {
	list-style-type:none;
	float:none;
	position: relative;
    top: 72px;
}

/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a{
    padding: 11px 15px 10px 50px;
    background: url(img/icon/cart.gif) no-repeat -1px 0 #efe7ce;
    min-width: 110px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 30px 0 0 30px !important;
    display:inline-block;
    text-align: center;
    float: right;
    color: #734f00;
    font-weight:600;
    font-size:14px;
    border: 1px solid #734f01;
    min-height: 16px;
}
#shopping_cart a:hover span{text-decoration: none}
#shopping_cart a:hover{
    background: url(img/icon/cart.gif) no-repeat -1px 0 #966801;
    color: #ffffff;
    font-weight:600;
    font-size:14px;
	}
#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 { background-image: url('img/icon/my-account.gif') }

/* user infos */ 
#header_user_info {
	clear: both;
    float: right;
    position: relative;
    top: -12px;
    padding: 10px 5px;
    font-size: 14px;
}
#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;
	font-weight: bolder;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
*: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/icon/logout.png') no-repeat 10px -1px}


/* user whatsapp */ 
label.whatsapp {
	display: block;
	position:absolute;
	left: 1022px;
    float: right;
	width: 166px;
	top: 113px;
	font-weight:bold;
	font-size:22px;
	background: url(../blockuserinfo/img/icon/whatsapp.png) no-repeat 130px 0;
    line-height: 40px;
}

