li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
a:visited, a:hover, a:link, a:active
{
  color: blue;
}

a.whiteLink:hover
{
  text-decoration: underline;
  color: white;
}
a.whiteLink:visited, a.whiteLink:link, a.whiteLink:active
{
  color: white;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  background-color: #fff;
}

body
{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgb(80%,80%,80%);
}

.leftArea {
  vertical-align: top;
  background-color: rgb(50%,50%,50%);
  color: white;
}

.leftAreaContent {
  padding: 8px;
  font-size: 12pt;

}

.contentArea {
  padding: 0px;
  width: 400px;
  text-align: center;
  vertical-align: top;
}

.content {
  width: 390px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  vertical-align: top;
}

.rightArea {
  vertical-align: top;
  background-color: rgb(90%,90%,90%);
  color: black;
}

.searchArea {
  width: 153px;
  height: 125px;
  color: white;
  font-size: 13pt;
  font-weight: bold;
  padding: 10px;
  line-height: 120%;
}

.searchField {
  background-color: white;
  color: black;
  width: 120px;
  border: 1px solid black;
}
.MSDSSearchField {
  background-color: white;
  color: black;
  width: 70px;
  border: 1px solid black;
}

.languageField {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.masterTable {

}

.bannerArea {
  width: 746px;
  height: 100px;
  vertical-align: bottom;
}

.category_menu {
  left: 0px;
  width: 535px;
  position: relative;
}

.masterWrapper {
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin-left: auto;
  margin-right: auto;
  width: 746px;
}

.titleText {
  font-size: 18pt;
  font-weight: bold;
  color: #666666;
}

.goButton {
  position: relative;
  bottom: -4px;
}

.footer {
  font-size: 9px;
  text-align: center;
  background-color: rgb(90%,90%,90%);
  border-top: 2px white solid;
}

.cartContainer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.subMenu, .cartItem {
  font-size: 8pt;
  text-indent: -10px;
  padding-left: 10px;
}

TD.cartRow {
  background-color: rgb(90%,90%,90%);
  text-align: left;
  padding: 3px;
  font-size: 8.5pt;
}

TH.cartRow {
  background-color: rgb(80%,80%,80%);
  text-align: left;
  padding: 3px;
  font-size: 9.5pt;
}

.totalRow {
  background-color: rgb(80%,80%,80%);
  padding: 3px;
  text-align: right;
  font-size: 9pt;
}

TD.skuList {
  background-color: rgb(90%,90%,90%);
  text-align: center;
  padding: 3px;
}

TH.skuList {
  background-color: rgb(80%,80%,80%);
  text-align: center;
  padding: 3px;
}

TABLE.generalTable {
  width: 100%;
}

TD.genericMessage, DIV.genericMessage, SPAN.genericMessage {
  background-color: rgb(80%,80%,80%);
  text-align: left;
  padding: 3px;
  font-size: 9.5pt;
}

TABLE.genericMessage, DIV.genericMessage, SPAN.genericMessage {
  margin-left: auto;
  margin-right: auto;
}

.errorMessage {
  color: red;
  text-align: center;
}

.menuItem {
  padding-bottom: 3px;
}

DIV.genericCenterWrapper {
  width: 100%;
  text-align: center;
}

.formTitle {
  font-weight: bold;
}

.formError {
  font-size: 9pt;
  color: red;
}

.requiredStar {
  font-weight: bold;
  color: red;
}

.subHeading {
  font-weight: bold;
  font-size: 12pt;
}

.indented {
  padding-left: 25px;
}

