span.dynatree-icon {
  display: none;
}
span.dynatree-selected a {
  color: black;
  font-weight: bold;
  font-style: normal;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  clear: both;
}
#region_form_tree {
  float: left;
  width: 395px;
  margin-right: 10px;
  height: 369px;
  padding-left: 10px;
  border-bottom: solid 1px #e9e9e9;
}
ul.dynatree-container {
  padding: 0;
}
#region_form {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 620px;
  background-color: white;
  border: solid 1px #CCC;
  z-index: 99;
}
ul.dynatree-container {
  border: none;
}
.region_form_right {
  float: left;
  margin-top: 10px;
  width: 195px;
}
.quick_block {
  margin: 7px 0;
}
.quick_block_all {
  margin: 7px 0 0 37px;
}
.quick_block > img {
  border: solid 1px #dbdbdb;
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 4px;
}
.region_link, .region_link:hover {
  display: block;
  margin-bottom: 4px;
  float: left;
}
.region_form_header {
  background: #fafafb;
  padding: 12px 0 12px 10px;
  border-bottom: solid 1px #dbdbdb;
}
.region_form_header h2 {
  float: left;
  margin: 3px 0 0 5px;
}
.region_form_footer {
  border-top: solid 1px #dbdbdb;
  background: #fafafb;
  padding: 12px 0;
  width: 620px;
}
.simple_buttons {
  float: left;
  margin-left: 15px;   
}
.simple_buttons a, .simple_buttons a:hover {
  color: #575757 !important;
  text-decoration: none;
  border-bottom: dashed 1px #737373;
}
.simple_buttons a:hover {
  border-bottom: none;
}
.region_form_header button, .region_form_footer button {
    float: left;
    margin-left: 8px;
}
.quick {
  margin-bottom: 6px;
}
#choosed {
  background-color: #FCFCFC;
  border-bottom: solid 1px #dbdbdb;
  padding: 5px 10px;
}
#choosed_regions {
  overflow-y: scloll;
}
.region_choosed {
  max-width: 170px;
  float: left;
  margin: 0 2px;
  margin-top: 0;
}
.region_choosed_wrap {
  float: left;
  margin: 4px 3px 4px 3px;
}
a.region_choosed_scroll, a.region_choosed_scroll:hover {
  text-decoration: underline;
  color: #333 !important;
}
.region_choosed sub {
  display: block;
  float: right;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  margin-right: 3px;
}
.region_buttons_top, .region_buttons_bottom {
  float: right;
  width: 212px;
}
.region_buttons_bottom {
  width: 212px;
}

.choose_regions_btn, .close_regions_btn_big {
  width: 86px;
  height: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  border-radius: 3px;
}
.choose_regions_btn {
  margin-right: 8px;
}
.close_regions_btn_small {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-left: 85px !important;
  background-image: url('http://bibika.ru/images/close.png');
  background-color: #fafafb;
}
.choose_regions_focused {
  background: #b0b0b0;
  border: solid 1px #a1a1a1;
}
.choose_regions_unfocused {
  background: #8f8f8f;
  border: solid 1px #737373;
}
#hide {
  background: #4a4a4a;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
#choosed_regions {
  min-height: 23px;
}
