@CHARSET "UTF-8";
.sbHolder {
  background-color: #2d2d2d;
  color: #322519;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 200px; }

.answer_razm .sbHolder {
  background: url("../images/select.gif") repeat scroll 0 0;
  border: none;
  color: #322519;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  position: relative;
  width: 88px; }

.sbSelector {
  display: block;
  height: 34px;
  left: 0;
  line-height: 34px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 88px; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #322519;
  outline: none;
  text-decoration: none; }

.sbToggle {
  display: block;
  height: 34px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151; }

.sbOptions {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #ffffff #e0e0e0 #e0e0e0;
  border-image: none;
  border-right: 1px solid #e0e0e0;
  border-style: solid;
  border-width: 1px;
  left: 0;
  list-style: none outside none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 32px !important;
  width: 86px;
  z-index: 1; }

.sbOptions li {
  padding: 0 7px;
  transition: all 0.4s ease 0s; }

.sbOptions li:hover {
  background: none repeat scroll 0 0 #fcf7f4; }

.sbOptions a {
  display: block;
  height: 34px;
  outline: medium none;
  padding: 0 0 0 3px; }

.sbOptions a:link, .sbOptions a:visited {
  color: #322519;
  text-decoration: none; }

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #322519; }

.sbOptions li.last a {
  border-bottom: none; }

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #322519;
  display: block;
  padding: 7px 0 7px 3px; }

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #322519;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px; }

.sbOptions .sbSub {
  padding-left: 17px; }


