body
{
  font-size: 12px;
  font-family: arial, helvetica, sans;
}

ol {
  padding-left: 15px;
  margin-left: 10px;
  list-style-position: outside;
}

p { 
  font-size: 14px;
}

h1
{
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
}

h2
{
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

h3
{
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

p, h1, h2, h3 {
  margin-bottom: 12px;
}

.noborder {
  border: none !important;
}

h2#warranty {
  margin-top: 24px;
}

ul.bullet {
  margin-bottom: 18px;
}

ul.bullet li {
  font-size: 14px;
  list-style-type: disc;
  list-style-position: inside;
  list-style-image: url("/images/inv_arrow.gif");

}

table { 
  border-collapse: collapse; 
}

img.floatright {
  display: block;
  margin-left: 12px;
  float: right;
}

img.floatleft {
  display: block;
  margin-right: 12px;
  float: left;
}

table.stripeMe tr td {
  background-color: #fff;
}


table tr td {
  vertical-align: middle;
}

table tr td.vtop,
table.vtop tr td {
  vertical-align: top;
}

table.vPadding tr td, 
table.vPadding tr th {
  padding-top: 6px;
  padding-bottom: 6px;
}

table.hPadding tr td, 
table.hPadding tr th {
  padding-left: 6px;
  padding-right: 6px;
}

table.hPadding tr td p {
  margin-top: 12px;
}

table tr.alt td { background-color: #eee; };

table.border tr td
{
  border: 1px solid #111111;
  border-collapse: collapse;
}

table.greyBorder tr td
{
  border: 1px solid #C0C0C0;
}

table.greyBorder tr td b { display: none; }

table tr td p.arrow
{
  margin-left: 22px;
}

table tr td p.arrow a
{
  background-image: url("/images/inv_arrow.gif");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  margin-left: -22px;
  padding-left: 22px;
  display: block;
}

table#cat-list {
  width: 100%;
}

table#cat-list img {
  margin-left: 12px;
}

.eight {
  display: block;
  font-size: 8pt;
  margin-left: 22px;
}

.white { color: #fff; }
.red { color: #f00; }
.yellow { color: #ff0; }

.bgblack { background-color: #000 !important; }
.bgred { background-color: #f00 !important; }
.bgblue { background-color: #000080 !important; }
.bggreen { background-color: #008000 !important; }
.bgdarkgrey { background-color: #808080 !important; }
.bggrey { background-color: #eee !important; }
.bgwhite { background-color: #fff !important; }
.bgyellow { background-color: #ff0 !important; }
.bgmidgrey { background-color: #c0c0c0 !important; }

.zeropadmarg {
  padding: 0 !important;
  margin: 0 !important;
}

#lsidebar .smaller p {
  font-size: 12px;
}

#lsidebar table p {
  margin-bottom: 0;
}

#lsidebar table tr td em {
  font-size: 11px;
}

p.pn
{
  font-weight: bold;
  color: #f00;
  margin-bottom: 12px;
}

p.title
{
  margin-bottom: 12px;
  font-weight: bold;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}

p#copyright {
  margin-top: 24px;
}
