/* --------------------------------------------------------------- */
/*   DIGITEK Computer Products - http://www.Digitek.com/           */
/* --------------------------------------------------------------- */

/* =========================== Global Elements =================== */

html {
  color: #7B7B7B;
  }

body {
  color: #7B7B7B;
  margin: 0;
  padding: 0;
  font-family: sans-serif, arial, verdana, helvetica, "trebuchet ms", "arial narrow", arial, tahoma, "book antiqua";
  font-size: small;                            /* feed to IE 5.5             */
  f\ont-size: medium;                          /* feed to compliant browsers */
  /*voice-family: "\"}\"";                     /* Tantek IE 5.5 hack */
  /*voice-family: inherit;
  font-size: medium;                           /* feed to compliant browsers */
  }

body {
  font-size: 13px; /* Force fixed FS */
  }

a:link,
a:visited {
  color: #3D6094;
  text-decoration: none;
  }

a:hover {
  color: #0236DF;
  text-decoration: underline;
  }

.BoldHyper {
  color: #40659B;
  text-decoration: none;
  background-color: #FAFAFA;
  }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  letter-spacing: .5px;
  }

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size: 10pt; }
h5 { font-size: 8pt; }
h6 { font-size: 8pt; }

* {
  padding: 0px;
  margin: 0px;
  }

select {
  border: 1px solid #888888;
  padding: 0px;
  color: black;
  background-color: white;
  }

input {
  border: 1px solid #888888;
  padding: 1px 0px 1px 5px;
  color: black;
  background-color: white;
  font-size: 12px; /* FS+ */
  }

input.button {
  color: black;
  background-color: #A9A9A9;
  border: 1px outset #A9A9A9;
  margin: 0px 0px 0px 4px;
  padding: 1px 2px 1px 2px;
  height: 22px;
  width: 60px;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }
  
/* ============================== Main Column ============================== */

#content {
  text-align: left; /* Set alignment back to default */
  color: #5C5C5C;
  padding: 12px;
  margin: 0px auto 0px auto; /* Center horizontally */
  width: 655px;
  }

#content hr {
  margin: 15px 4px 3px 0px;
  padding: 0px;
  color: #DCDCDC;
  }

#content p {
  padding: 3px 0px 3px 14px;
  font-size: 14px;
  line-height: 110%;
  }

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
  padding: 8px 0px 4px 4px;
  }

/* ============== styles for main application frames ================= */

/* frames displayed in middle position */
.mainframe {
  text-align: center; /* Fix for IE margin centering bug */
  color: black;
  padding: 25px 2px 2px 2px;
  }

/* Frame displayed at left edge */
.leftframe   {
  text-align: center; /* Fix for IE margin centering bug */
  padding: 0px;
  margin: 0px;
  background-color: #F1F1F1;
  }
  
/* Frame displayed at right edge */
.rightframe {
  text-align: center; /* Fix for IE margin centering bug */
  padding: 10px 5px 10px 5px;
  background-color: #F1F1F1;
  }

.bottomframe {
  background-color: #E9E9E9;
  height: 150px;
  }

/* ======= Styles for Static pages called from gobal menu ======= */

.pageheader {
  text-align: center;
  padding: 20px 0px 20px 10px;
  }

.itemlist ul {
  margin: 0px 0px 10px 48px;
  font-size: 12px;
  list-style: outside disc;
  }

.itemlist li {
  padding: 2px 0px 4px 0px;
  font-size: 12px;
  }

.itemlist2col ul {
  margin: 0px 0px 10px 48px;
  float: left;
  display: inline;
  list-style: outside disc;
  }

.itemlist2col li {
  padding: 2px 0px 4px 0px;
  font-size: 12px;
  }

.sessiontimeoutnotice {
  margin: 20px auto 20px auto;
  text-align: center; /* Center text & IE bug fix */
  width: 340px;
  padding: 5px;
  line-height: 140%;
  color: #BA3E3E;             /* Red */
  background-color: #E8F2FD;  /* Light blue */
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #A9BCFC; /* Medium Blue */
  }

.emphasis {
  color: #6A5ACD;
  font-weight: bold;
  font-size: 117%;
  padding-left: 35px;
  }

/* ================ Base Table Styles ================== */

/* Style for main content div */
.maincontent {
  text-align: left; /* Set alignment back to default */
  padding: 0px;
  margin: 0px auto 0px auto; /* Center horizontally */
  width: 655px;
  }

/* Style for left frame content div */
.leftcontent {
  text-align: left; /* Set alignment back to default */
  padding: 0px;
  margin: 0px auto 0px auto; /* Center horizontally */
  padding: 8px 4px 8px 4px;
  width: 155px;
  }
  
/* Style for right frame content div */
.rightcontent {
  text-align: left; /* Set alignment back to default */
  padding: 0px;
  margin: 0px auto 0px auto; /* Center horizontally */
  width: 100%;
  }

/* General item in main frame */
.mainitemcontainer {
  margin: auto;
  border: none;
  padding: 0px;
  width: 100%;
  font-size: 14px; /* FS was 15px */
  }

/* Table body */
.maintable {
  border-collapse: collapse; /* Collapse margins */
  margin: 0px;
  width: 100%;
  font-size: 14px; /* FS was 15px */
  }

/* Table caption */
.maintablecaption th {
  background: #3C59A1 url(./images/blueheader.jpg) repeat-x top left; /* Dark bluish-gray */
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 175%;
  font-size: 100%;
  }

/* Column headings */
.maintablehead th {
  background-color: #DCDCDC; /* Medium gray */
  color: #656565;      /* Dark gray */
  padding: 1px 10px 1px 10px;
  border-style: none;
  line-height: 145%;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  }

/* Table and data cell borders */
.maintable,
.maintable td {
  border: 1px solid #7B7B7B; /* Dark gray */
  }

/* Table data cells */
.maintable td {
  background-color: #FAFAFA; /* Very light gray */
  color: #545454;            /* Faded gray */
  padding: 1px 10px 1px 10px;
  line-height: 120%;
  font-size: 90%;
  font-weight: normal;
  }

.maintable td.notAvail {
  background-color: #FBFCE2; /* Light Yellow */
  color: #E03040; /* Medium red */
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.maintable td.isAvail {
  background-color: #FAFAFA; /* Medium gray */
  text-align: center;
  padding: 3px;
}

/* Row zebra striping classes */
.maintablezebraevenrow td {
  background-color: #FBFCE2; /* Light Yellow */
  }

.maintablezebraoddrow td {
  background-color: white;
  }

.zebrastripe0 td {
  background-color: #FBFCE2; /* Light Yellow */
  }

.zebrastripe1 td {
  background-color: white;
  }

/* Status row when table empty */
.maintablestatusrow td {
  text-align: center;
  padding: 0px;
  font-weight: bold;
  height: 40px;
  }

/* Animated "Loading" icon */
#statuscell img  {
  float: left;
  margin: 0px 5px 0px 200px;
  }
  
/* Caption "Loading please wait..." */
#statuscell div {
  float: left;
  margin: 5px;
  }
  
/* Status row when reporting an error */
.maintablestatusrow #errormessage  {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #6060A7; /* Medium Blue */
  }

/* Paging box above table */
.maintableheaderpaging {
  width: 28%;
  font-size: 90%;
  color: black;
  background-color: #F3F0F3;  /* Light gray */
  border: 1px solid #6060A7; /* Medium Blue */
  float: right;
  padding: 5px 12px 5px 12px;
  margin: 0px 0px 0px 0px;
  }

.maintableheaderpaging select {
  font-size: 90%;
  width: 50px;
  margin: 6px 0px 0px 0px;
  border: 1px solid gray;
  }

.maintableheaderpaging input {
  width: 60px;
  height: 22px;
  margin: 6px 5px 0px 0px;
  font-size: 11px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }
  
.maintableheaderpaging input:disabled {
  color: #99AABB;  /* Light gray */
  }

/* Paging controls in table footer */
.maintablefooterpaging {
  padding: 0px;
  margin: 0px;
  }

.maintablefooterpaging td {
  height: 25px;  /* Footer height when empty */
  color: black;
  font-weight: bold;
  background-color: #EFEDF2;  /* Light gray */
  }

.maintablefooterpaging div {
  float: right;
  margin: 10px 12px 8px 8px;
  vertical-align: middle;
  }

.maintablefooterpaging input {
  width: 60px;
  height: 22px;
  margin: 0px 5px 0px 0px;
  font-size: 11px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

.maintablefooterpaging input:disabled {
  color: #99AABB;  /* Light gray */
  }
  
/* ================ Catalog Brand Navigation Styles ================== */
.show-hide {
      display: none;
}

/* ================ Catalog Brand Navigation Styles ================== */

.brandtable td,
.brandtable td ul {
  vertical-align: top;  /* Align item lists with top of cell */
  padding: 0px;         /* Remove padding & margin around list items */
  margin: 0px;
  }

.brandtable td ul li {
  padding: 1px 0px 1px 12px; /* Padding around list item text */
  margin-left: 0px;
  list-style: none;
  }

.brandtableallbrands A,
.brandtableallbrands {
  font-weight: bold;
  }

.brandtableactivebrandcolhead {
  color: #A65353;  /* Active brand heading: Dark red */
  }

.brandtableselected A,
.brandtableselected A:link,
.brandtableselected A:visited,
.brandtableselected {
  color: #A65353;             /* Selected item text: Dark red */
  background-color: #E8F2FD;  /* Selected background: Light blue */
  font-weight: bold;
  }

.brandtableselected {
  border: 1px solid #A9BCFC;  /* Selected Item Border: Medium Blue */
  }

/* ================ Select Warehouse Page =============================== */

/* Selection criteria box above item table */
.shippingdisclaimer {
  color: black;
  background-color: #E8F2FD; /* Light Blue */
  margin: 0px;
  padding: 6px 10px 6px 10px;
  border: 1px solid #6060A7; /* Medium Blue */
  }

/* ================ Download Catalog Page =============================== */

/* Wait message while generating the catalog */
#buidingcatalog {
  height: 50px;
  width: 615px;
  border-collapse: collapse;
  border: 1px solid #6060A7; /* Medium Blue */
  padding: 6px 10px 6px 10px;
  }

#buidingcatalog td {
  color: black;
  background-color: #E8F2FD; /* Light Blue */
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  padding: 0px;
  margin: 0px;
  border: none;
  }

/* Annimated "wait" icon */
#buidingcatalog img {
  text-align: center;
  padding: 10px 5px 10px 20px;
  }
  
/* Instructions above download buttons */
.downloadinstructions {
  color: black;
  background-color: #E8F2FD; /* Light Blue */
  margin: 18px 8px 15px 8px;
  padding: 6px 10px 6px 10px;
  border: 1px solid #6060A7; /* Medium Blue */
  }

/* Div wrapping download buttons */
.downloadoptions {
  margin: 0px 0px 15px 15px;
  }

/* Catalog download buttons */
.downloadbtn {
  width: 85px;
  padding: 3px;
  margin: 5px;
  border: 1px solid;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

/* Catalog download button labels */
.downloadlabel {
  color: navy;
  font-size: 12px;
  margin-left: 5px;
  }

/* ================ Product Listing Page =============================== */

/* Selection criteria box above item table */
.productlistcriteria {
  color: black;
  background-color: #E8F2FD; /* Light Blue */
  margin: 0px;
  padding: 6px 10px 6px 10px;
  border: 1px solid #6060A7; /* Medium Blue */
  float: left;
  }

.productlistcriteria p {
  margin: 2px 0px 0px 0px;
  }

/* ======== Product / Substitute / Complementary Item Tables ========== */

/* Item row in product table */
.producttableitemrow td {
  background-color: #EEF5FD; /* Light Blue */
  color: navy;
  }

#producttablefooterrow,
#producttablefooterrow td
 {
  padding: 10px;
  margin: 0px;
  color: black;
  font-weight: bold;
  background-color: #EFEDF2;  /* Light gray */
  vertical-align: middle;
  text-align: right;
  }

#producttablefooterrow input {
  text-align: center;
  padding: 0px;
  margin: 0px 5px 0px 8px;
  }

#producttablefooterrow #btnSubmit1 {
  padding: 4px 5px 4px 5px;
  width: 80px;
  font-size: 11px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

/* Table caption */
.subtablecaption th {
  color: white;
  background: #828389 url(./images/grayheader.jpg) repeat-x top left;
  text-align: center;
  font-weight: bold;
  line-height: 175%;
  font-size: 100%;
  }

/* Column headings */
.subtablehead th {
  background-color: #DCDCDC; /* Medium gray */
  color: #4A6B9C;      /* Medium Blue */
  padding: 1px 10px 1px 10px;
  border-style: none;
  line-height: 145%;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  }

/* Vertical space between tables */
.subtablespacer {
  height: 25px;
  clear: both;
  }

/* =========== Shopping cart table displayed in right frame ============= */

.carttable {
  margin: 6px auto auto auto;  /* Center table horizontally */
  background-color: #F1F1F1; /* Light gray */
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border: none;
  }

.carttablecaption a,
.carttablecaption th {
  color: black;
  padding: 0px 0px 5px 0px;
  text-align: center;
  font-size: 13px;
  }

.carttablehead th {
  color: #555555;  /* Medium gray */
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #555555; /* Medium gray */
  vertical-align: middle;
  }

.carttable td {
  color: #333333;            /* Light gray */
  border: 1px solid #555555; /* Medium gray */
  line-height: 130%;
  }

.carttablefooter td {
  color: #0B179B; /* Medium blue */
  border: none;
  font-weight: bold;
  padding: 4px 0px 0px 0px;
  }

.carttableleftcol {
  text-align: left;
  padding: 0px 0px 0px 8px;
  }

.carttablerightcol {
  text-align: center;
  padding: 0px 2px 0px 2px;
  width: 25%;
  }

.carttableemptymsg {
  text-align: center;
  background-color: #FBFCE2; /* Light Yellow */
  padding: 0px;
  }

.carttableevenrow td {
  background-color: #FBFCE2; /* Light Yellow */
  }

.carttableoddrow td {
  background-color: white;
  }

/* =========== Shopping cart checkout pages ================ */

/* Style buttons on basket and checkout pages */
.checkoutbtn {
  width: 85px;
  padding: 3px;
  margin: 5px;
  font-size: 11px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

#checkoutaddrselectrow td {
  color: navy;
  background-color: #E8F2FD; /* Light Blue */
  padding: 10px;
  text-align: left;
  }

#checkoutaddrselectrow #addresslookup {
  margin: 10px 0px 0px 0px;
  height: 17px;
  width: 100%;
  background-color: white;
  }

#checkoutaddrcell {
  padding: 10px 15px 10px 15px;
  vertical-align: top;
  }

#checkoutaddrcell table {
  float: left;
  border-collapse: collapse;
  margin: 0px;
  }

#checkoutaddrcell table td {
  border: none;
  padding-bottom: 4px;
  }

#checkoutaddrcell input {
  background-color: white;
  padding: 2px 4px 2px 4px;
  }

/* Contact name - add extra space */
#checkoutaddrcell #checkoutcontactrow td {
  padding-bottom: 15px;
  }

/* Address save options box in checkout */  
#checkoutaddrcell .addrsaveoption  {
  float: right;
  width: 40%;
  margin: 10px auto 10px auto; 
  padding: 10px 0px 10px 10px;
  text-align: left;  
  font-size: 12px;
  color: #6060A7; /* Medium Blue */ 
  background-color: #E8F2FD; /* Light Blue */
  border: 1px solid #6060A7; /* Medium Blue */
  }

/* Radio buttons in address save options box */  
#checkoutaddrcell .addrsaveoption input {  
  border: none; /* IE6 inherits border from outer DIV */
  vertical-align: middle; /* Fix for label vert alignment */
  background-color: #E8F2FD; /* Light Blue */
  }

/* Address validation error message */
#checkoutaddrcell .errormessage {
  float: right;
  width: 40%;
  margin: 10px auto 10px auto;
  padding: 10px 10px 10px 0px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #BA3E3E;            /* Red */
  background-color: #FBFCE2; /* Light Yellow */
  border: 1px solid #6060A7; /* Medium Blue */
  }
  
/* Table footer row */
#checkoutaddrfooter td {
  background-color: #EFEDF2; /* Light gray */
  padding: 10px 20px 10px 20px;
  border: none;
  text-align: right;
  }

/* Back/Next buttons in footer row */
#checkoutaddrfooter input {
  margin: 0px 0px 0px 18px;
  }

/* =========== Shopping Cart / Basket Page ================ */
  
#shoppingcarttable .disclaimer {
  padding: 5px;
  font-size: 11px;
  }

/* =========== Checkout Order Confirmation page ================ */

/* Cell containing "Ship To address */
#orderconftable .ordershippingcell {
  vertical-align: top;
  width: 43%;
  padding: 10px;
  border: none;
  }

#orderconftable .ordershippingcell fieldset {
  padding: 1px 8px 4px 8px;
  margin: 0px 10px 5px 10px;
  }

#orderconftable .ordershippingcell legend {
  padding: 0px 0px 2px 0px;
  color: #545454;
  font-weight: bold;
  font-size: 11px;
  }

/* Warehouse name in "Ship From" fieldset */
#orderconftable .ordershippingcell .shipfrom span {
  font-weight: bold;
  color: navy;
  }

/* Cell containing misc order info */
#orderconftable .orderinfocell {
  vertical-align: top;
  padding: 16px 10px 10px 10px;
  border: none;
  }

/* Box around Customer PO input field */
#orderconftable .orderinfocell .entryfield {
  width: 170px;
  padding: 10px 10px 10px 12px;
  text-align: left;
  border: 1px solid navy;
  background-color: #E8F2FD;
  }

/* The label above the Customer PO input field */
#orderconftable .orderinfocell .entryfield span {
  font-weight: bold;
  font-size: 11px;
  color: #A65353;
  }

/* The Customer PO input field */
#orderconftable .orderinfocell .entryfield input {
  width: 90%;
  margin: 5px 0px 0px 0px;
  }

/* Cell containing order buttons */
#orderconftable .orderbuttoncell {
  padding: 10px;
  border: none;
  text-align: right;
  }

/* Bottom row of confirmation table */
#orderconftable .bottomrow {
  background-color: #EFEDF2; /* Light gray */
  color: navy;
  }

/* "Previous" button form */
#orderconftable .backbtndiv {
  float: left;
  padding: 6px 5px 5px 0px;
  }

/* Confirmation message */
#orderconftable .confmessage {
  float: right;
  margin: 8px 10px 8px 8px;
  font-weight: bold;
  text-align: left;
  }

/* Centered order details cells */
#orderconfitemtable .center {
  text-align: center;
  }

/* Right-aligned order details cells */
#orderconfitemtable .right {
  text-align: right;
  padding-right: 8px;
  }

/* Subtotal, Tax and Total Labels */
#orderconfitemtable .footerlabel {
  border: none;
  text-align: right;
  padding-right: 8px;
  font-weight: bold;
  line-height: 125%;
  }

/* Subtotal, Tax and Total Values */
#orderconfitemtable .footervalue {
  text-align: right;
  padding-right: 8px;
  font-weight: bold;
  line-height: 125%;
  }
  
#orderconfitemtable .disclaimer {
  padding: 5px;
  font-size: 11px;
  }

/* =========== Checkout Order Results page ================ */

.orderresult {
  width: 60%;
  margin: 10px auto 10px auto;
  padding: 10px 0px 10px 0px;
  background-color: #E8F2FD;  /* Light blue */
  border: 1px solid #6060A7;  /* Medium Blue */
  }

.orderresult h3 {
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: navy;
  }

.orderresult p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #BA3E3E;  /* Red */
  }

/* ================= My Account Page ======================= */

.myaccountfieldset fieldset {
  padding: 8px;
  margin: 5px 10px 5px 10px;
  }

.myaccountfieldset td {
  border: none;
  padding: 0px;
  line-height: 120%;
  font-size: 12px; /* FS+ */
  }

.myaccountfieldset #searchbtn {
  padding: 3px 5px 3px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

.myaccountdetailtable td,
.myaccountdetailtable {
  border-collapse: collapse;
  border: none;
  padding: 5px;
  }

/* ====== styles for Change Password page ======= */

/* Form around password fields */
#chgpasswordfields form {
  padding: 8px;
  margin: 15px 10px 10px 10px;
  }

/* Outer table row - remove borders */
#chgpasswordfields td {
  border: none;
  }

/* Password input field labels */
#chgpasswordfields .fieldlabel {
  width: 35%;
  border: none;
  font-weight: bold; /* FS+ */
  text-align: right;
  padding: 10px 10px 0px 10px;
  vertical-align: middle;
  }

/* Password input fields */
#chgpasswordfields .fieldvalue {
  width: 160px;
  border: none;
  text-align: left;
  padding: 10px 10px 0px 0px;
  vertical-align: middle;
  }

#chgpasswordfields .fieldvalue input {
  width: 140px;
  }

/* Change password button */
#chgpasswordfields #changebtn {
  width: 70px;
  height: 22px;
  padding: 2px 3px 2px 3px;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

#chgpasswordfields .errormessage {
  width: 60%;
  margin: 10px auto 10px auto;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #BA3E3E;            /* Red */
  background-color: #FBFCE2; /* Light Yellow */
  border: 1px solid #6060A7; /* Medium Blue */
  }

/* Outer table row - remove borders */
#chgpassworduserinfo td {
  border: none;
  }

/* User information field group */
#chgpassworduserinfo fieldset {
  padding: 5px 8px 8px 8px;
  margin: 10px 10px 8px 10px;
  }

/* User information group caption */
#chgpassworduserinfo legend {
  padding: 0px 0px 3px 0px;   /* Fix for IE fieldset padding issue */
  color: #545454;
  font-weight: bold;
  font-size: 13px;
  }

/* Inner field label/value tables */
#chgpasswordfields table,
#chgpassworduserinfo table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  }

/* User information field labels */
#chgpassworduserinfo .fieldlabel {
  width: 20%;
  border: none;
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
  }

/* User information field values */
#chgpassworduserinfo .fieldvalue {
  width: 260px;
  border: none;
  text-align: left;
  padding-right: 10px;
  }

#chgpassworduserinfo .fieldvalue input {
  width: 250px;
  }

/* Notice on how to handle incorrect info */
#chgpassworduserinfo .updateuserinfonotice {
  font-size: 80%;
  color: navy;
  background-color: #E8F2FD;  /* Light blue */
  border: 1px solid #6060A7; /* Medium Blue */
  float: right;
  padding: 7px 12px 7px 12px;
  margin: 0px;
  }

.passwordchanged {
  width: 60%;
  margin: 10px auto 10px auto;
  padding: 10px 0px 10px 0px;
  background-color: #E8F2FD;  /* Light blue */
  border: 1px solid #6060A7;  /* Medium Blue */
  }

.passwordchanged h3 {
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;  /* FS was 17px */
  color: navy;
  }

.passwordchanged p {
  text-align: center;
  font-size: 13px;  /* FS was 15px */
  font-weight: bold;
  color: #BA3E3E;            /* Red */
  }


/* ====== styles for Invoice/Shipment, Credit Memo details pages ======= */

.creditmemoerrornotice,
.invoiceerrornotice {
  margin: 30px auto 0px auto; /* Center horizontally */
  text-align: center; /* Center text & IE bug fix */
  width: 80%;
  padding: 10px 0px 10px 0px;
  line-height: 140%;
  color: #BA3E3E;             /* Red */
  background-color: #E8F2FD;  /* Light blue */
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #A9BCFC; /* Medium Blue */
  }

#creditmemoinforow td ,
#invoiceinforow td {
  color: #44537F;    /* Dark bluish gray */
  font-weight: bold;
  font-size: 13px;
  border: none;
  padding: 0px;
  }

#creditmemoinforow fieldset,
#invoiceinforow fieldset {
  padding: 8px;
  margin: 10px;
  }

#creditmemoinforow legend,  
#invoiceinforow legend {
  color: #545454;
  font-weight: bold;
  }

#creditmemoinforow table,  
#invoiceinforow table {
  border-collapse: collapse;
  border: none;
  margin: 0px;
  }

#creditmemoinforow .creditmemoinfolabel,  
#invoiceinforow .invoiceinfolabel {
  text-align: left;
  padding-right: 12px;
  }

#creditmemoinforow .creditmemoinfovalue,  
#invoiceinforow .invoiceinfovalue {
  text-align: left;
  }

#creditmemoaddrrow td,  
#invoiceaddrrow td {
  width: 50%;
  border: none;
  padding: 0px;
  line-height: 120%;
  }

#creditmemoaddrrow fieldset,  
#invoiceaddrrow fieldset {
  padding: 5px 8px 8px 8px;
  margin: 0px 10px 14px 10px;
  }

#creditmemoaddrrow legend,  
#invoiceaddrrow legend {
  padding: 0px 0px 3px 0px;   /* Fix for IE fieldset padding issue */
  color: #545454;
  font-weight: bold;
  font-size: 12px;
  }

#creditmemoaddrrow table,  
#invoiceaddrrow table {
  border-collapse: collapse;
  border: none;
  margin: 0px;
  width: 100%;
  }

#invoiceshipmentrow td {
  border: none;
  }

#invoiceshipmentrow table {
  border-collapse: collapse;
  border: 1px solid #888888;
  text-align: center;
  margin: 0px 0px 12px 0px;
  width: 100%;
  }

#invoiceshipmentrow table #shipmentscaption th {
  background-color: #828389; /* Dark Grey */
  color: white;
  font-weight: bold;
  line-height: 150%;
  }

#invoiceshipmentrow table #shipmentsheadings th {
  background-color: #DCDCDC; /* Medium gray */
  color: #656565;            /* Dark gray */
  font-weight: bold;
  line-height: 125%;
  }

#invoiceshipmentrow table td {
  border: 1px solid #888888;
  font-weight: bold;
  line-height: 125%;
  }

#creditmemodetailsrow td,  
#invoicedetailsrow td {
  border: none;
  }

#creditmemodetailsrow table,  
#invoicedetailsrow table {
  border-collapse: collapse;
  border: 1px solid #888888;
  text-align: center;
  margin: 0px 0px 10px 0px;
  width: 100%;
  }

#creditmemodetailsrow table #detailscaption th,
#invoicedetailsrow table #detailscaption th {
  background-color: #828389; /* Dark Grey */
  color: white;
  font-weight: bold;
  line-height: 150%;
  }

#creditmemodetailsrow table #detailsheadings th,  
#invoicedetailsrow table #detailsheadings th {
  background-color: #DCDCDC; /* Medium gray */
  color: #656565;            /* Dark gray */
  font-weight: bold;
  line-height: 125%;
  }

#creditmemodetailsrow table td,  
#invoicedetailsrow table td {
  border: 1px solid #888888;
  font-weight: bold;
  line-height: 125%;
  }

#creditmemodetailsrow table .right,
#invoicedetailsrow table .right {
  text-align: right;
  padding-right: 6px;
  }

/* ====== styles for Account Statement page ======= */

/* Statement error notice */
.statementerrornotice {
  margin: 30px auto 0px auto; /* Center horizontally */
  text-align: center; /* Center text & IE bug fix */
  width: 80%;
  padding: 10px 0px 10px 0px;
  line-height: 140%;
  color: #BA3E3E;             /* Red */
  background-color: #E8F2FD;  /* Light blue */
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #A9BCFC; /* Medium Blue */
  }

/* Statement header main table cell */
#statementheaderrow {
  color: #44537F;    /* Dark bluish gray */
  vertical-align: top;
  font-weight: bold;
  font-size: 13px;
  border: none;
  padding: 0px;
  }

/* Groupbox around Statement Header */
#statementheaderrow #headerouterbox {
  padding: 8px 8px 6px 8px;
  margin: 12px 10px 12px 10px;
  vertical-align: top;
  }

/* Billing Address column */
#statementheaderrow #billingaddr {
  margin-top: 0px;
  width: 45%;
  float: left;
  }

/* Groupbox around Billing Address */
#statementheaderrow #billingaddr fieldset {
  padding: 5px 8px 8px 8px;
  margin: 0px 10px 10px 10px;
  }

/* Billing Address Groupbox Legend */
#statementheaderrow legend {
  padding: 0px 0px 3px 0px;   /* Fix for IE fieldset padding issue */
  color: #545454;
  font-weight: bold;
  }

/* Statement header fields column */
#statementheaderrow #headerfields {
  margin-top: 6px;
  float: right;
  width: 40%;
  }

/* Statement header fields table */
#statementheaderrow #headerfields table {
  border-collapse: collapse;
  border: none;
  margin: 0px;
  }

#statementheaderrow #headerfields td {
  color: #44537F;    /* Dark bluish gray */
  font-weight: bold;
  font-size: 13px;
  border: none;
  padding: 0px;
  line-height: 120%;
  text-align: left;
  }

#statementheaderrow #headerfields .fieldlabel {
  padding-right: 12px;
  }

#statementheaderrow #headerfields .creditlimitlabel {
  padding-top: 8px;
  padding-right: 12px;
  }

#statementheaderrow #headerfields .creditlimitvalue {
  padding-top: 8px;
  }

/* Statement details table */
#statementdetailsrow table {
  border-collapse: collapse;
  border: 1px solid #888888;
  text-align: center;
  margin: 0px 0px 10px 0px;
  width: 100%;
  }

#statementdetailsrow td {
  border: none;
  }

#statementdetailsrow table #detailscaption th {
  background-color: #828389; /* Dark Grey */
  color: white;
  font-weight: bold;
  line-height: 150%;
  }

#statementdetailsrow table #detailsheadings th {
  background-color: #DCDCDC; /* Medium gray */
  color: #656565;            /* Dark gray */
  font-weight: bold;
  line-height: 125%;
  }

#statementdetailsrow table td {
  border: 1px solid #888888;
  font-weight: bold;
  line-height: 125%;
  }

#statementdetailsrow table .left {
  text-align: left;
  padding-left: 6px;
  }

#statementdetailsrow table .right {
  text-align: right;
  padding-right: 6px;
  }

/* ============== Customer Information Page ================ */

#customerinfotable {
  border-collapse: collapse;
  border: none;
  margin: 15px 0px 15px 35px;
  }

#customerinfotable td {
  border: none;
  font-size: 115%;
  padding: 3px;
  }

/* Notice on how to update info */
#updatecustomerinfonotice div {
  font-size: 11px;
  color: navy;
  background-color: #E8F2FD;  /* Light blue */
  border: 1px solid #6060A7; /* Medium Blue */
  padding: 7px 12px 7px 12px;
  margin: 10px 0px 0px 20px;
  }

/* ========= Login / Contact Info frame (BottomFrame.asp) ============= */

.contactinfo {
  background-color: #F1F1F1;
  border-top: 2px solid #162C8F;
  width: 100%;
  height: 150%;
  }

.customername {
  color: navy;
  background-color: #E8F2FD;  /* Light blue */
  text-align: center;
      border-bottom: 2px solid gray;
      padding: 10px 0px 8px 0px;
      font-size: 130%;
  font-weight: bold;
  }

.contacttagline {
  color: white;
  background-color: #435C9A; /* Dark bluish-gray */
      padding: 5px 0px 5px 12px;
      line-height: 130%;
  text-align: left;
      font-weight: bold;
  font-size: 110%;
  }

.salescontact {
  color: #4B4B4B;
  background-color: #F1F1F1;
      padding: 10px 0px 10px 12px;
  font-weight: bold;
      line-height: 130%;
  font-size: 90%;
  }

.loginform {
  background-color: #E9E9E9;
  margin: 0px;
  padding: 10px;
  border-top: 2px solid #162C8F;
  font-weight: bold;
  width: 100%;
  height: 100%;
  }

.loginform label {
  color: #666666;
  font-weight: bold;
  margin-left: 3px;
  }

.loginform input.loginfield {
  color: #585858;
  display: block;
  margin: 2px 0px 5px 0px;
  padding: 2px 0px 1px 5px;
  border: 1px solid #888888;
  width: 135px;
  font-size: 115%;
  }

.loginform input.loginbtn {
  display: block;
  margin: 9px 0px 5px 5px;
  height: 22px;
  width: 65px;
  font-size: 11px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

.loginerror {
  background-color: #FAFAD2;
  color: #8B0000;
  border: 2px solid #A8A8A8;
  margin-top: 8px;
  padding: 2px 2px 2px 6px;
  font-style: normal;
  font-weight: normal;
  width: 130px;
  }

/* ============================== Local Menu - Left Frame ============================== */

/* Product Catalog Download */
.newsblock {
  padding: 8px 0px 4px 0px;
  }

.newsblock img {
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  }

.newsblock img:hover {
  border: 1px solid #003366;
  }

/* -------- Newsletter registration form -------- */

/* wrapper div around registration form */
.newsletterform {
  background-color: #E9E9E9;
  margin: 10px 20px 12px 20px;
  padding: 10px 5px 5px 30px;
  border: 1px solid #A9A9A9;
  }

/* table wrapper around registration fields */  
.newsletterform #registerformtable {
  border-collapse: collapse;
  border: none;
  width: 100%;
  }  
  
.newsletterform #registerformtable td {
  padding: 3px;
  }
  
/* required field labels */  
.newsletterform .optional {
  color: #282828;
  }
  
/* optional field labels */  
.newsletterform .required {
  color: #282828;
  font-weight: bold;
  }

/* register form entry fields */  
.newsletterform input.text {
  color: #484848;
  border: 1px solid #BBBBBB;
  padding: 3px;
  line-height: 17px;
  margin: auto;
  }
  
.newsletterform #emailaddress {
  width: 230px;
  }  
  
.newsletterform #firstname {
  width: 200px;
  }  
  
.newsletterform #lastname {
  width: 200px;
  }  
  
.newsletterform #company {
  width: 200px;
  }  

.newsletterform #city {
  width: 170px;
  }  

.newsletterform #state {
  width: 170px;
  }  
  
.newsletterform #zipcode {
  width: 100px;
  }

.newsletterform #emailformat {
  vertical-align: middle;
  height: 30px;
  }
  
.newsletterform #interests {
  vertical-align: top;
  }
  
/* buttons at bottom of form */  
.newsletterform #formbuttons input {
  margin: 8px 5px 5px 0px;
  display: inline;
  padding: 1px 2px 1px 2px;
  height: 23px;
  width: 75px;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: #D3D3D3 url(./images/silverbtn.gif) repeat-x top left;

  }
  
/* ============ Miscellaneous Format Elements ============= */

.centered {
  text-align: center;
  }


/* ======================================================================== */
/*                        All eXtensia Changes Above                        */
/* ======================================================================== */

.MENUBAR {
  COLOR: #FFFFFF;
  }

/* ------ MENU (Bottom Frame) ------ */

.menu {
  font-size: 90%;
  COLOR: black;
  background-color: transparent;
  }

.menu a {
  text-decoration: none;
  }

/* ------ Global Menu (Top Frame) ------ */

.globalmenu a {
  color: white;
  font-size: 12px;
  font-weight: bolder;
  text-decoration: none;
  }

.globalmenu a:visited {
  color: white;
  text-decoration: none;
  }

.globalmenu a:hover {
  color: white;
  text-decoration: underline;
  }

/* ------ Local Menu (Left Frame) ------ */
  
/* Local menu image when logged out */
.localmenuimage  {
  margin: 0px 0px 0px -5px;
  height: 150px;
  width: 170px;
  }
  
/* Table surrounding the local menu */
.localmenutable  {
  border-collapse: collapse;  
  border-spacing: 0px;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  width: 100%;
  }

.localmenutable  td {
  font-size: 12px;
  margin: 0px;
  padding: 0px 0px 0px 12px;
  vertical-align: middle;
  height: 20px;
/*  
  background: #828389 url(./images/blueheader.jpg) repeat-x top left;
  color: #EEEEEE;
  border: 1px solid gray;
*/  
  }

.localmenutable  a {
/*  color: white; */
  }
  
/* Logout link in local menu */ 
#localmenulogout  {
  height: 40px;
  }
  
/* ======== styles for advanced search page =========== */

/* Selection criteria box above item table */
.advsearchcriteria {
  width: 350px;
  color: #656565;            /* Dark gray */
  background-color: #E8F2FD; /* Light Blue */
  margin: 0px;
  padding: 6px 10px 6px 10px;
  border: 1px solid #6060A7; /* Medium Blue */
  float: left;
  }

.advsearchcriteria #itemsearch {
  padding: 0px;
  margin: 0px;
  }

.advsearchcriteria p {
  margin: 2px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  }

.advsearchcriteria #criteriasearchterms {
  float: left;
  }

.advsearchcriteria #searchterms {
  width: 175px;
  }

.advsearchcriteria #criteriamesg {
  color: navy;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0px 2px;
  }

.advsearchcriteria #searchbtn {
  margin: 10px 0px 6px 2px;
  padding: 3px 4px 3px 4px;
  width: 75px;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

.advsearchcriteria #criteriadropdowns {
  float: right;
  }

  
/* ====== styles for search pages with date ranges ========= */

/* Selection criteria box above item table */
.daterangecriteria {
  width: 340px;
  color: #656565;            /* Dark gray */
  background-color: #E8F2FD; /* Light Blue */
  margin: 0px;
  padding: 6px 10px 6px 10px;
  border: 1px solid #6060A7; /* Medium Blue */
  float: left;
  }

.daterangecriteria #searchform {
  padding: 0px;
  margin: 0px;
  }

.daterangecriteria #daterangeedits {
  margin: 0px;
  float: left;
  }

.daterangecriteria #daterangeedits p {
  margin: 2px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  }

.daterangecriteria #daterangeedits #StartDate,
.daterangecriteria #daterangeedits #EndDate {
  width: 85px;
  text-align: center;
  margin: 0px 0px 2px 0px;
  padding: 1px 0px 1px 0px;
  }

.daterangecriteria #daterangeedits img {
  padding: 0px 0px 4px 0px;
  height: 17px;
  vertical-align: bottom;
  }

.daterangecriteria #criteriadescr {
  width: 210px;
  float: right;
  }

.daterangecriteria #criteriamesg {
  color: navy;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0px 2px;
  }

.daterangecriteria #searchbtn {
  margin: 10px 0px 6px 2px;
  padding: 3px 4px 3px 4px;
  font-size: 12px;
  font-weight: bold;
  color: #68759E; /* Faded bluish gray */
  border: 1px solid #949494;
  background: gray url(./images/silverbtn.gif) repeat-x top left;
  }

input.btn {
  width: 85px;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #949494;
  color: #68759E; /* Faded bluish gray */
  }

  /* ======== styles for search box in left menu frame =========== */

.localmenusearch {
  color: #656565;             /* Dark gray */
  background-color: #EFEDF2;  /* Light gray */
  font-size: 11px;
  font-weight: bold;
  line-height: 120%;
  border: 1px solid #707070;
  margin: 0px;
  padding: 4px 0px 0px 0px;
  }

.localmenusearch p {
  margin: 0px 0px 0px 10px;
  }

.localmenusearch #searchtext {
  width: 102px;
  margin: 5px 3px 6px 6px;
  border: 1px solid gray;
  padding: 1px 0px 1px 5px;
  }

.localmenusearch #searchbtn {
  margin: 5px 0px 6px 0px;
  padding: 0px 2px 0px 2px;
  border: 1px solid navy;
  }

.localmenusearch #advancedsearch {
  color: navy;
  background-color: #E8F2FD;  /* Light blue */
  border-top: 1px solid #162C8F;
  text-align: center;
  padding: 5px 0px 5px 0px;
  font-size: 12px;
  }

.catalog {
  color: #0099ff;
  }

.languagebar {
  font-weight: bolder;
  font-size: 75%;
  color: white;
  }

.languagebar .currentlanguage {
  color: #FF3300;
  background-color: #A8ABA9;
  }

.languagebar .languageseparator {
  background-color: #A8ABA9;
  }

.languagebar .languagelink {
  background-color: #A8ABA9;
  }

.languagebar .languagelink td {
  background-color: #A8ABA9;
  }

.languagebar .currentlanguage td {
  background-color: #A8ABA9;
  }

.languagebar .languageseparator td {
  background-color: #A8ABA9;
  }

.languagebar A {
  font-weight: lighter;
  color: white;
  }

.documentprintbutton {
  text-align: right;
  margin: 0px 8px 6px 0px;
  }

.documentprintbutton a {
  font-weight: bold;
  }

.documentprintlogo {
  display: none;
  }
