
/****
 *	Product Colour CSS Code
 ****/
	table#ProductColour {
	/****
	 *	Outside Table
	 ****/
		position: absolute;
		display: none;
		z-index: 600000;
	}
	table#ProductColour td.trans {
	/****
	 *	Transparent Cell Settings
	 ****/
		background: #000000;
		filter: alpha(opacity=30);
		-moz-opacity: 0.30;
		opacity: 0.30;
		-khtml-opacity: 0.30;
		text-align: center;
		vertical-align: middle;
	}
	table#ProductColour table {
	/****
	 *	Image Table
	 ****/
		display: block;
		filter: none;
		background: #FFFFFF;
	}
	table#ProductColour table td {
	/****
	 *	Image Cells
	 ****/
		background: #FFFFFF;
		color: #000000;
	}
	div.contentSpacer {
        height: 70px;
		text-align: right;
		vertical-align: bottom;
    }

/****
 *	End of Product Colour CSS
 ****/