.TenPoundDefault.Container { margin-bottom: 1.15em; margin-top: 1.15em; position: relative; }

/* -------------------------------------------------------------------------------------------- */

.Container { margin-bottom: 15px; margin-top: 15px; position: relative; }


/* Container 01 - Extended Line
-------------------------------------------------------------------------------------------- */
.Container01 .ContainerTitle {
	background: #fff;
	display: inline-block;
	margin-bottom: -.5em;
	padding-right: 20px;
	position: relative;
	z-index: 10;
}

.Container01 .ContainerTitleBorder {
	border-bottom: 1px solid #cac8c8;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 5;
}

/* Container 01-Small - Extended Line
-------------------------------------------------------------------------------------------- */
.Container01-Small .ContainerTitle{
	background: #fff;
	color: #4e4d4d !important;
	display: inline-block;
	font-size: 1.1em;
	margin-bottom: -.5em;
	padding-right: 20px;
	position: relative;
	z-index: 10;
}

.Container01-Small .ContainerTitleBorder {
	border-bottom: 1px solid #cac8c8;
	position: relative;
	z-index: 5;
}

/* Container 02 - Title Underline
-------------------------------------------------------------------------------------------- */
.Container02 .ContainerTitle {
	border-bottom: 1px solid #cac8c8;
	margin-bottom: .6em;
	padding-bottom: .2em;
}
.Container02 .ContainerTitle > * { vertical-align: middle; }
.Container02 .ContainerTitle img { margin-right: 0.25em; max-height: 1em; }

/* Container 03 - Outline Box Container
-------------------------------------------------------------------------------------------- */
.Container03 .ContainerTitle {
	background: #ededed;
	padding: .5em;
}

.Container03 .ContainerContentPane {
	border: 2px solid #ededed;
	border-top: none;
	margin-top: -.4em;
	padding: .7em;
}

/* Container 04 - Solid Box Container
-------------------------------------------------------------------------------------------- */
.Container04 {
	background: #ededed;
	padding: 1em .7em;
}