/* -----[ 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;
		}
	
	.smoothie #cPC .CustomCode {
		text-align: right;
		margin-top: 518px;
	}
	#cPF .CustomCode {
	color: #669381;
	padding: 10px 0 10px 0px;
	font-size: 11px;
}
.Subcard #cRS .CustomCode, .Subcard-home #cRS .CustomCode, .SubcardTopNav #cRS .CustomCode {
		margin: 10px 0px 0px 0px;
	}
	.greenlantern #cPC .CustomCode {
		min-height: 120px;
		padding: 20px 0 20px 0;
		display: block;
	}
/* === [ cRS SUBCARD App Demo Video ] === */	
	.CustomCode .DemoAppVideo {
		background: url(/Templates/_images/rh_tiles-subcard.jpg) no-repeat top left;
		padding: 85px 0px 0px 18px;
		width: 290px;
		height: 355px;
	}





