/* block top user information */

#header_right #header_user {
	float: right;
	width: auto;
}

#header_user #header_nav {
	list-style-type:none;
}
#header_user #header_nav li{margin:24px 15px 0 0;line-height:15px;font-weight:400; color:#808080 }
#header_user_info, #your_account{float:left}
/* cart */
#shopping_cart {
	float:right; margin:0 !important; text-align:left;padding:0 ;min-height:27px;
	width: 234px; background:#8e7cb3; height:78px; border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; *float:none;
}
#shopping_cart .content_cart .ajax_cart_total{font-size:16px; color:#fff; font-weight:700; display:block}
#shopping_cart .content_cart .ajax_cart_quantity{font-size:12px; color:#fff; font-weight:400}
#shopping_cart .content_cart .ajax_cart_product_txt, #shopping_cart .content_cart .ajax_cart_product_txt_s{font-size:12px; color:#fff; font-weight:400}
#shopping_cart span.icon{float:left;text-align:center;margin-right:10px;}
.content_cart{width:auto; margin-top:27px}
.price_cart{float:left; padding-left:12px; max-width:110px}
.view_cart{float:right; padding-right:12px; max-width:100px }
#shopping_cart p{margin:0;padding:0; float:left}
#shopping_cart p span{color:#505050;font-weight:700}
#shopping_cart a{color:#8e7cb3; display:inline-block; height:25px; background-color:#fff; border-radius:15px !important; -webkit-border-radius:15px !important;  padding:0 14px; line-height:25px; font-weight:700; margin-top:5px; text-transform:lowercase; *line-height:24px; overflow:hidden}
#header_user #header_nav li#shopping_cart a:hover{text-decoration: none}
#shopping_cart .ajax_cart{max-width:70px; letter-spacing:-0.5px; padding-right:5px; float:left; background:url(../../../img/icon/i_cart.png) no-repeat left 0; padding-left:33px}
#header_user #shopping_cart .ajax_cart_quantity {}
#header_user #header_nav li a:hover{text-decoration:underline;}

/* account */
#header_user #your_account a {text-transform:capitalize; color:#808080}

/* user infos */ 
#header_user_info {
	padding:0;
}
#header_user_info a.login {
	padding:0; color:#8470ad;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.ajax_cart_no_product{font-size:12px; color:#fff; font-weight:400}
.ajax_cart_no_product span{font-size:16px; color:#fff; font-weight:700; display:block; letter-spacing:-0.5px}
