.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-widget-options {
  border-right: 1px solid #000000 /*{borderColorContent}*/;
  border-left: 1px solid #000000 /*{borderColorContent}*/;
  border-bottom: 1px solid #000000 /*{borderColorContent}*/;
  background: #ebebeb /*{bgColorContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
  color: #222222 /*{fcContent}*/;
  padding: 0.5em 0 0.75em 0em;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.ui-widget-options-empty #controls {
  visibility: hidden;
}

.ui-widget-options label {
  margin: 0 0em 0 0.1em;
}

.ui-widget-options input {
  vertical-align: text-bottom;
  margin: 0.5em 0em 0em 1em;
}

.ui-widget-options .option-wrapper {
  width: 41em;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
  float: left;
  display: block;
}

.ui-widget-options .option-wrapper .option-item {
  float: left;
  width: 20em;
  padding-bottom: 0.1em;
}

.ui-widget-options .topleftcornerlink {
  float: right;
  padding-right: 0.5em;
  vertical-align: top;
}

#controls {
  display: table-cell;
  vertical-align: middle;
  position: inherit;
  top: 50%;
  font-size: 1.2em;
}

.ui-tabs .divider {
  height: 2px;
  background: url("https://www.allhomes.com.au/ah/image/navigation/border_grey.gif") repeat-x scroll white;
  margin: 0em -0.2em 0em 0em;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  width: 8em;
  text-align: center;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa /*{bgColorOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
  opacity: .3;
  filter: Alpha(Opacity = 30) /*{opacityOverlay}*/;
}

.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa /*{bgColorShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  opacity: .3;
  filter: Alpha(Opacity = 30) /*{opacityShadow}*/;
  -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
  -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
  border-radius: 8px /*{cornerRadiusShadow}*/;
}

.ui-tabs-nav {
  height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px !important;
}

.ui-tabs-nav li {
  float: left;
  margin: 0 1px 0 0;
  font-size: 12px !important;
}

.ui-tabs-nav a {
  background: #ebebeb url(https://www.allhomes.com.au/ah/image/navigation/tab_grey.gif);
  color: #0000cc;
  display: block;
  float: left;
  height: 20px;
  padding-left: 10px;
  text-decoration: underline;
  font-size: 12px !important;
  cursor: pointer !important;
}

.ui-tabs-nav a:hover {
  color: #e60606;
  text-decoration: underline;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: #999;
  background-position: 0 -22px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.ui-tabs-nav li.ui-state-active span {
  background-position: 100% -22px;
}

.ui-tabs-nav span {
  background: url(https://www.allhomes.com.au/ah/image/navigation/tab_grey.gif) 100% 0;
  display: block;
  line-height: 20px;
  padding-right: 10px;
  text-align: center;
}