/* block top user information */
#header_right {
	float:right;
}

#header_right #header_user {
	position:absolute;
	top:0;
	right:0;
	width: 280px;
	text-align: right;
	background:#202020;
}
#header_user p { color: #fff }
#header_user span { font-weight: bold }

#header_user #header_user_info {
	margin-right:10px;
	padding:10px 0;
}
#header_user #header_user_info,
#header_user #header_user_info a {
	color:#fff;
}

#header_user li#your_account {
	position:absolute;
	top:0;
	left:-110px;
	padding:2px 0 0 0;
}
	#header_user li#your_account a {
		display:block;
		padding:5px 0 0 24px;
		font-weight:bold;
		font-size:12px;
		color:#333;
		text-decoration:none;
		background:transparent url(../../../img/icon/my-account_small.png) no-repeat 0 0;
	}
		#header_user li#your_account a:hover {text-decoration:underline;}

#header_user #shopping_cart {
	margin:0;
}
	/*#header_user #shopping_cart a { background-image: url('../../../img/icon/cart.gif') }
	#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') } */

#header_nav {background:transparent url(../../../img/pict_header_nav_cart.png) no-repeat 7px 22px;}
	#header_nav li {
		padding:10px 0;
	}
	#header_nav li#shopping_cart {
		padding-left:40px;
		min-height:40px;
		height:auto !important;
		height:40px;/* 60*/
		color:#fff;
		text-transform:uppercase;
	}
		#header_user .ajax_cart_quantity {
			display:block;
			float:left;
			margin-right: 5px;
			font-size:36px;
			line-height: 36px;
			color:#fff;
		}
		#header_user .shopping_cart_txt {
			display:block;
			float:left;
			padding-top:10px;
			font-size:12px;
		}
			#header_user .ajax_cart_product_txt {color:#fff;}
			#header_user .ajax_cart_total {display:none !important;}
			#header_user #shopping_cart a {
				color:white;
				font-weight:bold;
			}