/* block top user information */

#header_right #header_user {
	
	float: left;
	margin-top:13px;
	width:99%;
	text-align:right;

}

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

/* cart */
#shopping_cart {
	 background: url("../../../img/cartbg.jpg") no-repeat scroll left center transparent;
    float: right;
    height: 85px;
    margin: 4px 12px 0 0;
    width: 244px;	
	
	
}
#shopping_cart a.mycart{
	background: url("../../../img/bag.gif") no-repeat scroll left center transparent;
    color: #5F5F5F;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 26px;
    text-decoration: none;
}
#shopping_cart a:hover{text-decoration:none;}	
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:12px }
#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 {
	
	float:right;

	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0px;
	padding-left:8px;
	line-height: 11px;
	background:url("img/icon/pipe1.gif") no-repeat scroll left center transparent;
	font-weight:normal;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0 3px 0 0;
	background:none;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background:none;}
#header_user_info a.logout {}
#header_user_info{background:none!important; color:#406CB0; font-weight:bold; }
.ShoppingCart		
{
	float:left;
	width:130px;
	margin-top:15px;
	margin-left:15px;
}
.ShoppingcartBtn	
{
	float:left;
	width:90px;
	margin-top:12px;
}
.ShoppingcartBtn p	a.button_small {   background-position: 0 -24px; margin-bottom: 5px; width: 80px; margin-top:4px;}
.ShoppingcartBtn p	a.button_small:hover {   background-position: 0 -144px !important;}
.cart_content		{ clear: both; float: left; font-weight: normal; margin-left: -27px; text-align: left; width: 140px;}
.cart_text			{ float: left;    margin-left: 10px; color:#666; font-size:19px;}


#header #cart_block .block_content	{ background-color:#FBFBFB; border:none;}

.ShoppingcartBtn #cart-buttons a.exclusive {
    background-position: 0 -24px;
    width: 80px;
	background-image:url("../../../img/button_2.png");
	background-repeat:repeat-x;
}
.ShoppingcartBtn #cart-buttons a.exclusive:hover	{ background-position: 0 -144px;}