.chosen { width:220px; }
.chosen-mini { width:70px; }
.chosen-small { width:100px; }
.chosen-medium { width:160px; }
.chosen-large { width:220px; }
.chosen-xlarge { width:280px; }
.chosen-xxlarge { width:540px; }
.chzn-container {
  display:inline-block;
  font-size:;
  position:relative;
  vertical-align:middle;
  margin-bottom:15px;
}
.chzn-container .chzn-drop {
  background:url("/assets/img/bg/chosen-drop.png") repeat-y scroll 0 0 transparent;
  border-top-color:#ffffff;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin-top:-1px;
  position:absolute;
  top:35px;
  left:0;
  z-index:1060;
}
.chzn-container .chzn-results {
  color:#676769;
  margin:0 0 4px 0;
  max-height:240px;
  padding:0;
  position:relative;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.chzn-container .chzn-results li {
  display:none;
  line-height:;
  list-style:none;
  margin:0;
  padding:4px 0 4px 8px;
  font-size:13px;
}
.chzn-container .chzn-results li em {
  background:#feffde;
  font-style:normal;
}
.chzn-container .chzn-results .active-result {
  cursor:pointer;
  display:list-item;
  color:#676769;
  width:100%;
}
.chzn-container .chzn-results .highlighted {
  background:url("/assets/img/bg/chosen-drop.png") repeat-y scroll 0 0 transparent;
  color:#26272f;
}
.chzn-container .chzn-results .highlighted em { background:transparent; }
.chzn-container .chzn-results .no-results {
  background:;
  display:list-item;
}
.chzn-container .chzn-results .group-result {
  cursor:default;
  color:#999999;
  font-weight:bold;
}
.chzn-container .chzn-results .group-option { padding-left:15px; }
.chzn-container .chzn-results-scroll {
  background:;
  margin:0 4px;
  position:absolute;
  text-align:center;
  width:321px;
  z-index:1;
}
.chzn-container .chzn-results-scroll span {
  display:inline-block;
  height:;
  text-indent:-5000px;
  width:9px;
}
.chzn-container .chzn-results-scroll-down { bottom:0; }
.chzn-container .chzn-results-scroll-down span { background:url("/assets/img/sprites/dropdown.png") no-repeat -4px -3px; }
.chzn-container .chzn-results-scroll-up span { background:url("/assets/img/sprites/dropdown.png") no-repeat -22px -3px; }
.chzn-container-single .chzn-single {
  background:url("/assets/img/bg/input.png") repeat-y scroll 0 0 transparent;
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding;
  background-clip:padding-box;
  border:none;
  color:#676769;
  display:block;
  height:34px;
  overflow:hidden;
  line-height:34px;
  padding:0 0 0 8px;
  position:relative;
  text-decoration:none;
  white-space:nowrap;
}
.chzn-container-single .chzn-single span {
  display:block;
  margin-right:26px;
  color:#676769;
}
.chzn-container-single .chzn-single abbr {
  background:url("/assets/img/sprites/dropdown.png") right top no-repeat;
  display:block;
  font-size:1px;
  height:10px;
  position:absolute;
  right:26px;
  top:8px;
  width:12px;
}
.chzn-container-single .chzn-single abbr:hover { background-position:right -11px; }
.chzn-container-single .chzn-single.chzn-disabled .chzn-single abbr:hover { background-position:right 2px; }
.chzn-container-single .chzn-single div {
  display:block;
  height:100%;
  position:absolute;
  top:1px;
  right:1px;
  width:28px;
}
.chzn-container-single .chzn-single div b {
  background:url("/assets/img/sprites/dropdown.png") no-repeat 0 0;
  display:block;
  height:100%;
  width:100%;
}
.chzn-container-single .chzn-default { color:; }
.chzn-container-single .chzn-search {
  margin:0;
  padding:3px 4px;
  position:relative;
  white-space:nowrap;
  z-index:;
  display:none;
}
.chzn-container-single .chzn-search input {
  background:url("/assets/img/sprites/dropdown.png") no-repeat 100% -21px, url("/assets/img/bg/input.png") repeat-y scroll 0 0 transparent;
  border:1px solid none;
  margin:1px 0;
  padding:4px 20px 4px 4px;
}
.chzn-container-single .chzn-drop {
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.chzn-container-single-nosearch .chzn-search input {
  position:absolute;
  left:-9000px;
}
.chzn-container-multi .chzn-choices {
  background-color:url("/assets/img/bg/input.png") repeat-y scroll 0 0 transparent;
  border:1px solid none;
  cursor:text;
  height:auto !important;
  height:1%;
  margin:0;
  overflow:hidden;
  padding:0;
  position:relative;
}
.chzn-container-multi .chzn-choices li {
  float:left;
  list-style:none;
}
.chzn-container-multi .chzn-choices .search-field {
  margin:0;
  padding:0;
  white-space:nowrap;
}
.chzn-container-multi .chzn-choices .search-field input {
  background:transparent !important;
  border:0 !important;
  color:;
  height:26px;
  margin:0;
  padding:4px;
  outline:0;
}
.chzn-container-multi .chzn-choices .search-field .default { color:#999999; }
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding;
  background-clip:padding-box;
  background-color:;
  border:1px solid none;
  color:;
  cursor:default;
  line-height:13px;
  margin:3px 0 3px 5px;
  padding:3px 20px 3px 5px;
  position:relative;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  background:url("/assets/img/sprites/dropdown.png") right top no-repeat;
  display:block;
  font-size:1px;
  height:13px;
  position:absolute;
  right:3px;
  top:4px;
  width:12px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover { background-position:right -11px; }
.chzn-container-multi .chzn-choices .search-choice-focus { background:#d4d4d4; }
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close { background-position:right -11px; }
.chzn-container-multi .chzn-results {
  margin:0 0 0 0;
  padding:0;
}
.chzn-container-multi .chzn-drop .result-selected { display:none; }
.chzn-container-active .chzn-single { border:1px solid 1px solid #ffffff; }
.chzn-container-active .chzn-single-with-drop { border:1px solid 1px solid #ffffff; }
.chzn-container-active .chzn-single-with-drop div {
  background:transparent;
  border-left:none;
}
.chzn-container-active .chzn-single-with-drop div b { background-position:-29px 0; }
.chzn-container-active .chzn-choices {
  border:1px solid 1px solid #ffffff;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.chzn-container-active .chzn-choices .search-field input { color:#111111 !important; }
.chzn-disabled {
  cursor:default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single { cursor:default; }
.chzn-disabled .chzn-choices .search-choice .search-choice-close { cursor:default; }
.chzn-rtl { text-align:right; }
.chzn-rtl .chzn-single {
  padding:0 8px 0 0;
  overflow:visible;
}
.chzn-rtl .chzn-single span {
  margin-left:26px;
  margin-right:0;
  direction:rtl;
}
.chzn-rtl .chzn-single div {
  left:3px;
  right:auto;
}
.chzn-rtl .chzn-single abbr {
  left:26px;
  right:auto;
}
.chzn-rtl .chzn-choices .search-field input { direction:rtl; }
.chzn-rtl .chzn-choices li { float:right; }
.chzn-rtl .chzn-choices .search-choice {
  margin:3px 5px 3px 0;
  padding:3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  background-position:right top;
  left:4px;
  right:auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin:0 0 4px 4px;
  padding:0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left:0;
  padding-right:15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right:none; }
.chzn-rtl .chzn-search input {
  background:url("/assets/img/sprites/dropdown.png") no-repeat -38px -22px, url("/assets/img/bg/input.png") repeat-y scroll 0 0 transparent;
  direction:rtl;
  padding:4px 5px 4px 20px;
}
