@CHARSET "UTF-8";

.arrow_box {
  position: relative;
  background: #b0c626;
  border: 4px solid #b0c626;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(193, 216, 47, 0);
  border-bottom-color: #b0c626;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(193, 216, 47, 0);
  border-bottom-color: #b0c626;
  border-width: 26px;
  margin-left: -26px;
}

div .shipping-header{
  background-color: #15738b;
  color: #ffffff;
  height: 45px;
  padding: 3px;
  font-size: 30px;
}

div .shipping-header:hover {
  background-color: #4F4E4E;
  background-image: none;
  color: #ffffff;
  font-size: 30px;
}

td.shipping {
  text-align: center;
  color: #fff;
}


/* Overlays */
.shipping-overlay{
   "background": "#000 50% 50% repeat",
   "opacity" : ".60",
   "filter" : "Alpha(Opacity=60)",
   "position" : "fixed",
   "top" : "0"
};
