.combo-wrapper {
  border-left: 1px solid #CFCEC4;
  border-bottom: 1px solid #CFCEC4;
  background: #fff url('../i/bg-select.png') 0 100% repeat-x;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
 line-height: 23px;
 text-transform:uppercase;
  cursor: pointer;
  zoom: 1;
  width: 300px !important;
}

.combo-wrapper-hover {
  border-color: #CFCEC4;
}

.combo-wrapper-active {
  border-color: #CFCEC4;
}

.combo-disabled {
  background: #eeeeee;
}

.combo-selected {
  padding: 0 0 0 8px;
  margin: 0 -8px 0 0;
  float: left;
  color: #9A9595;
  overflow: hidden;
  width: 275px !important;
}

.combo-button {
  text-indent: -9999px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #cccccc;
  float: right;
  background: url('../i/select-arrow.png') no-repeat 0 0;
}

.combo-list {
  list-style: none;
  background: #ffffff url('../i/bg-sub-select.png')  repeat-x 0 100%;
  padding: 0;
  margin: 1px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #efefef;
  z-index: 9999;
  width: 300px !important;
}
.combo-list li {
  padding: 3px 4px;
  margin: 0;
  cursor: pointer;
  color: #720D0F;
  text-transform:uppercase;
  line-height: 15px;
}
.combo-list .combo-group-label {
  font-style: italic;
  font-weight: bold;
  cursor: default;
}
.combo-list .combo-group {
  padding: 0;
  margin: 0;
}
.combo-list .combo-group li {
  width: auto;
  float: none;
  padding-left: 10px;
}
.combo-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  overflow: hidden;
  font-size: 10px;
}

.combo-multiple {
  margin: 0;
  zoom: 1;
  clear: both;
  overflow: hidden;
  border: 1px solid green;
}
.combo-multiple li {
  float: left;
  width: 100%;
}

.combo-item-hover {
  text-decoration:underline;
}

.combo-item-active {
  background: #CFCEC4;
  color: #ffffff;
}

.combo-focus {
  border-color: yellow;
}
