/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
}
#header_right #header_user.header_user_catalog {
	margin-top: 15px;
	min-height: 60px;
}
#header_user #header_nav {
	list-style-type:none;
	float:right;
}
/* cart */
.lt-ie6 #shopping_cart {
	width: 130px;
}
#shopping_cart a {
	background: url('img/icon/cart.gif') no-repeat;
	display: block;
	height: 60px;
	background-position: 0px 0px;
	width: auto;
	text-align: left;
	white-space: nowrap;
	padding-left: 88px;
	padding-top: 2px;
	padding-right: 10px;
	font-size: 14px;
	color: #444444;
	font-family: 'oswaldregular', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#shopping_cart a:hover span {
	text-decoration: none
}
#header_user #shopping_cart .ajax_cart_quantity {
	font-size:14px
}
#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;
	font-size: 12px;
	position: relative;
	margin-top: -35px;
	color: #777777;
	height: 50px;
	width: auto;
	text-align: left;
	z-index: 30;
}
#header_user_info a {
	display: inline-block;
	margin: 0 0 0 5px;
	padding-left: 6px;
	margin-right: 10px;
	line-height: 11px;
	border-left: 1px solid #777;
	color: #777;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 2px;
}
