body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF7F3E;
}
.Estilo1 {
	font-size: medium;
	font-weight: bold;
}

a
{font-weight:		bold;
 color:			orange;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.small
{ font-size:		80%;
}

.footer
{
  font-size:		60%;
  color:			gray;
}

.cart
{
  font-size:		90%;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			0px;
  font-weight:		bold;
  background-color:  transparent;
}

.menu
{ color:			white;
  font-weight:		bold;
  font-size:		100%;
}
div.topmenu_selected
{
  background:		#874022;
  padding:			7px;
}
div.topmenu_notselected
{
  background:		#FF7F00;
  padding:			7px;
}
div.topmenu_selected a
{
 font-weight:		bold;
 color:			black;
}
div.topmenu_notselected a
{
 font-weight:		bold;
 color:			black;
}

.pricelist a
{
 font-weight:		bold;
 color:			black;
}

.topcorners a {
 font-weight:		bold;
 color:			black;
}

.bottomcorners a {
 font-weight:		bold;
 color:			black;
}
.cat
{ font-size:		150%;
}

.input {
    border: 1px solid #FF7F00;
}
.input:hover {
    border: 1px solid #fff;
}


