/* 
Shaun Inman's CSS Reset
https://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/
CSSresetr.com
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td,
embed,
object {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
var {
  font-style: normal;
}
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
/*
h1, h2, h3, h4, h5, h6 {
font-size: 1.0em;
}*/
q:before,
q:after {
  content: "";
}
a,
ins {
  text-decoration: none;
}
/*
p.deliv_fee{font-size: 14px;font-weight: bold;color: #CC0000;background-color: rgb(255, 246, 219);border: 1px solid #CC0000;padding: 4px;margin: 2px 0;}
*/