@import url(normalize.css);
/* @import url(showtables.css); */
* {
  margin: 0;
}

html {
  height: 100%;
  background: transparent url(/images/crinkle_bg.jpg);
  text-align: center;
}

body {
  height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 804px;
}

h2 {
	padding: 10px;
	background-color: #eae5bd;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px;
	background-color: white;
}

.footer {
	height: 48px;
	background-color: #a6a179;
	text-align: center;
	font-size: 9pt;
	font-family: sans-serif;
}

.push {
	height: 48px;
	background-color: white;
}

div#leftcol {
  position: absolute;
  top: 99px;
  left: 0px;
  width: 9.5em;
}
div#leftnav{
  float: left;
  width: 9.5em;
}
div#leftnav ul{
  margin: 0;
  padding: 0;
  width: 9.5em;
  position: absolute;
  top: 0;
}
div#leftnav ul ul{
  position: absolute;
  top: 0;
  left: 9.5em;
  display: none;
}
div#leftnav ul.level1 li.submenu:hover ul.level2 {
  display: block;
  z-index: 10;
}
div#leftnav li{
  position: relative;
  margin: 0;
    background-color: #fff;
    border-bottom: solid #eae5bd 1px;
}
div#leftnav li:hover {
    background: url(/images/blue_flower.gif) no-repeat;
  /* background-color: #372; */
}
div#leftnav li.submenu:hover {
    background: url(/images/blue_flower.gif) no-repeat;
}
div#leftnav li.submenu {
  background: url(submenu.gif) 95% 50% no-repeat;
  background-color: #984;
}
div#leftnav li a {
  display: block;
  text-decoration: none;
    padding-left: 1.3em;
}

div#header {
  width: 100%;
	height: 99px;
}


div#rightcol {
	background-color: #fff;
	position:relative;
	top: 0px;
	right: 0px;
	left: 9.5em;
	margin-right: 9.5em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 10px;
	font-family: sans-serif;
}

.name-line-odd {
	border-top: solid 1px #a6a179;
	background-color: #eae5bd;
}
	
.name-line-even {
	border-top: solid 1px #a6a179;
	background-color: #eae5bd;
}
.desc-line-odd {
	background-color: #fff;
	margin-left: 2em;
}
.desc-line-even {
	background-color: #fff;
	margin-left: 2em;
}

.slogan {
	font-style: italic;	
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	padding: 3px;
	font-size: 10pt;
	font-family: sans-serif;
}

.top_sub_but {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.bottom_sub_but {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.right_form_inputs {
	text-align: center;
}

.left_form_inputs {
	text-align: center;
} 

.price {
	font-size: 8pt;
}

.cat_name {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16pt;
}

.prod_name {
	font-weight: bold;
	font-size: 11pt;
}

.navbutton {
	font-family: sans-serif;
	font-size: 10pt;
}

.subnavbutton {
	padding-left: .5em;
	font-family: sans-serif;
	font-size: 10pt;
}

.question {
	font-weight: bold;
	font-size: 11pt;
	padding-top: 5px;
}

.answer {
	font-style: italic;
	padding-bottom: 5px;
}

.disclist {
	list-style: disc;
	padding-left: 1.5em;
}

.disclist li {
	padding-top: .2em;
	padding-bottom: .3em;
}

.footnote {
	font-size: 7pt;
}

.recipe_name {
	background-color: #eae5bd;
	font-size: 11pt;
	font-weight: bold;
	padding-top: .2em;
	padding-bottom: .3em;
	padding-left: 1em;
}

.ingredients ul {
	margin: 1em;
	list-style: disc;
}

.recipe_result {
	padding-top: 1em;
}

div#pancake_photo {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}

.rednote {
	color: #f00;
}

div#testimonial {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 183px;
	background-color: #fefabb;
}

.reg_price {
	color: red;
	text-decoration: line-through;
	font-size: 8pt;
}

div#sale {
	padding-top: 5px;
	text-align: center;
	color: red;
	font-size: 20pt;
}

.leftstuff {
	width: 27em;
}

div#errorExplanation {
	color: blue;
	margin: 10px;
	padding: 10px;
	border: solid red 1px;
}

div#errorExplanation h2{
	color: white;
	background-color: #f33;
}

div#errorExplanation li{
	list-style: disc;
	margin-left: 20px;
}

.fieldWithErrors input{
	background-color: #fdd;
}

div#cart table {
	width: 100%;
	border: solid 1px #2ea2ff;
}

div#cart tr.header {
	background-color: #e0efff;
}

div#cart tr.submit_row {
	height: 2em;
	vertical-align: bottom;
}
	
div#cart tr.subtotal {
	height: 2em;
	vertical-align: bottom;
	background-color: #e0efff;
}

div#cart th {
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #81c8ff;
	padding: .5em;
}

div#cart td.total {
	text-align: right;
	padding-right: 1em;
}

div#cart h2 {
	background-color: #e0efff;
	font-size: 18pt;
	padding: 1px;
}
div#cart td.name {
	padding-left: 1em;
}

div#cart td.qty_input {
	text-align: center;
}

div#cart td input {
	text-align: center;
}

div#cart td.submit_but {
	text-align: center;
}

div#moving {
	margin-top: 10px;
	background-color: #fdd;
	margin-left: 176px;
	margin-right: 10px;
	padding: 3px;
	border: solid red 1px;
}
