/* block top user information */
#header_right #header_user{
	float: right;
	width: 250px;
	text-align: left;

	margin-top:			5px;
}
#header_user p {
	font-family:		Verdana, Geneva, sans-serif;
	font-weight:		12px;
	color:				#3F1500;
}
#header_user span { font-weight: bold }
#header_user ul { margin-top: 5px; }
#header_user li {
	height: 			34px;
	line-height: 		34px;

	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 12px; }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 			2px 0 4px 50px;
	height: 			34px;
	line-height: 		34px;
	text-decoration: none
}

#header_user #shopping_cart a {	
	line-height: 		34px;
	height: 			34px;
	font-weight:		bold;
	font-family:		Verdana, Geneva, sans-serif;
	font-weight:		12px;
	color:				#3F1500;
}
#header_user #your_account a {	
	line-height: 		34px;
	height: 			34px;
	font-weight:		bold;
	font-family:		Verdana, Geneva, sans-serif;
	font-weight:		12px;
	color:				#3F1500;
}

#shopping_cart{
	background: url('../../../img/icon/cart-vert-olive.gif') left no-repeat;
}
#your_account{
	background: url('../../../img/icon/my-account-vert-olive.gif') left no-repeat;
}