@import "reset-min.css";
@import "base-min.css";
@import "fonts-min.css";
@import "grids-min.css";

body {
  background-color: #DCC4B8;
  font-size: 85%;
  font-family: "georgia";
}

.barcode {
  font-family: IDAutomationHC39M;
  font-size:12px;
  text-align:center;
  }

.yui-t2, #bd, #yui-main {
  z-index: -5;
}

.yui-b, .yui-g {
  z-index: auto;
}

#header {
  margin-top: 15px;
  text-align: left;
}

#footer {
  margin-top: 15px;
  text-align: left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.error_box {
  background-color: #CCFF66;
  border: 1px solid #DC143C;
  color: #DC143C;
  margin: 0 auto;
  overflow: auto;
  padding: 5px;
  position: relative;
  text-align: left;
  width: 90%;
  z-index: 5;
}

/* for categories box text */
div.yui-b div.box {
  color: #000000;
  border: 1px solid #c6e1ec;
  margin-top: 15px;
}

/* for left pane boxes title color */
div.yui-b div p.box-title {
  background: #663300; /*#0590C7;*/
  border-bottom: 2px solid #c6e1ec;
  color: #FFFFFF;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 1px;
  padding: 2px 10px;
}

a {
  color: #003366;
  text-decoration:none;
}

a:hover {
  color: #ff3300;
}

a.selected {
  color:#CC66CC;
  font-weight: bold;
}

div.yui-b div ul {
  margin: 0;
}

div.yui-b div ul li {
  border-bottom: 1px solid #fff;
  list-style-type: none;
}

div.yui-b div ul li a {
  color: #000000;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
}

div.yui-b div ul li a:hover {
  background: #c6e1ec;
  color: #333333;
}

.title {
  border-left: 15px solid #0590C7;
  padding-left: 10px;
}

.description {
  padding-top: 10px;
  font-style: italic;
}

.thumbs img {
  width: 75px;
  height: 55px;
}

.product-list tbody tr td {
  border: 1px solid #006600;
  padding: 3;
  width: 80%;
  vertical-align: middle;
}

.product-list  p img {
  border: 0px solid #c6e1ec;
  float: right;
  margin: 0 10px;
}
  
.product-title {
  /* border-left: 10px solid #662288; /* #0590C7; */
  padding-left: 5px;
}

.section {
  display: block;
}

.price {
  text-align: right;
  }

.total-price {
  font-weight: bold;
  text-align: right;
  }
 
.old-price {
  color: #ff0000;
  font-weight: normal;
  text-decoration: line-through;
}

.product-image {
  border: 2px solid #c6e1ec;
}

.quantity {
  clear: both;
  display: block;
  padding-top: 5px;
}

.login {
  color: #333333;
  display: block;
  border: 1px solid #c6e1ec;
  margin: 50px auto;
  width: 325px;
}

.login form p {
  padding: 0 10px;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 5px;
}

ol li {
  color: #0590C7;
  list-style-type: none;
  margin: 0px;
  padding: 5px 0px;
}

label {
  display: block;
}

.error {
  color: #ff0000;
  font-size: 85%;
  font-weight: bold;
}

.login-title {
  background: #0590c7;
  border-bottom: 2px solid #c6e1ec;
  color: #ffffff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 1px;
  padding: 2px 10px;
}

.no-items-found {
  color: #ff0000;
}

table.tss-table {
  width: 100%;
}

table.tss-table th {
  background: #0590c7;
  border: none;
  border-bottom: 3px solid #c6e1ec;
  color: #ffffff;
  text-align: left;
}

table.tss-table td {
  border: none;
  border-bottom: 1px solid #0590c7;
}

.borderless-table {
  width: 100%;
}

.borderless-table td {
  border: none;
  padding-left: 0;
}

.bold-text {
  font-size: 93%;
  font-weight: bold;
}

.empty-cart {
  margin: 0px;
  padding: 5px 10px;
}

table.cart-summary {
  font-size: 85%
  margin: 0px;
  padding: 0px 5px;
}

table.cart-summary td {
  border: none;
}

table.cart-summary td.cart-summary-subtotal {
  border-top: 1px solid #C6E1EC;
  padding: 5px 5px;
}

.cart-subtotal td {
  border: none;
  margin: 10px 0px;
  width: 100%;
}

.yui-b div form.cart-form {
  margin: 0;
  padding: 0;
}

.customer-table td {
  border: none;
  padding-left: 0;
  vertical-align: top;
}
 

table.locations-table {
  width: 80%;
}

table.locations-table th {
  background: #0590c7;
  border: none;
  border-bottom: 3px solid #c6e1ec;
  color: #ffffff;
  text-align: left;
}

table.locations-table td {
  border: none;
}

table.price-summary {
  width: 100%;
}

table.price-summary th {
  background: #0590c7;;
  border: none;
  border-bottom: 3px solid #c6e1ec;
  color: #ffffff;
  text-align: left;
}

table.price-summary td {
  border: none;
  border-bottom: 2px solid #0590c7;
}

table.navigator tr th td {
  background: #CCCC66;
  color: #CCCC66;
}
