/* block top user information */
#topminibasket{
}
#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
	width: 535px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}
#topminibasket > div {

}
/* cart */
#shopping_cart {
    padding: 8px;
}

#shopping_cart *{
	color: #fff;
    font-style: italic;
    text-shadow: 0 0 0;
	font-size: 12px;
}
#shopping_cart a{
	background: url("img/icon-cart.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
}
#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; }


/* 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;
	 
	padding:0;
	
}
#header_user_info a{
    color: #78797B;
    font-size: 11px;
    text-transform: capitalize;
}
#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}*/
#promotetop .span9.pull-right{position:relative}
#header_user {
    left: 54%;
    position: absolute;
    top: -461%;
    z-index: 99;
}
#header_user .nav-item:first-child .item-top {
    border-left: 0 none;
    font-size: 11px;
    padding-left: 0;
}