/* -----[ 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;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.1em;
		margin-top: 260px;
		font-size: 1.25em;
	}


/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}
	#cRS .CustomCode .countdown {
		background: #e7e6d4;
		font-size: 1.3em;
		height: 16px;
		padding: 4px 0 1px 0;
		font-weight: 900;
		color: #000000;
	}

