/************************************* copyright begin ***
**
** Copyright © Mincom Pty Ltd
**
************************************** copyright end ****/

.clsSelectionListName
{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-weight: bold;
}
.clsSelectionListTable
{
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
.clsSelectionListHead
{
}
.clsSelectionListBody
{
}
.clsSelectionListHeading
{
	text-decoration: underline;
	vertical-align: bottom;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	cursor: hand;
}
.clsSelectionListHeadingIcon
{
	width: 16px;
}
.clsSelectionListHeading th
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.clsSelectionListItem
{
	cursor: pointer;
}
.clsSelectionListItem:hover
{
	background-color: #d2d3d2;
	cursor: pointer;
}
.clsSelectionListItemIcon
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	width: 16px;
}
.clsSelectionListItemSelected
{
	color: #fff;
	background-color: #717374;
}
.clsSelectionListItemEdit
{
	background-color: #d2d3d2;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.clsSelectionListItemEdit input
{
	padding: 0px;
	margin: 0px;
}
.clsSelectionListItemIconSelected
{
	background-color: #d2d3d2;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: auto;
}
.clsSelectionListItemDisabled
{
	background-color: #d2d3d2;
	border: none;
	cursor: auto;
}
.clsPartsTableFooter
{
	background-color: #d2d3d2;
	font-size: 1em;
	font-weight: bold;
}
.clsDataPagerNumericButton
{
	color: White;
	background-color: Transparent;
	vertical-align: middle;
}
.clsDataPagerCurrentPageLabel
{
	color: White;
	background-color: Transparent;
	vertical-align: middle;
}
.clsCheckoutDetails
{
	border-collapse: collapse;
	border-top: solid 1px #000000;
	border-left:  solid 1px #000000;
}
.clsCheckoutDetailsHeading
{
	border-right:  solid 1px #000000;
	border-bottom:  solid 1px #000000;
	text-align: left;
	vertical-align: bottom;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}
.clsCheckoutDetailsItem
{
	border-right:  solid 1px #000000;
	border-bottom:  solid 1px #000000;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.clsCheckoutHeading
{
	font-size: 21px;
}
.clsCheckoutSubHeading
{
	font-weight: bold;
}
.clsSelectionListPrintTable
{
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
.clsSelectionListPrintHeading
{
	vertical-align: bottom;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	cursor: hand;
}
.clsSelectionListPrintHeading th
{
	text-align: left;
}