div.B2Bexpander {
	width:100%;
	height:32px;
	overflow:hidden;
	border-bottom:1px solid #cccccc;
}
.B2Bexpandercell {
	height:32px;
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
	padding-top:10px;
	cursor:pointer;
}
.B2BexpanderButton {
	height:14px;
}
.B2BexpanderContent {
	height:0px;
	overflow:hidden;
	border:0px solid #cccccc;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

