/* -----[ 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;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}
	
	/* === [ bottom Home Container ] === */
	#cF .CustomCode {
		width: 200px;
		float: left;
		clear: none;
		margin: 0 10px 0 0;
	}
	#cF .CustomCode p {
		text-align: left;
		color: #536873;
	}
	#cF .CustomCode .findDealer{
		margin: 2px 10px 0 0;
	}

	#cLS .CustomCode .findDealer h3 {
		font-size: 12px;
		color: #FFFFFF;
	}
	#cLS .CustomCode .findDealer {
		background: #acb8bf;
		color: #3c4d56;
		padding: 5px 5px;
		border: #acb8bf 1px solid;
	}

