/* Main */

body {
  margin:0;
  padding:0;
  color:#888;
  background-color:white;
  font-family:Arial, "Times New Roman", serif;
}

#mainOuter {
  text-align:center;
}

#mainInner {
  text-align:left;
  width:750px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
}


#header {
  width:750px;
  line-height:0px;
  padding-bottom:10px;
  border-bottom:1px solid #d85d24;
  margin-bottom:10px;
}

#header td {
  vertical-align:bottom;
}

#header td.logo {
  text-align:left;
}

#header td.links {
  text-align:right;
}

#header td.links img {
  margin-left:11px;
  border:0;
}

#footer {
  border-top:1px solid #d85d24;
  margin-top:10px;
  margin-bottom:10px;
  padding-top:10px;
  text-align:center;
}

#footer p {
  font-size:8pt;
  color:#888;
  background-color:inherit;
  margin:0;
}

#footer a {
  color:#888;
  background-color:inherit;
}

h1 {
  font-size:18pt;
  font-weight:bold;
  color:#d85d24;
  background-color:inherit;
  margin-top:0;
}

h2 {
  font-size:11pt;
  font-weight:bold;
  color:#d85d24;
  background-color:inherit;
  margin-top:0;
  margin-bottom:0;
}

#content p, #content li, #content th, #content td {
  font-size:10pt;
  color:#888;
  background-color:inherit;
}

#content li {
  line-height:140%;
}

#content a {
  color:#888;
  background-color:inherit;
}

ul {
  list-style-type:none;
  margin-left:0;
  padding-left:0;
}

#spice_image img {
/*  border:1px solid #888;*/
}

table.buy {
}

table.buy th, table.buy td {
  padding-right:1em;
  text-align:left;
}

table.buy th {
  padding-top:1em;
}

table.buy th.sub {
  padding-top:0.5em;
}

table.buy th.price, table.buy td.price {
  text-align:right;
}

table.buy td.price {
  padding-right:1.5em;
}

table.buy td.qty {
  text-align:center;
}

table.buy input {
  border:1px solid #ccc;
  color:black;
  background-color:#eee;
}


#content table.spicelist td a {
  color:#d85d24;
  background-color:inherit;
  text-decoration:none;
}

#content p.error {
  color:red;
  background-color:inherit;
}


/*
img.semiOpaque {
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
}
*/

