/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	width: 800px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
/*
#header_user #shopping_cart {
	padding:15px 27px 10px 43px;
	width: 130px;*/
/* 200 *//*

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url('../../../img/icon/cart.gif') no-repeat 10px 9px #eee;
	cursor:pointer;
}
*/





#header_user #shopping_cart .ajax_cart_quantity { }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }



#header_user #shopping_cart span.title,
#header_user #shopping_cart span.title a {
    color: #fff;
    text-transform: uppercase;
}


#header_user #shopping_cart span {
    font-size: 12px;
    color: #e8bb88;
}

#header_user #shopping_cart {
    color: #fff;
    background: url(../../../img/css/shopping-cart.png) no-repeat;
    font-size: 13px;
    line-height: 13px;
    float: right;
    display: block;
    height: 28px;
    width: 114px;
    padding: 10px 30px 7px 53px;
    margin-top: 23px;
    overflow: hidden;
    cursor:pointer;


}

#header p.shopping-cart span {
    color: #e8bb88;
}
#header p.shopping-cart span.title {
    color: #fff;
    text-transform: uppercase;
}
#header p.shopping-cart span.price {
    font-size: 12px;
}
#header p.shopping-cart strong {
    font-weight: normal;
}





#header #header_user_info.center {
    font-size: 95%;
    text-align: right;
    float: left;
    width: 546px;
    margin: 23px 18px 0;
    overflow: hidden;
}

#header #header_user_info.center p {
    padding: 0;
    margin: 0;
}

#header #header_user_info.center p a {
    color: #9f361e;
    text-decoration: underline;
}
#header #header_user_info.center p a:hover {
    text-decoration: none;
}
#header #header_user_info.center ul {
    margin-top: 1px;
    float: right;
}
#header #header_user_info.center ul li {
    text-transform: uppercase;
    float: left;
    padding-right: 14px;
    padding-left: 10px;
    border-right: 1px solid #35230f;
}
#header #header_user_info.center ul li a {
    color: #35230f;
}
#header #header_user_info.center ul li a:hover,
#header #header_user_info.center ul li a span {
    color: #9f361e;
}
#header #header_user_info.center ul li.last {
    padding-right: 0;
    border-right: none;
}