body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #3b3731;
	vertical-align: top;	
	line-height:12px;
}
form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
img{border:0;}
a {
	font-family:tahoma;
	font-size: 10px;	
	color: #7CAC43;		
}
a:visited {
	color: #7CAC43;
}
a:hover {
	color: #e97103;
}
a:active {
	color: #7CAC43;	
}

h1 {
	color: #3b3731;
	background-color:#FFFFFF;
	display:block;
	width:100%;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	border: 0px solid black;
}

h2 {
	color: #3b3731;
	background-color:#FFFFFF;
	display:block;
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border: 0px solid black;
}

h3 {
	color: #FFFFFF;
	background-color:#7CAC43;
	display:block;
	width:100%;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	border: 0px solid black;
}

/* Example stle with background */
.styleName {
	color: #3b3731;
	background-color:#FFFFFF;
	display:block;
	width:100%;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid black;
}

/* Stlyes for Product Display */
.unitStyle {
}

.caseStyle {
}

.productHeading {
  font-style: arial;
  font-size: 20px;
  padding-top: 3px;
}

.cartSeparator {
  background-color: #97c067;
}

/* This is the cell that has the product in it */
/* This is the cell that has the product in it */
.pictureCell {
  padding-top:3px;
  padding-right:3px;
}

.errorText
{
	font-style: arial;
	color: red;
	display : block;
}

.errorTextLarge
{
  width:100%;
  display:block;
  text-align:center;
	font-style: arial;
	color: red;
	display : block;
	font-weight: bold;
	font-size : 10pt;
	padding-bottom: 10px;
}

/* The header for the shopping cart page */
.shoppingCartHeader
{
  background-color:#98c287;
  font-size: 15px;
	font-weight: bold;
}

div.shoppingCartHeader
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  margin-top:10px;
  margin-bottom:10px;
}



