/* block top user information */
#topminibasket{
	float:right;
	margin-top:30px;
	clear:right;
}
#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
	width: 535px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}
#topminibasket > div {

}
/*.clear{clear:both; font-size:0px;}*/
/* cart */
#shopping_cart span{
	text-shadow: 0 0 0;
}
#shopping_cart a{
	background: url("img/cart_new.png") no-repeat scroll 10px 9px transparent;
    border-radius: 3px 3px 3px 3px;
    color: #777777;
    padding: 15px 0px 10px 43px;
    text-transform: uppercase;
	text-shadow: 0 0 0;
}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


/* account */
#header_user #your_account {display:none;}
#header_user #your_account a { background-image: url('img/icon/my-account.gif') }

/* user infos */ 
#header_user_info {
	clear:both;
	float:right;
	 
	padding:0;
	
}
#header_user_info a {
	display:inline-block;
	line-height: 11px;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {}
#header_user_info a.logout {}


.site_info { float: right;}
.site_info ul li{float:left; padding-left:55px; margin-right: 30px; font-size:11px; padding-top: 15px; height: 40px;}
.site_info ul a:nth-child(1) li{background:url(img/free.png) no-repeat left center;}
.site_info ul a:nth-child(2) li{background:url(img/quick.png) no-repeat left center;}
.site_info ul a:nth-child(3) li{background:url(img/satisfaction.png) no-repeat left center;}
.site_info span {  color: #777777;  font-size: 13px;  font-weight: bold;}

.site_info a:hover
{
	color: #f909dc;
}

.site_info ul a:nth-child(1):hover li
{
	background:url(img/free-hover.png) no-repeat left center;
}

.site_info ul a:nth-child(2):hover li
{
	background:url(img/quick-hover.png) no-repeat left center;
}

.site_info ul a:nth-child(3):hover li
{
	background:url(img/satisfaction-hover.png) no-repeat left center;
}
