/**
 * FOXFAST HTML BUILD - v3.0
 */
/**
 *	FILTER CHECKBOX STYLES
 */
label.filterChecked, label.filterUnchecked {
		width: 135px;
		height: 18px;
		line-height: 18px;
		padding: 0;
		color: #FFFFFF;
		font-size: 10px;
		padding: 1px 0 1px 18px;
		margin: 5px 0 5px 0;
	}

	label.filterChild {
		padding-left: 26px;
	}

	label.filterChecked {
		background: transparent url(../images/bgFilterCheck_on_off.gif) no-repeat;
		background-position: 0 0;
	}

	label.filterUnchecked {
		background: transparent url(../images/bgFilterCheck_on_off.gif) no-repeat;
		background-position: 0 -34px;
	}

	.filterChecked a, .filterUnchecked a {
		color: #FFFFFF;
		text-decoration: none;
	}

/**
 *	TITLE DETAILS HOME GRID CHECKBOX STYLES
 */
	label.tdhGridChecked, label.tdhGridUnchecked, label.tdhGridCheckedAvail, label.tdhGridUncheckedAvail {
		width: 135px;
		height: 18px;
		line-height: 18px;
		padding: 0;
		color: #FFFFFF;
		font-size: 10px;
		padding: 1px 0 1px 18px;
		margin: 5px 0 5px 0;
	}

	label.tdhGridChild {
		padding-left: 26px;
	}

	label.tdhGridChecked {
		background: transparent url(../images/bgtdhGridCheck_on_off.gif) no-repeat;
		background-position: 0 10px;
	}

	label.tdhGridUnchecked {
		background: transparent url(../images/bgtdhGridCheck_on_off.gif) no-repeat;
		background-position: 0 -42px;
	}

	label.tdhGridCheckedAvail {
		background: transparent url(../images/bgtdhGridCheckAvail_on_off.gif) no-repeat;
		background-position: 0 -3px;
	}
	
	label.tdhGridUncheckedAvail {
		background: transparent url(../images/bgtdhGridCheckAvail_on_off.gif) no-repeat;
		background-position: 0 -55px;
	}
	label.tdhGridCheckedAvail > img, label.tdhGridUncheckedAvail > img {
		height: 13px;
		width: 15px;
		border: 0;
	}
	
	.scriptsAvailable {
		padding-left: 5px;
	}

/**
 *	FILTER CHECKBOX STYLES
 */
div.assetCartCheck {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


 
label.cartChecked, label.cartUnchecked {
		width: 18px;
		height: 18px;
		line-height: 18px;
		padding: 0;
		color: #333;
		text-decoration: underline;
		font-size: 10px;
		padding: 1px 0 1px 18px;
		margin: 0px 0 0px 0;
	}

	label.cartChecked {
		background: transparent url(../images/bgCartCheck_on_off.gif) no-repeat;
		background-position: 0 0;
	}

	label.cartUnchecked {
		background: transparent url(../images/bgCartCheck_on_off.gif) no-repeat;
		background-position: 0 -34px;
	}

	.cartChecked a, .cartUnchecked a {
		color: #FFFFFF;
		text-decoration: none;
	}

.titleModule .assetCartCheck label, .titleModule .assetCartCheck label a:link, .titleModule .assetCartCheck {
	text-decoration: none !important;
	}

	
/**
 *	INLINE FORM CHECKBOX STYLES
 */
label.inlineChecked, label.inlineUnchecked {
		width: 135px;
		height: 18px;
		line-height: 18px;
		padding: 0;
		color: #00264C !important;
		font-size: 10px;
		padding: 1px 0 1px 18px;
		margin: 5px 0 5px 0;
	}

	label.inlineChecked {
		background: transparent url(../images/bgFilterCheck_on_off.gif) no-repeat;
		background-position: 0 0;
	}

	label.inlineUnchecked {
		background: transparent url(../images/bgFilterCheck_on_off.gif) no-repeat;
		background-position: 0 -34px;
	}

	.inlineChecked a, .inlineUnchecked a {
		color: #FFFFFF;
		text-decoration: none;
	}

/**
 *	RADIO BUTTON STYLES
 */
label.radioChecked, label.radioUnchecked {
		width: 135px;
		height: 18px;
		line-height: 18px;
		padding: 0;
		color: #00264C !important;
		font-size: 10px;
		padding: 1px 0 1px 18px;
		margin: 5px 0 5px 0;
	}

	label.radioChecked {
		background: transparent url(../images/bgRadioBtn_on_off.gif) no-repeat;
		background-position: 0 0;
	}

	label.radioUnchecked {
		background: transparent url(../images/bgRadioBtn_on_off.gif) no-repeat;
		background-position: 0 -34px;
	}

