
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background: #ffffff url('../images/neobg.gif');
	background-repeat: repeat-x;
}

table.center {
margin-left:auto; 
margin-right:auto;
}

a {
	text-decoration: underline;
	color: #25680A;
}

a:hover {
	text-decoration: none;
	color: #25680A;
}

h1 {
  font-size: 11pt;
  font: Calibri;
  color: white;
  font-weight: bold;
  background-color: #25680A;
}

/*X button */
.delitem {
background: #ffffff;
color: red;
font-size: 7pt;
border: 0px;
font-weight: bold;
}

/* input background*/
input,select,textarea {
border: 1px solid;
background: #CBCCBD url(../images/inputoff.gif) ;
border-style: 0px;
border-color: #25680A;
color: #25680A;

}

.buttonno {
	border: 0px;
}

input:hover {

}

.onSale {
	color: red;
	text-decoration: line-through;
}

.ingredients {
color: gray;
font-style: italic;
vertical-align: bottom;	
}

.none {
background: #c0c0c0;
border: 0px;
}

td {
font-size: 9pt;
}

.tdhead {
background-color: #25680A;
color: #FFFFFF;
}
.error{
font-size: 12pt;
font-weight: bold;
color: red;
}

