
/*MG added begin*/
	/*.comments-list .rating .rating {
		width: 90px;
		height: 16px;
		padding: 0;
		list-style: none;
		clear: both;
		position: relative;
		background: url(../img/stars-sprite.png) no-repeat 0 0;
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	.comments-list .rating .onestar {background-position: 0 -16px;}
	.comments-list .rating .twostar {background-position: 0 -32px;}
	.comments-list .rating .threestar {background-position: 0 -48px;}
	.comments-list .rating .fourstar {background-position: 0 -64px;}
	.comments-list .rating .fivestar {background-position: 0 -80px;}
	.tab .characteristics-table table {font-size: 13px;}
	.tab .characteristics-table table a {color: #4e483c;}*/
/*MG added end*/

/*smart.filter begin*/
/*
.price_range_slider_id{
  height: 5px;
  border: 0;
  background: #b7aeae;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:inset 1px 1px 2px 0 rgba(0,0,0, .3);
}
.price_range_slider_id .ui-slider-range{
  background: transparent;
}
.price_range_slider_id .ui-slider-handle{
  width: 13px;
  height: 13px;
  background: #fff;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  top: -5px;
  cursor: pointer;
  border: 1px solid #bfb7b6;
}
.price_range_slider_id .ui-slider-handle::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #b7aeae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -2px;
}
*/

.filters-block ul li{
	position: relative;
  padding: 0 0 0 25px;
}

.filters-block .items-group .content-item .filter_chckbx {
	margin: 0 10px 2px 0;
	position: absolute;
	left: 0;
	top: 2px;
}
.filters-block .items-group .content-item ul li a {
	text-decoration:none;
	cursor: pointer;
}
.filters-block .items-group .content-item ul li a:hover {
	font-weight: bold; 
	color: #5b5b5b;
}
.filters-block .items-group .content-item ul li.filtitem_checked a {
	font-weight: bold;
	color: #5b5b5b;
}
.filters-block .items-group .content-item ul li.filtitem_checked a:hover {
	font-weight: normal; 
	color: #333;
}
.filters-block .items-group .content-item ul li.filtitem_disabled a {
	cursor: default;
	color: #777;
	font-weight: normal;
}

.comparison-list .clearfilters {
	/*font-size: 13px;
	color: #000000;
	margin: 18px 0 0;*/
	float: right;
}
.selected_filters .items-list .txt{margin-top: 2px;}
.selected_filters .items-list .remove{margin-top: 0;}
.selected_filters .items-list .top_filter_section {font-weight: bold; color: #5b5b5b;}
/*
.comparison-list .items-list ul .top_filter_section {
	clear: both; 
	display: block; 
	font-weight: bold; 
	margin-bottom: 5px;
}
*/
/*smart.filter end*/