/*таблица с тех хар-ками*/
/*отменяем общие глобальные свойства страницы*/
.l-content, .b-content{margin-left: 0;}

/*задаем общие свойства*/
.b-attrs{
	margin: 5px;
	border-collapse: collapse;
	border-width: 0;
}
td.row_hover{
	background: rgba(3,3,3,0.1);
}

.b-compare_container{
	position: relative;
}

.attr__header,
.attr__name, 
.attr__value{
	border-width: 0;
	text-align: left;
}

.attr__header{
	max-width: 274px;
	padding: 6px 0; 
	font-size: 1.167em; font-weight: bold;
	border-top: 1px dotted #d1d1d1;
}

.attr__name{
	width: 250px; min-width: 250px; max-width: 250px;
}
.attr__name, 
.attr__value{
	padding: 4px 12px; vertical-align: top;
	color: #4D4D4D;
}
.full_info{
	position: relative;
	display: inline-block;
	height: 100%;
	padding: 4px 12px;
}
.attr__value{
	min-width: 150px;
	width: 150px;
	border-left: 1px solid #d1d1d1;	
}

.cr-attr__image{
	padding: 0;
	vertical-align: middle;
}

.cr-attr__itemheader{
	text-align: center;
	vertical-align: top;
	border-left-color: transparent;
}
.highlight {background: rgba(253,241,203, 0.6);}

.b-compare_container{
	position: relative;
	margin-top: 5px;
	padding-bottom: 30px; /*место для скроллинга*/
}

.compare_container__back{
	overflow: hidden;
	width: 278px; /*250+12*2 +4*/
}
.compare_container__back .attr__name{
	visibility: visible;
}
.compare_container__back .attr__value{
	visibility: hidden;
	border-left-width: 0;
	border-color: transparent; 
}
.compare_container__front{
	position: absolute; top: 0; left: 278px; right: 0;
	overflow: auto;
	border-left: 1px solid #d1d1d1;	
}

.compare_container__front .b-attrs{
	margin-left: -275px;
}

.compare_container__front .attr__name{
	visibility: hidden;
}
/*тени, изменяющиеся js*/
.cr-scroll_rshadow{
	box-shadow:inset -6px -6px 10px rgba(99,99,99,0.2);	
}
.cr-scroll_lshadow{
	box-shadow:inset 5px -6px 10px rgba(99,99,99,0.2);	
}
  
/*дублирующий верхний скроллинг*/
#doublescroll { overflow: auto; overflow-y: hidden; }

.cr-item{
	position: relative;
	text-align: center; border-color: transparent !important;
}
.foreign_goods__img{
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}
.attr__itemname{text-align: left; }

.b-hover{
	background: grey;
	position: absolute; top: 0; left: -1em; z-index: 1000;
	padding: 12px; 
}

.shadow{
	z-index: 10000;
	
}
/*.testcont{position: relative;  max-width: 150px; width: 150px; padding: 12px 14px;}*/
.shadow .testcont{position: absolute;box-shadow: 0px 0px 8px rgba(0,0,0,0.8);background: white;}
.hide{display: none;}
.shadow .hide{display: block; padding: 4em 0; }
.attr__price{font-weight: bold;  margin-top: 12px; text-align: center;}
.item-buy{/*кнопка купить*/
	display: none;
	margin-top: 12px;
	text-align: center;
}
.item-buy .g-buybtn{display: inline-block;}

.item_remove{
	border-bottom: 1px dotted #EA1653;
	color: #EA1653;
	text-decoration:none;
	font-size: 10px;
	visibility: hidden;
}

.item__price{
	display: inline-block;
	margin-bottom: 10px;
}

.top_comparediff{
	vertical-align: bottom;
}
.attr__full_info{
	position: absolute;
	vertical-align: top;
	top: 0px; 
	left: 0px;
	background: white;
	z-index: 1000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
}
.attr__full_info .item_remove{visibility: visible;}
.attr__full_info .item-buy{
	display: block; 
	width: 130px; 
	margin: 0 auto;
	 margin-bottom: 10px;
}
.attr__full_info td{border-width: 0; text-align: center;}

.attr__image_link{
	display: block;
	line-height: 80px;
	margin-top: 5px;
}
