/* block top user information */
#header_right #header_user {
    float: left;
    min-height:168px;
    text-align: right;
    width: auto;
}
#header_user a {
	color: #000;	
}
#header_user_info a {
	color:#666666;
    /*border-right: 2px solid #000000; */
    line-height: 33px;
    margin: 10px 0 10px 10px;
    padding-right: 10px;
	position:relative;
	z-index:1;
}
#header_user_info a:hover { color: #98c520;}
#header_user_info a.Shoppingcart,#header_user_info a.account {
	border-right:none;
}
#header_user_info a.logout{margin-left:0}
#header_user p { color: #666666; font-family:arial; font-size:12px;}
#header_user span {  }
#header_user ul { margin-top: 0}
#header_user li {
	float: right;
	margin-left: 0.5em;
	white-space: nowrap;
	width: 160px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.sf-menu li ul{
	border-top:5px solid #1ba1e2;
	width:188px;
}
.sf-menu li ul:before{
	content: url("images/bg-ul.png");
    display: block;
    height: 12px;
    padding-left: 40%;
    position: absolute;
    top: -29px;
    width: 13px}
#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:12px 0 11px 45px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.ajax_cart_product_txt{
	 color: #515151 !important;
	display: block !important;
	font-family: helvetica;
	font-size: 17px;
	font-weight: normal;
}
.ajax_cart_product_txt2{
	 color: #747474 !important;
    display:inline !important;
    font-family: helvetica;
    font-size: 14px;
    font-weight:normal;
}
.ajax_cart_quantity{
	 color: #747474 !important;
    display:inline !important;
    font-family: helvetica;
    font-size: 14px;
    font-weight:normal;
}
#header_user li  span {
	margin-top:10px;
	line-height: 18px;
	color:#000;
}
@-moz-document url-prefix(){
	#header_user li  span{
		margin-top:0;}}
#header_user li  span.ajax_cart_no_product{
	margin-left:85px;
}
#header_user #shopping_cart { background-image: url('../../../img/icon/cart2.png'); height:66px; width:189px; list-style:none }
#header_user #your_account a { background-image: url('../../../img/icon/account.png') }
.ajax_cart {color:#000; padding-left:80px}
#shopping_cart {
	position:absolute;
	right:0px;
	top: 80px;
	z-index:10;
	}