html {
  color: #000000;
  background: #ffffff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del, ins { text-decoration: none; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before { content: ''; }
q:after { content: ''; }
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup, sub { vertical-align: baseline; }
legend { color: #000000; }
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input, button, textarea, select { *font-size: 100%; }
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select, input, button, textarea { font: 99% arial, helvetica, clean, sans-serif; }
table {
  font-size: inherit;
  font: 100%;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
#header {
  margin-top: 1em;
  clear: both;
}
#main-nav {
  padding-bottom: 3px;
  padding-top: 3px;
  margin-top: 1em;
  position: relative;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-bottom-color: #ae130c;
  border-top-color: #ae130c;
  border-bottom-style: dotted;
  border-top-style: dotted;
}
ul.horizontal-list li {
  margin-right: 0.5em;
  list-style-type: none;
  width: auto;
  position: relative;
  float: left;
  display: block;
}
#inner-nav {
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 50em;
}
#page {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  width: 50em;
}
.solid-sidebar {
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 35em;
  width: 9.8em;
  float: left;
}
#main-content.has-sidebar {
  padding-left: 2em;
  width: 38em;
  float: left;
}
br.clear {
  font-size: 0;
  line-height: 0px;
  height: 0px;
  position: relative;
  clear: both;
}
#inner-header {
  width: 50em;
  margin-right: auto;
  margin-left: auto;
}
#logo {
  width: auto;
  float: right;
  text-shadow: 0.2em 0.2em 0.1em #7d7d7d;
  font-size: 200%;
}
.blue-bg {
  color: white;
  background-color: #0d2f5f;
}
.green-bg {
  color: white;
  background-color: #245c10;
}
.red-bg {
  color: white;
  background-color: #ae130c;
}
.gry-bg {
  color: white;
  background-color: #252d2f;
}
#footer {
  position: relative;
  margin-top: 1em;
  border-top-color: #ae130c;
  border-top-width: 2px;
  border-top-style: dotted;
  text-align: center;
}
.left-float-block {
  width: auto;
  display: block;
  max-width: 20em;
  float: left;
}
#inner-nav li a:link {
  border-left-color: rgba(174, 19, 12, 0.2);
  border-left-style: dotted;
  border-left-width: 2px;
  border-right-width: 2px;
  border-right-color: rgba(174, 19, 12, 0.2);
  border-right-style: dotted;
  padding-right: 24px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 135%;
  padding-left: 24px;
  text-decoration: none;
  color: #245c10;
  display: block;
}
#inner-nav li a:visited {
  border-left-color: rgba(174, 19, 12, 0.2);
  border-left-style: dotted;
  border-left-width: 2px;
  border-right-width: 2px;
  border-right-color: rgba(174, 19, 12, 0.2);
  border-right-style: dotted;
  padding-right: 24px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 135%;
  padding-left: 24px;
  text-decoration: none;
  color: #245c10;
  display: block;
}
#inner-nav li a:hover {
  border-left-color: #ae130c;
  border-right-color: #ae130c;
  border-left-width: 2px;
  border-right-width: 2px;
  border-left-style: dotted;
  border-right-style: dotted;
  padding-right: 24px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 135%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url(/media/img/arrow.gif);
  padding-left: 24px;
  text-decoration: none;
  color: #0d2f5f;
  display: block;
}
#inner-nav li a:active {
  border-left-color: #ae130c;
  border-right-color: #ae130c;
  border-left-width: 2px;
  border-right-width: 2px;
  border-left-style: dotted;
  border-right-style: dotted;
  padding-right: 24px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 135%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url(/media/img/arrow.gif);
  padding-left: 24px;
  text-decoration: none;
  color: #0d2f5f;
  display: block;
}
.bordered {
  display: block;
  border-color: black;
  border-width: 1px;
  border-style: solid;
}
.inline { display: inline; }
code {
  white-space: pre;
  white-space: pre-wrap;
}
#db-query-panel #query {
  display: block;
  height: 5em;
  width: 100%;
}
th.side { text-align: right; }
#product-pricing { border-style: none; }
#product-pricing th.side {
  margin-left: 0.5em;
  text-align: right;
  font-weight: bold;
  color: #ae130c;
  vertical-align: top;
}
em.price {
  font-style: normal;
  font-weight: Bold;
  color: #378d36;
}
em.quantity {
  font-style: normal;
  font-weight: bold;
  color: #1f5f90;
}
h1 {
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-size: 120%;
  font-family: sans-serif;
  font-weight: bold;
  color: #ae130c;
}
h2 {
  margin-bottom: 0.25em;
  margin-top: 0.75em;
  font-size: 105%;
  font-family: sans-serif;
  font-weight: bold;
  color: #245c10;
}
h3 {
  margin-bottom: 0.25em;
  margin-top: 0.75em;
  font-size: 100%;
  font-family: sans-serif;
  font-weight: bold;
  color: #0d2f5f;
}
h4 {
  margin-bottom: 0.13em;
  margin-top: 0.25em;
  font-size: 100%;
  font-family: sans-serif;
  font-weight: bold;
  color: #ae130c;
}
#product-qty { width: 2em; }
#add-product-form {
  text-align: center;
  float: none;
  border-style: none;
  width: auto;
}
#add-product-form h3 {
  color: #245c10;
  font-size: 100%;
}
#sidebar-text {
  margin-right: 1em;
  margin-left: 1em;
  margin-top: 5em;
  font-size: 150%;
}
p {
  color: #3f3f3f;
  font-family: sans-serif;
}
#main-content.has-sidebar .inner-content { font-size: 115%; }
strong {
  color: #ae130c;
  font-weight: bold;
}
em {
  color: #245c10;
  font-style: italic;
}
ul.square-bullets li {
  color: #3f3f3f;
  width: auto;
  list-style-position: outside;
  list-style-type: square;
}
#photo {
  margin-bottom: 2em;
  margin-right: 2em;
}
.small-text { font-size: 80%; }
#main-content a:link {
  text-decoration: none;
  border-left-style: none;
  border-bottom-style: dotted;
  border-right-style: none;
  border-top-style: none;
  border-color: #ae130c;
  border-bottom-width: 1px;
  color: #0d2f5f;
}
#main-content a:visited {
  text-decoration: none;
  border-left-style: none;
  border-bottom-style: dotted;
  border-right-style: none;
  border-top-style: none;
  border-color: #ae130c;
  border-bottom-width: 1px;
  color: #0d2f5f;
}
#main-content a:hover {
  font-weight: bold;
  text-decoration: none;
  border-left-style: none;
  border-bottom-style: solid;
  border-right-style: none;
  border-top-style: none;
  border-color: #ae130c;
  border-bottom-width: 1px;
  color: #0d2f5f;
}
#main-content a:active {
  font-weight: bold;
  text-decoration: none;
  border-left-style: none;
  border-bottom-style: solid;
  border-right-style: none;
  border-top-style: none;
  border-color: #ae130c;
  border-bottom-width: 1px;
  color: #0d2f5f;
}
#main-content a.image-link:link {
  display: block;
  border-bottom: 0 transparent none;
}
#main-content a.image-link:hover {
  display: block;
  border-bottom: 0 transparent none;
}
#main-content a.image-link:active {
  display: block;
  border-bottom: 0 transparent none;
}
#main-content a.image-link:visited {
  display: block;
  border-bottom: 0 transparent none;
}
ol li {
  margin-left: 2em;
  list-style-position: outside;
  list-style-type: decimal;
}
#mns-button, #mnt-button {
  border-left-style: dotted;
  border-bottom-style: none;
  border-right-style: dotted;
  border-top-style: none;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 3px;
  border-color: rgba(174, 19, 12, 0.8);
  border-width: 2px;
  display: block;
  position: relative;
  float: right;
}
#mns-button:hover {
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url(/media/img/arrow.gif);
  border-left-style: dotted;
  border-bottom-style: none;
  border-right-style: dotted;
  border-top-style: none;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 3px;
  border-color: rgba(174, 19, 12, 0.8);
  border-width: 2px;
  display: block;
  position: relative;
  float: right;
}
#mnt-button:hover {
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url(/media/img/arrow.gif);
  border-left-style: dotted;
  border-bottom-style: none;
  border-right-style: dotted;
  border-top-style: none;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 3px;
  border-color: rgba(174, 19, 12, 0.8);
  border-width: 2px;
  display: block;
  position: relative;
  float: right;
}
textarea#code {
  min-height: 15em;
  line-height: 1.5;
  font-size: 115%;
  font-family: monospace;
  width: 100%;
}
textarea.huge {
  min-height: 25em;
  width: 100%;
}
#quantity-table th {
  background-color: rgba(0, 0, 0, 0.02);
  margin-top: 0.25em;
  padding: 0.5em;
  font-weight: bold;
}
#quantity-table tr {
  margin-top: 0.25em;
  text-align: right;
}
#quantity-table tr.odd { background-color: rgba(0, 0, 0, 0.05); }
#quantity-table tr.new-section { border-top: 3px rgba(0, 0, 0, 0.2) solid; }
#quantity-table {
  border-color: #d8d8d8;
  border-width: 2px;
  border-style: none;
  margin-bottom: 1em;
  margin-top: 1em;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 5px;
}
.centered {
  margin-right: auto;
  margin-left: auto;
}
div.small-info-box {
  margin-top: 1.5em;
  font-size: 60%;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}
#subscribe-button {
  width: 8em;
  height: 3em;
  text-align: center;
  -webkit-appearance: button;
  white-space: normal;
  font-weight: bold;
  color: #0d2f5f;
}
#subscribe-button:hover { cursor: pointer; }
.clear { clear: both; }
#listserve-sub-form fieldset {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 0.5em;
  border-color: #6f250a;
  border-width: 2px;
  border-style: dotted;
}
#listserve-unsub-form fieldset {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 0.5em;
  border-color: #6f250a;
  border-width: 2px;
  border-style: dotted;
}
.error_message, .error-message { color: #ae130c; }
#listserve-sub-form legend {
  padding-right: 0.25em;
  padding-left: 0.25em;
  margin-left: 0.25em;
}
#listserve-unsub-form legend {
  padding-right: 0.25em;
  padding-left: 0.25em;
  margin-left: 0.25em;
}
#listserve-sub-form th { vertical-align: text-top; }
#listserve-unsub-form th { vertical-align: text-top; }
#listserve-sub-form table { width: 100%; }
#listserve-unsub-form table { width: 100%; }

