@charset "utf-8";


div#feature {
  margin-right: 30px;
  border-top: 1px solid #6b89c2;
  border-bottom: 1px solid #6b89c2;
}

div#feature table th,
div#feature table td {
  padding: 0px;
}

div#feature ul {
  margin-left: 3em;
}

div#feature li {
  list-style-position: outside;
  list-style-type: disc;
}

div#main h5 {
  color: #0033CC;
  font-size: 1.2em;
  font-weight: bold;
}

div#main h6 {
  color: #0033CC;
}

table#howtosub {
  margin-top: 3px;
  margin-right: 25px;
}

#howtosub td {
  padding: 0px 5px 0px 0px;
  vertical-align: top;
}


#howtosub p {
  margin-right: 25px;
}

*html #howtosub td {
  line-height: 1.3em;
}

#pin td {
  padding: 0px;
  border-bottom: 1px solid #A4ACD6;
}

#pin td.last {
  border: none;
}

table#spec,
table#pinSpec {
  margin-top: 5px;
  margin-bottom: 10px;
}

table#spec td td,
table#pinSpec td td,
table#spec td th,
table#pinSpec td th {
  border: 1px solid #A4ACD6;
  padding: 2px 4px;
  font-weight: normal;
  text-align: left;
}

table#spec td th {
  background-color: #D3DEF1;
}

table#pinSpec td thead td {
  background-color: #6b89c2;
  text-align: center;
  color: #fff;
}

table#pinSpec td th {
  background-color: #D3DEF1;
}

table#pinSpec td td.noborder {
  border: none;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt10 {
  margin-top: 10px;
}

.red {
  color: red;
}
