.select2Buttons strong {
  display: block;
  clear: left;
  padding-top: 5px;
}

.select2Buttons ul {
  list-style-type: none;
  clear: left;
  margin: 5px;
  padding: 0;
}

.select2Buttons li, 
.select2Buttons a {
  float: left;
  min-width: 36px !important;
}

.select2Buttons li { 
  margin: 0 5px 5px 0; 
}

.select2Buttons li a, 
.select2Buttons .limited a, 
.select2Buttons .disabled {
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  border-radius: 3px;
}

.select2Buttons li:last-child { 
  margin-right: 0; 
}

.select2Buttons a {
  color: #000;
  padding: 5px;
  padding-right:0.4em;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  background: #e6e6e6 url(../xpr_js/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
  background:#eee url(../interface/symb_btn_radio_d.png) center left no-repeat;
}
.select2Buttons a::before { content:"\00a0"; }

.select2Buttons .disabled span {
  padding: 5px;
  display: block;
  font-size: 15px;
  min-width: 37px;
}

.select2Buttons a:not(.disabled):hover {
  border-color: #000;
  color: #000;    
  text-decoration: none;
  font-weight:bold;
  background:#fff url(../interface/symb_btn_radio_h.png) center left no-repeat;
} 
.select2Buttons .picked, 
.select2Buttons .picked:not(.disabled):hover {
  border-color: green;
  color: #000;    
  text-decoration: none;
  font-weight:bold;
  background:#fff url(../interface/symb_btn_radio_o.png) center left no-repeat;
}

.select2Buttons .limited a, 
.select2Buttons .disabled {
  text-align: left;
}

.select2Buttons .disabled {
  border: 1px solid #777;
  color: #444;
 /* background:#d1d1d1 url(../interface/symb_btn_radio_h.png) center left no-repeat;*/
}

.select2Buttons .disabled .picked {
  background:transparent url(../interface/symb_btn_radio_h.png) center left no-repeat;
  border: 1px solid #777;
  color: #444;
}
