.searchBtn {
  border:  none;
  font-size: 90%;
  background-color: black;
  width: 42px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: #df0066;
  height: 13px;
  text-transform: uppercase;
}
.searchBox {
  border: 1px solid #000000;
  font-size: 90%;
  background-color: #efefef;
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  height: 16px;
  margin-bottom: 5px;
}
.textbox {
  border: 1px solid #a8b4b0;
  background-color: white;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 11px;
  color: #0e51a3;
  width: 150px;
}
.textboxDisabled {
  border:  none;
  background-color: #ffffff;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 11px;
  color: #000000;
}
.submit {
  border:  none;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background-color: #3f8bc9;
  height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70%;
}
form, ol, ul {
  margin: 0px;
  padding: 0px;
}
li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}
li.bullet {
  list-style-type: square;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 70%;
  color: #000000;
}
li.bulletLrg {
  list-style-type: square;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 100%;
  color: #000000;
}
li.num {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 70%;
  color: #000000;
}
li.account {
  list-style-type: square;
  padding-top: 5px;
  padding-bottom: 5px;
}
.txtSession {
  font-size: 80%;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: white;
}
a.txtSession {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 80%;
  color: white;
  text-decoration: none;
}
a.txtSession:hover {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 80%;
  color: #dcdcdc;
  text-decoration: underline;
}
.txtSessionGrey {
  color: white;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}
.txtCopy {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 70%;
  color: #333333;
}
.txtSiteDocs {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: white;
}
a.txtSiteDocs {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: white;
  text-decoration: none;
}
a.txtSiteDocs:hover {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #e6e6e6;
  text-decoration: underline;
}
a.txtButton {
  padding: 2px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #f80074;
  background-color: white;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 110%;
}
a.txtButton:hover {
  padding: 2px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff3300;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.txtOldPrice {
  text-decoration: line-through;
}
.txtSale {
  color: #ff0000;
  font-size: 160%;
  font-weight: bold;
}
.txtOutOfStock {
  color: #ff0000;
}
.txtSiteDocs, a.txtSiteDocs {
  color: white;
  text-decoration: none;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: bolder;
}
a.txtSiteDocs:hover {
  font-family: Arial,Helvetica,sans-serif;
  color: #f0f0f0;
  text-decoration: none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #ea0a8d;
  text-decoration: none;
  font-size: 160%;
  text-transform: uppercase;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #ee006f;
  text-decoration: none;
}
.txtContentTitle {
  font-size: 140%;
  font-style: normal;
  background-color: black;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-weight: bold;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 9px;
}
.txtBoxSave {
  color: #f90707;
  padding-left: 16px;
}
.tblList {
  border: 0px solid #bfccc7;
}
.tdListTitle {
  border-bottom: 1px solid #bfccc7;
  background-color: #bfccc7;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #0e51a3;
}
.tdEven {
  background-color: #ffffff;
}
.tdOdd {
  background-color: white;
}
.txtCartPrice {
  float: right;
  color: #ff0000;
  padding-right: 3px;
}
.txtCart {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0e51a3;
}
.cartTotal {
  border-top: 1px dashed #0e51a3;
  width: 150px;
  padding-top: 2px;
  margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
  text-decoration: none;
  color: #0e51a3;
}
a.txtCartProduct:hover {
  text-decoration: none;
  color: #ff3300;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
  border: 1px solid #000000;
  padding: 2px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #ffffff;
  background-color: #ff9900;
  text-decoration: none;
  font-weight: bold;
}
a.txtviewCart:hover {
  background-color: #66cc33;
  color: #ffffff;
}
.cartProgress {
  border: 1px solid #cccccc;
  margin: auto;
  padding: 4px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-weight: normal;
  color: #666666;
  width: 350px;
}
.txtcartProgressCurrent {
  color: #61a2df;
  font-weight: bold;
}
.quickBuy {
  text-align: center;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #666666;
}
.tdcartTitle {
  border-bottom: 1px solid #666666;
  font-weight: bold;
  color: #ffffff;
  background-color: #999999;
}
.tdcartEven {
  background-color: #ebedfe;
}
.tdcartOdd {
  background-color: #ffffff;
}
.tdCartSubTotal {
  border-top: 1px solid #666666;
  padding-top: 10px;
}
a.txtCheckout {
  border: 1px solid #000000;
  padding: 2px;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background-color: #66cc33;
  text-decoration: none;
  font-weight: bold;
}
a.txtUpdate {
  border: 1px solid #000000;
  padding: 2px;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background-color: #070f72;
  text-decoration: none;
  font-weight: bold;
}
.txtStockWarn {
  font-size: 70%;
  color: #ff0000;
}
.txtError {
  border: 1px solid #ff0000;
  padding: 2px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-weight: bold;
  color: #050f72;
  background-color: #ffcece;
}
.txtCopyright, a.txtCopyright {
  text-align: center;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 10px;
  padding-top: 5px;
  color: #bfccc7;
}
a.txtCopyright:hover {
  text-decoration: none;
}
.dropDown {
  width: 120px;
}
.txtPrice {
  font-size: 160%;
  color: #f80074;
  font-weight: bold;
}
