/* select module */
.select {
  height: 22px;
  padding: 2px 9px;
  padding-right: 23px;
  text-decoration: none;
  box-shadow: none;
  line-height: 12px;
  font-size: 11px;
  text-indent: 0.01px;
  text-overflow: inherit;
  color: #666666;
  border: none;
  border-radius: 3px;
}

.ie label select {
  padding-right: 0px !important;
  text-indent: 0 !important;
  text-overflow: initial !important;
  background-image: none !important;
}

@-moz-document url-prefix() {
  .select {
    padding-right: 3px;
  }
}

/* colors */
.select.orange {
  background: #e9e6e4 url('/images/refine/arrows/orange.png') no-repeat right center;
}
.select.blue {
  background: #09b0fe url('/images/refine/arrows/blue.png') no-repeat right center;
}
.select.red {
  background: #e9e6e4 url('/images/refine/arrows/red.png') no-repeat right center;
}

/* label */
.select-label {
  float: left;
  margin: 11px 16px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #666666;
}
@media (max-width: 1034px) {
  .select-label {
    margin: 11px 31px;
  }
}
@media (max-width: 935px) {
  .select-label {
    margin: 11px 22px;
  }
}
@media (max-width: 891px) {
  .select-label {
    margin: 11px 8px;
  }
}

.select-label.left {
  margin-left: 24px;
}

