.sb-custom {
  cursor: pointer;
  display: block;
  position: relative;
  width:  100%;
}
.sparkbox-custom {
  display: none;
}
.no-js .sparkbox-custom {
  display: block;
}

.sb-select:focus {
  -webkit-box-shadow: 0 0 4px 2px #79aed7;
     -moz-box-shadow: 0 0 4px 2px #79aed7;
          box-shadow: 0 0 4px 2px #79aed7;
}
.sb-select {
  background: #f4f4f4 url('../images/bkg/select_arrow.jpg') no-repeat 100% 50%;
  border: none;
  color: #444;
  left: 0;
  padding: 5px 5%;
  position: relative;
  text-decoration: none;
  top: 0;
  width: 90%;
  z-index: 1;
}
.sb-dropdown {
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
          box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
  display: none;
  font-size: .9em;
  left: 0px;
  top: 0;
  list-style: none;
  margin: 6px 0 0 0 ;
  padding: 0;
  position: absolute;
  top: 1.35em;
  width: 100%;
  z-index: 5;
  height: 150px;
  overflow: scroll;
}
.sb-dropdown a {
  position: relative;
  color: #444;
  background-color:#FFF;
  display: block;
  padding: 7px 15px;
  font-size: .875em;    /*14px*/
  text-decoration: none;
}
.sb-dropdown a:hover,
.sb-dropdown .selected {
  background: #d3d1be;
}