.text-section {
	color: #999999;
	font-size: 11px;
	line-height: 100% !important;
}
.text-section p {
  line-height: 123% !important;
  margin: 0 0 5px;
}
.text-section .list {
  color: #999999;
  margin-left:20px;
}

.text-section .list li {
  background: none repeat scroll 0 0 transparent;
  list-style: disc outside none;
  margin: 0 0 2px;
  padding: 0;
}
.text-section h2 {
  font-size: 14px;
  margin: 10px 0 5px;
}
.text-section:before {
	margin-top:70px;
}
.load_more b {
  display: block;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  right: -106px;
  top: 10px;
}
.catalog-list .item .preview {
	min-height:140px;
}

.ui-slider {
  background: none repeat scroll 0 0 white;
  
  border-radius: 3px 3px 3px 3px;
  color: #222222;
  height: 6px;
  margin: auto;
  position: relative;
  text-align: left;
  width: 98%;
}
.ui-slider .ui-slider-handle {
	height: 10px;
	position: absolute;
	width: 10px;
	z-index: 2;
	margin-left: -5px;
	top: -2px;
	background: -moz-linear-gradient(center top , #54ABD4, #1A7DAC) repeat scroll 0 0 transparent;
	border-radius:3px;
}
.ui-slider .ui-slider-range {
	background-position: 0 0;
	border: 0 none;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
	background:#FDB400;
	height:6px;
}
.catalog_filter .submit {
  float: right;
  margin-left: 10px;
}
.contacts_left {
  border-radius: 6px 6px 6px 6px;
  float: left;
  margin: 0 50px 0 0;
  width: 492px;
}
.feedback_form label span {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  width: 73px;
}
.page {
  overflow-x: visible;
}