/* -----[ 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 {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}
/* === [ Right Hand Container ] === */
	#cB .CustomCode {
	}
.home #cRS .CustomCode {
	width: 177px;
	float: left;
	clear: none;
	margin: 0 6px 0 0;
	background: url(/Templates/_images/cRS_CatList-Home1.gif) no-repeat top left;
}
.home #cRS .CustomCode .CustomCode2 {
	padding: 6px 12px;
	width: 153px;
	display: block;
	background: url(/Templates/_images/cRS_CatList-Home.gif) no-repeat bottom left;
}
.home #cRS .CustomCode h3 {
		color: #9dcded;
		text-transform: uppercase;
		font-size: 90%;
		padding: 8px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
}
.home #cRS .CustomCode h4 {
		color: #003366;
		font-size: 90%;
		margin: 0px;
}
.home #cRS .CustomCode p {
			color: #FFFFFF;
			font-size: 85%;
}
	.home #cRS p a { 
		color: #9dcded; 
		border-bottom: 1px solid #9dcded;
		text-decoration: none;
	}
	.home #cRS p a:hover { 
		color: #FFFFFF; 
		border-bottom: 1px solid #0374C1;
		text-decoration: none;
	}


