/*.collapse{display:none}.collapse.in{display:block}*/
#productPropGroups > .item > div.collapse {overflow:hidden;}
#productPropGroups > .item > a {
	display:block;
	padding: 2px 0px;
	background-color:#555; 
	background:linear-gradient(#7c7c7c, #4a4a4a);
	color: white;
	font-weight: bold;
	text-decoration: none;	
}
#productPropGroups > .item > a > span {
	display:inline-block;
	width:10px;
	height:10px;
	margin:0px 6px;
	background: url("/bitrix/templates/shop_miele/img/arrowTRight.gif") 50% 50% no-repeat;
	transform: rotate(90deg);	
}
#productPropGroups > .item > a.collapsed > span {transform: rotate(0deg);}

.fix-slide-bug-in-propgroup > table.product-prop-group {width:100%;}
.fix-slide-bug-in-propgroup > table.product-prop-group tr:nth-child(2n+1) {
	background-color: #eee;
}
.fix-slide-bug-in-propgroup > table.product-prop-group td {
	padding: 5px;
	font-size:90%;
}
.fix-slide-bug-in-propgroup > table.product-prop-group > tbody > tr > td:nth-child(2) {
	width:52%;
}
.fix-slide-bug-in-propgroup > table.product-prop-group > tbody > tr > td:nth-child(2) > span.value,
.fix-slide-bug-in-propgroup > table.product-prop-group > tbody > tr > td:nth-child(2) > ul {
	display:block;
	text-align:center;
}
 
.fix-slide-bug-in-propgroup > table.product-prop-group td > ul {
	list-style-type: none;
	margin:0px;
	margin-left:0px;
	padding:0px;
}
