/* block top user information */

#header_right #header_user {
	float: left;
	width: 100%;
}

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

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

/* cart */
#shopping_cart { float: left; padding-right: 45px; position: relative;}
#shopping_cart a {
	padding: 7px 15px;
	background: #383838;
	color: #fff;
	width: 230px;
	text-align: center;
	float: left;
	position: relative;
	}
	
#shopping_cart a:hover span{text-decoration: none}
#shopping_cart .top-cart-icon { background: url(img/icon_cart.png) 0 0 no-repeat; width: 52px; height: 52px; float: left; position: absolute; top: -10px; right: 20px; z-index: 9;}
#shopping_cart .ajax_cart_quantity { width: 25px; height: 25px; display: block; background: #fff; border: 1px solid #2DB9DD; position: absolute; right: 5px; top: -10px; z-index: 10; text-align: center; line-height: 25px; font-size: 12px;}

#header_user #shopping_cart .ajax_cart_total { }


/* 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 {
	float: left;
	margin: 50px 0;
	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 3px 30px;
	line-height: 11px;
	border-left:1px solid #000
}
#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 0;}
