/* Start of Inquiry Basket Related CSS */
.basket {
  border: 1px solid #295C7D;
  border-collapse: collapse;
  font-size: 1em;
}

.basket th {
  text-align: center;
  /* background-color: #cccccc; */
  background-color: #31759F;
  color: #FFFFFF;
  padding: 4px;
  /* border: 1px solid #bbbbbb; */
  border: 1px solid #295C7D;
}

.basket td {
  padding: 4px;
  border: 1px solid #295C7D;
}

/* .basket tr.altrow {background-color: #D1DADF;} */

.basket a:link, .basket a:visited {
    color: #0000ee;
    text-decoration: underline;
}

.basket a:hover {
    color: #0000ee;
    text-decoration: none;
}

.inquirySubmit {
  background-color: #F2F5F7;
  text-align: center;
  padding: 10px 5px 10px 5px;
}

.importantBox {
  background-color: #E6ECF2;
  margin-top: 5px;
  padding: 3px;
  color: #264989;
  font-size: 1em;
}

.importantBox a:link, .importantBox a:visited  {
  color: #0000ee;
  text-decoration: underline;
}

.importantBox a:hover {
  color: #0000ee;
  text-decoration: none;
}

.inquiry {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #0000ee;
}

.inquiry a:link, .inquiry a:visited {
    color: #0000ee;
    text-decoration: underline;
}

.inquiry a:hover {
    color: #0000ee;
    text-decoration: none;
}

.inquiryLink {
    font-size: 1em;
    color: #0000ee;
}

a.inquiryLink:link, a.inquiryLink:visited  {
    color: #0000ee;
    text-decoration: underline;
}

a.inquiryLink:hover {
    color: #0000ee;
    text-decoration: none;
}
/* End of Inquiry Basket Related CSS */


