/* -----[ 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: 10px 0px;
		padding: 0px;
		clear: both;
		float: none;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		padding: 6px 10px 0px 10px;
		border-style: none;
		border-left: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		background: #E8E8E8 url(/Templates/TXT2GETAU/_images/back-catlist.gif) repeat-x top right;
	}
	
	#cLS .CustomCode .noBkg  {
		margin: -6px 0px 0px -12px;
		padding: 0px 0px 0px 0px;
		border-style: none;
		background: #ffffff;
		background-image: none;
		clear: none;	
	}
	#cLS .CustomCode .noBkg h2 {
		width: 250px;
		color: #42920C;
		font-size: 120%;
		font-weight: bold;
		padding: 0 0 6px 0;
		background: #ffffff;
		margin-bottom: -1px;
	}
	.CustomCode ul {
		line-height: 1.4em;
		margin: 0 0 0 -20px;
		*margin: 0 0 0 16px;
		font-size: 95%;
	}
	.CustomCode h4 {
		color: #42920C;
		font-size: 120%;
		font-weight: bold;
		
	}
	


/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}

