.userMsg {
  color: #518e04;
}
.successMsg,
.success {
  color: #518e04;
}
.warn {
  color: red;
}
.warning {
  color: red;
}
.green {
  color: #518e04;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.normal {
  font-weight: normal;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.borderedLayout {
  border: 1px solid #dddddd;
  border-radius: 8px 8px 8px 8px;
}
.borderedSection {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}
.borderedSection ul li {
  padding-left: 10px;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.box {
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.box-shadow {
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}
/* ------------------------------------------------------------------------ */
body {
  font-size: 15.4px;
  font-family: "arial";
  color: #383838 3;
}
/* lists */
ul {
  list-style-position: inside;
  padding-bottom: 10px;
  list-style-type: disc;
}
li {
  line-height: 160%;
}
ul a {
  text-decoration: none;
}
a {
  color: #518e04;
  font-weight: 600;
}
ins {
  background-color: transparent;
}
/* ------------------------------------------------------------------------ */
article {
  float: left;
  padding: 0;
  width: 750px;
  display: block;
  position: relative;
}
section {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}
section ul li {
  padding-left: 10px;
}
/* ------------------------------------------------------------------------ */
div.dirautolistElement {
  margin-bottom: 1.5em;
}
section#datasheetHeader {
  padding-bottom: 0em;
}
section#datasheetHeader h1 {
  padding-bottom: 0em;
}
section#datasheetHeader div.dsHeadAd {
  float: right;
  position: relative;
  top: -1em;
}
section#dsListing div {
  margin-bottom: 0.5em;
}
section#dsListing div h1 {
  padding-bottom: 0em;
}
section#dsListing div div.dirautolistElement {
  margin-bottom: 0em;
}
/* ------------------------------------------------------------------------ */
#scsiteNavMenu {
  margin-top: 35px;
  text-align: right;
}
#scsiteNavMenu ul {
  display: inline;
  list-style: none outside none;
  position: relative;
}
#scsiteNavMenu ul li {
  display: inline;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 3px;
  padding: 4px 10px 5px;
  position: relative;
}
#scsiteNavMenu ul li a {
  text-transform: lowercase;
}
#scsiteNavMenu a {
  font-size: 14px;
  font-weight: 600;
  color: #1b2f01;
}
#scsiteNavMenu ul li a.active {
  background: none repeat scroll 0 0 #f2f2ee;
  border: 1px solid #dddddd;
  border-radius: 8px 8px 8px 8px;
  padding: 3px 9px 4px;
}
#scsiteNavMenu #scsiteNavMenu ul li:last-child .nav-divider {
  display: none;
}
#scsiteNavMenu #scsiteNavMenu ul li a:hover {
  position: relative;
  text-decoration: underline;
}
#scsiteNavMenuInner {
  display: inline;
  margin-left: 0;
}
#scsiteNavMenu-inner {
  display: inline;
  margin-left: 0;
}
.nav-divider {
  padding: 0 10px;
}
/* ------------------------------------------------------------------------ */
div#tclsPageWrap {
  margin: 0 auto;
  padding: 20px;
  width: 1012px;
}
/* ------------------------------------------------------------------------ */
header {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 12px 12px 0 0;
  box-shadow: 1px 1px 12px 2px #aaaaaa;
  padding: 10px 20px 12px;
  position: relative;
}
header div.google-plus-wrap {
  position: absolute;
  right: 30px;
  top: 50px;
}
header div#rss {
  position: absolute;
  right: 270px;
  top: 15px;
}
header div#twitter {
  position: absolute;
  top: 50px;
  right: 68px;
}
header div#gSearchForm {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: 30px;
}
header div#gSearchForm input[type=submit] {
  background-color: #f2f2ee;
}
header a {
  color: #1b2f01;
  font-weight: 500;
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}
header h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
header h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 0;
  color: #004;
}
header h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
header h4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
div#tclsTitle {
  margin-top: 35px;
  width: 600px;
  position: relative;
}
div#tclsTitle h2 {
  position: relative;
  left: 45px;
}
div#tclsLogo {
  background: url("../../images/siteLogo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 150px;
  width: 150px;
  margin: 0 20px 0 10px;
  float: left;
}
/* ------------------------------------------------------------------------ */
.contentBar {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 12px 2px #aaaaaa;
}
div#scStatusBar {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 12px 2px #aaaaaa;
}
div#scContentBar {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 12px 2px #aaaaaa;
  padding-top: 8px;
}
div#tclsContent {
# steves: background changed to whiter, less grey
#  background: none repeat scroll 0 0 #f2f2ee;
  background: none repeat scroll 0 0 #f8f8f8;
  border-radius: 0 0 12px 12px;
  box-shadow: 1px 1px 12px 2px #aaaaaa;
  padding: 20px 20px 0;
  position: relative;
  min-height: 550px;
}
/* ------------------------------------------------------------------------ */
div#tclsSidebar {
  float: left;
  margin-right: 20px;
  padding: 0;
  position: relative;
  width: 202px;
}
div#tclsSidebar ul {
  list-style-type: none;
}
div#tclsSidebar h1 {
  padding-bottom: 0.1em;
  margin-bottom: 0em;
}
div#tclsSidebar a {
  color: #585858;
}
div#tclsSidebar .AdSense200x200 {
  margin-bottom: 20px;
}
div#tclsSidebar .AdSense160x600 {
  margin-left: 20px;
}
div#tclsSidebar div.tclsSidebarBox {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px 8px 8px 8px;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 180px;
}
div#tclsSidebar div.tclsSidebarBox div.paypalDonateButton {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
div#tclsSidebar div.tclsSidebarBox h1,
div#tclsSidebar div.tclsSidebarBox h2,
div#tclsSidebar div.tclsSidebarBox h3,
div#tclsSidebar div.tclsSidebarBox h4 {
  color: #585858;
}
div#tclsSidebar div.tclsSidebarBox p {
  color: #808080;
  font-size: 90%;
  line-height: 99%;
}
/* ------------------------------------------------------------------------ */
div#tclsFooter {
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  position: relative;
  color: #888888;
  margin-left: 1em;
  margin-right: 1em;
}
div#tclsFooter a {
  color: #888888;
}
div#tclsFooter span#footerCopyright {
  float: left;
}
div#tclsFooter span#footerSCAd {
  float: right;
}
/* ------------------------------------------------------------------------ */
/* scsc classes */
/* ------------------------------------------------------------------------ */
p.scErrorStrip {
  background-color: #ff0000;
  color: black;
  padding-left: 1em;
  font-weight: bold;
}
/* scPageTitle */
h1.scPageTitle {
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 8px;
  text-shadow: 1px 1px #aaaaaa;
}
h1.scPageTitle span {
  font-size: 2em;
  letter-spacing: -1px;
  padding-top: 0em;
  margin-top: 0em;
  line-height: 1.1em;
}
h1.scPageTitle span span.caps {
  font-size: 100%;
}
/* ------------------------------------------------------------------------ */
div.ebayPixOver {
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}
/* ------------------------------------------------------------------------ */
div.scamlTOC {
  margin-right: 1.5em;
}
div.scamlTOC h1 {
  font-size: 110%;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.scamlTOC div.scamlTOCItem.level-0 {
  margin-bottom: 0.2em;
}
div.scamlTOCBorder {
  padding: 0.5em;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}
div.scamlSection br {
  height: 0px;
  border: 0px;
  display: none;
}
/* ------------------------------------------------------------------------ */
/* images */
/* ------------------------------------------------------------------------ */
img.scImage {
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
  margin-top: 1em;
  margin-bottom: 1em;
}
img.scImage.left {
  margin-right: 1em;
}
/* ------------------------------------------------------------------------ */
/* default table */
/* ------------------------------------------------------------------------ */
table {
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
  border-collapse: collapse;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 1em;
}
table th {
  background-color: #dddddd;
}
table td,
table th {
  border: 1px solid #dddddd;
  padding: 2px;
  padding-left: 0.4em;
  padding-top: 4px;
  margin: 0;
}
/* ------------------------------------------------------------------------ */
/* directory listing */
/* ------------------------------------------------------------------------ */
table.dirlist {
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
  border-collapse: collapse;
}
table.dirlist th {
  background-color: #dddddd;
}
table.dirlist td,
th {
  border: 1px solid #dddddd;
  margin: 0;
}
/* ------------------------------------------------------------------------ */
/* Widgets */
/* ------------------------------------------------------------------------ */
div.gAuthorship {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
div.logoSquare {
  float: left;
  overflow: hidden;
  margin-left: 0.5em;
  margin-bottom: 1em;
  margin-right: 2em;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
  background: no-repeat scroll left transparent;
  background-position: center;
  background-color: #f8f8f8;
}