/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
		margin: 10px 0;
		padding: 0px 0 10px 0;
		background: url(/Templates/kowhai/_images/cRScustomBottom.gif) no-repeat bottom right;
	}
	#cRS .CustomCode .customText {
		padding: 0px 20px 10px 20px;
	}


