.CollapsiblePanel {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.CollapsiblePanelTab {
	CURSOR: pointer;
	PADDING-TOP: 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(http://www.titanply.com/images/plusmark.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-left: 30px;
	margin: 0px;
}
.CollapsiblePanelContent {
	MARGIN: 0px;
	PADDING-LEFT: 10px;
	OVERFLOW: auto;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.CollapsiblePanelTab A {
	COLOR: #d21111
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	
}
.CollapsiblePanelTabHover {

}
.CollapsiblePanelOpen .CollapsiblePanelTabHover {

}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}
.productinfotable {
	vertical-align: middle;
}
