/* block top user information */
#header_right #header_user {
	float: right;
	width: 724px;
	text-align: left;
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul { margin: 0; padding:0;}
#header_user li { float:right;}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user li#your_account { margin-left: 0 }
#header_user a{
	background-color: #fbf8f3;
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbf8f3), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #f1f1f1, #fbf8f3);
	background: -moz-linear-gradient(top, #f1f1f1, #fbf8f3);
	background: -ms-linear-gradient(top, #f1f1f1, #fbf8f3);
	background: -o-linear-gradient(top, #f1f1f1, #fbf8f3);
	padding:10px 20px 10px 20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#8c8c8c;
	
}
#header_user #shopping_cart a, #header_user #your_account a { text-decoration: none; color:#FFF; }
#header_user #your_account a { 
  background-color: #c53625;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c53625), to(#8b4134));
  background: -webkit-linear-gradient(top, #8b4134, #c53625);
  background: -moz-linear-gradient(top, #8b4134, #c53625);
  background: -ms-linear-gradient(top, #8b4134, #c53625);
  background: -o-linear-gradient(top, #8b4134, #c53625);
}

#header_user #shopping_cart a {
	background-color: #7e7e80;
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7e7e80), to(#494e51));
	background: -webkit-linear-gradient(top, #494e51, #7e7e80);
	background: -moz-linear-gradient(top, #494e51, #7e7e80);
	background: -ms-linear-gradient(top, #494e51, #7e7e80);
	background: -o-linear-gradient(top, #494e51, #7e7e80);
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#header_user #your_account a:hover{

}
#header_user a:hover{
  background-color: #c53625;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c53625), to(#8b4134));
  background: -webkit-linear-gradient(top, #8b4134, #c53625);
  background: -moz-linear-gradient(top, #8b4134, #c53625);
  background: -ms-linear-gradient(top, #8b4134, #c53625);
  background: -o-linear-gradient(top, #8b4134, #c53625);
  color:#FFF;
}
.primerMenu{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.borderDreta{ border-right:1px solid #f6f6f7;}
.borderEsquerra{ border-left:1px solid #e3e3e5;}