.shopcart {
  position: relative;
  height: 42px;
}

.shopcartbtn {
  text-decoration: none;
  padding: 4px 8px;
}

.shopcartimg {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
}

.shopcartimg img {
  height: 22px;
}

.shopcartbtncounter {
  color:black;
}

#shopcartbtn_hover {
  background-color: #3097B9;
  color: white;

  margin: 0px;

/*  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;*/

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#shopcartbtn_hover .shopcartbtncounter {
  color: white;
}

.shopcartpopup {
  overflow: hidden;
  width: 400px;
  padding: 6px;
  position: absolute;
  color: black;
  z-index: 900;

  background-color: white;

  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;

  /* Amazon-style popup */
  border-top: 3px solid #3097B9;

  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  margin-top: -2px;
}

.shopcartitem {
  overflow: hidden;
  margin: 5px;
}

[class^="shopcartitem_"],
[class*=" shopcartitem_"] {
  vertical-align: middle;
}
.shopcartitem_actions {
  width: 20px;
}

.shopcartitem_value {
  margin-right: 5px;
}

.shopcartitem_label {
  width: 250px;
}

.shopcartitem_quantity input[type="text"] {
  text-align: right;
  width: 30px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.shopcartitem_price {
  text-align: right;
  margin-right: 0;
  white-space: nowrap;
}

.shopcarttotal {
  overflow: hidden;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
  border-top: solid 1px black;
}

.shopcartitem_action img {
  max-height: 20px;
}

.shopcartcontents {
  max-height: 500px;
  overflow-y: auto;
}

.shopcartcontents table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

.shopcartcontents table td {
  padding: 1px;
}
.shopcartcontents table td:last-child {
  text-align: right;
}

.shopcartlinks .shopcartlink {
  width: 100%;
  text-align: center;
}

.shopcartlinks a {
  width: 200px;
  margin: 4px;
}

.shopcartbody {
  margin-bottom: 10px;
}

.shopcartbody div {
  width: 100%;
}

.shopcartempty {
  padding: 10px;
  text-align: center;
}

.shopcartfooter {
  /* min-height for the spinner */
  min-height: 20px;
}

.shopcartbtntxt {
  display: inline-block;
  vertical-align: top;
  color: black;
  margin-left: 8px;
}
#shopcartbtn_hover .shopcartbtntxt {
  color: white;
}
