/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
	width: 100%;
	text-align:right;
}

#header_user #header_nav {
	list-style-type:none;
	float: right;
	border:#eebb20 solid 1px;
}

/* cart */
#shopping_cart {
	
	
	
}
#shopping_cart a{
	height: 15px;
	padding:15px 27px 25px 80px;
	background: url('img/icon/cart.jpg') no-repeat 10px 9px #fff;
	min-width: 180px;/* 200 */
	display:block;
	text-decoration:none;
	text-align: left;
	}
#shopping_cart a:hover span{text-decoration: none}

#header_user #shopping_cart .ajax_cart_quantity , 
#header_user #shopping_cart .ajax_cart_product_txt, 
#header_user #shopping_cart .ajax_cart_product_txt_s, 
#header_user #shopping_cart .cart-qtt-sep,
#header_user #shopping_cart .ajax_cart_no_product
{ font-weight:bold; font-size:18px;color:#cfcfcf; }

#header_user #shopping_cart .ajax_cart_total { font-weight:bold; font-size:18px;color:#cfcfcf;  margin-right: 15px;}


/* 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;
	margin-top:10px;
	padding:0;
	font-size:14px;
	margin-bottom: 12px;
	font-family: ItcOfficinaS;
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 14px;
}
#header_user_info a.login, #header_user_info a.logout {
	border-left:1px solid #000;
}
#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 {
	background: url('img/icon/login.gif') no-repeat 10px 0;
	padding-left:30px;
}

#header_user_info a.logout {
	/*background: url('../../../img/icon/logout.png') no-repeat 10px -1px;*/
	padding-left:15px;
}

/* Login */
#header_user #login {
	border: 1px solid #333;
	background:#fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 0 15px 3px #777;
	-webkit-box-shadow: 0 0 15px 3px #777;
	box-shadow: 0 0 15px 3px #777;	
	display: none;
	top: 50px;
	position: absolute;
	right: 0;
	width: 200px;
	z-index: 100;
}
#header_user #login span#fechar {display:block; position:absolute; right:-10px; bottom:-18px; cursor:pointer;}
#header_user #login h4 {padding:4px 10px; background:#e0e0e0; color:#333; font-weight:normal; text-transform:uppercase; border-radius:7px 7px 0 0; -moz-border-radius:7px 7px 0 0; -webkit-border-radius:7px 7px 0 0; text-align:left; margin-bottom:10px; font-size:12px;}
#header_user #login p.submit #SubmitLogin { float:right; height:20px; line-height:15px; padding:0 7px; background:#cccac4; font-size:12px; font-family:ItcOfficinaS; text-transform:uppercase; font-weight:normal; color:#fff; border-radius:0 !important; margin-right:20px; }
#header_user #login p.submit #SubmitLogin:hover {background:#eebb20;}
#login-links { height:20px; margin-bottom:5px; }
#login-links a { font-size:11px; color:#333; text-shadow:none; line-height:20px; float:left; }
#login-links span.lost_password { float:left; width:auto !important; margin-left:20px; }
#header_user #login form p { padding-bottom:4px; text-align:center !important; }
#header_user #login form p.text input{ padding:0px 4px; width:150px; }
