/* -----[ 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 {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}
	#cRS .CustomCode .topHeader {
		padding: 0 10px 6px 10px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
	}

.home #cRS .CustomCode .topHeader {
		padding: 3px 0px 6px 0px;
	}

