/* -----[ 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 {
	}
	.CustomCode .SpecialOffers {
		padding: 20px 0px 20px 0px;
		margin: 0;
	}
	/*.CustomCode .SpecialOffers table {
		padding: 40px 25px 0 0px;
	}*/
	.CustomCode .SpecialOffers h2 {
		color:#000;
		font-weight: bold;
		margin: 0 0 0.3em 0px;
		font-size:24px;
		text-align:center;
	}
	.CustomCode .SpecialOffers h3 {
		color:#000;
		font-weight: bold;
		margin: 0.5em 0 0.3em 0px;
		text-align:center;
	}
	.CustomCode .SpecialOffers p {
		color:#000;
		font-size:11px;
		text-align:center;
		padding-top: 90px;
		margin: 0.5em 0 0 0px;
	}
	.CustomCode .SpecialOffers a {
		text-decoration: none;
	}



