/********** COMMON PROPERTIES START **********/
.ui-ctrl .ui-text {
  overflow: hidden;
}
/********** COMMON PROPERTIES END **********/
/********** CUSTOM SELECT REGULAR START **********/
.ui-ctrl.customSelect {
  display: block;
  height: 25px;
  background: url(../img/shared/custom.select.gif) no-repeat left 0px #FFFFFF;
  border: 1px solid #abadb3;
  cursor: pointer;
  color: #000000;
  padding: 0px;
}
.ui-ctrl.customSelect .customSelectInner {
  display: block;
  margin: 0px 4px 0px 20px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-ctrl.customSelect.disabledSelect {
  background-position: left 0px;
  color: #6d6d6d;
}
/********** CUSTOM SELECT REGULAR END **********/
/********** CUSTOM SELECT REGULAR START **********/
.ui-ctrl.customSelectRegular {
  display: block;
  height: 16px;
  background: url(../img/uicontrols/custom.select.regular.png) no-repeat left -100px #FFFFFF;
  border: 1px solid #abadb3;
  cursor: pointer;
  color: #000000;
}
.ui-ctrl.customSelectRegular .customSelectInner {
  display: block;
  margin: 0px 4px 0px 20px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-ctrl.customSelectRegular.disabledSelect {
  background-position: left 0px;
  color: #6d6d6d;
}
/********** CUSTOM SELECT REGULAR END **********/
/********** CUSTOM SELECT START **********/
.ui-ctrl.customSelect2 {
  display: block;
  height: 19px;
  width: 100%;
  background: url(../img/uicontrols/custom.select2.png) no-repeat top left;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #b8b8b8;
  cursor: pointer;
}
.ui-ctrl.customSelect2 .customSelectInner {
  margin: 0px 14px 0px 22px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-ctrl.ui-select.type-a {
  display: block;
  height: 25px;
  background: url(../img/uicontrols/custom.inputs.png) repeat-x 0px -100px;
  border: 1px solid #a8acad;
  position: relative;
}
.ui-ctrl.ui-select.type-a .ui-select-inner {
  margin: 0px 10px 0px 0px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  color: #211e1f;
  text-overflow: ellipsis;
  width: auto;
}
.ui-ctrl.ui-select.disabledSelect.type-a .ui-select-inner {
  color: #CCC;
}
.ui-ctrl.ui-select.type-a .ui-icon {
  float: left;
  margin: 4px 4px 0px 3px;
  width: 17px;
  height: 18px;
}
.ui-ctrl.ui-select.type-a select {
  position: absolute;
  height: 25px;
  -webkit-appearance: menulist-button;
  display: block;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.ui-ctrl.customSelect.type-c {
  display: block;
  height: 38px;
  background: url(../img/uicontrols/custom.select.large.png) no-repeat top left;
  border: 1px solid #a8acad;
}
.ui-ctrl.customSelect.type-c .customSelectInner {
  margin: 0px 14px 0px 22px;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #9c9c9c;
}
.ui-ctrl.ui-select.type-d {
  display: block;
  height: 25px;
  background: url(../img/uicontrols/custom.inputs.png) repeat-x 0px -100px;
  border: 1px solid #a8acad;
}
.ui-ctrl.ui-select.type-d .ui-select-inner {
  margin: 0px 10px 0px 0px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  color: #211e1f;
  text-overflow: ellipsis;
  width: auto;
}
.ie10 .ui-ctrl.ui-select.type-d .ui-select-inner {
  line-height: 27px;
}
.ui-ctrl.ui-select.type-d .ui-icon {
  float: left;
  margin: -1px 2px 0px -1px;
  width: 25px;
  height: 27px;
}
.ui-ctrl.ui-select.type-d.disabled {
  background: #d3d3d3;
}
.ui-ctrl.ui-select.type-d .ui-icon.ui-select,
.ui-ctrl.ui-select.type-d.disabled .ui-icon.ui-select.disabled {
  display: block;
}
.ui-ctrl.ui-select.type-d .ui-icon.ui-select.disabled,
.ui-ctrl.ui-select.disabled.type-d .ui-icon.ui-select {
  display: none;
}
.ui-ctrl.ui-select.type-d.disabled .ui-select-inner {
  color: #aaaaaa;
}
.ui-ctrl.ui-select.type-e {
  display: block;
  height: 41px;
  background: url(../img/uicontrols/custom.inputs.png) repeat-x 0px -200px;
  cursor: pointer;
  border: 0px;
}
.ui-ctrl.ui-select.type-e .ui-select-inner {
  margin-left: 6px;
  height: 41px;
  background: url(../img/uicontrols/custom.inputs.png) repeat-x right -200px;
}
.ui-ctrl.ui-select.type-e .ui-select-inner .ui-text {
  margin: 0px 10px 0px 0px;
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  width: auto;
  direction: rtl;
}
.ui-ctrl.ui-select.disabledSelect.type-e .ui-select-inner {
  color: #CCC;
}
.ui-ctrl.ui-select.type-e .ui-icon {
  float: left;
  margin: 19px 4px 0px 8px;
}
.ui-ctrl.ui-select.type-e select {
  display: none;
}
.ui-ctrl.ui-select.type-e:hover {
  background-position: 0px -250px;
}
.ui-ctrl.ui-select.type-e:hover .ui-select-inner {
  background-position: right -250px;
}
.ui-ctrl.ui-select.type-e.ui-state-disabled {
  cursor: default;
}
.ui-ctrl.ui-select.type-e.ui-state-disabled .ui-select-inner .ui-text {
  color: #BBB;
}
.ui-ctrl.ui-select.type-e.ui-state-disabled:hover {
  background-position: 0px -200px;
}
.ui-ctrl.ui-select.type-e.ui-state-disabled:hover .ui-select-inner {
  background-position: right -200px;
}
.ui-ctrl.ui-select.type-e.ltr {
  direction: inherit;
}
.ui-ctrl.ui-select.type-e.ltr .ui-text {
  direction: ltr;
  text-align: left;
  padding-left: 8px;
}
.ui-ctrl.ui-select.type-e.open {
  position: relative;
  z-index: 25;
}
/********** CUSTOM SELECT END **********/
/********** DESTINATION PICKER START **********/
.ui-ctrl.destinationPickerSelect2 {
  display: block;
  height: 19px;
  width: 100%;
  background: url(../img/uicontrols/dpicker.selector.png) no-repeat top left;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #b8b8b8;
  cursor: pointer;
}
.ui-ctrl.destinationPickerSelect2 .destinationPickerInner {
  margin: 0px 14px 0px 22px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
}
/********** DESTINATION PICKER END **********/
/********** DATEPICKER END **********/
.ui-ctrl.datepicker {
  display: block;
  height: 25px;
  border: 1px solid #a8acad;
  background: url(../img/uicontrols/custom.inputs.png) repeat-x 0px -100px;
  cursor: pointer;
}
.ui-ctrl.datepicker .datepicker-inner {
  display: block;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
}
.ie10 .ui-ctrl.datepicker .datepicker-inner {
  line-height: 27px;
}
.ui-ctrl.datepicker .ui-icon {
  float: left;
  margin: 2px 2px 0px 3px;
  width: 25px;
  height: 25px;
}
.ui-ctrl.datepicker .ui-text {
  margin-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-ctrl.datepicker.type-b {
  height: 41px;
  border: 0px;
  background-position: 0px -200px;
}
.ui-ctrl.datepicker.type-b .datepicker-inner {
  height: 41px;
  line-height: 41px;
  margin-left: 6px;
  margin-right: 0px;
  background: url(../img/uicontrols/custom.inputs.png) no-repeat right -200px;
}
.ui-ctrl.datepicker.type-b .datepicker-inner .ui-text {
  padding-right: 8px;
  font-size: 14px;
  color: #666666;
}
.ui-ctrl.datepicker.type-b .datepicker-inner .ui-icon.calendar {
  margin: 12px 3px 0px 3px;
}
.ui-ctrl.datepicker.type-b .datepicker-inner .ui-icon.calendar.type-c {
  margin: 8px 3px 0px 3px;
}
.ui-ctrl.datepicker.type-b:hover {
  background-position: 0px -250px;
}
.ui-ctrl.datepicker.type-b:hover .datepicker-inner {
  background-position: right -250px;
}
.ui-ctrl.datepicker.type-b:hover .ui-icon.calendar.type-c {
  background-position: -150px -200px;
}
/********** DATEPICKER END **********/
/********** DESTINATION-PICKER START **********/
.ui-ctrl.destination-picker {
  display: block;
  height: 25px;
  border: 1px solid #a8acad;
  background: url(../img/uicontrols/custom.inputs.png) repeat-x 0px -100px;
  cursor: pointer;
}
.ui-ctrl.destination-picker .destination-picker-inner {
  display: block;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
}
.ui-ctrl.destination-picker .ui-icon {
  float: left;
  margin: -1px 0px 0px -1px;
  width: 25px;
  height: 27px;
}
.ui-ctrl.destination-picker .ui-text {
  margin-left: 30px;
}
.ui-ctrl.destination-picker.type-b {
  height: 41px;
  border: 0px;
  background-position: 0px -200px;
}
.ui-ctrl.destination-picker.type-b .destination-picker-inner {
  height: 41px;
  line-height: 41px;
  margin-left: 6px;
  margin-right: 0px;
  background: url(../img/uicontrols/custom.inputs.png) no-repeat right -200px;
}
.ui-ctrl.destination-picker.type-b .destination-picker-inner .ui-text {
  padding-right: 8px;
  font-size: 14px;
  color: #666666;
}
.ui-ctrl.destination-picker.type-b:hover {
  background-position: 0px -250px;
}
.ui-ctrl.destination-picker.type-b:hover .destination-picker-inner {
  background-position: right -250px;
}
.ui-ctrl.destination-picker.type-b .destination-picker-inner .ui-icon.zoom {
  margin: 8px 3px 0px 3px;
}
.ui-ctrl.destination-picker.type-b:hover .destination-picker-inner .ui-icon.zoom {
  background-position: -50px -200px;
}
/********** DESTINATION-PICKER END **********/
.ui-ctrl.ui-input input[type="text"] {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.ui-ctrl.ui-input,
.ui-ctrl.ui-input .ui-input-inner {
  background: url(../img/uicontrols/custom.inputs.png) no-repeat;
}
.ui-ctrl.ui-input.type-b {
  height: 32px;
  background-position: left -300px;
}
.ui-ctrl.ui-input.type-b .ui-input-inner {
  height: 32px;
  background-position: right -300px;
  margin-left: 4px;
}
.ui-ctrl.ui-input.type-b .ui-input-inner .ui-input-placeholder {
  padding: 6px 8px 0px 8px;
}
.ui-ctrl.ui-input.type-b input[type="text"] {
  font-size: 16px;
}
.ui-ctrl.ui-input.type-c {
  height: 40px;
}
.ui-ctrl.ui-input.type-c {
  background-position: left -350px;
}
.ui-ctrl.ui-input.type-c .ui-input-inner {
  height: 40px;
  background-position: right -350px;
  margin-left: 4px;
  font-size: 14px;
  color: #666666;
  padding: 0px 12px 0px 12px;
}
.ui-ctrl.ui-input.type-c .ui-input-inner input[type="text"] {
  height: 40px;
}
.ui-ctrl.ui-input.type-d {
  background: none;
  height: 41px;
  box-shadow: 0 2px 7px -6px #333333;
}
.ui-ctrl.ui-input.type-d.subtype-b {
  box-shadow: none;
}
.ui-ctrl.ui-input.type-d.subtype-b .ui-box {
  border-left: 1px solid #dfdfe0;
  border-right: 1px solid #dfdfe0;
}
.ui-ctrl.ui-input.type-d .ui-box {
  border-bottom: 1px solid #b7b8b9;
  box-shadow: none;
  border-radius: 5px;
  height: 37px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner {
  margin: 0px 12px 0px 12px;
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"],
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner .ui-text {
  height: 39px;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-size: 14px;
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]::-webkit-input-placeholder {
  color: #666666;
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]:-moz-placeholder {
  color: #666666;
}
/* FF 4-18 */
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]::-moz-placeholder {
  color: #666666;
}
/* FF 19+ */
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]:-ms-input-placeholder {
  color: #666666;
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.ui-ctrl.ui-input.type-d .ui-box .ui-box-inner .ui-text {
  padding-top: 10px;
  color: #666666;
}
.ui-ctrl.ui-ac-input {
  height: 41px;
  box-shadow: 0 3px 7px -6px #333333;
}
.ui-ctrl.ui-ac-input.open .ui-box {
  z-index: 25;
}
.ui-ctrl.ui-ac-input .ui-box {
  height: 38px;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  border-bottom: 2px solid #b7b8b9;
  box-shadow: inset 0 3px 7px -6px #333333;
  position: relative;
}
.ui-ctrl.ui-ac-input .ui-box .ui-box-inner {
  margin: 0px 12px 0px 12px;
}
.ui-ctrl.ui-ac-input .ui-box .ui-box-inner input[type="text"] {
  height: 39px;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-size: 14px;
}
.ui-ctrl.ui-ac-input .ui-box .ui-box-inner input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}
.ui-ctrl.ui-ac-input .ui-box .ui-box-inner input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
.ui-ctrl.ui-ac-input .ui-box .ui-box-inner input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
.ui-ctrl.ui-ac-input .ui-box .ui-box-inner input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.ui-ctrl.ui-ac-input.selected .ui-box-inner.search,
.ui-ctrl.ui-ac-input .ui-box-inner.selected {
  display: none;
}
.ui-ctrl.ui-ac-input.selected .ui-box-inner.selected {
  display: block;
}
.ui-ctrl.ui-ac-input .ui-box .ui-value {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  cursor: default;
  display: block;
  height: 20px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 9px;
  background: #DCDCDC;
  float: right;
  max-width: 100%;
}
.ui-ctrl.ui-ac-input .ui-box .ui-value .ui-text {
  display: block;
  color: #222;
  margin: 3px 5px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  direction: rtl;
  /*cursor: move;	*/
}
.ui-ctrl.ui-ac-input .ui-box .ui-value:hover {
  border-color: #b9b9b9;
}
.ui-ctrl.ui-ac-input .ui-box .ui-value .remove {
  display: block;
  float: right;
  width: 14px;
  height: 20px;
  vertical-align: top;
  cursor: pointer;
  margin-left: 3px;
}
.ui-ctrl.ui-ac-input .ui-box .ui-value .remove .ui-icon.close {
  opacity: .6;
  margin: 7px 4px 0 0;
}
.ui-ctrl.ui-ac-input .ui-box .ui-value .remove:hover .ui-icon.close {
  opacity: 1;
}
.ui-ctrl.ui-ac-input .dropdown-box {
  margin-top: 0px;
}
.ui-ctrl.ui-ac-input .dropdown-box.ltr {
  text-align: left;
  direction: ltr;
}
.ui-ctrl.ui-ac-input .dropdown-box ul li {
  font-size: 14px;
  height: 23px;
  line-height: 23px;
}
.ui-ctrl.ui-ac-input .dropdown-box ul li.ltr {
  direction: ltr;
  text-align: left;
}
.ui-ctrl.ui-ac-input .dropdown-box ul li.rtl {
  direction: rtl;
  text-align: right;
}
.ui-ctrl.ui-ac-input .dropdown-box ul li b {
  color: #444;
}
.ui-ctrl.ui-ac-input .dropdown-box ul li span.no-results {
  direction: rtl;
  text-align: right;
  display: block;
  height: 21px;
  line-height: 21px;
  color: #666666;
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
.ui-ctrl.ui-ac-input.type-b {
  box-shadow: 0 2px 7px -6px #333333;
}
.ui-ctrl.ui-ac-input.type-b .ui-box {
  border-bottom: 1px solid #b7b8b9;
  box-shadow: none;
  border-radius: 3px;
  height: 37px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
}
@-moz-document url-prefix() {
  .ui-ctrl.ui-ac-input .ui-box .ui-value {
    position: relative;
  }
  .ui-ctrl.ui-ac-input .ui-box .ui-value .remove {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ui-ctrl.ui-ac-input .ui-box .ui-value .ui-text {
    margin-right: 17px;
  }
  .ui-ctrl.ui-ac-input .ui-box .ui-value .remove .ui-icon.close {
    margin: 0;
    position: absolute;
    top: 7px;
    right: 4px;
  }
}
.ui-designed-select {
  position: absolute;
  z-index: 10;
  margin-top: -5px;
}
.ui-designed-select .ui-designed-select-inner {
  background: #FFFFFF;
  margin-right: 2px;
  margin-left: 2px;
  padding-bottom: 6px;
  padding-top: 7px;
  border-radius: 6px;
  overflow-x: hidden;
  border: 1px solid #BBB;
  box-shadow: 0px 0px 10px #AAA;
}
.ui-designed-select .ui-designed-select-inner .wrap {
  padding: 0px;
  max-height: 294px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.ui-designed-select ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.ui-designed-select ul li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ui-designed-select ul li a {
  display: block;
  height: 21px;
  line-height: 21px;
  color: #666666;
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
  cursor: pointer;
}
.ui-designed-select ul li span {
  cursor: default;
}
.ui-designed-select ul li a:hover {
  text-decoration: none;
}
.ui-designed-select ul li a.active {
  background: #eee2df;
  color: #666666;
  text-decoration: none;
}
/********** BUTTONS START **********/
a.ui-ctrl.btn-search {
  display: block;
  height: 19px;
  background: url(../img/uicontrols/btn.set.a.png) no-repeat left -400px;
  text-decoration: none;
}
a.ui-ctrl.btn-search span {
  display: block;
  height: 19px;
  margin-left: 20px;
  padding-right: 13px;
  background: url(../img/uicontrols/btn.set.a.png) no-repeat right -400px;
  font-size: 13px;
  color: #515151;
  text-decoration: none;
  text-shadow: #FFFFFF -1px 1px -1px;
}
a.ui-ctrl.btn-search:hover {
  background-position: left -500px;
}
a.ui-ctrl.btn-search:hover span {
  background-position: right -500px;
}
a.ui-ctrl.btn-search-b {
  display: block;
  height: 49px;
  background: url(../img/uicontrols/btn.set.a.png) no-repeat top left;
  text-decoration: none;
  cursor: pointer;
}
a.ui-ctrl.btn-search-b span {
  display: block;
  height: 49px;
  margin-left: 10px;
  padding-right: 8px;
  background: url(../img/uicontrols/btn.set.a.png) no-repeat top right;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  color: #515151;
  text-decoration: none;
  text-shadow: #FFFFFF -1px 1px -1px;
  text-align: center;
}
a.ui-ctrl.btn-search-b:hover {
  background-position: left -100px;
}
a.ui-ctrl.btn-search-b:hover span {
  background-position: right -100px;
}
.ui-ctrl.ui-button,
.ui-ctrl.ui-button span,
.ui-ctrl.ui-button .ui-button-inner {
  display: block;
  background: url(../img/uicontrols/btn.set.a.png) no-repeat;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}
.ui-ctrl.ui-button .ui-button-inner .ui-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-ctrl.ui-button:hover,
.ui-ctrl.ui-button span:hover {
  text-decoration: none;
}
.ui-ctrl.ui-button.type-a {
  height: 49px;
  background-position: left 0px;
}
.ui-ctrl.ui-button.type-a span {
  background-position: right 0px;
  height: 49px;
  margin-left: 10px;
  padding-right: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  color: #515151;
  text-decoration: none;
  text-shadow: #FFFFFF -1px 1px -1px;
  text-align: center;
}
.ui-ctrl.ui-button.type-a:hover {
  background-position: left -100px;
}
.ui-ctrl.ui-button.type-a:hover span {
  background-position: right -100px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-b {
  height: 37px;
  background-position: left -200px;
}
.ui-ctrl.ui-button.type-b span {
  height: 37px;
  background-position: right -200px;
  margin-left: 29px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.ui-ctrl.ui-button.type-b:hover {
  background-position: left -300px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-b:hover span {
  background-position: right -300px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-c {
  height: 19px;
  background-position: left -400px;
}
.ui-ctrl.ui-button.type-c span {
  display: block;
  background-position: right -400px;
  height: 19px;
  margin-left: 20px;
  padding-right: 13px;
  font-size: 13px;
  color: #515151;
  text-decoration: none;
  text-shadow: #FFFFFF -1px 1px -1px;
}
.ui-ctrl.ui-button.type-c:hover {
  background-position: left -500px;
}
.ui-ctrl.ui-button.type-c:hover span {
  background-position: right -500px;
}
.ui-ctrl.ui-button.type-d {
  height: 45px;
  background-position: left -600px;
}
.ui-ctrl.ui-button.type-d span {
  display: block;
  background-position: right -600px;
  height: 45px;
  margin-left: 22px;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: #ba8503 -1px 1px -1px;
  line-height: 42px;
}
.ui-ctrl.ui-button.type-d:hover {
  background-position: left -700px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-d:hover span {
  background-position: right -700px;
}
/* USED IN KAVEI START */
/* USED IN KAVEI END */
.ui-ctrl.ui-button.type-f {
  height: 45px;
  background-position: left -800px;
}
.ui-ctrl.ui-button.type-f span {
  display: block;
  background-position: right -800px;
  height: 45px;
  margin-left: 22px;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: #ba8503 -1px 1px -1px;
  line-height: 42px;
}
.ui-ctrl.ui-button.type-f:hover {
  background-position: left -900px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-f:hover span {
  background-position: right -900px;
}
.ui-ctrl.ui-button.type-g {
  height: 37px;
  background-position: left -1000px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-g span {
  display: block;
  background-position: right -1000px;
  height: 37px;
  margin-left: 6px;
  padding-left: 0px;
  padding-right: 6px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  line-height: 34px;
  text-align: center;
}
.ui-ctrl.ui-button.type-g:hover {
  background-position: left -1100px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-g:hover span {
  background-position: right -1100px;
}
.ui-ctrl.ui-button.type-h {
  height: 29px;
  background-position: left -1200px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-h span {
  display: block;
  background-position: right -1200px;
  height: 29px;
  margin-left: 6px;
  padding-left: 8px;
  padding-right: 14px;
  font-size: 13px;
  color: #057369;
  font-weight: 700;
  text-decoration: none;
  line-height: 28px;
  text-align: center;
}
.ui-ctrl.ui-button.type-h:hover {
  background-position: left -1300px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-h:hover span {
  background-position: right -1300px;
}
.ui-ctrl.ui-button.type-i {
  display: block;
  width: 39px;
  height: 30px;
  background: url("../img/hotelgo/btn.panel.png ") no-repeat top left;
  outline: 0;
  border: none;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-i:hover {
  background-position: top right;
}
.ui-ctrl.ui-button.type-i.opened {
  background-position: bottom left;
}
.ui-ctrl.ui-button.type-i.opened:hover {
  background-position: bottom right;
}
.ui-ctrl.ui-button.type-j {
  height: 37px;
  background-position: left -1350px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-j span {
  display: block;
  background-position: right -1350px;
  height: 37px;
  margin-left: 5px;
  padding-left: 8px;
  padding-right: 14px;
  font-size: 24px;
  color: #5f9183;
  font-weight: 700;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
}
.ui-ctrl.ui-button.type-j:hover {
  background-position: left -1400px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-j:hover span {
  background-position: right -1400px;
}
.ui-ctrl.ui-button.type-k {
  height: 34px;
  background-position: left -1450px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-k span {
  display: block;
  background-position: right -1450px;
  height: 34px;
  margin-left: 5px;
  padding-left: 0px;
  padding-right: 7px;
  font-size: 13px;
  color: #3f4042;
  font-weight: 700;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
  text-shadow: none;
}
.ui-ctrl.ui-button.type-k:hover {
  background-position: left -1500px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-k:hover span {
  background-position: right -1500px;
}
.ui-ctrl.ui-button.type-l {
  height: 75px;
  background-position: left -1550px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-l .ui-button-inner {
  background-position: right -1550px;
  height: 75px;
  margin-left: 56px;
  position: relative;
  overflow: visible;
}
.ui-ctrl.ui-button.type-l .wrap {
  display: block;
  position: static;
  text-align: center;
  padding: 18px 5px 0px 0px;
}
.ui-ctrl.ui-button.type-l .wrap .ui-text {
  display: table-cell;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #3f4042;
  font-weight: 700;
  white-space: normal;
  vertical-align: middle;
  height: 36px;
  text-shadow: 0px 2px #f2f2f2;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon {
  position: absolute;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.confirm {
  left: -47px;
  top: 25px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.leaf {
  left: -46px;
  top: 22px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.footstep {
  left: -44px;
  top: 21px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.heart {
  left: -46px;
  top: 26px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.family {
  left: -48px;
  top: 15px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.sportsmen {
  left: -44px;
  top: 25px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.grass {
  left: -40px;
  top: 22px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.crown {
  left: -42px;
  top: 23px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.star {
  left: -46px;
  top: 23px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.case-percent {
  left: -44px;
  top: 22px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.bed-star {
  left: -44px;
  top: 21px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.palm.type-b {
  left: -46px;
  top: 21px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.mic {
  left: -48px;
  top: 20px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.fly-drive {
  left: -48px;
  top: 22px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.cards {
  left: -48px;
  top: 19px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.ski {
  left: -48px;
  top: 19px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.umbrella.type-b {
  left: -48px;
  top: 21px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.timer {
  left: -48px;
  top: 17px;
}
.ui-ctrl.ui-button.type-l .ui-button-inner .ui-icon.bus.type-b {
  left: -48px;
  top: 21px;
}
.ui-ctrl.ui-button.type-l:hover {
  background-position: left -1650px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-l:hover .ui-button-inner {
  background-position: right -1650px;
}
.ui-ctrl.ui-button.type-m {
  height: 26px;
  background-position: left -1750px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-m span,
.ui-ctrl.ui-button.type-m .ui-button-inner {
  display: block;
  background-position: right -1750px;
  height: 26px;
  margin-left: 5px;
  padding-left: 8px;
  padding-right: 14px;
  font-size: 12px;
  color: #5f9183;
  font-weight: normal;
  text-decoration: none;
  line-height: 26px;
  text-align: center;
}
.ui-ctrl.ui-button.type-m:hover {
  background-position: left -1800px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-m:hover span,
.ui-ctrl.ui-button.type-m:hover .ui-button-inner {
  background-position: right -1800px;
}
.ui-ctrl.ui-button.type-m span .ui-icon,
.ui-ctrl.ui-button.type-m .ui-button-inner .ui-icon {
  float: left;
  margin-top: 9px;
  margin-left: -2px;
}
.ui-ctrl.ui-button.type-n {
  height: 28px;
  position: relative;
  background: none;
  background: -moz-linear-gradient(bottom, #FFFFFF 0%, #e6e6e8 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #FFFFFF), color-stop(100%, #e6e6e8));
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #e6e6e8 100%);
  background: -o-linear-gradient(bottom, #FFFFFF 0%, #e6e6e8 100%);
  background: -ms-linear-gradient(bottom, #FFFFFF 0%, #e6e6e8 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #e6e6e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#e6e6e8', GradientType=0);
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-n span {
  display: block;
  background: none;
  height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #5f9183;
  line-height: 29px;
  text-align: center;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ui-ctrl.ui-button.type-n:hover {
  background: none;
  background: -moz-linear-gradient(bottom, #e6e6e8 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #e6e6e8), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(bottom, #e6e6e8 0%, #FFFFFF 100%);
  background: -o-linear-gradient(bottom, #e6e6e8 0%, #FFFFFF 100%);
  background: -ms-linear-gradient(bottom, #e6e6e8 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #e6e6e8 0%, #FFFFFF 100%);
  text-decoration: none;
}
.ui-ctrl.ui-button.type-n span .ui-icon {
  position: absolute;
  top: 10px;
  left: 9px;
}
.ui-ctrl.ui-button.type-o {
  height: 27px;
  background-position: left -1850px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-o span {
  display: block;
  background-position: right -1850px;
  height: 27px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 6px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  line-height: 27px;
  text-align: right;
}
.ui-ctrl.ui-button.type-o:hover {
  background-position: left -1900px;
  text-decoration: none;
}
.ui-ctrl.ui-button.type-o:hover span {
  background-position: right -1900px;
}
.ui-ctrl.ui-button.type-p {
  border: 2px solid #FFF;
  border-radius: 5px;
  background: #59595a;
  background: -moz-linear-gradient(top, #59595a 0%, #010101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59595a), color-stop(100%, #010101));
  background: -webkit-linear-gradient(top, #59595a 0%, #010101 100%);
  background: -o-linear-gradient(top, #59595a 0%, #010101 100%);
  background: -ms-linear-gradient(top, #59595a 0%, #010101 100%);
  background: linear-gradient(to bottom, #59595a 0%, #010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59595a', endColorstr='#010101', GradientType=0);
  cursor: pointer;
  box-shadow: 0px 2px 2px #555;
  margin-bottom: 3px;
}
.ui-ctrl.ui-button.type-p:hover {
  background: #010101;
  background: -moz-linear-gradient(top, #010101 18%, #59595a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #010101), color-stop(100%, #59595a));
  background: -webkit-linear-gradient(top, #010101 18%, #59595a 100%);
  background: -o-linear-gradient(top, #010101 18%, #59595a 100%);
  background: -ms-linear-gradient(top, #010101 18%, #59595a 100%);
  background: linear-gradient(to bottom, #010101 18%, #59595a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#59595a', GradientType=0);
}
.ui-ctrl.ui-button.type-p span {
  color: #fff200;
  font-weight: 700;
  background: none;
  margin: 0px 7px 0px 7px;
  line-height: 34px;
  text-align: center;
}
.ui-ctrl.ui-button.type-p,
.ui-ctrl.ui-button.type-p span {
  height: 34px;
}
.ui-ctrl.ui-button.type-q {
  height: 29px;
  position: relative;
  background: none;
  background: -moz-linear-gradient(bottom, #575656 0%, #020202 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #575656), color-stop(100%, #020202));
  background: -webkit-linear-gradient(bottom, #575656 0%, #020202 100%);
  background: -o-linear-gradient(bottom, #575656 0%, #020202 100%);
  background: -ms-linear-gradient(bottom, #575656 0%, #020202 100%);
  background: linear-gradient(to bottom, #575656 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575656', endColorstr='#020202', GradientType=0);
  border-radius: 4px;
  cursor: pointer;
}
.ui-ctrl.ui-button.type-q span {
  display: block;
  background: none;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  line-height: 29px;
  text-align: center;
}
.ui-ctrl.ui-button.type-q:hover {
  background: none;
  background: -moz-linear-gradient(bottom, #020202 0%, #575656 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #020202), color-stop(100%, #575656));
  background: -webkit-linear-gradient(bottom, #020202 0%, #575656 100%);
  background: -o-linear-gradient(bottom, #020202 0%, #575656 100%);
  background: -ms-linear-gradient(bottom, #020202 0%, #575656 100%);
  background: linear-gradient(to bottom, #020202 0%, #575656 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='#575656', GradientType=0);
  text-decoration: none;
}
.ui-ctrl.ui-button.type-r {
  height: 37px;
  position: relative;
  background: none;
  background: -moz-linear-gradient(bottom, #ffc001 0%, #fedd40 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #ffc001), color-stop(100%, #fedd40));
  background: -webkit-linear-gradient(bottom, #ffc001 0%, #fedd40 100%);
  background: -o-linear-gradient(bottom, #ffc001 0%, #fedd40 100%);
  background: -ms-linear-gradient(bottom, #ffc001 0%, #fedd40 100%);
  background: linear-gradient(to bottom, #ffc001 0%, #fedd40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc001', endColorstr='#fedd40', GradientType=0);
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #FFF;
}
.ui-ctrl.ui-button.type-r span {
  display: block;
  background: none;
  height: 37px;
  font-size: 18px;
  font-weight: 700;
  color: #515151;
  line-height: 37px;
  margin: 0;
  padding: 0 8px 0 8px;
  text-align: center;
}
.ui-ctrl.ui-button.type-r:hover {
  background: none;
  background: -moz-linear-gradient(bottom, #fedd40 0%, #ffc001 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #fedd40), color-stop(100%, #ffc001));
  background: -webkit-linear-gradient(bottom, #fedd40 0%, #ffc001 100%);
  background: -o-linear-gradient(bottom, #fedd40 0%, #ffc001 100%);
  background: -ms-linear-gradient(bottom, #fedd40 0%, #ffc001 100%);
  background: linear-gradient(to bottom, #fedd40 0%, #ffc001 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedd40', endColorstr='#ffc001', GradientType=0);
  text-decoration: none;
}
.ui-ctrl.ui-button.type-s {
  border-radius: 5px;
  background: #e8e8e8;
  cursor: pointer;
  height: 30px;
}
.ui-ctrl.ui-button.type-s:hover {
  background: #d9d9d9;
}
.ui-ctrl.ui-button.type-s span {
  color: #05736a;
  font-weight: 700;
  background: none;
  padding: 8px 10px 0 10px;
  text-align: center;
}
.ui-ctrl.ui-button.type-t {
  border-radius: 5px;
  background: #FFF;
  cursor: pointer;
  height: 18px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.ui-ctrl.ui-button.type-t span {
  color: #037268;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 4px 0 4px;
  text-align: center;
  background: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.ui-ctrl.ui-button.type-t:hover {
  background: #037268;
}
.ui-ctrl.ui-button.type-t:hover span {
  color: #FFF;
}
.ui-ctrl.ui-button.type-u {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  height: 34px;
  background: #ffc204;
  background: -moz-linear-gradient(top, #ffc204 0%, #fedb3b 50%, #ffc204 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc204), color-stop(50%, #fedb3b), color-stop(100%, #ffc204));
  background: -webkit-linear-gradient(top, #ffc204 0%, #fedb3b 50%, #ffc204 100%);
  background: -o-linear-gradient(top, #ffc204 0%, #fedb3b 50%, #ffc204 100%);
  background: -ms-linear-gradient(top, #ffc204 0%, #fedb3b 50%, #ffc204 100%);
  background: linear-gradient(to bottom, #ffc204 0%, #fedb3b 50%, #ffc204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc204', endColorstr='#fedb3b', GradientType=0);
  background-size: 1px 68px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ui-ctrl.ui-button.type-u > div {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 10px 0 10px;
  text-align: center;
  background: none;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-ctrl.ui-button.type-u:hover {
  background-position: 0px 34px;
}
.ui-ctrl.ui-button.type-v {
  border-radius: 5px;
  background: #FFF;
  cursor: pointer;
  height: 35px;
  border: 1px solid #037268;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.ui-ctrl.ui-button.type-v span {
  color: #037268;
  font-size: 11px;
  font-weight: normal;
  padding: 11px 16px 0 16px;
  text-align: center;
  background: none;
  line-height: normal;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.ui-ctrl.ui-button.type-v:hover {
  background: #037268;
}
.ui-ctrl.ui-button.type-v:hover span {
  color: #FFF;
}
.ui-ctrl.ui-fixed-button {
  display: block;
  background: url("../img/uicontrols/btn.set.fixed.png") no-repeat;
  cursor: pointer;
}
.ui-ctrl.ui-fixed-button.type-a {
  width: 41px;
  height: 41px;
  background-position: 0px 0px;
}
.ui-ctrl.ui-fixed-button.type-a:hover {
  background-position: -50px 0px;
}
.ui-ctrl.ui-fixed-button.type-b {
  width: 41px;
  height: 41px;
  background-position: 0px -50px;
}
.ui-ctrl.ui-fixed-button.type-b:hover {
  background-position: -50px -50px;
}
.ui-ctrl.ui-fixed-button.type-c {
  width: 34px;
  height: 33px;
  background-position: 0px -100px;
}
.ui-ctrl.ui-fixed-button.type-c:hover,
.ui-ctrl.ui-fixed-button.type-c.disabled {
  background-position: -50px -100px;
}
.ui-ctrl.ui-fixed-button.type-c.disabled {
  cursor: default;
}
.ui-ctrl.ui-fixed-button.type-d {
  width: 34px;
  height: 33px;
  background-position: 0px -150px;
}
.ui-ctrl.ui-fixed-button.type-d:hover,
.ui-ctrl.ui-fixed-button.type-d.disabled {
  background-position: -50px -150px;
}
.ui-ctrl.ui-fixed-button.type-d.disabled {
  cursor: default;
}
.ui-ctrl.ui-fixed-button.type-e {
  width: 20px;
  height: 19px;
  background-position: 0px -200px;
}
.ui-ctrl.ui-fixed-button.type-e:hover {
  background-position: -50px -200px;
}
.ui-ctrl.ui-fixed-button.type-f {
  width: 18px;
  height: 17px;
  background-position: 0px -250px;
}
.ui-ctrl.ui-fixed-button.type-f:hover {
  background-position: -50px -250px;
}
.ui-ctrl.ui-fixed-button.type-g {
  width: 21px;
  height: 21px;
  background-position: 0px -300px;
}
.ui-ctrl.ui-fixed-button.type-g:hover {
  background-position: -50px -300px;
}
.ui-ctrl.ui-fixed-button.type-h {
  width: 23px;
  height: 23px;
  background-position: 0px -350px;
}
.ui-ctrl.ui-fixed-button.type-h:hover {
  background-position: -50px -350px;
}
.ui-ctrl.ui-fixed-button.type-i {
  width: 23px;
  height: 23px;
  background-position: 0px -400px;
}
.ui-ctrl.ui-fixed-button.type-i:hover {
  background-position: -50px -400px;
}
.ui-ctrl.ui-fixed-button.type-j {
  width: 30px;
  height: 30px;
  background-position: 0px -450px;
}
.ui-ctrl.ui-fixed-button.type-j:hover {
  background-position: -50px -450px;
}
.ui-ctrl.ui-fixed-button.type-k {
  width: 30px;
  height: 30px;
  background-position: 0px -500px;
}
.ui-ctrl.ui-fixed-button.type-k:hover {
  background-position: -50px -500px;
}
.ui-ctrl.ui-fixed-button.type-l {
  width: 30px;
  height: 30px;
  background-position: 0px -550px;
}
.ui-ctrl.ui-fixed-button.type-l:hover {
  background-position: -50px -550px;
}
.ui-ctrl.ui-fixed-button.type-m {
  width: 22px;
  height: 21px;
  background-position: 0px -600px;
}
.ui-ctrl.ui-fixed-button.type-m:hover {
  background-position: -50px -600px;
}
.ui-ctrl.ui-fixed-button.type-n {
  width: 20px;
  height: 22px;
  background-position: 0px -650px;
}
.ui-ctrl.ui-fixed-button.type-n:hover {
  background-position: -50px -650px;
}
.ui-ctrl.ui-fixed-button.type-o {
  width: 20px;
  height: 22px;
  background-position: 0px -700px;
}
.ui-ctrl.ui-fixed-button.type-o:hover {
  background-position: -50px -700px;
}
.ui-ctrl.ui-fixed-button.type-p {
  width: 19px;
  height: 18px;
  background-position: 0px -750px;
}
.ui-ctrl.ui-fixed-button.type-p:hover {
  background-position: -50px -750px;
}
.ui-ctrl.ui-fixed-button.type-q {
  width: 29px;
  height: 27px;
  background-position: 0px -800px;
}
.ui-ctrl.ui-fixed-button.type-q:hover {
  background-position: -50px -800px;
}
.ui-ctrl.ui-fixed-button.type-r {
  width: 28px;
  height: 27px;
  background-position: 0px -850px;
}
.ui-ctrl.ui-fixed-button.type-r:hover {
  background-position: -50px -850px;
}
.ui-ctrl.ui-fixed-button.type-s {
  width: 21px;
  height: 20px;
  background-position: 0px -900px;
}
.ui-ctrl.ui-fixed-button.type-s:hover {
  background-position: -50px -900px;
}
.ui-ctrl.ui-fixed-button.type-t {
  width: 22px;
  height: 21px;
  background-position: 0px -950px;
}
.ui-ctrl.ui-fixed-button.type-t:hover {
  background-position: -50px -950px;
}
.ui-ctrl.ui-fixed-button.type-u {
  width: 30px;
  height: 30px;
  background-position: 0px -1000px;
}
.ui-ctrl.ui-fixed-button.type-u:hover {
  background-position: -50px -1000px;
}
.ui-ctrl.ui-fixed-button.type-v {
  width: 24px;
  height: 24px;
  background-position: 0px -1050px;
}
.ui-ctrl.ui-fixed-button.type-v:hover {
  background-position: -50px -1050px;
}
.ui-ctrl.ui-fixed-button.type-w {
  width: 30px;
  height: 30px;
  background-position: -50px -1100px;
}
.ui-ctrl.ui-fixed-button.type-w:hover {
  background-position: 0px -1100px;
}
.ui-ctrl.ui-fixed-button.type-x {
  width: 30px;
  height: 30px;
  background-position: -50px -1150px;
}
.ui-ctrl.ui-fixed-button.type-x:hover {
  background-position: 0px -1150px;
}
.ui-ctrl.ui-fixed-button.type-y {
  width: 18px;
  height: 17px;
  border: 1px solid #057369;
  border-radius: 50%;
  text-decoration: none;
  background: #FFF;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.ui-ctrl.ui-fixed-button.type-y > div {
  font-size: 12px;
  font-weight: 700;
  color: #057369;
  text-align: center;
  padding: 2px 0 0 0px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.ui-ctrl.ui-fixed-button.type-y:hover {
  background: #057369;
}
.ui-ctrl.ui-fixed-button.type-y:hover > div {
  color: #FFF;
}
.ui-ctrl.ui-expand-button {
  display: block;
  background: url(../img/uicontrols/expand.buttons.png) no-repeat;
}
.ui-ctrl.ui-expand-button.type-a {
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-position: 0px 0px;
}
.ui-ctrl.ui-expand-button.type-a:hover {
  background-position: -100px 0px;
}
.ui-ctrl.ui-expand-button.up.type-a {
  background-position: 0px -100px;
}
.ui-ctrl.ui-expand-button.up.type-a:hover {
  background-position: -100px -100px;
}
.ui-ctrl.ui-expand-button.type-b {
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-position: 0px -200px;
}
.ui-ctrl.ui-expand-button.type-b:hover {
  background-position: -100px -200px;
}
.ui-ctrl.ui-expand-button.up.type-b {
  background-position: 0px -300px;
}
.ui-ctrl.ui-expand-button.up.type-b:hover {
  background-position: -100px -300px;
}
.ui-ctrl.ui-expand-button.type-c {
  width: 24px;
  height: 18px;
  cursor: pointer;
  background-position: 0px -400px;
}
.ui-ctrl.ui-expand-button.type-c:hover {
  background-position: -100px -400px;
}
.ui-ctrl.ui-expand-button.opened.type-c {
  background-position: 0px -500px;
}
.ui-ctrl.ui-expand-button.opened.type-c:hover {
  background-position: -100px -500px;
}
.ui-ctrl.ui-expand-button.type-d {
  width: 39px;
  height: 30px;
  cursor: pointer;
  background-position: 0px -600px;
}
.ui-ctrl.ui-expand-button.type-d:hover {
  background-position: -100px -600px;
}
.ui-ctrl.ui-expand-button.opened.type-d {
  background-position: 0px -700px;
}
.ui-ctrl.ui-expand-button.opened.type-d:hover {
  background-position: -100px -700px;
}
/********** BUTTONS END **********/
/********** STARTS START **********/
.ui-ctrl.stars,
.ui-ctrl.stars span {
  display: block;
  width: 68px;
  height: 12px;
  background: url("../img/yadgo/stars.12px.png") no-repeat 0px 0px;
}
.ui-ctrl.stars span {
  width: 0px;
  float: left;
  background-position: 0px -100px;
}
.ui-ctrl.stars.stars1 span {
  width: 13px;
}
.ui-ctrl.stars.stars2 span {
  width: 27px;
}
.ui-ctrl.stars.stars3 span {
  width: 41px;
}
.ui-ctrl.stars.stars4 span {
  width: 54px;
}
.ui-ctrl.stars.stars5 span {
  width: 68px;
}
.ui-ctrl.stars.type-b,
.ui-ctrl.stars.type-b span {
  display: block;
  width: 102px;
  height: 17px;
  background: url("../img/uicontrols/ui.stars.png") no-repeat 0px 0px;
}
.ui-ctrl.stars.type-b span {
  width: 0px;
  float: left;
  background-position: 0px -50px;
}
.ui-ctrl.stars.type-b.stars1 span,
.ui-ctrl.stars.type-b.stars10 span {
  width: 19px;
}
.ui-ctrl.stars.type-b.stars2 span,
.ui-ctrl.stars.type-b.stars20 span {
  width: 41px;
}
.ui-ctrl.stars.type-b.stars3 span,
.ui-ctrl.stars.type-b.stars30 span {
  width: 61px;
}
.ui-ctrl.stars.type-b.stars4 span,
.ui-ctrl.stars.type-b.stars40 span {
  width: 82px;
}
.ui-ctrl.stars.type-b.stars5 span,
.ui-ctrl.stars.type-b.stars50 span {
  width: 102px;
}
.ui-ctrl.stars.type-b.stars45,
.ui-ctrl.stars.type-b.stars4x {
  width: 167px;
  height: 17px;
  background-position: 0px -800px;
}
.ui-ctrl.stars.type-b.stars55,
.ui-ctrl.stars.type-b.stars5x {
  width: 167px;
  height: 17px;
  background-position: 0px -850px;
}
.ui-ctrl.stars.type-b.stars45 span,
.ui-ctrl.stars.type-b.stars4x span,
.ui-ctrl.stars.type-b.stars55 span,
.ui-ctrl.stars.type-b.stars5x span {
  display: none;
}
.ui-ctrl.stars.type-c,
.ui-ctrl.stars.type-c span {
  display: block;
  width: 82px;
  height: 13px;
  background: url("../img/uicontrols/ui.stars.png") no-repeat 0px -100px;
}
.ui-ctrl.stars.type-c span {
  width: 0px;
  float: left;
  background-position: 0px -150px;
}
.ui-ctrl.stars.type-c.stars1 span {
  width: 15px;
}
.ui-ctrl.stars.type-c.stars2 span {
  width: 33px;
}
.ui-ctrl.stars.type-c.stars3 span {
  width: 49px;
}
.ui-ctrl.stars.type-c.stars4 span {
  width: 66px;
}
.ui-ctrl.stars.type-c.stars5 span {
  width: 82px;
}
.ui-ctrl.stars.type-d,
.ui-ctrl.stars.type-d span {
  display: block;
  width: 112px;
  height: 18px;
  background: url("../img/uicontrols/ui.stars.png") no-repeat 0px -200px;
}
.ui-ctrl.stars.type-d span {
  width: 0px;
  float: left;
  background-position: 0px -250px;
}
.ui-ctrl.stars.type-d.stars1 span {
  width: 22px;
}
.ui-ctrl.stars.type-d.stars2 span {
  width: 45px;
}
.ui-ctrl.stars.type-d.stars3 span {
  width: 67px;
}
.ui-ctrl.stars.type-d.stars4 span {
  width: 91px;
}
.ui-ctrl.stars.type-d.stars5 span {
  width: 112px;
}
.ui-ctrl.stars.type-e,
.ui-ctrl.stars.type-e span {
  display: block;
  width: 79px;
  height: 12px;
  background: url("../img/uicontrols/ui.stars.png") no-repeat 0px -300px;
}
.ui-ctrl.stars.type-e span {
  width: 0px;
  float: left;
  background-position: 0px -350px;
}
.ui-ctrl.stars.type-e.stars1 span {
  width: 15px;
}
.ui-ctrl.stars.type-e.stars2 span {
  width: 32px;
}
.ui-ctrl.stars.type-e.stars3 span {
  width: 48px;
}
.ui-ctrl.stars.type-e.stars4 span {
  width: 64px;
}
.ui-ctrl.stars.type-e.stars5 span {
  width: 79px;
}
.ui-ctrl.stars.type-f,
.ui-ctrl.stars.type-f span {
  display: block;
  width: 79px;
  height: 12px;
  background: url("../img/uicontrols/ui.stars.png") no-repeat 0px -400px;
}
.ui-ctrl.stars.type-f span {
  width: 0px;
  float: left;
  background-position: 0px -450px;
}
.ui-ctrl.stars.type-f.stars1 span,
.ui-ctrl.stars.type-f.stars10 span {
  width: 15px;
}
.ui-ctrl.stars.type-f.stars2 span,
.ui-ctrl.stars.type-f.stars20 span {
  width: 32px;
}
.ui-ctrl.stars.type-f.stars3 span,
.ui-ctrl.stars.type-f.stars30 span {
  width: 48px;
}
.ui-ctrl.stars.type-f.stars4 span,
.ui-ctrl.stars.type-f.stars40 span {
  width: 64px;
}
.ui-ctrl.stars.type-f.stars5 span,
.ui-ctrl.stars.type-f.stars50 span {
  width: 79px;
}
.ui-ctrl.stars.type-f.stars45,
.ui-ctrl.stars.type-f.stars4x {
  width: 149px;
  height: 17px;
  background-position: 0px -500px;
}
.ui-ctrl.stars.type-f.stars55,
.ui-ctrl.stars.type-f.stars5x {
  width: 149px;
  height: 17px;
  background-position: 0px -550px;
}
.ui-ctrl.stars.type-f.stars45 span,
.ui-ctrl.stars.type-f.stars4x span,
.ui-ctrl.stars.type-f.stars55 span,
.ui-ctrl.stars.type-f.stars5x span {
  display: none;
}
.ui-ctrl.stars.type-g,
.ui-ctrl.stars.type-g span {
  display: block;
  width: 68px;
  height: 12px;
  background: url("../img/uicontrols/ui.stars.png") no-repeat 0px -600px;
}
.ui-ctrl.stars.type-g span {
  width: 0px;
  float: left;
  background-position: 0px -650px;
}
.ui-ctrl.stars.type-g.stars1 span,
.ui-ctrl.stars.type-g.stars10 span {
  width: 13px;
}
.ui-ctrl.stars.type-g.stars2 span,
.ui-ctrl.stars.type-g.stars20 span {
  width: 27px;
}
.ui-ctrl.stars.type-g.stars3 span,
.ui-ctrl.stars.type-g.stars30 span {
  width: 41px;
}
.ui-ctrl.stars.type-g.stars4 span,
.ui-ctrl.stars.type-g.stars40 span {
  width: 54px;
}
.ui-ctrl.stars.type-g.stars5 span,
.ui-ctrl.stars.type-g.stars50 span {
  width: 68px;
}
.ui-ctrl.stars.type-g.stars45,
.ui-ctrl.stars.type-g.stars4x {
  width: 130px;
  height: 15px;
  background-position: 0px -700px;
}
.ui-ctrl.stars.type-g.stars55,
.ui-ctrl.stars.type-g.stars5x {
  width: 130px;
  height: 15px;
  background-position: 0px -750px;
}
.ui-ctrl.stars.type-g.stars45 span,
.ui-ctrl.stars.type-g.stars4x span,
.ui-ctrl.stars.type-g.stars55 span,
.ui-ctrl.stars.type-g.stars5x span {
  display: none;
}
/********** STARTS END **********/
/********** STARTS END **********/
.ui-ctrl.buyButton {
  display: block;
  width: 106px;
  height: 44px;
  background: url(../img/uicontrols/btn.buy.png) no-repeat top left;
}
.ui-ctrl.buyButton:hover {
  background-position: 0px -100px;
}
/********** SLIDERS START **********/
.ui-ctrl.slider-type-a {
  background: url(../img/uicontrols/slider_a.default.png) repeat-x left top;
  border-top: 1px solid #5c5d5f;
  border-right: 1px solid #858789;
  border-bottom: 1px solid #939598;
  border-left: 1px solid #858789;
  height: 8px;
  position: relative;
  margin: 4px 6px 6px 6px;
  direction: ltr;
}
.ui-ctrl.slider-type-a .ui-slider-handle {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: -4px;
  margin-left: -6px;
  background: url(../img/uicontrols/slider_a.handle.png) repeat-x left top;
}
.ui-ctrl.slider-type-a .ui-slider-handle:hover {
  background-position: left -50px;
}
.ui-ctrl.slider-type-a div.ui-slider-range {
  display: block;
  position: absolute;
  height: 8px;
  background: url(../img/uicontrols/slider_a.range.png) repeat-x left top;
}
.ui-ctrl.slider-type-b {
  background: url(../img/uicontrols/slider_b.default.png) repeat-x left top;
  border-top: 1px solid #5c5d5f;
  border-right: 1px solid #858789;
  border-bottom: 1px solid #939598;
  border-left: 1px solid #858789;
  height: 6px;
  position: relative;
  margin: 9px 6px 9px 6px;
  direction: ltr;
  border-radius: 3px;
}
.ui-ctrl.slider-type-b .ui-slider-handle {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -8px;
  margin-left: -13px;
  background: url(../img/uicontrols/slider_b.handle.png) repeat-x left top;
}
.ui-ctrl.slider-type-b .ui-slider-handle:hover {
  background-position: left -100px;
}
.ui-ctrl.slider-type-b div.ui-slider-range {
  display: block;
  position: absolute;
  height: 6px;
  background: url(../img/uicontrols/slider_b.range.png) repeat-x left top;
  border-radius: 3px;
}
/********** SLIDERS END **********/
/********** UI-EXPAND LINKS START **********/
.ui-ctrl.ui-expand-link {
  display: block;
  float: right;
  text-decoration: none;
}
.ui-ctrl.ui-expand-link:hover {
  text-decoration: underline;
}
.ui-ctrl.ui-expand-link.type-a {
  color: #636363;
  font-size: 13px;
  height: 16px;
  font-weight: 700;
}
.ui-ctrl.ui-expand-link .ui-expand-link-icon {
  display: block;
  float: left;
  width: 10px;
  height: 7px;
  background: url(../img/uicontrols/expand.links.png) repeat-x left top;
  margin-right: 4px;
  margin-top: 6px;
}
.ui-ctrl.ui-expand-link.type-a .ui-expand-link-icon {
  background-position: 0px 0px;
}
.ui-ctrl.ui-expand-link.type-a.open .ui-expand-link-icon {
  background-position: 0px -100px;
}
.ui-ctrl.ui-expand-link.type-a .ui-text.open,
.ui-ctrl.ui-expand-link.type-a.open .ui-text.normal {
  display: none;
}
.ui-ctrl.ui-expand-link.type-a .ui-text.normal,
.ui-ctrl.ui-expand-link.type-a.open .ui-text.open {
  display: block;
}
.ui-ctrl.ui-expand-link.type-b {
  color: #44948e;
  font-size: 13px;
  height: 16px;
  font-weight: 700;
}
.ui-ctrl.ui-expand-link .ui-expand-link-icon {
  display: block;
  float: left;
  width: 10px;
  height: 7px;
  background: url(../img/uicontrols/expand.links.png) repeat-x left top;
  margin-right: 4px;
  margin-top: 6px;
}
.ui-ctrl.ui-expand-link.type-b .ui-expand-link-icon {
  background-position: -50px 0px;
}
.ui-ctrl.ui-expand-link.type-b.open .ui-expand-link-icon {
  background-position: -50px -100px;
}
.ui-ctrl.ui-expand-link.type-b .ui-text.open,
.ui-ctrl.ui-expand-link.type-b.open .ui-text.normal {
  display: none;
}
.ui-ctrl.ui-expand-link.type-b .ui-text.normal,
.ui-ctrl.ui-expand-link.type-b.open .ui-text.open {
  display: block;
}
/********** UI-EXPAND LINKS END **********/
.ui-ctrl.ui-section,
.ui-ctrl.ui-section .section-left,
.ui-ctrl.ui-section .section-right,
.ui-ctrl.ui-section .section-tl,
.ui-ctrl.ui-section .section-tr,
.ui-ctrl.ui-section .section-bl,
.ui-ctrl.ui-section .section-br,
.ui-ctrl.ui-section .section-body-center,
.ui-ctrl.ui-section .section-footer-center {
  display: block;
  background: url(../img/uicontrols/ui.sections.png) no-repeat right top;
}
.ui-ctrl.ui-section.type-a {
  height: 30px;
  background-position: right top;
}
.ui-ctrl.ui-section.type-b {
  height: 30px;
  background-position: right -100px;
}
.ui-ctrl.ui-section.type-c {
  height: 30px;
  background-position: right -200px;
}
.ui-ctrl.ui-section.type-b .section-name,
.ui-ctrl.ui-section.type-c .section-name {
  float: right;
  display: block;
  width: 90px;
  padding-right: 22px;
  margin-left: 32px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #FFFFFF;
}
.ui-ctrl.ui-section.type-b .ui-text,
.ui-ctrl.ui-section.type-c .ui-text {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #424242;
}
.ui-ctrl.ui-section.type-d {
  height: 20px;
  background-position: right -300px;
}
.ui-ctrl.ui-section.type-e {
  height: 20px;
  background-position: right -400px;
  border-bottom: 1px solid #dbd9d9;
}
.ui-ctrl.ui-section.type-f {
  height: 19px;
  background-position: right -500px;
}
.ui-ctrl.ui-section.type-f .section-left {
  float: left;
  width: 4px;
  height: 19px;
  background-position: left -550px;
  background: none;
}
.ui-ctrl.ui-section.type-f .section-right {
  float: right;
  width: 4px;
  height: 19px;
  background-position: right -550px;
  background: none;
}
.ui-ctrl.ui-section.type-g {
  width: 100%;
  height: 100%;
  background: url(../img/uicontrols/ui.section.type-g.png) repeat;
  position: relative;
}
.ui-ctrl.ui-section.type-g .section-body label {
  font-weight: 700;
}
.ui-ctrl.ui-section.type-g .section-body {
  padding: 4px;
  color: #7f7f7f;
  margin-right: 35px;
}
.ui-ctrl.ui-section.type-g .section-tl,
.ui-ctrl.ui-section.type-g .section-tr,
.ui-ctrl.ui-section.type-g .section-bl,
.ui-ctrl.ui-section.type-g .section-br {
  position: absolute;
}
.ui-ctrl.ui-section.type-g .section-tl {
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  background-position: 0px -600px;
}
.ui-ctrl.ui-section.type-g .section-tr {
  top: 0px;
  right: 0px;
  width: 4px;
  height: 4px;
  background-position: -50px -600px;
}
.ui-ctrl.ui-section.type-g .section-bl {
  bottom: 0px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-position: -150px -600px;
}
.ui-ctrl.ui-section.type-g .section-br {
  bottom: 0px;
  right: 0px;
  width: 3px;
  height: 3px;
  background-position: -100px -600px;
}
.ui-ctrl.ui-section.type-g .ui-icon {
  position: absolute;
  right: 10px;
  top: 8px;
}
.ui-ctrl.ui-section.type-h {
  background: none;
}
.ui-ctrl.ui-section.type-h .ui-section-top {
  height: 5px;
}
.ui-ctrl.ui-section.type-h .section-left {
  float: left;
  width: 5px;
  height: 5px;
  background-position: 0px -650px;
}
.ui-ctrl.ui-section.type-h .section-right {
  float: right;
  width: 5px;
  height: 5px;
  background-position: -50px -650px;
}
.ui-ctrl.ui-section.type-h .ui-section-top .section-center {
  border-top: 1px solid #bcbaba;
  height: 4px;
  background: -moz-linear-gradient(bottom, #f6f7f7 0%, #f5f6f6 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #f6f7f7), color-stop(100%, #f5f6f6));
  background: -webkit-linear-gradient(bottom, #f6f7f7 0%, rgba(245, 246, 246, 0) 100%);
  background: -o-linear-gradient(bottom, #f6f7f7 0%, #f5f6f6 100%);
  background: -ms-linear-gradient(bottom, #f6f7f7 0%, #f5f6f6 100%);
  background: linear-gradient(to bottom, #f6f7f7 0%, #f5f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7f7', endColorstr='#f5f6f6', GradientType=0);
  margin-left: 5px;
  margin-right: 5px;
}
.ui-ctrl.ui-section.type-h .ui-section-header {
  min-height: 46px;
  border: 1px solid #bfbdbd;
  border-top: none;
  border-bottom: 2px solid #bfbdbd;
  background: -moz-linear-gradient(bottom, #f5f5f6 0%, #dcddde 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #f5f5f6), color-stop(100%, #dcddde));
  background: -webkit-linear-gradient(bottom, #f5f5f6 0%, rgba(220, 221, 222, 0) 100%);
  background: -o-linear-gradient(bottom, #f5f5f6 0%, #dcddde 100%);
  background: -ms-linear-gradient(bottom, #f5f5f6 0%, #dcddde 100%);
  background: linear-gradient(to bottom, #f5f5f6 0%, #dcddde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f6', endColorstr='#dcddde', GradientType=0);
}
.ui-ctrl.ui-section.type-h .ui-section-header .ui-section-header-inner {
  padding: 9px 12px 0px 12px;
}
.ui-ctrl.ui-section.type-h .section-body {
  min-height: 16px;
  border-left: 1px solid #bfbdbd;
  border-right: 1px solid #bfbdbd;
  background: -moz-linear-gradient(bottom, #ebecec 0%, #f5f5f6 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #ebecec), color-stop(100%, #f5f5f6));
  background: -webkit-linear-gradient(bottom, #ebecec 0%, rgba(245, 245, 246, 0) 100%);
  background: -o-linear-gradient(bottom, #ebecec 0%, #f5f5f6 100%);
  background: -ms-linear-gradient(bottom, #ebecec 0%, #f5f5f6 100%);
  background: linear-gradient(to bottom, #ebecec 0%, #f5f5f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebecec', endColorstr='#f5f5f6', GradientType=0);
}
.ui-ctrl.ui-section.type-h .ui-section-footer {
  height: 14px;
}
.ui-ctrl.ui-section.type-h .ui-section-footer .section-bl {
  float: left;
  width: 5px;
  height: 14px;
  background-position: 0px -700px;
}
.ui-ctrl.ui-section.type-h .ui-section-footer .section-br {
  float: right;
  width: 5px;
  height: 14px;
  background-position: right -700px;
}
.ui-ctrl.ui-section.type-h .ui-section-footer .section-footer-center {
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  background-position: -5px -700px;
}
.ui-ctrl.ui-section.type-i {
  height: 63px;
  background: none;
}
.ui-ctrl.ui-section.type-i .section-left {
  float: left;
  width: 6px;
  height: 63px;
  background-position: left -800px;
}
.ui-ctrl.ui-section.type-i .section-right {
  float: right;
  width: 6px;
  height: 63px;
  background-position: right -800px;
}
.ui-ctrl.ui-section.type-i .section-body-center {
  height: 63px;
  margin-left: 6px;
  margin-right: 6px;
  background-position: -6px -800px;
}
.ui-ctrl.ui-section.type-j {
  background: none;
}
.ui-ctrl.ui-section.type-j .ui-section-top {
  height: 5px;
}
.ui-ctrl.ui-section.type-j .section-left {
  float: left;
  width: 5px;
  height: 5px;
  background-position: -100px -650px;
}
.ui-ctrl.ui-section.type-j .section-right {
  float: right;
  width: 5px;
  height: 5px;
  background-position: -150px -650px;
}
.ui-ctrl.ui-section.type-j .ui-section-top .section-center {
  border-top: 1px solid #bcbaba;
  height: 4px;
  background: -moz-linear-gradient(bottom, #f8f9f9 0%, #f8f8f9 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #f8f8f9), color-stop(100%, #f8f8f9));
  background: -webkit-linear-gradient(bottom, #f8f9f9 0%, rgba(248, 248, 249, 0) 100%);
  background: -o-linear-gradient(bottom, #f8f9f9 0%, #f8f8f9 100%);
  background: -ms-linear-gradient(bottom, #f8f9f9 0%, #f8f8f9 100%);
  background: linear-gradient(to bottom, #f8f9f9 0%, #f8f8f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f9f9', endColorstr='#f8f8f9', GradientType=0);
  margin-left: 5px;
  margin-right: 5px;
}
.ui-ctrl.ui-section.type-j .ui-section-header {
  min-height: 25px;
  border: 1px solid #bfbdbd;
  border-top: none;
  border-bottom: 2px solid #bfbdbd;
  background: -moz-linear-gradient(bottom, #f7f8f8 0%, #f2f3f4 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #f7f8f8), color-stop(100%, #f2f3f4));
  background: -webkit-linear-gradient(bottom, #f7f8f8 0%, rgba(242, 243, 244, 0) 100%);
  background: -o-linear-gradient(bottom, #f7f8f8 0%, #f2f3f4 100%);
  background: -ms-linear-gradient(bottom, #f7f8f8 0%, #f2f3f4 100%);
  background: linear-gradient(to bottom, #f7f8f8 0%, #f2f3f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#f2f3f4', GradientType=0);
}
.ui-ctrl.ui-section.type-j .ui-section-header .ui-section-header-inner {
  padding: 2px 12px 0px 4px;
}
.ui-ctrl.ui-section.type-j .section-body {
  min-height: 16px;
  border-left: 1px solid #bfbdbd;
  border-right: 1px solid #bfbdbd;
  background: -moz-linear-gradient(bottom, #ebecec 0%, #f5f5f6 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #ebecec), color-stop(100%, #f5f5f6));
  background: -webkit-linear-gradient(bottom, #ebecec 0%, rgba(245, 245, 246, 0) 100%);
  background: -o-linear-gradient(bottom, #ebecec 0%, #f5f5f6 100%);
  background: -ms-linear-gradient(bottom, #ebecec 0%, #f5f5f6 100%);
  background: linear-gradient(to bottom, #ebecec 0%, #f5f5f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebecec', endColorstr='#f5f5f6', GradientType=0);
}
.ui-ctrl.ui-section.type-j .ui-section-footer {
  height: 14px;
}
.ui-ctrl.ui-section.type-j .ui-section-footer .section-bl {
  float: left;
  width: 5px;
  height: 14px;
  background-position: 0px -700px;
}
.ui-ctrl.ui-section.type-j .ui-section-footer .section-br {
  float: right;
  width: 5px;
  height: 14px;
  background-position: right -700px;
}
.ui-ctrl.ui-section.type-j .ui-section-footer .section-footer-center {
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  background-position: -5px -700px;
}
.ui-ctrl.ui-pager {
  display: block;
}
.ui-ctrl.ui-pager.type-a,
.ui-ctrl.ui-pager.type-a .block-left,
.ui-ctrl.ui-pager.type-a .block-right,
.ui-ctrl.ui-pager.type-a .block-center,
.ui-ctrl.ui-pager.type-c,
.ui-ctrl.ui-pager.type-c .block-left,
.ui-ctrl.ui-pager.type-c .block-right,
.ui-ctrl.ui-pager.type-c .block-center {
  height: 54px;
}
.ui-ctrl.ui-pager.type-b,
.ui-ctrl.ui-pager.type-b .block-left,
.ui-ctrl.ui-pager.type-b .block-right,
.ui-ctrl.ui-pager.type-b .block-center {
  height: 47px;
}
.ui-ctrl.ui-pager .block-left {
  float: left;
  width: 6px;
}
.ui-ctrl.ui-pager .block-right {
  float: right;
  width: 6px;
}
.ui-ctrl.ui-pager .block-center {
  display: block;
  margin: 0px 6px 0px 6px;
}
.ui-ctrl.ui-pager .block-left,
.ui-ctrl.ui-pager .block-right,
.ui-ctrl.ui-pager .block-center {
  background: url(../img/uicontrols/pager.png) no-repeat top left;
}
.ui-ctrl.ui-pager.type-a .block-left {
  background-position: 0px 0px;
}
.ui-ctrl.ui-pager.type-a .block-right {
  background-position: right 0px;
}
.ui-ctrl.ui-pager.type-a .block-center {
  background-position: -8px 0px;
}
.ui-ctrl.ui-pager.type-b .block-left {
  background-position: 0px -100px;
}
.ui-ctrl.ui-pager.type-b .block-right {
  background-position: right -100px;
}
.ui-ctrl.ui-pager.type-b .block-center {
  background-position: -8px -100px;
}
.ui-ctrl.ui-pager.type-c .block-left {
  background-position: 0px -200px;
}
.ui-ctrl.ui-pager.type-c .block-right {
  background-position: right -200px;
}
.ui-ctrl.ui-pager.type-c .block-center {
  background-position: -8px -200px;
}
.ui-ctrl.ui-pager.type-a .block-center .results-line,
.ui-ctrl.ui-pager.type-b .block-center .results-line,
.ui-ctrl.ui-pager.type-c .block-center .results-line {
  padding-top: 16px;
  position: relative;
}
.ui-ctrl.ui-pager .results {
  color: #424242;
  display: block;
  float: left;
  font-weight: normal;
  text-align: left;
  min-width: 140px;
  position: absolute;
  width: auto;
  left: 0px;
  margin-left: 20px;
}
.ui-ctrl.ui-pager .results span {
  color: #989898;
}
.ui-ctrl.ui-pager .results span:first-child {
  color: #424242;
}
.ui-ctrl.ui-pager .pages {
  direction: ltr;
  text-align: center;
  color: #444544;
  padding-left: 70px;
}
.ui-ctrl.ui-pager .pages .arrows {
  color: #000000;
  font: 12px Arial;
  font-weight: 700;
  margin: 0 0 0 4px;
}
.ui-ctrl.ui-pager .pages .arrows a {
  color: #000000;
  text-decoration: none;
}
.ui-ctrl.ui-pager .pages .arrows a:hover {
  text-decoration: underline;
}
.ui-ctrl.ui-pager .pages .page {
  font-weight: bold;
  margin: 0 0 0 4px;
  color: #7a7a7a;
}
.ui-ctrl.ui-pager .pages .page.on {
  color: #000000;
}
.ui-ctrl.ui-pager .pages .page a {
  color: #7a7a7a;
  text-decoration: none;
}
.ui-ctrl.ui-pager .pages .page a:hover {
  text-decoration: underline;
}
ul.ui-ctrl.ui-radio {
  list-style-type: none;
  display: block;
  float: right;
  padding: 0px;
  margin: 0px;
}
ul.ui-ctrl.ui-radio li {
  font-size: 13px;
  padding: 4px;
}
ul.ui-ctrl.ui-radio li a {
  background: url("../img/homepage/radio.png") no-repeat right 2px;
  padding-right: 16px;
  display: block;
  height: 16px;
  line-height: 16px;
}
ul.ui-ctrl.ui-radio li a:hover,
ul.ui-ctrl.ui-radio li.active a,
ul.ui-ctrl.ui-radio li:hover a {
  text-decoration: none;
  background: url("../img/homepage/radio.png") no-repeat right -98px;
}
ul.ui-ctrl.ui-radio li:hover,
ul.ui-ctrl.ui-radio li.active {
  border: 2px solid #a7a7a7;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
}
ul.ui-ctrl.ui-radio.type-b li:hover,
ul.ui-ctrl.ui-radio.type-b li.active {
  border: none;
}
ul.ui-ctrl.ui-radio.type-b li {
  font-size: 13px;
  padding: 4px;
}
ul.ui-ctrl.ui-radio.type-b li a {
  background: url("../img/uicontrols/ui.radio.b.png") no-repeat right 0px;
  padding-right: 23px;
  height: 20px;
  line-height: 20px;
}
ul.ui-ctrl.ui-radio.type-b li a:hover,
ul.ui-ctrl.ui-radio.type-b li.active a,
ul.ui-ctrl.ui-radio.type-b li:hover a {
  background: url("../img/uicontrols/ui.radio.b.png") no-repeat right -100px;
  color: #fccc22!important;
}
.ui-ctrl.ui-radio.type-c {
  display: block;
  background: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #5d5d5d;
  position: relative;
  background: #FFF;
}
.ui-ctrl.ui-radio.type-c > .wrap {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background: #FFF;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  margin: 3px 3px;
}
.ui-ctrl.ui-radio.type-c:hover > .wrap,
.ui-ctrl.ui-radio.type-c.active > .wrap {
  background: #037268;
}
.ui-ctrl.ui-side-filter {
  position: relative;
}
.ui-ctrl.ui-side-filter > .ui-filter-top {
  background: url(../img/uicontrols/ui.filter.top.png) no-repeat top right;
}
.ui-ctrl.ui-side-filter > .ui-filter-bottom {
  background: url(../img/uicontrols/ui.filter.bottom.png) no-repeat top right;
}
.ui-ctrl.ui-side-filter > .ui-filter-top,
.ui-ctrl.ui-side-filter > .ui-filter-bottom {
  height: 60px;
}
.ui-ctrl.ui-side-filter > .ui-filter-middle {
  position: relative;
  background: url(../img/uicontrols/ui.filter.middle.png) repeat-y top right;
}
.ui-ctrl.ui-side-filter > .ui-filter-middle > .ui-filter-body {
  position: relative;
  top: -60px;
  right: 0px;
}
.ui-ctrl.ui-side-filter.type-b > .ui-filter-top {
  background: url(../img/uicontrols/ui.filter.top.b.png) no-repeat top right transparent;
}
.ui-ctrl.ui-side-filter.type-b > .ui-filter-bottom {
  background: url(../img/uicontrols/ui.filter.bottom.b.png) no-repeat top right transparent;
}
.ui-ctrl.ui-side-filter.type-b > .ui-filter-middle {
  background: url(../img/uicontrols/ui.filter.middle.b.png) repeat-y top right transparent;
}
/********** UI-CORNERS START **********/
.ui-corner {
  display: block;
  position: absolute;
  background: url(../img/uicontrols/ui.corners.png) repeat-x left top;
}
.ui-corner.left-top {
  left: 0px;
  top: 0px;
}
.ui-corner.right-top {
  right: 0px;
  top: 0px;
}
.ui-corner.left-bottom {
  left: 0px;
  bottom: 0px;
}
.ui-corner.right-bottom {
  right: 0px;
  bottom: 0px;
}
.ui-corner.type-a {
  width: 10px;
  height: 10px;
}
.ui-corner.type-a.left-top {
  background-position: 0px 0px;
}
.ui-corner.type-a.right-top {
  background-position: -50px 0px;
}
.ui-corner.type-a.left-bottom {
  background-position: 0px -50px;
}
.ui-corner.type-a.right-bottom {
  background-position: -50px -50px;
}
/********** UI-CORNERS END **********/
/********** UI-ICONS START **********/
.ui-icon {
  display: block;
  overflow: hidden;
  background: url(../img/uicontrols/ui.icons.png) repeat-x left top;
}
.ui-icon.datepicker {
  width: 21px;
  height: 21px;
  background-position: 0px 0px;
}
.ui-icon.destination-picker {
  width: 25px;
  height: 27px;
  background-position: -50px 0px;
}
.ui-icon.destination-picker.hover,
.ui-icon.destination-picker:hover {
  background-position: -100px 0px;
}
.ui-icon.landing {
  width: 19px;
  height: 12px;
  background-position: -150px 0px;
}
.ui-icon.takeoff {
  width: 19px;
  height: 12px;
  background-position: -200px 0px;
}
.ui-icon.watch {
  width: 10px;
  height: 10px;
  background-position: -250px 0px;
}
.ui-icon.cube {
  width: 8px;
  height: 8px;
  background-position: -300px 0px;
}
.ui-icon.sm-arr-left {
  width: 8px;
  height: 9px;
  background-position: -350px 0px;
}
.ui-icon.sm-arr-right {
  width: 8px;
  height: 9px;
  background-position: -400px 0px;
}
.ui-icon.ui-select {
  width: 25px;
  height: 27px;
  background-position: -450px 0px;
}
.ui-icon.ui-bed {
  width: 32px;
  height: 20px;
  background-position: -650px 0px;
}
.ui-icon.calendar {
  width: 23px;
  height: 18px;
  background-position: -700px 0px;
}
.ui-icon.arr-left.type-a {
  width: 16px;
  height: 18px;
  background-position: -750px 0px;
}
.ui-icon.ui-select.type-a {
  width: 17px;
  height: 18px;
  background-position: -200px -50px;
}
.ui-icon.ui-select.disabled.type-a {
  background-position: -200px -50px;
}
.ui-icon.ui-select.disabled {
  width: 25px;
  height: 27px;
  background-position: -450px -50px;
}
.ui-icon.price-label {
  width: 35px;
  height: 55px;
  background-position: -500px 0px;
}
.ui-icon.price-cheapest {
  width: 57px;
  height: 62px;
  background-position: -550px 0px;
}
.ui-icon.palm {
  width: 30px;
  height: 33px;
  background-position: -800px 0px;
}
.ui-icon.arr-left-shadow.type-b {
  width: 11px;
  height: 12px;
  background-position: -850px 0px;
}
.ui-icon.radio-button {
  width: 12px;
  height: 12px;
  background-position: 0px -50px;
}
.ui-icon.radio-button.selected {
  width: 12px;
  height: 12px;
  background-position: -50px -50px;
}
.ui-icon.alert {
  width: 16px;
  height: 16px;
  background-position: -100px -50px;
}
.ui-icon.arr-left-shadow {
  width: 12px;
  height: 13px;
  background-position: -150px -50px;
}
.ui-icon.permission {
  width: 47px;
  height: 47px;
  background-position: -250px -50px;
}
.ui-icon.map-sign {
  width: 17px;
  height: 21px;
  background-position: -300px -50px;
}
.ui-icon.camera {
  width: 20px;
  height: 17px;
  background-position: -350px -50px;
}
.ui-icon.arr-down.type-a {
  width: 11px;
  height: 7px;
  background-position: -400px -50px;
}
.ui-icon.sm-label {
  width: 18px;
  height: 18px;
  background-position: -800px -50px;
}
.ui-icon.hotel {
  width: 30px;
  height: 32px;
  background-position: -700px -50px;
}
.ui-icon.arr-left.type-b {
  width: 7px;
  height: 8px;
  background-position: -750px -50px;
}
.ui-icon.earth {
  width: 29px;
  height: 29px;
  background-position: -850px -50px;
}
.ui-icon.rounded-confirm {
  width: 31px;
  height: 31px;
  background-position: 0px -100px;
}
.ui-icon.rounded-alert {
  width: 31px;
  height: 31px;
  background-position: -50px -100px;
}
.ui-icon.rounded-bus {
  width: 31px;
  height: 31px;
  background-position: -100px -100px;
}
.ui-icon.rounded-palm,
.ui-icon.hotels-israel {
  width: 31px;
  height: 31px;
  background-position: -150px -100px;
}
.ui-icon.hotels-israel-village {
  width: 31px;
  height: 31px;
  background-position: -150px -100px;
}
.ui-icon.confirm {
  width: 29px;
  height: 25px;
  background-position: -200px -100px;
}
.ui-icon.leaf {
  width: 28px;
  height: 30px;
  background-position: -250px -100px;
}
.ui-icon.footstep {
  width: 28px;
  height: 35px;
  background-position: -300px -100px;
}
.ui-icon.heart {
  width: 29px;
  height: 26px;
  background-position: -350px -100px;
}
.ui-icon.family {
  width: 31px;
  height: 38px;
  background-position: -400px -100px;
}
.ui-icon.palm.type-b {
  width: 31px;
  height: 34px;
  background-position: -450px -100px;
}
.ui-icon.star {
  width: 32px;
  height: 30px;
  background-position: -500px -100px;
}
.ui-icon.crown {
  width: 25px;
  height: 29px;
  background-position: -550px -100px;
}
.ui-icon.grass {
  width: 25px;
  height: 33px;
  background-position: -600px -100px;
}
.ui-icon.sportsmen {
  width: 32px;
  height: 30px;
  background-position: -650px -100px;
}
.ui-icon.case-percent {
  width: 27px;
  height: 27px;
  background-position: -700px -100px;
}
.ui-icon.bed-star {
  width: 30px;
  height: 30px;
  background-position: -750px -100px;
}
.ui-icon.mail-label {
  width: 38px;
  height: 38px;
  background-position: -800px -100px;
}
.ui-icon.mail-label.type-b {
  width: 42px;
  height: 42px;
  background-position: -850px -100px;
}
.ui-icon.comments {
  width: 20px;
  height: 16px;
  background-position: -650px -50px;
}
.ui-icon.comments {
  width: 20px;
  height: 16px;
  background-position: -650px -50px;
}
.ui-icon.hotel-type {
  width: 26px;
  height: 25px;
  background-position: 0px -150px;
}
/*
.ui-icon.hotel-type.village
{
	background-position: 0px -150px;
}
*/
.ui-icon.hotel-type.village {
  background-position: -50px -150px;
}
/*
.ui-icon.hotel-type.village
{
	background-position: -100px -150px;
}

.ui-icon.hotel-type.village
{
	background-position: -150px -150px;
}
*/
.ui-icon.hotel-type.family {
  background-position: -200px -150px;
}
.ui-icon.hotel-type.young {
  background-position: -250px -150px;
}
.ui-icon.hotel-type.spa {
  background-position: -300px -150px;
}
.ui-icon.hotel-type.romantic {
  background-position: -350px -150px;
}
.ui-icon.hotel-type.sport {
  background-position: -400px -150px;
}
.ui-icon.hotel-type.prestige {
  background-position: -450px -150px;
}
.ui-icon.hotel-type.butique {
  background-position: -500px -150px;
}
.ui-icon.star-sign {
  width: 24px;
  height: 36px;
  background-position: -550px -150px;
}
.ui-icon.bus {
  width: 29px;
  height: 25px;
  background-position: -700px -150px;
}
.ui-icon.trailer {
  width: 31px;
  height: 25px;
  background-position: -750px -150px;
}
.ui-icon.hotel.type-b {
  width: 26px;
  height: 28px;
  background-position: -600px -150px;
}
.ui-icon.alert.type-b {
  width: 43px;
  height: 43px;
  background-position: -650px -150px;
}
.ui-icon.map-sign.type-c {
  width: 26px;
  height: 33px;
  background-position: -800px -150px;
}
.ui-icon.charter-label {
  width: 42px;
  height: 32px;
  background-position: -850px -150px;
}
.ui-icon.map-sign.type-b {
  width: 14px;
  height: 20px;
  background-position: -200px -200px;
}
.ui-icon.calendar.type-b {
  width: 17px;
  height: 17px;
  background-position: -250px -200px;
}
.ui-icon.calendar.type-c {
  width: 25px;
  height: 24px;
  background-position: -100px -200px;
}
.ui-icon.zoom {
  width: 25px;
  height: 25px;
  background-position: 0px -200px;
}
.ui-icon.family.type-b {
  width: 33px;
  height: 26px;
  background-position: -300px -200px;
}
.ui-icon.camera.type-b {
  width: 28px;
  height: 20px;
  background-position: -350px -200px;
}
.ui-icon.info {
  width: 12px;
  height: 12px;
  background-position: -400px -200px;
}
.ui-icon.flight {
  width: 36px;
  height: 17px;
  background-position: -450px -200px;
}
.ui-icon.hotel.type-c {
  width: 31px;
  height: 31px;
  background-position: -500px -200px;
}
.ui-icon.add {
  width: 23px;
  height: 20px;
  background-position: -550px -200px;
}
.ui-icon.info.type-b {
  width: 31px;
  height: 31px;
  background-position: -600px -200px;
}
.ui-icon.flight-card {
  width: 32px;
  height: 24px;
  background-position: -650px -200px;
}
.ui-icon.case.type-b {
  width: 24px;
  height: 25px;
  background-position: -700px -200px;
}
.ui-icon.leaf.type-b {
  width: 40px;
  height: 39px;
  background-position: -750px -200px;
}
.ui-icon.clouds-plane {
  width: 62px;
  height: 30px;
  background-position: -800px -200px;
}
.ui-icon.umbrella {
  width: 28px;
  height: 25px;
  background-position: 0px -250px;
}
.ui-icon.umbrella {
  width: 28px;
  height: 25px;
  background-position: 0px -250px;
}
.ui-icon.calendar.type-d {
  width: 29px;
  height: 29px;
  background-position: -50px -250px;
}
.ui-icon.map-sign.type-f {
  width: 24px;
  height: 33px;
  background-position: -100px -250px;
}
.ui-icon.deal {
  width: 31px;
  height: 31px;
  background-position: -150px -250px;
}
.ui-icon.zoom.type-b {
  width: 19px;
  height: 19px;
  background-position: -200px -250px;
}
.ui-icon.arrow-up {
  width: 23px;
  height: 23px;
  background-position: -250px -250px;
}
.ui-icon.arrow-down {
  width: 23px;
  height: 23px;
  background-position: -300px -250px;
}
.ui-icon.zoom.type-c {
  width: 11px;
  height: 14px;
  background-position: -350px -250px;
}
.ui-icon.arrow-up.type-b {
  width: 13px;
  height: 9px;
  background-position: -400px -250px;
}
.ui-icon.arrow-down.type-b {
  width: 13px;
  height: 9px;
  background-position: -450px -250px;
}
.ui-icon.recommend {
  width: 20px;
  height: 18px;
  background-position: -500px -250px;
}
.ui-icon.eye {
  width: 18px;
  height: 12px;
  background-position: -550px -250px;
}
.ui-icon.map-sign.type-d {
  width: 8px;
  height: 13px;
  background-position: -600px -250px;
}
.ui-icon.table-set {
  width: 8px;
  height: 15px;
  background-position: -650px -250px;
}
.ui-icon.arrow.type-c {
  width: 8px;
  height: 7px;
  background-position: -700px -250px;
}
.ui-icon.arrow.type-c.up {
  width: 8px;
  height: 7px;
  background-position: -750px -250px;
}
.ui-icon.arrow.type-d.up {
  width: 10px;
  height: 7px;
  background-position: -800px -250px;
}
.ui-icon.arrow.type-d {
  width: 10px;
  height: 7px;
  background-position: -850px -250px;
}
.ui-icon.eye.type-b {
  width: 35px;
  height: 25px;
  background-position: 0px -300px;
}
.ui-icon.menu-set {
  width: 26px;
  height: 25px;
}
.ui-icon.menu-set.photo {
  background-position: -50px -300px;
}
.ui-icon.menu-set.photo.inv {
  background-position: -100px -300px;
}
.ui-icon.menu-set.video {
  background-position: -150px -300px;
}
.ui-icon.menu-set.video.inv {
  background-position: -200px -300px;
}
.ui-icon.menu-set.checkbox {
  background-position: -250px -300px;
}
.ui-icon.menu-set.checkbox.inv {
  background-position: -300px -300px;
}
.ui-icon.menu-set.map-sign-a {
  background-position: -350px -300px;
}
.ui-icon.menu-set.map-sign-a.inv {
  background-position: -400px -300px;
}
.ui-icon.mail {
  width: 29px;
  height: 25px;
  background-position: -450px -300px;
}
.ui-icon.mail.inv {
  background-position: -500px -300px;
}
.ui-icon.printer {
  width: 29px;
  height: 25px;
  background-position: -550px -300px;
}
.ui-icon.printer.inv {
  background-position: -600px -300px;
}
.ui-icon.menu-set.close {
  background-position: -650px -300px;
}
.ui-icon.menu-set.close.inv {
  background-position: -700px -300px;
}
.ui-icon.menu-set.comments {
  background-position: -750px -300px;
}
.ui-icon.menu-set.comments.inv {
  background-position: -800px -300px;
}
.ui-icon.menu-set.bed {
  background-position: -850px -300px;
}
.ui-icon.menu-set.bed.inv {
  background-position: 0px -350px;
}
.ui-icon.menu-set.map-sign-b {
  background-position: -50px -350px;
}
.ui-icon.menu-set.map-sign-b.inv {
  background-position: -100px -350px;
}
.ui-icon.menu-set.text {
  background-position: -150px -350px;
}
.ui-icon.menu-set.text.inv {
  background-position: -200px -350px;
}
.ui-icon.arrow.type-e {
  width: 11px;
  height: 12px;
  background-position: -250px -350px;
}
.ui-icon.map-sign.type-e {
  width: 23px;
  height: 20px;
  background-position: -300px -350px;
}
.ui-icon.arrow.type-f.up {
  width: 10px;
  height: 9px;
  background-position: -350px -350px;
}
.ui-icon.arrow.type-f {
  width: 10px;
  height: 9px;
  background-position: -400px -350px;
}
.ui-icon.close {
  width: 7px;
  height: 7px;
  background-position: -450px -350px;
}
.ui-icon.arrow.type-g.up {
  width: 10px;
  height: 7px;
  background-position: -500px -350px;
}
.ui-icon.arrow.type-g {
  width: 10px;
  height: 7px;
  background-position: -550px -350px;
}
.ui-icon.menu-set.trip-advisor {
  background-position: -600px -350px;
}
.ui-icon.menu-set.trip-advisor.inv {
  background-position: -650px -350px;
}
.ui-icon.arrow.type-h,
.ui-icon.arrow.type-h.left {
  width: 17px;
  height: 18px;
  background-position: -700px -350px;
}
.ui-icon.arrow.type-h.right {
  background-position: -750px -350px;
}
.ui-icon.filter {
  width: 33px;
  height: 33px;
  background-position: -800px -350px;
}
.ui-icon.close.type-b {
  width: 12px;
  height: 12px;
  background-position: -850px -350px;
}
.ui-icon.arrow.type-i.up {
  width: 10px;
  height: 9px;
  background-position: 0px -400px;
}
.ui-icon.arrow.type-i {
  width: 10px;
  height: 9px;
  background-position: -50px -400px;
}
.ui-icon.new-sign {
  width: 33px;
  height: 33px;
  background-position: -100px -400px;
}
.ui-icon.arrow.type-j {
  width: 13px;
  height: 21px;
  background-position: -150px -400px;
}
.ui-icon.arrow.type-k {
  width: 7px;
  height: 4px;
  background-position: -200px -400px;
}
.ui-icon.arrow.type-l {
  width: 12px;
  height: 13px;
  background-position: -250px -400px;
}
.ui-icon.close.type-c {
  width: 12px;
  height: 12px;
  background-position: -300px -400px;
}
.ui-icon.radio-button.type-b {
  width: 21px;
  height: 21px;
  background-position: -350px -400px;
}
.ui-icon.radio-button.type-b.selected {
  width: 21px;
  height: 21px;
  background-position: -400px -400px;
}
.ui-icon.add.type-b {
  width: 33px;
  height: 32px;
  background-position: -450px -400px;
}
.ui-icon.mic {
  width: 27px;
  height: 30px;
  background-position: -500px -400px;
}
.ui-icon.fly-drive {
  width: 35px;
  height: 27px;
  background-position: -550px -400px;
}
.ui-icon.cards {
  width: 34px;
  height: 34px;
  background-position: -600px -400px;
}
.ui-icon.ski {
  width: 35px;
  height: 32px;
  background-position: -650px -400px;
}
.ui-icon.umbrella.type-b {
  width: 31px;
  height: 27px;
  background-position: -700px -400px;
}
.ui-icon.timer {
  width: 32px;
  height: 38px;
  background-position: -750px -400px;
}
.ui-icon.bus.type-b {
  width: 31px;
  height: 28px;
  background-position: -800px -400px;
}
.ui-icon.recommend.type-b {
  width: 27px;
  height: 23px;
  background-position: -850px -400px;
}
.ui-icon.v-sign {
  width: 13px;
  height: 13px;
  background-position: 0px -450px;
}
.ui-icon.arr-left.type-c {
  width: 8px;
  height: 11px;
  background-position: -50px -450px;
}
.ui-icon.megaphone {
  width: 25px;
  height: 29px;
  background-position: -100px -450px;
}
.ui-icon.arrow.type-m,
.ui-icon.arrow.type-m.up {
  width: 8px;
  height: 7px;
  background-position: -150px -450px;
}
.ui-icon.arrow.type-m.down {
  width: 8px;
  height: 7px;
  background-position: -200px -450px;
}
.ui-icon.rounded-batterfly {
  width: 31px;
  height: 31px;
  background-position: -250px -450px;
}
.ui-icon.calendar.type-e {
  width: 18px;
  height: 18px;
  background-position: -300px -450px;
}
.ui-icon.alert.type-c {
  width: 18px;
  height: 18px;
  background-position: -350px -450px;
}
.ui-icon.rounded-heart {
  width: 29px;
  height: 28px;
  background-position: -400px -450px;
}
.ui-icon.rounded-books {
  width: 31px;
  height: 31px;
  background-position: -450px -450px;
}
.ui-icon.pen {
  width: 23px;
  height: 23px;
  background-position: -500px -450px;
}
.ui-icon.smile {
  width: 41px;
  height: 41px;
  background-position: -550px -450px;
}
.ui-icon.alert.type-d {
  width: 41px;
  height: 41px;
  background-position: -600px -450px;
}
.ui-icon.bus.type-c {
  width: 15px;
  height: 13px;
  background-position: -650px -450px;
}
.ui-icon.plane {
  width: 14px;
  height: 14px;
  background-position: -700px -450px;
}
.ui-icon.trailer.type-b {
  width: 15px;
  height: 13px;
  background-position: -750px -450px;
}
.ui-icon.umbrella.type-c {
  width: 15px;
  height: 13px;
  background-position: -800px -450px;
}
.ui-icon.star.type-b {
  width: 10px;
  height: 9px;
  background-position: -850px -450px;
}
.ui-icon.arr-left.type-d {
  width: 10px;
  height: 10px;
  background-position: 0px -500px;
}
.ui-icon.arr-right.type-b {
  width: 7px;
  height: 15px;
  background-position: -50px -500px;
}
.ui-icon.arr-right.type-c {
  width: 8px;
  height: 16px;
  background-position: -100px -500px;
}
.ui-icon.price-cheapest.type-b {
  width: 49px;
  height: 48px;
  background-position: -150px -500px;
}
.ui-icon.arr-left.type-e {
  width: 10px;
  height: 10px;
  background-position: -200px -500px;
}
.ui-icon.zoom.type-d {
  width: 13px;
  height: 13px;
  background-position: -250px -500px;
}
.ui-icon.close.type-d {
  width: 10px;
  height: 11px;
  background-position: -300px -500px;
}
.ui-icon.eye.type-c {
  width: 16px;
  height: 11px;
  background-position: -350px -500px;
}
.ui-icon.permission.type-b {
  width: 35px;
  height: 35px;
  background-position: -400px -500px;
}
.ui-icon.flight-hotel {
  width: 31px;
  height: 31px;
  background-position: -450px -500px;
}
/********** UI-ICONS END **********/
.ui-icon.arr-left.type-f {
  background: url(../img/uicontrols/ui.icons.b.png) -104px -58px;
  width: 3px;
  height: 5px;
}
.ui-icon.arr-left.type-g {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -228px;
  width: 12px;
  height: 8px;
}
.ui-icon.arr-left.type-h {
  background: url(../img/uicontrols/ui.icons.b.png) -114px -240px;
  width: 10px;
  height: 10px;
}
.ui-icon.binoculars {
  background: url(../img/uicontrols/ui.icons.b.png) -46px -217px;
  width: 19px;
  height: 19px;
}
.ui-icon.btn-switch-off {
  background: url(../img/uicontrols/ui.icons.b.png) -149px -168px;
  width: 18px;
  height: 14px;
}
.ui-icon.btn-switch-on {
  background: url(../img/uicontrols/ui.icons.b.png) -171px -168px;
  width: 18px;
  height: 14px;
}
.ui-icon.calculator {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -148px;
  width: 15px;
  height: 16px;
}
.ui-icon.calculator.type-b {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -168px;
  width: 15px;
  height: 16px;
}
.ui-icon.camera.type-c {
  background: url(../img/uicontrols/ui.icons.b.png) -69px -217px;
  width: 20px;
  height: 17px;
}
.ui-icon.case.type-c {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -217px;
  width: 19px;
  height: 19px;
}
.ui-icon.case.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -66px -240px;
  width: 12px;
  height: 12px;
}
.ui-icon.case.type-e {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -196px;
  width: 22px;
  height: 16px;
}
.ui-icon.cc-americanexpress {
  background: url(../img/uicontrols/ui.icons.b.png) -114px -82px;
  width: 31px;
  height: 20px;
}
.ui-icon.cc-isracard {
  background: url(../img/uicontrols/ui.icons.b.png) -156px -187px;
  width: 31px;
  height: 20px;
}
.ui-icon.cc-leumicard {
  background: url(../img/uicontrols/ui.icons.b.png) -121px -187px;
  width: 31px;
  height: 20px;
}
.ui-icon.cc-mastercard {
  background: url(../img/uicontrols/ui.icons.b.png) -86px -187px;
  width: 31px;
  height: 20px;
}
.ui-icon.cc-visa {
  background: url(../img/uicontrols/ui.icons.b.png) -155px -123px;
  width: 31px;
  height: 20px;
}
.ui-icon.clock.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -240px;
  width: 18px;
  height: 18px;
}
.ui-icon.clock.type-e {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -172px;
  width: 20px;
  height: 20px;
}
.ui-icon.close.type-e {
  background: url(../img/uicontrols/ui.icons.b.png) -82px -240px;
  width: 12px;
  height: 12px;
}
.ui-icon.credit-card {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -47px;
  width: 17px;
  height: 17px;
}
.ui-icon.details-active {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -90px;
  width: 20px;
  height: 25px;
}
.ui-icon.details-inactive {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -119px;
  width: 20px;
  height: 25px;
}
.ui-icon.details {
  background: url(../img/uicontrols/ui.icons.b.png) -178px -147px;
  width: 12px;
  height: 15px;
}
.ui-icon.details.type-b {
  background: url(../img/uicontrols/ui.icons.b.png) -214px -217px;
  width: 12px;
  height: 15px;
}
.ui-icon.email-a {
  background: url(../img/uicontrols/ui.icons.b.png) -140px -147px;
  width: 34px;
  height: 15px;
}
.ui-icon.email-b {
  background: url(../img/uicontrols/ui.icons.b.png) -191px -187px;
  width: 29px;
  height: 18px;
}
.ui-icon.fax-a {
  background: url(../img/uicontrols/ui.icons.b.png) -196px -135px;
  width: 31px;
  height: 26px;
}
.ui-icon.forbidden {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -128px;
  width: 15px;
  height: 16px;
}
.ui-icon.gift-box {
  background: url(../img/uicontrols/ui.icons.b.png) -60px 0px;
  width: 50px;
  height: 50px;
}
.ui-icon.heart.type-a {
  background: url(../img/uicontrols/ui.icons.b.png) -196px 0px;
  width: 31px;
  height: 31px;
}
.ui-icon.hotel-active {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -58px;
  width: 20px;
  height: 28px;
}
.ui-icon.hotel-inactive {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -26px;
  width: 20px;
  height: 28px;
}
.ui-icon.hotel.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -207px;
  width: 12px;
  height: 17px;
}
.ui-icon.hotel.type-e {
  background: url(../img/uicontrols/ui.icons.b.png) -182px -217px;
  width: 12px;
  height: 16px;
}
.ui-icon.like {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -24px;
  width: 16px;
  height: 19px;
}
.ui-icon.location.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -198px -217px;
  width: 12px;
  height: 16px;
}
.ui-icon.mail-label.type-c {
  background: url(../img/uicontrols/ui.icons.b.png) -57px -58px;
  width: 43px;
  height: 37px;
}
.ui-icon.mail-label.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -137px -217px;
  width: 19px;
  height: 16px;
}
.ui-icon.man {
  background: url(../img/uicontrols/ui.icons.b.png) -115px -217px;
  width: 18px;
  height: 17px;
}
.ui-icon.man.type-b {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -188px;
  width: 15px;
  height: 15px;
}
.ui-icon.order-active {
  background: url(../img/uicontrols/ui.icons.b.png) -123px -106px;
  width: 26px;
  height: 26px;
}
.ui-icon.order-inactive {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -187px;
  width: 26px;
  height: 26px;
}
.ui-icon.phone-a {
  background: url(../img/uicontrols/ui.icons.b.png) -231px -148px;
  width: 20px;
  height: 20px;
}
.ui-icon.plane-active {
  background: url(../img/uicontrols/ui.icons.b.png) -196px -104px;
  width: 30px;
  height: 27px;
}
.ui-icon.plane.type-b {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -68px;
  width: 16px;
  height: 16px;
}
.ui-icon.plane.type-c {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -88px;
  width: 16px;
  height: 16px;
}
.ui-icon.plane.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -261px -108px;
  width: 16px;
  height: 16px;
}
.ui-icon.post {
  background: url(../img/uicontrols/ui.icons.b.png) -196px -70px;
  width: 28px;
  height: 30px;
}
.ui-icon.present-box {
  background: url(../img/uicontrols/ui.icons.b.png) -44px -240px;
  width: 18px;
  height: 18px;
}
.ui-icon.recommend.type-c {
  background: url(../img/uicontrols/ui.icons.b.png) -230px -217px;
  width: 13px;
  height: 12px;
}
.ui-icon.secure-payment {
  background: url(../img/uicontrols/ui.icons.b.png) 0px 0px;
  width: 56px;
  height: 54px;
}
.ui-icon.share {
  background: url(../img/uicontrols/ui.icons.b.png) -261px 0px;
  width: 17px;
  height: 20px;
}
.ui-icon.sign-deluxe-b {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -168px;
  width: 59px;
  height: 15px;
}
.ui-icon.sign-deluxe {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -147px;
  width: 66px;
  height: 17px;
}
.ui-icon.sign-plus-b {
  background: url(../img/uicontrols/ui.icons.b.png) -63px -168px;
  width: 59px;
  height: 15px;
}
.ui-icon.sign-plus {
  background: url(../img/uicontrols/ui.icons.b.png) -70px -147px;
  width: 66px;
  height: 17px;
}
.ui-icon.social-facebook-b {
  background: url(../img/uicontrols/ui.icons.b.png) -155px 0px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-facebook {
  background: url(../img/uicontrols/ui.icons.b.png) -41px -106px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-google-b {
  background: url(../img/uicontrols/ui.icons.b.png) -82px -106px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-google {
  background: url(../img/uicontrols/ui.icons.b.png) -114px -41px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-pinterest-b {
  background: url(../img/uicontrols/ui.icons.b.png) -114px 0px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-pinterest {
  background: url(../img/uicontrols/ui.icons.b.png) -155px -41px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-twitter-b {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -106px;
  width: 37px;
  height: 37px;
}
.ui-icon.social-twitter {
  background: url(../img/uicontrols/ui.icons.b.png) -155px -82px;
  width: 37px;
  height: 37px;
}
.ui-icon.star.type-e {
  background: url(../img/uicontrols/ui.icons.b.png) -247px -217px;
  width: 10px;
  height: 10px;
}
.ui-icon.star.type-f {
  background: url(../img/uicontrols/ui.icons.b.png) -193px -168px;
  width: 13px;
  height: 12px;
}
.ui-icon.star.type-g {
  background: url(../img/uicontrols/ui.icons.b.png) -210px -168px;
  width: 13px;
  height: 12px;
}
.ui-icon.sun.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -22px -240px;
  width: 18px;
  height: 18px;
}
.ui-icon.umbrella.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -93px -217px;
  width: 18px;
  height: 17px;
}
.ui-icon.v-sign.type-b {
  background: url(../img/uicontrols/ui.icons.b.png) -126px -168px;
  width: 19px;
  height: 15px;
}
.ui-icon.v-sign.type-c {
  background: url(../img/uicontrols/ui.icons.b.png) -98px -240px;
  width: 12px;
  height: 10px;
}
.ui-icon.v-sign.type-d {
  background: url(../img/uicontrols/ui.icons.b.png) -23px -217px;
  width: 19px;
  height: 19px;
}
.ui-icon.v-sign.type-e {
  background: url(../img/uicontrols/ui.icons.b.png) -196px -35px;
  width: 31px;
  height: 31px;
}
.ui-icon.v-sign.type-f {
  background: url(../img/uicontrols/ui.icons.b.png) -160px -217px;
  width: 18px;
  height: 16px;
}
.ui-icon.v-sign.type-g {
  background: url(../img/uicontrols/ui.icons.b.png) -231px 0px;
  width: 26px;
  height: 22px;
}
.ui-icon.www-hint {
  background: url(../img/uicontrols/ui.icons.b.png) 0px -58px;
  width: 53px;
  height: 44px;
}
.ui-icon.zoom-active {
  background: url(../img/uicontrols/ui.icons.b.png) -30px -187px;
  width: 24px;
  height: 26px;
}
.ui-icon.zoom-x {
  background: url(../img/uicontrols/ui.icons.b.png) -58px -187px;
  width: 24px;
  height: 26px;
}
.ui-ctrl.ui-ac-input.type-b.with-button .ui-box-inner {
  margin-left: 50px;
}
.ui-ctrl.ui-ac-input.type-b .button-block {
  float: left;
  height: 25px;
  width: 42px;
  margin: 2px 0 0 2px;
}
.ui-ctrl.ui-ac-input.type-b .button-block .line {
  height: 25px;
  border-right: 1px solid #c9c9c9;
  float: right;
  margin: 4px 0 0 5px;
}
.ui-ctrl.ui-ac-input.type-b .button-block .arrow-down {
  float: right;
  margin: 7px 0 0 4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #797979;
}
.ui-ctrl.ui-ac-input.type-b .button-block .button {
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 3px;
}
.ui-ctrl.ui-ac-input.type-b .button-block .button:hover {
  padding: 0;
  border: 2px solid #d9dada;
}
.ui-ctrl.ui-ac-input.type-b .button-block .button > .wrap {
  padding: 6px 2px 2px 2px;
}
.ui-ctrl.ui-ac-input.type-b .button-block .button .icon {
  width: 17px;
  float: right;
}
.ui-ctrl.ui-ac-input.type-b .button-block .button .icon .icon-bar {
  height: 3px;
  background: #797979;
  margin-top: 4px;
}
.ui-ctrl.ui-ac-input.type-b .button-block .button .icon .icon-bar:first-child {
  margin-top: 0;
}
.dialog-inner-shell {
  border: 1px solid #767676;
  box-shadow: 0px 0px 0px 5px rgba(207, 207, 207, 0.7);
  background-color: white;
}
.dialog-inner-shell .top {
  display: block;
  position: relative;
  color: #AAD4C9;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 7px;
  background: transparent url("../img/shared/bg_greydot.gif") repeat scroll left top;
}
.dialog-inner-shell .top .title-icon {
  float: right;
  margin-left: 3px;
  margin-top: 2px;
}
.dialog-inner-shell .top .title {
  float: right;
  display: block;
  line-height: 34px;
}
.dialog-inner-shell .top .close-link {
  float: left;
  cursor: pointer;
  margin: 0 10px;
}
.dialog-inner-shell .top .close-link .dialog-close {
  display: inline-block;
  font-weight: 700;
  line-height: 32px;
  margin-left: 4px;
  color: #EBE832;
}
.dialog-inner-shell .top .close-link .border {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #666;
  box-shadow: 0 0 1px 0 grey;
  margin-bottom: -1px;
}
.dialog-inner-shell .top .close-link .ui-icon {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -2px;
  margin-top: 9px;
}
.ui-select.type-f {
  position: relative;
}
.ui-select.type-f .select-input {
  background: #fefefe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #fefefe));
  background: -ms-linear-gradient(bottom, #eeeeee, #fefefe);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #fefefe 100%);
  background: -o-linear-gradient(#fefefe, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
  height: 34px;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px 0px #d8d9d9;
  -moz-box-shadow: 0px 1px 0px 0px #d8d9d9;
  box-shadow: 0px 1px 0px 0px #d8d9d9;
  padding: 2px;
}
.ui-select.type-f .select-input.open {
  z-index: 16;
  position: relative;
}
.ui-select.type-f .select-input .ui-select-inner {
  padding: 2px;
}
.ui-select.type-f .select-input .ui-select-inner:hover {
  padding: 0;
  border: 2px solid #D9DADA;
}
.ui-select.type-f .select-input .ui-select-inner .ui-icon {
  float: left;
  margin: 15px 4px 0 10px;
}
.ui-select.type-f .select-input .ui-select-inner .ui-text {
  margin: 0 6px 0 0;
  line-height: 33px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  width: auto;
  direction: rtl;
}
.ui-select.type-f.disabled .select-input .ui-select-inner {
  cursor: default;
}
.ui-select.type-f.disabled .select-input .ui-select-inner:hover {
  padding: 2px;
  border: none;
}
.ui-select.type-f.disabled .select-input .ui-select-inner .ui-text {
  color: #BBB;
}
.ui-select.type-f.two-line .select-input .ui-select-inner {
  height: 33px;
  overflow: hidden;
}
.ui-select.type-f.two-line .select-input .ui-select-inner > .wrap {
  height: 31px;
  overflow: hidden;
}
.ui-select.type-f.two-line .select-input .ui-select-inner .ui-icon {
  margin-left: 6px;
}
.ui-select.type-f.two-line .select-input .ui-select-inner .ui-text {
  padding-top: 3px;
  padding-right: 2px;
  line-height: 14px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  height: 28px;
}
.ui-select.type-f .dropdown {
  display: block;
  max-width: 300px;
  position: relative;
}
.ui-select.type-f .dropdown.open-from-left {
  direction: ltr;
}
.ui-select.type-f .dropdown .ui-designed-select {
  position: absolute;
  min-width: 100%;
  max-width: 300px;
  margin-top: -5px;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner {
  background: #FFF;
  margin-right: 2px;
  margin-left: 2px;
  padding-bottom: 6px;
  padding-top: 7px;
  border-radius: 6px;
  overflow-x: hidden;
  border: 1px solid #EEE;
  direction: rtl;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner .wrap {
  max-height: 294px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner .wrap ul {
  list-style: outside none none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner .wrap ul li {
  -moz-user-select: none;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner .wrap ul li a {
  display: block;
  height: 21px;
  line-height: 21px;
  color: #666;
  padding: 0px 5px;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner .wrap ul li a:hover {
  text-decoration: none;
}
.ui-select.type-f .dropdown .ui-designed-select .ui-designed-select-inner .wrap ul li a.select-item-active {
  background: #EEE2DF none repeat scroll 0% 0%;
  color: #666;
  text-decoration: none;
}
