/*
-----------------------------------------------
Galaxy IB - Lloyds TSB CSS: Base
----------------------------------------------- */

/* Suggested rule structure
 * 
 * display/visibility:
 * position:
 * z-index:
 * top:
 * right:
 * bottom:
 * left:
 * float:
 * clear:
 * width:
 * height:
 * margin:
 * padding:
 * overflow:
 * list-style:
 * font..:
 * line-height:
 * text-align:
 * colour:	
 * border:
 * background:
----------------------------------------------- */

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
	min-width: 651px; /* For Gecko */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;  /*Centre content for IE5 */
	color: #505050;
	background: #FFF;
	word-wrap: break-word;
}

/* Special formatting (inc. mini Reset)
---------------------------------------*/
body { 
	line-height: 1.3; 
}
a img { 
	border: 0; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	/* 
	 * This property is used to ensure that long strings will wrap within table elements
	 * Although word-wrap: break-all is globally set, if a containing element doesn't have 
	 * an explcit width (even max-width) of some kind then table layouts will break due to long strings
	 * as the column widths for table-layout: auto (the default) take accunt of their contents to calculate 
	 * their widths.
	 * 
	 * Unfortunately table-layout: fixed can have some odd side-effects, such as columns all being equal width
	 * which is not visually optimal. This can be overcome by targeting the table with a table-layout: auto rule,
	 * or by applying explicit widths to the thead > th elements via classes (e.g. P27.00)
	 */
	table-layout: fixed;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
fieldset, form, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Cope with font squishing */
li li, li p, li dt, li dd, li address, 
dt li, dd li, dt p, dd p,
p p, blockquote p, 
td td, td p, td li, td dt, td dd { 
	font-size: 1em !important; 
}

abbr[title], acronym[title] {
	border-bottom: none;
}

.hide { /* hide elements */
	display: none !important; 
	visibility: hidden !important;
} 
.noBreak{
	word-wrap: normal !important;
}
.postit, 
.sep { /* invisible semantic headers - using off left technique */
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	margin: 0 !important;
	overflow: hidden;
}
span.webSafeChar {
	/* Used with JS function webSafeString() */
	display: inline-block;
	width: 0;
	overflow: hidden;
}

/* Clearing - fix for IE
---------------------------------------*/
div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
}
.clearfix {
	display: block;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}

/* Mobile - prevent mobile browsers adjuting font sizes
---------------------------------------*/
@media screen and (max-device-width: 480px) {   
	/* Prevent iOS, WinMobile from adjusting font size */
	html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}

/* Layout
---------------------------------------*/
#wrapper { /* fix for ie */
	position: relative;
	width: auto;
	min-height: 100%;
}
.outer {
	min-width: 980px;
	margin-bottom: 25px;
	text-align: left; /* Counteract text-align on body */
	background: #22259B url(../img/header_bg.png) 0 0 repeat-x;
}
#page { /* fix for ie6, ie7 */
	display: block; /* clearfix */
	max-width: 1206px;
	min-width: 950px;
	margin: 0 auto;
	padding: 0 15px 6em;
	text-align: left; /* Counteract text-align on body */
}
#page:after { /* clearfix */
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.primaryWrap {
	margin: 0 320px 0 0;
}
.wide .primaryWrap {
	margin: 0;		
}
.primary { /* fix for ie6 */
	position: relative;
	z-index: 10;
	float: left; 
	width: 100%;
	margin: 0 0 1em;
	background-color: #FFF;
}
.secondary { 
	position: relative;
	z-index: 1;
	float: right;
	width: 300px;
	margin: 0 0 1em;
}

/* Header
---------------------------------------*/
#header { /* fix for ie6 */
	position: relative;
	min-width: 950px;
	max-width: 1204px;
	min-height: 100px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden; /* fixes FF3 footer attachment bug - fix back for ie6 */
	border-top: 0;
}

/* logo */
#header p#logo {
	position: absolute;
	top: 15px;
	left: 16px;
	width: 106px;
	height: 72px;
	margin: 0;
	overflow: hidden;
}
#header p#logo span {
	display: block;
	width: 106px;
	height: 72px;
	margin: 0px;
	overflow: hidden;
	line-height: 2em;
	background: url(../img/logo_scrn.png) 0 0 no-repeat;
}
#header p#logo span img {
	display:  block;
	visibility: hidden;
	margin: 0px;
}

/* logged in */
#header div.loggedIn {
	float: right;
	padding: 11px 0 0 0;
	color: #FFF;
	font-size: 1.2em;
	text-align: right;
}
#header div.loggedIn a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#header div.loggedIn a:hover { 
	text-decoration: underline; 
}
#header div.loggedIn a.linkBullet {
	padding-left: 11px;
	background: url(../img/icons/arrow_lo.png) 1px 3px no-repeat;
}

/* logged in links */
#header div.loggedIn ul {
	margin: 0 0 1.7em 0;
	padding: 0;
	list-style-type: none;
}
#header div.loggedIn ul li {
	display: inline;
	margin-left: 10px;
	padding: 2px 0;
}
#header div.loggedIn ul li.viewOnly { /* fix for ie6 */
	padding-left: 19px;
	background: transparent url(../img/icons/view_only.png) 0 3px no-repeat;
}
#header div.loggedIn ul li.secure { /* fix for ie6 */
	padding-left: 19px;
	background: transparent url(../img/icons/padlock_header.png) 3px 0 no-repeat;
}

/* logged in user and logout button */
#header div.loggedIn p.user {
	margin: 0;
}
#header div.loggedIn p.user span.name {
	font-size: 1.7em;
	font-weight: bold;
	display:inline-block;
	padding-top:2px;
	vertical-align:top;
}
#header div.loggedIn p.user a.logout { /* fix for ie6 and ie7 */
	margin: 0 0px 0 8px;
	display:inline-block;
	width:77px;
	height:27px;
	padding-top:2px;
}

/* logged out */
#header div.loggedOut { /* fix for ie6 */
	float: right;
	padding: 7px 11px 0 0;
	color: #FFF;
	font-size: 1.2em;
	text-align: left;
	min-width: 288px;
}
#header div.loggedOut p.msg {
	margin: 1.55em 0 0;
	font-size: 1em;
	font-weight: bold;
}
#header div.loggedOut p.login {
	margin: 1.65em 0 0 0;
}

/* secure message */
#header .secureMsg { /* fix for ie6, ie7, ie8 */
	float: right;
	width: 240px;
	min-height: 64px;
	margin: 10px 19px 5px 0;
	padding: 0.7em 19px;
	border: 1px solid #9B9CDE;
	border-radius: 5px;			/* Standard */
	-moz-border-radius: 5px;	/* Mozilla */
	-webkit-border-radius: 5px;	/* Webkit */
	background: #6E70DE;
}
#header .secureMsg p {
	margin: 0.55em 0 0;
	padding: 0;
	font-size: 1.2em;
}
#header .secureMsg p a {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #FFF;
	background: url(../img/icons/arrow_lo.png) 0 4px no-repeat;
}
#header .secureMsg p a:hover {
	text-decoration: underline;
}
#header .secureMsg p.msg { /* fix for ie6 */
	margin: 4px 0 0.4em -4px;
	padding: 2px 0 0 25px;
	font-size: 1.6em;
	background: url(../img/icons/padlock_secureMsg.png) 0 -1px no-repeat;
}

/* Skiplinks
--------------------------------------*/
#skiplinks {
	position: relative;
}
ul#skiplinks  {
	margin: 0;
	padding: 0;
	list-style: none;
	left:200px;
	position:absolute;
	top:0;
}
#skiplinks li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#skiplinks a,
#skiplinks a:hover, #skiplinks a:visited{	
	position: absolute;
	top: 0;
	left: -252px;
	overflow: hidden;
	font-size: 1em !important;
	font-weight: bold;
	color: #FFF;
	z-index: -1;	
}
#skiplinks a:active, 
#skiplinks a:focus {
	display: block;	
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 0.2em;
	overflow: visible;
	font-size: 0.7em;
	text-align: center;
	border: 0;
	/*background: #009BDD;*/
	z-index: 1000;
	position: static;
}

/* Footer
---------------------------------------*/
#footer { /* fix for ie6 */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer .outer {
	margin-bottom: 0;
	background: #22259B url(../img/footer_bg.png) 0 0 repeat-x;
}
#footerInner {
	position: relative;
	max-width: 1206px;
	min-width: 950px;
	margin: 0 auto;
	padding: 10px 15px;
	border-bottom: 0;
}
#footer p,
#footer ul {
	margin: 0;
	font-size: 1.1em;
	line-height: 1em;
	color: #FFF;
}
#footer p {
	width: 50%;
} 
#footer ul { /* fix for ie6, ie7 */
	min-height: 1em;
	margin: 0 0 0 -44px;
	list-style: none;
}
#footer li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #FFF;
}
#footer li:first-child {
	border: none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: underline;
}

/* Generic Copy styles
---------------------------------------*/
.no-wrap {
	white-space: nowrap;
}
a { 
	font-weight: bold;
	text-decoration: underline;
	color: #373ABE;
}
a:hover { 
	text-decoration: none; 
}
strong { 
	font-weight: bold; 
}
.content em {
	font-style: normal;
	font-weight: bold;
	color: #373ABE;
}
.content .tillReceipt .part table td em {
	color: #1B1D5F;
}
.content p, .content ul, ol, dl, table, address, blockquote {
	margin: 0 0 1em;
}
.content p, .content li, .content dt, .content dd, .content blockquote, 
.content pre, .content address, .content label, .content th, .content td, .content code { 
	font-size: 1.2em; 
	line-height: 1.4em;
}
.content th label, 
.content td label {
	font-size: 1em;
	line-height: 1.2em;
}
.content p.intro {
	font-size: 1.4em;
	font-weight: bold;
	color: #1B1D5F;
}
.content h1, 
.content h2, 
.content h3, 
.content h4 { 
	margin: 0 0 0.9em;
	font-size: 1.2em;
	font-weight: bold;
	color: #505050;
}
.content h1 { 
	margin: 0 0 0.35em;
	padding: 0;
	font-size: 3em;
	font-weight: bold;
	color: #1B1D5F;
}
.content .inner h1 { 
	padding-right: 0;
	padding-left: 0;
}
.content h2, 
.content h3.subHead, 
.content h4.subHead, 
.content p.pseudoHead { 
	font-size: 1.4em;
	font-weight: bold;
	color: #1B1D5F;
}
.content h2.bigHead {
	margin: 0 0 0.45em;
	padding: 0.45em 0 0;
	font-size: 2.4em;
}
.content .subPanel .inner > h2.bigHead:first-child,
.content .showHide .inner > h2.bigHead:first-child {
	padding-top: 0;
}
.content .dashGrad h2.bigHead {
	margin: 0 0 0.68em;
	padding: 0;
}
.content h2.biggerHead {
	margin-bottom: 0.4em;
	font-size: 2em;
}
.content h2.payeeHead {
	font-size: 1.2em;
	color: #505050;
}
.content h2.productHead,
.content h3.productHead {
	margin: 0 0 0.7em;
	font-size: 1.8em;
	font-weight: bold;
	color: #1B1D5F;
}
.content h2.productHead span.preHead {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	color: #1B1D5F;
}
.shareDealing h2.productHead {
	margin-top: 0.3em;
}
.content h2 .preHead {
	display: block;
	margin-bottom: 0.9em;
	font-size: 1em;
	color: #4DB00C;
}
.content h2 span,
.content h2.bigHead span {
	font-size: 0.7em;
	font-weight: normal;
	color: #505050;
}
.content h2.productHead span,
.content h3.productHead span {
	font-size: 0.65em;
	font-weight: normal;
	color: #505050;
}
.content h3.subHead span {
	font-size: 0.9em;
	font-weight: normal;
	color: #505050;
}
.content h2.partHead {
	font-size: 1.6em;
}
.content h2.partHead span {
	display: block;
	padding-top: 1em;
	font-weight: bold;
	color: #1B1D5F;
}
.content h2.partHead.noPrimary {
	padding-top: 2.55em;
	font-size: 1.4em;
}
.content h2 span {
	font-size: 0.9em;
}
.content h3 { 
	font-size: 1.4em; 
	color: #1B1D5F;
}
.content h4 { 
	font-size: 1.2em; 
}
.content li h2 {
	font-size: 1.2em;
}
.content li h3,
.content li h4 {
	font-size: 1em;
}
.content .solidDividerLower h2.bigHead {
	padding-top: 0;
}
.content h2.small, 
.content h3.small, 
.content h4.small {
	font-size: 1.2em;
	font-weight: bold;
	color: #1B1D5F;
}
.secondary .subPanel h2 {
	margin-bottom: 0.6em;
	font-size: 1.8em;
	font-weight: bold;
	color: #1B1D5F;
}
.content .secondary h2.iconHead {
	position: relative;
	margin-bottom: 0.7em;
	padding: 0 32px 0 0;
	font-size: 1.8em;
	color: #1B1D5F;
}
.content .secondary h2.iconHead img { /* fix for ie6 */
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 19px;
}
.content #overlayCont h2.overlayHead {
	margin: 0 0 0.9em;
	font-size: 2.2em;
	color: #1B1D5F;
}
.content ol { /* fix for ie6, ie7 */
	margin-left: 0.6em;
	padding: 0 0 0 20px;
	list-style: decimal;
}
.content ol li {
	margin: 0 0 0.6em;
}
.content ol.condensed li {
	margin-bottom: 0;
}
.content ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
.content ul li {
	margin: 0 0 0.5em;
	background: url(../img/bullet.png) 7px 0.5em no-repeat;
	padding:0 0 0 22px;
}
.content li ul,
.content li ol {
	margin: 1em 0 0;
}
.content blockquote {
	padding: 15px 40px 0;
	color: #373ABE;
	background: url(../img/quote.png) no-repeat 0 0;
}
.content table {
	width: 100%;
	margin: 0 0 1.5em;
}
.content table.dash {
	margin-top: 0.4em;
	background: url(../img/horiz_div.png) 0 0 repeat-x;
}
.content table th, 
.content table td {
	padding: 0.6em 10px 0.6em 0;
	font-size: 1.2em; 
	line-height: 1.2em;
	text-align: left;
}
.content table th {
	font-weight: bold;
}
.content table thead th {
	color: #1B1D5F;
}
.content table.productDetails thead th.first {
	word-wrap: normal;
}
.content table th.first, 
.content table td.first {
	padding-left: 10px;
}
.content table th.numeric, 
.content table td.numeric {
	text-align: right;
}
.content table tbody th, 
.content table tbody td {	
	vertical-align: top;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.content table tbody tr.normal th, 
.content table tbody tr.normal td {
	font-weight: normal;																																		
}
.content table.compact tbody tr th,
.content table.compact tbody tr td {
	border: 0;
	padding-top: 0;
}
.content table.compact tbody tr td.first {
	padding-left: 14px;	
}
.content table.compact tbody tr td.last {
	padding-right: 14px;	
}
.content table.compact tbody tr.dash th,
.content table.compact tbody tr.dash td {
	padding-top: 1em;
}
.content table.compact tbody tr.grandTotal th, 
.content table.compact tbody tr.grandTotal td {
	padding-top: 0.6em;
}
.content table tbody .alt th, 
.content table tbody .alt td {
	background: #F5F5FC;
}
.content .error table tbody th, 
.content .error table tbody td {	
	border-top: 1px solid #E5D9D9;
	border-bottom: 1px solid #E5D9D9;
}
.content .error table tbody .alt th, 
.content .error table tbody .alt td {
	background: #F5E9EF;
}
.content table .subTotal th, 
.content table .subTotal td {
	padding-bottom: 0;
	border: 0;
}
.content table .subTotal th {
	text-align: right;
}
.content table .grandTotal th, 
.content table .grandTotal td {
	font-weight: bold !important;
	border: 0;
}
.content table .grandTotal th {
	text-align: right;
}
.content table.solidDividerLower tr.last th,
.content table.solidDividerLower tr.last td {
	border-bottom: 1px solid #8C8C8C !important;
}
.content .large {
	font-size: 1.25em;
}
.content table abbr {
	border: none;
	cursor: help;
}
.content table.accountList th{
	text-align: right;
}
.content table.accountList thead .first {
	text-align:left;
}
.content table.sortable .header {
	padding-left: 27px;
	background: url(../img/icons/sort_arrow_both.png) 11px center no-repeat;
	cursor: pointer;
}
.content table.sortable .header.headerSortDown {
	background: url(../img/icons/sort_arrow_down.png) 11px center no-repeat;
}
.content table.sortable .header.headerSortUp {
	background: url(../img/icons/sort_arrow_up.png) 11px center no-repeat;
}
.content table.sortable td,
.content table.sortable th {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #e7e7e7;
}
.content table.sortable th.first,
.content table.sortable td.first,
.content table.sortable td.errorMsg {
	border-left: none;
}
.secondary .panel .subPanelWide table td.first {
	padding-left: 14px;
}
/* wrap .header content with anchor to enable sorting for safari 3 */
.content table.sortable .header a.sortingTrigger {
	color: #1B1D5F;
	text-decoration: none;
}

/* Link list
---------------------------------------*/
.content ul.linkList { /* fix for ie7 */
	margin-bottom: 1em;
}
.content ul.linkList li { /* fix for ie6 */
	margin-bottom: 0;
	padding: 0 0 0.3em;
	font-weight: bold;
	background: transparent;	
}

/* can't find
.content ul.linkList li span.unemphasized { 
	font-weight: normal;
}*/

.secondary ul.linkList li {
	font-weight: normal;
}
.content ul.linkList li.footLink {
	margin: 1.3em 0 0;
	padding: 1.3em 0 0;
	border-top: 1px solid #CACAD1;
}
.content ul.linkList li a { /* fix for ie6 */
	display: inline-block;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #373ABE;
	background: url(../img/icons/arrow.png) 0 4px no-repeat;
}
.content ul.linkList li a:hover {
	text-decoration: underline;
}
.content ul.linkList li.primaryAction a {
	padding-left: 0 !important;
	background: none;
}
.content .secondary ul.linkList li a {
	display: -moz-inline-block; /* for FF2 */
}
.content ul.linkList li span.cxtHelp a {
	padding: 0;
	background: none;
}
.content ul.linkList li span.cxtHelp a.cxtTrigger {
	line-height: 0.9em;
	background-color: #EBEBF8;
}
.content ul.linkList.icons li { /* fix for ie6 */
	margin-bottom: 0;
}
.content ul.linkList li span.inlineHelp {
	font-weight: normal;
}
.content ul.linkList.icons li a { /* fix for ie7 */
	display: -moz-inline-block; /* for FF2 */
	background-position: 0 0.9em;
}
.content ul.linkList.icons li a:hover {
	text-decoration: underline;
}
.content ul.linkList li .previous,
.content ul.linkList li .back {
	padding: 0 0 1px 27px;
	background: transparent url(../img/icons/arrow_left.png) 0 0 no-repeat;
}
.content ul.linkList li .cancel {
	padding: 7px 0 7px 17px !important;
	background: transparent url(../img/icons/cross.png) 0 9px no-repeat !important;
}
.content ul.linkList.icons li a { /* fix for ie6 */
	padding: 7px 0 7px 10px;
}
.content ul.linkList.icons li .pdf,
.content ul.linkList.icons li .print,
.content ul.linkList.icons li .printFriendly,
.content ul.linkList.icons li .export,
.content ul.linkList.icons li .search { /* fix for ie6 */
	padding: 7px 0 7px 30px;
}
.content ul.linkList.icons li .pdf {
	background: transparent url(../img/icons/pdf.png) no-repeat scroll 3px 5px;
}
.content ul.linkList.icons li .print,
.content ul.linkList.icons li .printFriendly {
	background: transparent url(../img/icons/print.png) no-repeat scroll 0 4px;
}
.content ul.linkList.icons li .export {
	background: transparent url(../img/icons/export.png) no-repeat scroll 3px 5px;
}
.content ul.linkList.icons li .search {
	background: transparent url(../img/icons/search.png) no-repeat scroll 3px 6px;
}
.content ul.linkList.icons li .exclamationMark {
	background: transparent url(../img/icons/exclamation_mark.png) no-repeat scroll 0px 2px;
}
.content ul.linkList.icons li .circleGreenTick {
	background: transparent url(../img/icons/green_circle_tick.png) no-repeat scroll 2px 5px;
}
.content ul.linkList.icons li .circleHalfGreen {
	background: transparent url(../img/icons/circle_half_green.png) no-repeat scroll 2px 5px;
}
.content ul.linkList.icons li .directDebit {
	background: transparent url(../img/icons/direct_debit.png) no-repeat scroll 2px 7px;
}
.content ul.linkList.icons .success {
	background: transparent url(../img/icons/tick.png) no-repeat scroll 0 2px;
}
.content ul.linkList li span.note { /* fix for ie6, ie7 */
	font-weight: normal;
}
.content ul.linkList li h3 a {
	padding: 0;
	background: none;
}
.content ul.linkList li a:hover {
	text-decoration: underline;
}
.content ul.linkList li ul { /* fix for ie6 */
	margin-top: 0.9em;
	margin-left: 22px;
}
.content ul.linkList li .help ul.linkList {
	float: none;
	margin-left: 0;
	padding: 0;
}
.content ul.linkList li .help ul.linkList li a {
	padding-left: 10px;
	background: url(../img/icons/arrow.png) 0 2px no-repeat;
}
.content ul.linkList.quickLinks {
	margin-bottom: 0.5em;
}
.content ul.linkList.quickLinks li {
	float: left;
	width: 132px;
	margin-bottom: 0.5em;
}
.content ul.linkList.quickLinks li h3 {
	margin: 0;
	font-size: 1.2em;
}
.content ul.linkList.quickLinks li h3, 
.content ul.linkList.quickLinks li h3 a {
	font-size: 1.21em;
	color: #2E2E7A;
}
.content ul.linkList.quickLinks  li ul {
	margin-left: 0;
}
.content ul.linkList.quickLinks li li {
	float: none;
	margin-bottom: 0;
}
.colLayout.cols2WideLeft .colPart + .colPart ul.linkList {
	margin-top: -0.4em;
}
.content th ul.linkList {
	margin-top: 0.5em; /* P 38.07 */
}
.content .productPromo.hyperlink ul.linkList li a{ /* fix for ie6 */
	background: url(../img/icons/arrow_hi.png) 0 2px no-repeat;
	padding:1px 0 10px 23px;
	color:#505050;
}

/* Quick links - this section may be duplicate (see line 2489 or thereabouts)
----------------------------------------------- */
/*
.secondary .quickLinks h2 a, 
.secondary .quickLinks h2 a:hover{
	position: relative;
	display: block;
	text-decoration: none;
	color: #00864F;
}
.secondary .quickLinks .toggle{
	position: absolute;
	right: 0;
	left: auto;
	top: 6px;
}
*/

/* Link styles
---------------------------------------*/
.content a.linkBullet {
	margin: 0 0 0 1em;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: #373ABE;
	background: url(../img/icons/arrow.png) 0 4px no-repeat;
}
.content a.linkBullet.pdf { 
	display: inline-block;
	padding-left: 23px;
	background: url(../img/icons/pdf.png) no-repeat 0 3px; 
}
.content a.linkBullet.selectAccount {
	margin-left: 0;
}
.content a.linkBullet:hover {
	text-decoration: underline;
}
.content form fieldset .inner + p a.linkBullet,
.content .supportingInfo a.linkBullet {
	margin-left: 0;
}
.content .addressMsg .linkBullet { 
	margin-left: 17px;
}
.content .supportingInfo a.linkBullet,
.content .addressMsg .linkBullet { 
	margin-left: 0;
}
.content .productSummary dd .linkBullet {
	display: block;
	margin: 0.4em 0 0.7em;
}
.content a.pdfLink {
	margin-left: 10px;
	padding: 3px 0 5px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	background: url(../img/icons/pdf.png) 0 0 no-repeat;
}
.content a.pdfLink:hover {
	text-decoration: underline;
}
.content ul.buttonLink li {
	padding: 0;
	background: none;
}
.content table ul.buttonLink {
	margin: 0;
}
.content table ul.buttonLink li {
	margin: 0 0 -5px;
}
.content ul.buttonLinkInline {
	margin: 0.5em 0 0;
}
.content ul.buttonLinkInline li {
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	background: none;
}
.content .buttonLink {
	margin: 0 0 1em;
	padding: 0;
}

.content .batchDetails .buttonLink {
	text-align:right;
}

/* Check list
---------------------------------------*/
.content ul.checkList li {
	padding-left: 24px;
	background: transparent;
}
.content ul.checkList li img.checkMark {
	position: relative;
	top: 1px;
	left: -24px;
	margin-right: -16px;
}

/* Decal
---------------------------------------*/
.content img.decal {
	display: block;
	float: right;
	margin: 44px 0 1em 2em;
}

/* Print Link
---------------------------------------*/
.content .print,
.content ul.linkList li a.print {
	display: none !important;
}
.hasJS .content .print,
.hasJS .content ul.linkList li a.print {
	display: -moz-inline-block !important;
	display: inline-block !important;
}

/* Back Link
---------------------------------------*/
.content a.back,
.content ul.actions li.back a,
.content ul.linkList li.back a {
	padding: 0 0 0 27px !important;
	text-decoration: none;
	line-height: 1.45em;
	background: url(../img/icons/arrow_left.png) 0 0 no-repeat;	
}
.content a.back:hover,
.content ul.linkList li.back a:hover {
	text-decoration: underline;
}

/* Success/failure messages
---------------------------------------*/
.content .success {
	padding: 0 0 0 20px;
	background: url(../img/icons/tick.png) 0 0 no-repeat;
}
.content .failure {
	padding: 0 0 0 20px;
	background: url(../img/icons/cross_mark.png) 0 4px no-repeat;
}
.content p.success,
.content p.failure { /* fix for ie7 */
	padding-top: 0.2em;
}
.content p.success {
	background-position: 0 3px;
}

/* Full width message
---------------------------------------*/
.content .wideMessage { /* fix for ie6 */
	min-height: 322px;
	padding-top: 36px;
	text-align: center;
}
.content .wideMessage h1 {
	margin-top: 0.68em;
	margin-bottom: 0.5em;
}
.content .wideMessage strong {
	font-size: 1.2em;
	color: #1B1D5F;
}

/* Info message / alert
---------------------------------------*/
.content .infoMessage { /* fix for ie7 */
	clear: left;
	margin: 0 0 1.7em;
	border: 2px solid #F2E97B;
	background-color: #FFFBCC;
}
.content .infoMessage + .infoMessage {
	margin-top: 1em;
}
.content .infoMessage.success, /* fix for ie6, ie7 */
.content .infoMessage.alert { /* fix for ie6, ie7 */
	margin-bottom: 0.6em;
}
.content .infoMessage.success + .inner,
.content .infoMessage.alert + .inner,
.content .infoMessage.success + div.formSubmitError,
.content .infoMessage.alert + div.formSubmitError {
	margin-top: 1.5em;
}
.content .infoMessage.success + p.error, /* fix for ie7 */
.content .infoMessage.alert + p.error { /* fix for ie7 */
	margin-top: 1.7em;
}
.content .infoMessage + .accountUpgradeSummary {
	margin-top: 1.7em;
}
.content .infoMessage + .inner.comparisonSelectAction {
	margin-top: 3em;
}
.content .infoMessage + form .formField:first-child {
	margin-top: -0.7em;
}
.content .infoMessage + .inner.dash {
	background: none !important;
}
.content .infoMessage .infoMessageInner {
	position: relative;
	margin-bottom: 3px;
	padding: 1.2em 15px 0;
}
.content .infoMessage.success .infoMessageInner,
.content .infoMessage.alert .infoMessageInner {
	margin: 0 0 0.5em;
	padding: 0 0 1em;
	background: transparent url(../img/icons/alert.png) no-repeat 13px 11px;
}
.content .panelWrap .hasButton .infoMessageInner p {
	width: auto;
	padding-right: 210px;
}
.content .infoMessage.hasButton p.buttonLink {
	margin-bottom: 0.4em;
}
.content .infoMessage.success p,
.content .infoMessage.alert p {
	margin-bottom: 0.1em;
	padding: 0 180px 0 52px;
}
.content .infoMessage.success h2,
.content .infoMessage.alert h2 {
	margin-bottom: 1em;
	padding: 0 13px 0 52px;
	color: #505050;
}
.content .infoMessage.success ul,
.content .infoMessage.alert ul {
	margin: 1em 0;
	padding: 0 13px 0 52px;
}
.content .infoMessage.success p:first-child,
.content .infoMessage.alert p:first-child,
.content .infoMessage.success h2:first-child, /* fix for ie7 */
.content .infoMessage.alert h2:first-child { /* fix for ie7 */
	padding-top: 1.3em;
}
.content .navBar + .infoMessage.success p:first-child,
.content .navBar + .infoMessage.alert p:first-child {
	background: none;
}
.content .infoMessage .help p:first-child,
.content .infoMessage .help h2:first-child {
	padding: 0;
	background: none;
}
.content .hasButton .infoMessageInner p.buttonLink {
	position: absolute;
	top: 0.8em;
	right: 13px;
	width: auto;
	padding: 0;
}
.content .infoMessage.smallMessage p.buttonLink {
	top: auto;
	bottom: 0;
}
.content .infoMessage .help p {
	width: 100%;
}
.content .infoMessage .help ul {
	margin-bottom: 0.4em;
}
.content .infoMessage .help li {
	font-size: 1em;
}
.content .infoMessage ol li {
	margin-bottom: 0;
}
.content .infoMessage + ul.actions {
	margin-top: 0;
	background: none;
}
.content p.alert {
	padding: 0.35em 0 0.65em 38px;
	background: url(../img/icons/alert.png) 0 0 no-repeat;
}
.content .infoMessage.success .cxtHelp .contextual p,
.content .infoMessage.alert .cxtHelp .contextual p {
	width: auto;
}
.content .infoMessage.success .cxtHelp .contextual p.close,
.content .infoMessage.alert .cxtHelp .contextual p.close {
	width: 12px;
}
.content .infoMessage.success .cxtHelp .contextual ul.linkList,
.content .infoMessage.alert .cxtHelp .contextual ul.linkList {
	padding-left: 0;
}

/* Success alert
---------------------------------------*/
.content .infoMessage.success {
	padding-left: 0;
	background-image: none;
}
.content .infoMessage.success .infoMessageInner {
	background: #ffffcc url(../img/icons/tick.png) no-repeat 17px 16px;
}

/* Success information message
---------------------------------------*/
.content .successInfoMessage {
	padding: 0.9em 0;
	margin-bottom: 1.4em;
}
.content .successInfoMessage h2.success {
	margin: 0;
}

/* Simple error
---------------------------------------*/
.content .simpleError {
	clear: left;
	min-height: 19px;
	margin: 1.7em 15px;
	padding: 0.5em 0 0 29px;
	background: transparent url(../img/icons/error.png) no-repeat 0 4px;
}
.content .inner .simpleError {
	margin-right: 0;
	margin-left: 0;
}

/* Columns - .last IE6 fix by JS
---------------------------------------*/
.colLayout { /* fix for ie6 */
	display: block;
}
.colLayout:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.colLayout .colPart {
	float: left;
}

/* Cols 2 */
.colLayout.cols2 .colPart {
	width: 48%;
}
.colLayout.cols2 .colPart + .colPart {
	float: right;
	margin-right: 0 !important;	
}

/* Cols 2 wide left */
.colLayout.cols2WideLeft .colPart {
	width: 56%;
}
.colLayout.cols2WideLeft .colPart + .colPart {
	float: right !important;
	width: 40%;
	margin-right: 0 !important;
}
.colLayout.cols2WideLeft .colPart + .colPart .decoration {
	float: right;
}

/* Cols 2 widest left */
.colLayout.cols2WidestLeft .colPart {
	width: 71%;
}
.colLayout.cols2WidestLeft .colPart + .colPart {
	float: right !important;
	width: 25%;
	margin-right: 0 !important;
}

/* Cols 3 */
.colLayout.cols3 .colPart {
	width: 31%;
	margin-right: 3.3%;
}
.colLayout.cols3 .colPart + .colPart + .colPart {
	float: right;
	margin-right: 0 !important;
	margin-left: -1%;
}

/* Cols 4 */
.colLayout.cols4 .colPart {
	width: 23%;
	margin-right: 2.5%;
}
.colLayout.cols4 .colPart + .colPart + .colPart + .colPart {
	float: right;
	margin-right: 0 !important;
}

/* SidePane
---------------------------------------*/
.sidePaneLayout { /* fix for ie7 */
	display: block; /* clearfix */
	width: 100%;
	margin: 0 0 1em;
}
.sidePaneLayout:after { /* clearfix */
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.sidePaneWrap {
	margin: 0 250px 0 0;		
}
.sidePaneContent { /* fix for ie6 */ 
	float: left;
	width: 100%; 
	margin: 0;
}
.sidePane { 
	float: right;
	width: 240px;
	margin: 0;
	text-align: right;
}
.sidePane .previewImage {
	margin: 0 0 10px 10px;
	padding: 0;
}
.sidePane .pullOut {
	text-align: left;
}

/* Panels
---------------------------------------*/
.panel {
	display: block;
}
.panel:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.primary .panel { /* fix for ie6 */
	min-height: 24px;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
}
.primary .panel + .panel {
	margin-top: -1em;
}
.primary .panel .panelWrap {
	position: relative;
}
.primary .panel .inner,
.content .inner { /* fix for ie6, ie7 */
	margin: 0;
}
#overlay .inner.dash,
.primary .panel .inner.dash, 
.primary .panel .inner.dashGrad,
.primary .panel .inner.dashBottom {
	margin: 0;
	padding: 2em 0 0;
	background: url(../img/horiz_div.png) 0 0 repeat-x;
}
.primary .panel .inner.dashLower {
	margin: 1.2em 14px 1em;
	padding-bottom: 0.7em;
	background: url(../img/horiz_div.png) 0 bottom repeat-x;
}
.primary .panel .inner.dashBottom {
	margin: 1.2em 0 1em;
	padding-bottom: 0.7em;
	background-position: bottom;
}
.primary .panel .inner.dashGrad,
.primary .panel .dashGrad {
	background: url(../img/panels/primary_panel_fill_dash.gif) 0 0 repeat-x;
}
.primary .panel fieldset.dashGrad { /* fix for ie6 */
	padding: 20px 0 0;
}
.primary .panel .solidDividerLower {
	margin: 0 0 1em;
	padding: 1.5em 0 0 !important;
	border-bottom: 1px solid #AAA;
}
.primary .panel form.solidDividerLower {
	padding: 0 !important;
}
.primary .panel .floatImage img {
	float: right;
	margin-left: 50px;
}
.primary .panel .panelWrapOuter {
	margin-top: 1.4em;
	padding-top: 3px;
	background: url(../img/horiz_div.png) 0 0 repeat-x;
}
.primary .panel .panelWrapOuter .panelWrap {
	padding: 1.4em 0 0;
}
.primary .subPanel, 
#overlayWrapper .subPanel { /* fix for ie6 */
	margin: 1.5em 0;
	padding: 1em 0;
	border: 3px solid #EBEBF8;
	border-radius: 8px;			/* Standard */
	-moz-border-radius: 8px;	/* Mozilla */
	-webkit-border-radius: 8px;	/* Webkit */	
	background: #F5F5FC;
}
.primary .inner .subPanel, 
.primary .colLayout .subPanel, 
#overlayWrapper .inner .subPanel {
	margin-top: 0;
}
.primary .subPanel .inner {
	margin: 0 14px !important;
}
.secondary .panel {
	margin: 0 0 2em 0;
	padding: 5px 0 0 0;
	border: none;
	background-color: transparent;
}
.secondary .panel a.linkMore {
	margin-left: 0;
}
.secondary .panel .subPanelWide {
	padding: 9px 0;
}
.secondary .panel .subPanelWide h2,
.secondary .panel .subPanelWide .indent{
	margin: 0 14px;
}
.secondary .subPanel { /* fix for ie6 */
	margin: 0 0 10px;
	padding: 1em 14px;
	border: 3px solid #C3C4EB;
	border-radius: 8px;			/* Standard */
	-moz-border-radius: 8px;	/* Mozilla */
	-webkit-border-radius: 8px;	/* Webkit */
	background: #EBEBF8;	
}
.secondary .subPanel > ul.linkList:first-child {
	margin-bottom: -0.3em;
}
.secondary .subPanel ul.linkList { /* fix for ie7, ie8 */
	margin-bottom: 0.5em;
}

/* Panels - mimic CSS3
---------------------------------------*/
.primary .subPanel-t {
	margin: 0 0 1.7em;
	padding: 0;
	background: #F5F5FC url(../img/panels/primary_subpanel_top.png) 0 0 repeat-x;
}
.primary .inner .subPanel-t { /* fix for ie8 */
	margin-right: 0;
	margin-left: 0;
}
.primary .subPanel-r {
	background: url(../img/panels/primary_subpanel_right.png) right top repeat-y;
}
.primary .subPanel-b {
	background: url(../img/panels/primary_subpanel_bottom.png) left bottom repeat-x;
}
.primary .subPanel-l {
	background: url(../img/panels/primary_subpanel_left.png) 0 0 repeat-y;
}
.primary .subPanel-tl {
	background: url(../img/panels/primary_subpanel_tl.png) 0 0 no-repeat;
}
.primary .subPanel-tr {
	background: url(../img/panels/primary_subpanel_tr.png) right top no-repeat;
}
.primary .subPanel-br {
	background: url(../img/panels/primary_subpanel_br.png) right bottom no-repeat;
}
.primary .subPanel-bl { /* fix for ie6 */
	background: url(../img/panels/primary_subpanel_bl.png) left bottom no-repeat;
}
.primary .subPanel-t .subPanel { /* fix for ie7 */
	min-height: 16px;
	border: 0;
	padding: 1.3em 3px;
	border-radius: 0;		/* Standard */
	-moz-border-radius: 0;	/* Mozilla */
	background: transparent;
}
.primary .subPanel-t .subPanel .inner {
	margin: 0 15px;
}
/* Tabs
---------------------------------------*/
.content ul.tabs { /* fix for ie6, ie7 */
	display: block; /* for clearfix */
	clear: both;
	margin: 0.5em 0;
	padding: 0 0 0 10px;
	border-bottom: 2px solid #959595;
}
.content ul.tabs:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.content ul.tabs li,
.content .summary ul.tabs li {
	position: relative;
	float: left;
	margin: 0 5px -2px 0;
	padding: 0;
	background: transparent;
}
.content ul.tabs li .tabOuter { /* fix for ie6 */
	display: block;
	background: #EBEBF8;
}
.content ul.tabs li .tabInner { /* fix for ie6 */
	display: block;
	background: url(../img/tabs/tab_doors_default_sprite.png) top right no-repeat;
}
.content ul.tabs li a,
.content ul.tabs li em { /* fix for ie6 */
	display: block;
	padding: 10px 11px 8px;
	font-size: 1.1em;
	font-weight: normal;
	background: url(../img/tabs/tab_doors_default_sprite.png) top left no-repeat;
}
.content ul.tabs li a {
	text-decoration: none;
}
.content ul.tabs li em {
	margin-right: 0;
	color: #505050;
}

/* current tabs */
.content ul.tabs li.current {
	padding: 0;
}
.content ul.tabs li.current .tabOuter {
	background: #FFF;
}
.content ul.tabs li.current .tabInner {
	background-image: url(../img/tabs/tab_doors_default_current_sprite.png);
}
.content ul.tabs li.current a, 
.content ul.tabs li.current em {
	padding-bottom: 10px;
	font-weight: bold;	
	background-image: url(../img/tabs/tab_doors_default_current_sprite.png);
}

/* Subtabs
----------------------------------------*/
.content ul.subTabs { /* fix for ie6, ie7 */
	display: block; /* for clearfix */
	clear: both;
	/*margin: -0.3em 0 1.2em;*/
	padding: 0 0 0 11px;
	/*background: url(../img/horiz_div.png) 0 bottom repeat-x;*/
	border-bottom:1px solid #d1d1d1;
}
.content ul.subTabs:after {
    display: block;
	visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.content ul.subTabs li { /* fix for ie6 */
	position: relative;
	float: left;
	margin: 0;
	font-weight: bold;
	line-height: 1em;
	background: none;
}

.content ul.subTabs li.current {
	margin-bottom:-1px;
	border-bottom:1px solid #fff;
	padding: 0;
}

.content ul.subTabs li em,
.content ul.subTabs li a {
	font-size: 1em;
	padding:4px 12px;
}
.content ul.subTabs li a {
	display:block;
	text-decoration: none;
}
.content ul.subTabs li a:hover {
	text-decoration: underline;
}

.content ul.tabs li .tabOuter {
	display:block;
}
.content ul.subTabs li.current .tabInner {
	background:url("../img/tabs/sub_tab_doors_default_sprite.png") no-repeat scroll right top transparent;
	display:block;
}


.content ul.subTabs li.current em {
	display:block;
	color:#505050;
	font-size:1em;
	font-weight:bold;
	/*line-height:1.4em;*/
	background-image:url("../img/tabs/sub_tab_doors_default_sprite.png");
	padding:4px 12px;
}

.content ul.subTabs + .infoMessage {
	margin-top: 1.5em;
}

/* Action buttons
------------------------------------- */
.content ul.actions { /* fix for ie6, ie7 */
	display: block;
	clear: both;
	margin: 1.8em 0 0;
	padding: 1.5em 0;
	background: url(../img/horiz_div.png) 0 0 repeat-x;
}
.content .primary .subPanel ul.actions { /* fix for ie7 */
	margin-right: 14px;
	margin-left: 14px;
	padding-bottom: 0.5em;
}
.content ul.actions.nodash {
	padding-top: 0px;
	background: none;
}
.content ul.actions.nomargin {
	margin-top: 0px;
}
.content ul.actions.top {
	margin: 0;
	padding: 0.4em 0 1.5em;
	background: url(../img/horiz_div.png) left bottom repeat-x;
}
.content ul.actions.product { /* fix for ie6, ie7 */
	padding: 1.5em 0 1em;
	background-position: 0 0 !important;
}
.content ul.actions.product li {
	width: 70%;
}
.content ul.actions.product li.primaryAction {
	width: auto;
}
.content .tillReceipt ul.actions.nodash {
	padding :0;
}
.content ul.actions.postHighlight {
	margin-top: 2px;
}
.content ul.actions:after { /* fix for ie7 */
    display: block;
    visibility: hidden;
	clear: both;
    height: 0;
    content: ".";
}
.content #overlayCont ul.actions {
	margin: 1.5em 0 0;
	padding-bottom: 0;
}
.content ul.actions li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: transparent;
}
.content ul.actions li.back {
	float: left;
	margin: 0 16px 0 0;
}
.content ul.actions li input.pseudoLink {
	padding-top: 9px;
}
.content ul.actions li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #373ABE;
}
.content ul.actions li a.linkBullet {
	margin-left: 0;
	padding-left: 10px;
}
.content ul.actions li a:hover {
	text-decoration: underline;
}
.content ul.actions li a.cancel {
	margin-bottom: 6px;
	padding: 3px 0 3px 19px;
	color: #373ABE;
	background: url(../img/icons/cross.png) 0 5px no-repeat;
	position: relative;
	top: 5px;
}
.content ul.actions li a.proceed {
	margin-bottom: 6px;
	padding: 3px 0 3px 19px;
	background: url(../img/icons/arrow.png) 0 5px no-repeat;
}
.content ul.actions li a.print {
	padding-left: 30px;
	background: transparent url(../img/icons/print.png) 0 4px no-repeat;
}	
.content ul.actions .previous {
	float: left;
	margin: 0;
}
.content ul.actions .primaryAction {
	float: right;
	margin: 0;
}
.content ul.actions .primaryAction img,
.content ul.actions .primaryAction input {
	display: block;
}
.content ul.actions.linkList li {
	margin-bottom: 0.5em;
}
.content ul.actions.linkList li.primaryAction {
	margin-bottom: 0;
}
.content ul.actions.linkList li.return {
	float: left;
	margin-left: 0;
}
.content ul.actions.linkList li a {
	padding: 0 0 0 10px;
}
.content ul.actions li.button a {
	padding: 0 0 0.3em;
}

/* secondary wide sub panel */
.content .secondary .panel .subPanelWide ul.actions { /* fix for ie7 */
	padding: 1.5em 14px 0.5em;
	margin-bottom: 0.8em;
}
.content .secondary .panel .subPanelWide ul.actions li {
	padding-top: 9px;
}
.content .secondary .panel .subPanelWide ul.actions li.primaryAction {
	padding-top: 0;
}

/* can't find
.content .textAndAction p {
	float: left;
	width: 70%;
}
.content .textAndAction .buttonLink {
	float: right;
	width: auto;
}*/

div.submitActions {
	padding: 1.5em 0 0;
	overflow: hidden;
}
div.submitActions.save {
	padding: 0.5em 0 1.5em;
}
div.submitActions h2,
div.submitActions ul.linkList {
	float: left;
}
.content div.submitActions h2,
.content div.submitActions ul.linkList,
.content div.submitActions p.buttonLink {
	margin: 0;
	padding: 0;
}
.content div.submitActions ul.linkList { /* fix for ie6 */
	margin-top: 0.6em;
}
div.submitActions p.buttonLink {
	float: right;
	margin-top: 14px;
	margin-left: 0;
	padding: 0;
}

/* P 17.00.02 */
.content .manageAlerts ul.actions {
	padding-bottom: 0;
}
.content .manageAlerts p.nb + ul.actions.nodash {
	padding-bottom: 1.5em;
}
.content .manageAlerts ul.actions li h2.bigHead {
	margin: 0;
	padding: 0;
	font-size: 2em;
}
.content .manageAlerts ul.actions li h3.subHead {
	font-size: 1.2em;
}
.content .manageAlerts ul.actions li ul.linkList li {
	float: none;
}
.content .manageAlerts ul.actions li ul.linkList li a {
	padding-left: 10px;
}

/* Moving on
---------------------------------------*/
.content ul.movingOn { /* fix for ie6, ie7 */
	display: block;
	clear: both;
	margin: 1.5em 0 1em;
	padding: 1.5em 0 0.5em;
	background: url(../img/horiz_div.png) 0 0 repeat-x;
}
.content ul.movingOn:after {
    display: block;
	visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.content ul.movingOn.top {
	margin: 0.4em 0 1.5em;
	padding: 0 0 1em;
	border-bottom: 1px solid #E5E5E5;
	background: none;
}
.content ul.movingOn li {
	float: right;
	margin: 0 0 0 16px;
	padding: 0;
	background: transparent;
}
.content ul.movingOn li.back {
	float: left;
	margin: 0 16px 0 0;
}
.content ul.movingOn li a {
	display: block;
	position: relative;	
	padding: 0 21px 0 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.45em;
	color: #373ABE;
	background: url(../img/icons/arrow_right.png) right 0 no-repeat;
}
.content ul.movingOn li a:hover {
	text-decoration: underline;
}

/* Contextual help
---------------------------------------*/
.help { /* fix for ie6 */
	clear: both;
	margin: 0 0 1em;
	padding: 0.6em 10px;
	overflow: hidden; /* for no JS */
	border: 1px solid #C3C4EB;
	border-radius: 6px;			/* Standard */
	-moz-border-radius: 6px;	/* Mozilla */
	-webkit-border-radius: 6px;	/* Webkit */	
	background: #F5F5FC;
	font-size: 1.2em;
}
.hasJS .help {
	font-size: 1em;
}
.help h2, 
.help h3, 
.help h4 {
	margin: 0 20px 0.45em 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	color: #1B1D5F;
}
.help p, 
.help li {
	font-size: 1.0em;
}
.content .cxtHelp {
	display: inline-block; /* For Safari */
	position: relative;
}
.content .fieldHelp .cxtHelp {
	font-size: 1.2em; /* P 47.02b */
}
.content .fieldHelp p .cxtHelp {
	font-size: 1em; /* P 46.04a */
}
.content h2 .cxtHelp {
	font-size: 0.85em;
}
.content .fieldHelp .cxtHelp, 
.content h2 .cxtHelp {
	z-index: 999 !important;
}
.content .fieldHelp .addHelp { /* fix for ie7 */
	display: block;
	clear: left;
	margin-bottom: 0.7em;
}
.content .cxtHelp a.cxtTrigger {
	display: inherit !important; /* fix ff2 */
	font-size: 1em !important;
	font-weight: bold !important;
	text-decoration: none;
	color: #373ABE !important;
	background-color: #EBEBF8;
}
.content .cxtHelp a:hover {
	text-decoration: underline;
}
.content .cxtHelp .refPoint {
	position: absolute;
	top: 0;
	left: 0;
}
.content .cxtHelp .contextual {
	position: absolute;
	z-index: 999;
	bottom: 15px;
	left: -26px;
	width: 320px;
	padding: 0;
	border-radius: 8px;			/* Standard */
	-moz-border-radius: 8px;	/* Mozilla */
	-webkit-border-radius: 8px;	/* Webkit */	
	background: #F5F5FC;
}
.content .cxtHelp .contextual.left {
	left: -282px;
}
.content .cxtHelp .contextual .pointer { /* fix for ie6, ie7 */
	position: absolute;
	bottom: -12px;
	left: 20px;
	width: 28px;
	height: 15px;
	background: url(../img/help/cxthelp_arrow.png) 0 0 no-repeat;
}
.content .cxtHelp .contextual.left .pointer {
	left: 280px;
}
.content .cxtHelp .help { /* fix for ie6, ie7 */
	position: relative;
	top: -1px;
	left: 0;
	margin: 0;
	background-image: none;
}
.content .cxtHelp dd.help { /* P 34.04 */
	font-size: inherit;
}
.content .cxtHelp .help h2 {
	margin-right: 20px;
}
.content .dateGroup .cxtHelp .help h2 {
	font-size: 1.5em;
}
.content .cxtHelp .help ul.linkList {
	float: none !important;
	margin-bottom: 0.2em;
}
.content .cxtHelp .help ul.linkList li a {
	line-height: 1.4em;
}
.content .cxtHelp .help p {
	display: block !important;
	float: none !important;
	margin: 0 0 0.8em !important;
	padding: 0 !important;
	font-size: 1em !important;
	font-weight: normal !important;
	color: #505050;
	background: none !important;	
}
.content .cxtHelp p.close,
#overlay .cxtHelp p.close { /* fix for ie6 */
	position: absolute;
	top: 11px;
	right: 9px;
	width: 14px;
	height: 14px;
	margin: 0 !important;
	padding: 1px !important;
	overflow: hidden;
	background: url(../img/icons/cross.png) 0 0 no-repeat !important;
}
.content .cxtHelp p.close a {
	display: block;
	width: 10px;
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 16px !important;
	background: transparent !important;
}
.content label .cxtHelp a.cxtTrigger {
	font-size: 1em;
	font-weight: normal;
}
.content label .cxtHelp .contextual { /* reset inherited values from label */
	font-size: 1em;
	font-weight: normal;
}
.content dl.summary dd.help {
	font-size: 1em;
}

/* inner content wrapper - scrolls if exceeds height defined in js */
.content .cxtHelp .contextual .contentInner {
	clear: both;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 5px;
}

/* NB
---------------------------------------*/
.content .nb {
	margin: 0.2em 0 0;
	padding: 1.5em 0 0;
	background: url(../img/horiz_div.png) 0 0 repeat-x;	
}
.content .nb h3 {
	margin-bottom: 0;
	font-size: 1.1em;
}
.content .nb p {
	font-size: 1.1em;
}

/* Show/Hide
---------------------------------------*/
.hasJS .showHide .trigger {
	position: relative;
	padding-left: 27px;
}
.showHide .trigger a {
	text-decoration: none;
	color: #373ABE;
}
.showHide .trigger a:hover {
	text-decoration: underline;
}
.showHide .toggle { /* fix for ie6 */
	position: absolute;
	top: 0px;
	left: 0;
	width: 17px;
	height: 17px;
	background: url(../img/icons/minus.png) 0 0 no-repeat;	
}
.showHide.closed .toggle {
	background: url(../img/icons/plus.png) 0 0 no-repeat;	
}
.showHide .pane.indent {
	padding-left: 27px;
}

/* fix for safari drawing errors for collapsables (showHide) dynamically added on close */
.safariFormFix{
	position:relative;
	overflow:hidden;
}
/* Secondary SubPanel Show/Hide
---------------------------------------*/
.secondary .subPanel.showHide {
	margin: 0 0 10px;
	padding: 0;
}
.secondary .subPanel.showHide .trigger {
	margin: 10px 14px;
	padding: 0;
}
.secondary .subPanel.showHide .pane { /* fix for ie7 */
	margin: 0;
	padding: 0 14px;
}
.secondary .subPanel.showHide .pane .paneInner {
	padding: 0.5em 0 0;
}
.secondary .subPanel + .clearer {
	margin-bottom: -1px;
}

/* collapsed */
.secondary .subPanel.showHide.closed {
	background: #22259B url(../img/panels/secondary_accordion_bg.png) 0 0 repeat-x;
}
.secondary .subPanel.showHide.closed .trigger,
.secondary .subPanel.showHide.closed .trigger a {
	color: #FFF;
}

/* retro-fit styling */
.secondary .subPanel .partTop,
.secondary .subPanel .partBottom { /* fix for ie7 */
	width: 100%;
	height: 1px;
}
.secondary .subPanel .partTop {
	margin-bottom: -1px;
}
.secondary .subPanel .partBottom {
	margin-bottom: -6px;
}

/* shared corner styles */
.secondary .subPanel .partTop div,
.secondary .subPanel .partBottom div {
	width: 8px;
	height: 8px;
	margin: 0;
	background: #FFF url(../img/panels/secondary_accordion_panels_sprite.png) 0 0 no-repeat;
}
.secondary .subPanel .partTop div {
	margin-top: -13px;
}
.secondary .subPanel .partBottom div {
	margin-bottom: -13px;
}

/* left and right corners */
.secondary .subPanel .partTop .tl,
.secondary .subPanel .partBottom .bl {
	float: left;
	margin-left: -17px;
}
.secondary .subPanel .partTop .tr,
.secondary .subPanel .partBottom .br {
	float: right;
	margin-right: -17px;
}

/* show/hide amends */
.secondary .subPanel.showHide .partBottom { /* fix for ie7 */
	margin-bottom: 1px;
}
.secondary .subPanel.showHide .partTop div,
.secondary .subPanel.showHide .partBottom div {
	margin-top: -3px;
}
.secondary .subPanel.showHide .partTop .tl,
.secondary .subPanel.showHide .partBottom .bl {
	margin-left: -3px;
}
.secondary .subPanel.showHide .partTop .tr,
.secondary .subPanel.showHide .partBottom .br {
	margin-right: -3px;
}

/* corner bg positions - expanded */
.secondary .subPanel .partTop .tl {
	background-position: -36px 0;
}
.secondary .subPanel .partTop .tr {
	background-position: -45px 0;
}
.secondary .subPanel .partBottom .bl {
	background-position: -54px 0;
}
.secondary .subPanel .partBottom .br {
	background-position: -63px 0;
}

/* corner bg positions - collapsed */
.secondary .subPanel.closed .partTop .tl {
	background-position: 0 0;
}
.secondary .subPanel.closed .partTop .tr {
	background-position: -9px 0;
}
.secondary .subPanel.closed .partBottom .bl	{
	background-position: -18px 0px;
}
.secondary .subPanel.closed .partBottom .br	{
	background-position: -27px 0px;
}

/* subPanelWide */
.secondary .panel .subPanelWide {
	padding-bottom: 0.6em;
}
.secondary .subPanel.subPanelWide .partTop div {
	margin-top: -12px;
}
.secondary .subPanel.subPanelWide .partBottom div {
	margin-bottom: -9px;
}
.secondary .subPanel.subPanelWide .partTop .tl,
.secondary .subPanel.subPanelWide .partBottom .bl {
	margin-left: -3px;
}
.secondary .subPanel.subPanelWide .partTop .tr,
.secondary .subPanel.subPanelWide .partBottom .br {
	margin-right: -3px;
}

/* Pagination
--------------------------------------*/
.content ul.pagination { /* fix for ie6 */
	float: right;
	margin: 2em 0 0;
}
.content ul.pagination.upper {
	margin-top: 0.5em;
}
.content ul.pagination.lower {
	margin: 1.2em 15px 1.2em 0;
}
.content ul.pagination li { /* fix for ie6 */
	float: left;
	margin: 0;
	padding: 0 0 0 18px;
	font-weight: bold;
	line-height: 1.4em;
	background: none;
}
.content ul.pagination li.inactive { /* fix for ie6 */
	margin: 0 0 0 18px;
	padding: 0 0 0 22px;
	color: #CDCDCD;
	background: url(../img/icons/arrow_inactive.png) 0 2px no-repeat;
}
.content ul.pagination li.inactive.previous {
	background: url(../img/icons/arrow_left_inactive.png) 0 1px no-repeat;
}
.content ul.pagination li a {
	display: inline-block;
	padding: 0 0 1em 22px;
	line-height: 1.45em;
	text-decoration: none;
	color: #373ABE;
	background: url(../img/icons/arrow.png) 0 0 no-repeat;
}
.content ul.pagination li a.previous {
	background: url(../img/icons/arrow_left.png) 0 0 no-repeat;
}
.content ul.pagination li a:hover {
	text-decoration: underline;
}

/* Sudo buttons
--------------------------------------*/
.content ul.sudoButtons li {
	height: 14px;
	margin: 0 0 4px;
	padding: 0;
	background: none;
}
.content ul.sudoButtons li input {
	font-size: 0.9em;
}
.content table ul.sudoButtons {
	margin: 0 0 -0.3em;
}

/* Pagination Sudo Buttons
--------------------------------------*/
.content ul.paginationSudoButtons {
	float: right;
	margin: 1.7em 0 1em;
}
.content ul.paginationSudoButtons li input[disabled="disabled"] {
	cursor:default;
}
.content ul.paginationSudoButtons.upper {}
.content ul.paginationSudoButtons.lower { /* fix for ie6 */
	margin: 2em 0 1.2em;
}
.content ul.paginationSudoButtons li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 4px;
	font-weight: bold;
	background: none;
}
.content ul.paginationSudoButtons li.previous {
	margin: 0;
}
.content .selectBranch .resultsPagination ul.paginationSudoButtons {
	margin: 0.4em 0 0;
}
.content .searchResults ul.paginationSudoButtons { /* fix for ie6, ie7 */
	margin: 1.5em 0 0;
}

/* Pull out
---------------------------------------*/
.pullOut { /* fix for ie */
	position: relative;
	float: right;
	width: 180px;
	margin: 10px 0 2em 2em;
	padding: 10px;
	border: 1px solid #CDCDCD;
	border-radius: 6px;			/* Standard */
	-moz-border-radius: 6px;	/* Mozilla */
	-webkit-border-radius: 6px;	/* Webkit */	
	background: #FFF;
}
.inner .pullOut {
	margin-right: 0;
}
.pullOut.wide {
	width: auto;
	margin-left: 0;
}
.pullOut ul.linkList,
.pullOut ul.linkList li {
	margin-bottom: 0;
}
.pullOut ul.linkList + p {
	margin-top: 1em;
}
.pullOut.image { /* fix for ie7 */
	clear: both;
	padding: 0;
	border: none;
}
.pullOut.image span.imageTitle {
	float: left;
	clear: both;
	padding: 0.4em 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
.pullOut .buttonLink {
	margin-bottom: 0;
}

/* Corners for IE - mimic CSS3 */
.pullOut .pullOut-tl,
.pullOut .pullOut-tr,
.pullOut .pullOut-bl, 
.pullOut .pullOut-br { /* fix for ie7 */
	position: absolute;	
	width: 8px;
	height: 8px;
	background: url(../img/panels/pullout_corners_sprite.png) 0 0 no-repeat;
}
.pullOut .pullOut-tl {
	top: -1px;
	left: -1px;
	background-position-x: 0 !important;
}
.pullOut .pullOut-tr {
	top: -1px;
	right: -1px;
	background-position: -9px 0;
}
.pullOut .pullOut-bl {
	bottom: -1px;
	left: -1px;
	background-position: -27px 0;
}
.pullOut .pullOut-br {
	right: -1px;
	bottom: -1px;
	background-position: -18px 0;
}
.error .pullOut .pullOut-tl, 
.error .pullOut .pullOut-tr, 
.error .pullOut .pullOut-bl, 
.error .pullOut .pullOut-br {
	background-position-y: -9px;
}
.shareDealing .pullOut {
	float: none;
	margin: 0 0 1.8em;
}
.shareDealing .pullOut p {
	margin-bottom: 0;
}
.payee .pullOut { /* fix ie6, for ie7 */
	z-index: 2;
	right: 0;
}

/* Errors
---------------------------------------*/
p.error { /* fix for ie7 */
	min-height: 17px;
	margin: 0 0 1.4em;
	padding: 3px 0 3px 30px;
	font-weight: bold;
	color: #9E0B0F;
	background: url(../img/icons/error.png) 0 1px no-repeat;
}
.inner p.error {
	margin: 0 0 1.4em;
}

/* Footnotes
---------------------------------------*/
.content a.fnLink {
	text-decoration: none;
	color: #505050;
}
.content a.fnLink:hover {
	text-decoration: underline;
}
.content .footnote { /* fix for ie6, ie7 */
	position: relative;
	padding: 0;
	font-size: 0.9em;
}
.content .footnote p { 
	padding-left: 14px;
}
.content .subPanel .footnote {
	padding-left: 18px;
}
.content .footnote .fnChar { /* fix for ie6 */
	position: absolute;
	left: 0;
	width: 1em;
	text-align: right;
}
.content .secondary .footnote {
	padding: 0 14px 0 22px;
}
.content .solidDividerLower + .footnote {
	padding-top: 1.2em;
	padding-left: 0;
}
.tillReceipt .footnote .fnChar {
	left: 0;
	position: absolute;
	text-align: left;
	top: 2px;
}
.subPanel .tillReceipt .footnote {
	padding: 0 11px 0 0;
}
/* Highlight
---------------------------------------*/
.content .highlight { /* fix for ie6 */	
	background-color: #FFFFCC;
}

/* Till receipt
---------------------------------------*/
.content .primary .subPanel .tillReceipt,
#overlayWrapper .subPanel .tillReceipt {
	padding: 0.8em 14px 0;
}

/* Ensure credit card number only display on one line */
.content .primary .subPanel .tillReceipt span.creditCardNumber {
	display: inline-block;
}
.content .tillReceipt p .important {
	font-size: 1.2em;
}
.content .tillReceipt .topper {
	padding: 0 0 0.5em;
	margin: 0 0 1.7em;
	background: url(../img/horiz_div.png) left bottom repeat-x;
}	
.content .tillReceipt .topper h2, 
.content .tillReceipt .topper h3 {
	margin: 0 18px 0.1em 0;
	font-size: 1.8em;
	color: #1B1D5F;
}
.content .tillReceipt .item h2, 
.content .tillReceipt .item h3 {
	margin: 0 18px 0.3em 0;
	font-size: 2em;
	font-weight: bold;
	color: #1B1D5F;
}
.content .tillReceipt .item h2 img, 
.content .tillReceipt .item h3 img {
	display: block;
	margin: 0.3em 0 0.4em;	
}
.content .tillReceipt .item h2 span {
	display: block;
	margin-bottom: 0.6em;
	font-size: 0.7em;
}
.content .tillReceipt .supContent h3 {
	margin-bottom: 0;
	font-size: 1.4em;
}
.content .tillReceipt .aboutYou h3 {
	font-size: 1.4em;
}
.content .primary .tillReceipt .part.aboutYou p {
	margin-bottom: 1em;
}
.content .tillReceipt .item .preHead {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	color: #1B1D5F;
}
.content .tillReceipt .item.trecTextAlerts .preHead {
	margin-bottom: 0.7em;
}
.content .tillReceipt .item p {
	margin: 0 0 0.7em;
}
.content .tillReceipt .item p.intro {
	margin-bottom: 0;
	font-size: 1.4em;
	color: #1B1D5F;
}
.content .tillReceipt .item .product {
	font-size: 1.1em;
	color: #1B1D5F;
}
.content .tillReceipt .item.trecPPC {
	position: relative;
}
.primary .tillReceipt .item p.numbers {
	margin-top: -1em;
}
.content .tillReceipt .part { /* fix for ie7 */
	position: relative;
	padding: 0.8em 0 1px;
	background: url(../img/horiz_div.png) 0 0 repeat-x;
}
.content .tillReceipt.ui-accordion .part {
	position: static;
	width: 100%; /* IE hasLayout fix - kept here for consistency */
}
.content .tillReceipt .part h3, 
.content .tillReceipt .part h4 {
	margin-right: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: #1B1D5F;
}
.content .secondary .tillReceipt .part h3,
.content .secondary .tillReceipt .part h4 {
	padding-top: 0.55em;
}
.content .tillReceipt.ui-accordion .part h3, 
.content .tillReceipt.ui-accordion .part h4 {
	margin-bottom: 0.5em; /* Reduce margin to prevent 'padding' of accordion elements */
}
.content .tillReceipt.ui-accordion .pane {
	padding-top: 0.4em; /* Re-apply padding within accordion element */
}
.content .tillReceipt.ui-accordion .part .trigger a {
	padding-left: 20px;
	text-decoration: none;
	background: url(../img/icons/plus.png) 0 1px no-repeat;
}
.content .tillReceipt.ui-accordion .part .trigger.selected a {
	background-image: url(../img/icons/minus.png);
}

.content .tillReceipt .part p {
	margin: 0 0 0.6em;
}
.content .tillReceipt p.edit, 
.content .tillReceipt .part p.edit { /* fix for ie6 */
	position: absolute;
	top: 0.9em;
	right: 0;
	width: 50px;
	margin: 0;
	text-align: right;
}
.content .tillReceipt.ui-accordion .part p.edit {
	position: static;
	right: auto;
	top: auto;
	width: auto;
	margin: 0.3em 0 0.5em !important;
	text-align: right;
}
.content .tillReceipt .part.trecEdit form {
	margin-top: 0.4em;
}
.content .tillReceipt .part ul {
	margin-bottom: 0.5em;
}
.content .tillReceipt .part li { /* fix for ie6 */
	margin-bottom: 0.3em;
}
.content .tillReceipt .part table {
	margin: 0.2em 0 0.7em;
	border: 0;
}
.content .tillReceipt .part table th, 
.content .tillReceipt .part table td {
	padding: 0.2em 0;
	border: 0;
}
.content .tillReceipt .part table td {
	text-align: right;
}
.content .tillReceipt table tr.highlight th,
.content .tillReceipt table tr.highlight td {
	background-color: #FFFFCC;
}
.content .tillReceipt table tr.dividerUpper th,
.content .tillReceipt table tr.dividerUpper td {
	padding-bottom: 0.8em;
}
.content .tillReceipt table tr.dividerLower th,
.content .tillReceipt table tr.dividerLower td,
.content .bottomDivide {
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	background: transparent url(../img/horiz_div.png) left top repeat-x;
}
.content .tillReceipt table tr.dividerUpper.dividerLower th,
.content .tillReceipt table tr.dividerUpper.dividerLower td {
	padding-bottom: 0.8em;
}
.content .tillReceipt td.value {
	font-weight: bold;
	color: #1B1D5F;
}
.content .tillReceipt .part.trecLoanDetails {
	padding-top: 0;
	border: none;
	background: none;
}
.content .tillReceipt .part.trecLoanDetails table {
	margin-bottom: 0;
	table-layout: auto;
}
.content .tillReceipt .part.trecAbout .pane {
	padding-bottom: 0.6em; /* counteract loss of margin on <p> */
}
.content .tillReceipt .part.trecAbout p {
	margin-bottom: 0.2em;
}
.content .tillReceipt .part.trecAbout p.address {
	margin-bottom: 1em;
}
.content .tillReceipt .part.trecTransfers table tbody th {
	font-weight: normal;
}
.content .tillReceipt .part.trecTransfers table tbody .last th,
.content .tillReceipt .part.trecTransfers table tbody .last td {
	padding-bottom: 0.6em;
}
.content .tillReceipt .part.trecTransfers table tbody .total th, 
.content .tillReceipt .part.trecTransfers table tbody .total td {
	padding-top: 1.3em;
	font-weight: bold;
	background: url(../img/horiz_div.png) 0 0.5em repeat-x;
}
.content .tillReceipt .part.trecTransfers table tbody .large {
	font-size: 1.35em;
}
.content .tillReceipt .part.trecTransfers table thead th {
	color: #505050;
}
.content .tillReceipt .part.trecTransfers table td {
	color: #1B1D5F;
	font-weight: bold;
}
.content .tillReceipt .part.trecTransfers p.fee {
	margin-top: -0.6em;
}
.content .tillReceipt .part.trecTransfers img.checkMark {
	margin: 0 8px -2px 0;
}
.content .tillReceipt .part.trecRates table {
	margin-top: -0.2em;
}
.content .tillReceipt .part.trecRates table th {
	font-weight: bold;
	color: #505050;
}
.content .tillReceipt .part.trecRates table td {
	text-align: left;
	padding-right:0.4em;
}
.content .tillReceipt .trecRates p a.linkBullet {
	margin-left: 0;
}
.content .tillReceipt .trecRates ul li {
	font-size: 1.1em;
	background: transparent url(../img/bullet_gray.png) no-repeat 9px 0.5em;
}
.content .tillReceipt .part.trecVantageBenefits .large {
	margin: 1em 0 0.5em;
	font-size: 1.4em;
}
.content .tillReceipt .item.savings p.feature {
	margin-top: 0.7em;
}
.content .tillReceipt .item.savings p.feature strong {
	float: left;
}
.content .tillReceipt .item.savings p.feature span {
	float: right;
	font-weight: bold;
	color: #1B1D5F;
}
.content .tillReceipt .trecOverdraftSummary table {
	table-layout: auto;
}
.content .tillReceipt .part.trecOverdraftSummary table td.value {
	font-weight: bold;
	color: #1B1D5F;
}
.content .tillReceipt .part.trecInterestSummary td {
	text-align: left;
}
.content .tillReceipt th.normal {
	font-weight: normal;
}
.content .tillReceipt .part.trecEdit {
	padding: 1.2em 0 1.4em;
}

/** Primary till receipt **/
.content .primary .tillReceipt .item h2, 
.content .primary .tillReceipt .item h3 {
	margin-bottom: 0.6em;
}
.content .primary .tillReceipt .item p {
	margin-bottom: 0.8em;
}
.content .primary .tillReceipt .item p.intro {
	margin-bottom: 0;
}
.content .primary .tillReceipt .part {
	padding-top: 1.4em;	
}
.content .primary .tillReceipt.ui-accordion .part h3, 
.content .primary .tillReceipt.ui-accordion .part h4 {
	margin-bottom: 0.8em; /* Reduce margin to prevent 'padding' of accordion elements */
}
.content .primary .tillReceipt h3.subHead {
	font-size: 1.2em;
	font-weight: bold;
	color: #505050;
}
.content .primary .tillReceipt .part p {
	clear: left;
	margin-bottom: 1.2em;
}
.content .primary .tillReceipt .part p.edit {
	top: .9em;
}
.content .primary .tillReceipt .part p.note {
	font-size: 1.1em;
}
.content .primary .tillReceipt.ui-accordion .part p.edit {
	top: auto;
}
.content .primary .tillReceipt .part ul {
	margin-bottom: 1.4em;
}
.content .primary .tillReceipt .part table {
	margin-bottom: 1.1em;
}
.content .primary .tillReceipt .part.trecAbout .pane {
	padding-bottom: 1.2em; /* counteract loss of margin on <p> */
}
.content .primary .tillReceipt .part.trecAbout p {
	margin-bottom: 0.2em;
}
.content .primary .tillReceipt .part.trecAbout p.address {
	margin-bottom: 1em;
}
.content .primary .tillReceipt.ui-accordion .part.trecAbout p.edit {
	margin-bottom: 0;
}
.content .primary .tillReceipt.ui-accordion .part.trecAbout .pane {
	padding-bottom: 0.4em;
}
.content .primary .tillReceipt .part.trecSummary {
	border: none;
	background: none;
}
.content .primary .tillReceipt .topper .infoMessage {
	margin-top: 10px;
}
.content .primary .tillReceipt .topper .infoMessageInner, .content .primary .tillReceipt .item .infoMessageInner {
	background-image: none;
}
.content .primary .tillReceipt .topper .infoMessageInner p, .content .primary .tillReceipt .item .infoMessageInner p {
	padding-left: 10px;
	padding-right: 10px;
}
/* Loan Agreement */
.content .loanDetails {
	padding: 0 14px;
}
.content .loanDetails table { /* fix for ie8 */
	margin-bottom: 0;
}
.content .loanDetails table th, 
.content .loanDetails table td {
	padding: 0.2em 0;
	border: 0;
}

/* Supporting info
---------------------------------------*/
.content .supportingInfo { /* fix for ie6 */
	margin: 0 0 1.5em;
	padding: 1.5em 0 0;
	background: transparent url(../img/horiz_div.png) 0 0 repeat-x;
}
.content .supportingInfo.noDash {
	background: transparent;
}
.content .supportingInfo h3 {
	margin: 0 0 0.85em;
	font-size: 1.8em;
	font-weight: bold;
	color: #1B1D5F;
}
.content .contactNumbers li {
	padding-left: 0;
	background: none;
}
.content .contactNumbers li span {
	float: left;
}
.content .contactNumbers li span.tel {
	float: right;
}

/* Promo box
---------------------------------------*/
.secondary .subPanel.promoBox h2 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}
.secondary .subPanel.promoBox h3.subHead {
	margin-top: 0;
	margin-bottom: 0.6em;
}
.secondary .subPanel.promoBox ul.linkList {
	margin-top: 1em;
}
.secondary p.promoBox {
	margin-bottom: 10px;
}
.secondary p.promoBox a { /* fix for ie7 */
	display: block;
}

/* Quick links
-------------------------------------- */
.secondary .quickLinks h2 a, 
.secondary .quickLinks h2 a:hover {
	display: block;
	position: relative;
	text-decoration: none;
	color: #1B1D5F;
}
.secondary .quickLinks .toggle {
	position: absolute;
	top: 3px;
	right: 0;
	left: auto;
}

/* Credit Cards
-------------------------------------- */
.content p.signatureDate {
	margin-top: 0;
	padding-left: 22px;
}
.secondary .quickLinks .iconHead .toggle {
	top: 3px;
}

/* Text alerts
-------------------------------------- */
.content .textAlertTerms { /* fix for ie6 */
	float: left;
}
.content table.textAlerts tbody th {
	white-space: normal;
}
.content table.textAlerts tbody td .checkbox input {
	left: 0;
}
.content table.textAlertsAgreement { /* fix for ie6 */
	margin: 0.4em 0 1.5em!important;
}
.content table.textAlertInputs .error span.error {
	background-position: 0 1px !important;
}

/* Change memorable information
-------------------------------------- */
.content .primary .panel ul.preferenceChange {
	margin-top: 1em;
}

/* Batch payment details
-------------------------------------- */
.batchReference { 
	float: left; 
	padding-right: 40px;
}
.batchAmount {
	float: left;
	font-weight: bold;
}

/* Small exception. floated links
-------------------------------------- */
.content .linkList li.exception {
	float: left;
	margin-right: 18px;
}

/* Registration details page, add space after the action buttons
-------------------------------------- */
.primary .panel .inner.yourBusinessDetails,
.primary .panel .inner.yourDetails,
.primary .panel .inner.personalAccDetails {
	margin-bottom: 1em;
}

/* Annual account summary
-------------------------------------- */
body .content .accountSummary table { 
	margin: 1em 0; 
}
.content .accountSummary table.moneyInOut { 
	margin:0;
	background: none;
	table-layout: auto;
}
table.moneyInOut tr.openBalance td { 
	text-align: right;
	border-top: none;
	border-bottom: 2px solid #8C8C8C;	
}
table.moneyInOut tr.closeBalance td {
	text-align: right;
	border-top: 2px solid #8C8C8C;
	border-bottom: none;	
}
.content .accountData table.moneyInOut tr.subHead th { 
	font-weight: bold;
	color: #1B1D5F;
	border: none;
	background: url(../img/horiz_div.png) left bottom repeat-x;
}
.content .accountData table.moneyInOut tr.subHead th.first { 
	width: 90%;
}
.content .accountData table.moneyInOut tr.subHead th.numeric { 
	width: 10%;
}
.content .accountData table.moneyInOut tr.alt th,
.content .accountData table.moneyInOut tr.alt td { 
	background-color: transparent;
}
.content .accountData table.moneyInOut tr.first td,
.content .accountData table.moneyInOut tr.first th {
	border-top: none;
}
.content .accountData table.moneyInOut tr.moneyOut th { 
	border-top: 2px solid #8C8C8C; 
}
.content .primary .accountSummary p { /* fix for ie6, ie7 */ 
	margin-bottom: 1em;
}
.content .primary .accountSummary .infoMessageInner p { 
	margin-bottom: inherit;
}
.content .accountSummary .infoMessage.success,
.content .accountSummary .infoMessage.alert {
	margin-bottom: 1.7em;
}
.accountSummary h4 {
	margin: 1em 0 0.5em;
}
.content .primary .accountSummary h2 {
	float: none;
}
.content .primary .accountSummary h3 {
	margin-top: 1em;
	float: none;
}
.averageBalance { /* fix for ie6 */
	padding: 1em 0 0;
	background: transparent url(../img/horiz_div.png) 0 0 repeat-x;
}
.accountSummary div.averageBalance p { /* fix for ie6, ie7 */
	float: left;
	clear: none; 
	width: 45%;
}
.averageBalance div {
	background: transparent url(../img/horiz_div.png) repeat-x 0 bottom;
}
.accountSummary h2 span {
	display: block;
	margin-top: 0.3em;
}
.accountSummary p.period { /* fix for ie6 */ 
	float: left; 
	font-size: 1.6em;
}
.selectPeriod { /* fix for ie6 */ 
	float: right; 
}
.selectPeriod .formField {
	float: left;
	clear: none;
	margin: 0 !important;
	padding: 0 !important; 
}
.selectPeriod .formField .submitAction {
	margin: -0.4em 0 0;
}
.content .accountData table table {
	background-image: none;
}
.content table table th,
.content table table td {
	font-size: 1em;
}
.accountSummary table span.normal { 
	font-weight: normal;
	color: #505050;
}
.content .confirmNameChange .sidePaneContent h2{
	clear: both;
}

/* fixing cell width problem caused by table-layout:fixed
-------------------------------------- */
table.multiple th.first,
.tableBulkPayments th.first,
.bulkPaymentsList th.first { /* fix for ie7 */
	width: 45px;
}
table.breakdownOfCharges {
	table-layout: auto;
}

/* Enter customer identification data
-------------------------------------- */
.content .primary .phoneOne { /* fix for ie6 */
	margin: 1.7em 15px 1em;
	margin-top: 1.7em !important;
}
.content .primary .phoneOne .phoneNumber {
	padding-left: 24px;
}

/* Account summary tabs
-------------------------------------- */
.interestRatesExplained .showHide,
.chargesExplained .showHide {
	margin-bottom: 15px;
}
input[disabled] {
	cursor:default;
}


/* Bulk beneficiary updates
-------------------------------------- */
.content .secondary .subPanelWide table{
	table-layout:auto;
}

.content .secondary .subPanelWide table th, 
.content .secondary .subPanelWide table td {
	padding: 0.6em 0px 0.6em 0px; 
}

.content .secondary .subPanelWide table th.first, 
.content .secondary .subPanelWide table td.first {
	width: 170px;
	padding-left:10px;
}

.content .primaryWrap .panel .panelWrap .inner.summary ul.linkList { /*p_65.04_savings_product_already_have.shtml*/
	float:left;
}

.content .primaryWrap .panel .panelWrap .inner.summary ul.linkList.icons { /*p_65.04_savings_product_already_have.shtml*/
	float:right;
}
/* International beneficiary payments 
---------------------------------------*/
.content table.internationalPayments thead th.first {
	width: 20%;
}
.content table.internationalPayments td.alert {
	background:url(../img/icons/alert.png) no-repeat scroll 7px 6px transparent;
	padding:0.6em 0 1.3em 40px;
}

/* Bug on select a coutry form - P27.01.01b
--------------------------------------------*/

.subPanel select.internationalPaymentsCountry,
.subPanel select.internationalPaymentsCurrency {
	max-width:220px;
	margin-bottom:15px;
}

/*p_49.00_print_friendly_statement.shtml
-----------------------------------------*/
body .printPreview li img.printButton {display:none;}
body.hasJS .printPreview li img.printButton {display:block;}

/* international payments currency warning (P72.01)
-----------------------------------------*/
.content form.internationalPayment .inlineHelp.warning {
	clear: left;
	float: left;
	margin-top: 0.5em;
}
.content form.internationalPayment .inlineHelp.warning p {
	display: inline;
	clear: left;
	font-size: 1em;
}
.content form.internationalPayment .inlineHelp.warning .cxtHelp {
	font-size: 1em;
}

/* p_48.00_planned_overdraft_details.shtml
---------------------------------------------*/

.dottedGreen {
	border:1px dashed #5ABD19;
	padding:10px;
	margin-bottom:10px;
}