﻿/* block top user information */
#cart_block {
	position: absolute; top: 119px; right: 0; z-index: 100;
}

#cart_block #cart_block_summary {
	background: url(../../../img/block_user_info.png) no-repeat right bottom; width: 200px; height: 39px;cursor: pointer;
}


#cart_block #cart_block_summary p {
	float: left; color: #fff; font-weight: bold; font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 13px 0 0 40px; text-align: center;
	font-size: 11px;
}

#cart_block #cart_block_summary a {
	color: #fff;
}

#header_user {
	color: #fff; font-size: 11px;
	float: right;
	text-align: right;
	margin-right: 16px; line-height: 41px;
	margin-left: 8px;
}
#header_user a {
	color: #fff; text-decoration: none;
}
#header_user a:hover {
	text-decoration: underline;
}

#header_user p { color: #fff}
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#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 26px;
	height: 20px;
	text-decoration: none
}
#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 {
	position: absolute; right: 0; top: 50px;
	list-style: none;
}
#header_nav li {
	display: block;
	background: url(../../../img/carttop_left.png) no-repeat left top;
	padding: 0 0 0 39px;
	margin: 0;
}
#header_nav li div.inner{
	display: block;
	background: url(../../../img/carttop_right.png) no-repeat right top;
	padding: 11px 20px 14px 7px;
	color: #fff;
	font-weight: bold;
}
#header_nav a{
	color: #fff;
}
#header_nav a:hover{
	text-decoration: none;
}