div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle {
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	border-style: none none solid none;
	border-width: 1px;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px !important;
    cursor: pointer;
}

div.accordion-content {
    overflow: hidden;	/* required for effect */
}

.twPropertyContainer {
	overflow: hidden;
	width: 48%;
	float: left;
	min-height: 23px;
	padding: 5px;
}
.twPropertyContainer .twPropertyHeader {
	width: 35%;
	float: left;
}