/* -----[ 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;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		font-size: 13px;
		color: #ffffff;
		font-weight: normal;
		line-height: 1.5em;
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
		margin: -10px 0px 0px 0px;
		padding: 0px;
	}
	
	/* === [ cS Campaign container ] === */
	#cS .CustomCode {
		width: 210px;
		float: right;
		color: #1a171b;
		padding: 0 15px 15px 0;
	}
	#cS .CustomCode .header {
		font-size: 18px;
		font-weight: bolder;
		margin-bottom: 8px;
		line-height: 1em;
	}
		#cS ul {
			margin: 0 0 0 0;
		}
		#cS ul li {
			background: url(/Templates/_images/squareBullet.gif) no-repeat 0 4px;
			list-style: none;
			padding: 0px 0 0px 18px;
			margin: 0px 0px 5px -40px;
			*margin: 0px 0px 5px 0px;
			line-height: 1.4em;
			font-weight: normal;
		}



