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

.sb-select:focus {
  
}
.sb-select {
  background: #FFF url('images/select-arrow.jpg') no-repeat 100% 50%;
  border:1px solid #CCC;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  color: #000;
  left: 0;
  padding: 5px 30px 5px 5px;
  margin-bottom:10px;
  position: relative;
  text-decoration: none;
  top: 0;
  width: 243px;
  z-index: 1;
  font-family: 'LatoLight',Helvetica,Arial,sans-serif;
  cursor:pointer;
}
.sb-dropdown {
  background: #FFF;
  display: none;
  border-bottom:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  font-size: .9em;
  left: 0px;
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 20px;
  width: 270px;
  z-index: 2;
}
.sb-dropdown a {
  color: #444;
  display: block;
  padding: 3px;
  text-decoration: none;
  font-family: 'LatoLight',Helvetica,Arial,sans-serif;
}
.sb-dropdown a:hover,
.sb-dropdown .selected {
  background: #f5f5f6;
}

p.shipping{
	font-family: 'LatoLight',Helvetica,Arial,sans-serif;
	font-size:.9em;
	margin:5px 0 15px 5px;
}