/* block top user information */


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

#header_user #header_nav {
	list-style-type:none;
	float:right;
	margin-top: 8px;
}

/* cart */

#header_user #shopping_cart .ajax_cart_quantity { font-weight: normal;}
#header_user #shopping_cart .ajax_cart_total {}

#header_user .title-cart{
	float: left;
	display: inline-block;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0;
}
#shopping_cart a{
	display: inline-block;
	float: left;
	clear: left;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
}

/* 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 a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-bottom:1px solid #666;
}
#header_user_info a.account {
	border: none;	
	display: inline;
	margin: 0;
	padding: 0;
}
#header_user_info a:hover{}
*: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}
