/**
 * Charcol screen CSS
 *
 * @filename	screen.css
 * @author	  Matt Hamm, Norbert Laposa, Oliver Rowlands
 * @date		2007-03-01
 * @copyright   Liquid Light Digital Ltd.
 * @url		 http://www.liquidlight.co.uk
 */

/**
 * Best Buy Table
 */
div.bestBuyTable {
	font-size: 90%;
	border-collapse: collapse;
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0 0 15px 0;
}
div.bestBuyTable table {
	border-collapse: collapse;
}
div.bestBuyTable table tr td {
	border-top: 1px solid #CCCCCC;
}
div.bestBuyTable table tr td,
div.bestBuyTable table thead tr th {
	padding: 5px;
}
div.bestBuyTable table tr:hover td {
	background-color: #D0E9F5;
}
div.bestBuyTable tr.tableFooter {
	background-color: #CCCCCC;
}
div.bestBuyTable table p {
	margin-bottom: 5px;
}
div.bestBuyTable div.lenderPhone span {
	white-space: pre;
}
div.bestBuyTable #LenderName {
	width: 100px;
}
div.bestBuyTable #mortgageType {
	width: 15%;
}
div.bestBuyTable #initialRate {
	width: 12%;
}
div.bestBuyTable #duration {
	width: 15%;
}
div.bestBuyTable #subsequentRate {
	width: 20%;
}
div.bestBuyTable #overallCostForComparision {
	width: 15%;
}
div.bestBuyTable #earlyRepaymentCharge {
	width: 15%;
}
div.bestBuyTable #details {
	width: 10%;
}
div.buttonEnquire {
	padding-bottom: 5px;
}
div.buttonEnquire a,
div.buttonDetails a {
	display: block;
	background: url(../img/forms/button_enquire.gif) no-repeat;
	width: 69px;
	height: 18px;
	text-align: center;
}
div.buttonEnquire a span,
div.buttonDetails a span {
	display: none;
}
div.buttonDetails a {
	background-image: url(../img/forms/button_details.png);
}
a.button span {
	display: none;
}
div.tableHeader {
	background: transparent url(../img/bestbuys/bestBuyTableHeader_right.gif) no-repeat top right;
	width: 100%;
}
div.tableHeader2 {
	background: transparent url(../img/bestbuys/bestBuyTableHeader_left.gif) no-repeat top left;
	height: 35px;
	width: 100%;
}
div.tableHeader div.title {
	width: 500px;
	float: left;
}
div.tableHeader div.title h4 {
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 120%;
}
div.tableHeader div.title h4 span {
	font-size: 70%;
}
div.tableHeader div.menuContainer {
	width: 160px;
	float: right;
}
div.tableHeader div.menuContainer select {
	display: none;
}
div.bestBuyTable.whitelabel div.details,
div.bestBuyTable.whitelabel div.fees,
div.bestBuyTable.whitelabel div.call,
div.bestBuyTable.whitelabel div.body {
	width: 100%;
}
div.bestBuyTable.whitelabel div.call div.body img {
	padding: 10px 0;
}
div.bestBuyTable.whitelabel div.body strong {
	width: 200px;
}
div.bestBuyTable.whitelabel div.left,
div.bestBuyTable.whitelabel div.right {
	width: 48%;
	float: left;
}
div.bestBuyTable.whitelabel div.left {
	padding: 0 10px 0 0;
}

/**
 * Drop down Menu
 */
#bestBuysSelect {
	position: relative;
	z-index: 100;
	width: 150px;
	margin: 7px 10px 0 0;
	padding: 0;
}
#bestBuysSelect ul {
	margin: 0;
	padding: 0;
}
#bestBuysSelect ul li {
	position: relative;
	border: 1px solid #AAAAAA;
	background: #FFFFFF url(../img/homepage/selectmenu.gif) no-repeat center right;
	padding: 1px 0 1px 0;
	margin: 0;
	height: 17px;
	text-align: left;
	list-style: none;
	display: block;
}
#bestBuysSelect ul li a {
	display: block;
	font-weight: bold;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#bestBuysSelect ul li a span {
	padding: 0 0 1px 3px;
}
#bestBuysSelect ul li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 19px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-top-width: 0;
	margin: 0 0 0 -1px;
	padding: 0;
	width: 148px;
	clear: both;
}
#bestBuysSelect ul a:hover {
	border: 0;
}
#bestBuysSelect ul li:hover ul,
#bestBuysSelect ul a:hover ul {
	visibility: visible;
}
#bestBuysSelect ul li ul li {
	clear: both;
	float: none;
	background-image: none;
	padding: 1px;
	margin: 0;
	border-width: 0;
	height: auto;
}
#bestBuysSelect ul li ul li a {
	padding: 0 0 1px 3px;
	float: none;
	width: auto;
	text-transform: none;
	font-weight: normal;
	font-size: 90%;
}
#bestBuysSelect ul li ul li a:hover {
	color: #FFFFFF;
	background: #336699;
}
#bestBuysSelect table {
	margin: 0;
	border-collapse: collapse;
}

/**
 * Life assurance comparison
 */
#assuranceComparison {
	display: none;
}
.compTableContainer {
	background: transparent url(../img/comp/comp_line_4px.gif) repeat-y top right;
	margin-bottom: 20px;
}
.comp_thead,
.comp_thead span,
.comp_thead .compCol1,
.comp_thead .compCol2,
.comp_thead .compCol3 {
	height: 49px;
}
.comp_thead {
	background: transparent url(../img/comp/comp_thead_right.gif) no-repeat top right;
}
.comp_thead span {
	background: transparent url(../img/comp/comp_thead_left.gif) no-repeat top left;
	display: block;
}
.comp_thead .compCol1,
.comp_thead .compCol2,
.comp_thead .compCol3 {
	color: #FFFFFF;
	padding-top: 11px;
}
.comp_thead .compCol2,
.comp_thead .compCol3 {
	background: transparent url(../img/comp/line_groove_grey.gif) no-repeat top left;
}
.comp_body {
	background: transparent url(../img/comp/dots_vert_fixed.gif) repeat-y top left;
}
.comp_body p {
	margin: 0!important;
	padding: 0!important;
	padding-top: 9px!important;
	padding-bottom: 9px!important;
}
.comp_foot {
	background: transparent url(../img/comp/comp_foot_right.gif) no-repeat bottom right;
	height: 34px;
}
.comp_foot .compCol2,
.comp_foot .compCol3 {
		background: none;
	}
.comp_foot span {
	background: transparent url(../img/comp/comp_foot_left.gif) no-repeat bottom left;
	display: block;
	height: 34px;
}
.compRow {
	width: 100%;
	margin: 0;
	bottom: 0;
}
.compRow p {
	padding:0;
	margin: 0;
}
.compHighlight {
	background: transparent url(../img/comp/comp_highlight.gif) repeat-x top left;
	color: #FFFFFF;
}
.compHighlight .compCol2,
.compHighlight .compCol3 {
	background: transparent url(../img/comp/line_groove_red.gif) repeat-y top left;
}
.compHighlight .compCol2 p,
.compHighlight .compCol3 p {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
}
.compHighlight  .compCol1,
.compHighlight  .compCol2,
.compHighlight  .compCol3 {
	color: #FFFFFF;
	font-weight: bold;
}
.compCol1,
.compCol2,
.compCol3 {
	float: left;
	width: 50px;
	display: block;
}
.compCol1 {
	width: 15%;
	padding-left: 15px;
}
.compCol2 {
	width: 35%;
	padding-left: 15px;
}
.compCol3 {
	width: 35%;
	padding-left: 15px;
}

/**
 * Call to action
 */
.split {
	width: 49%;
	float: left;
}
.right {
	float: right;
}
#content div.mainContentCol50_percent_left,
#content div.mainContentCol50_percent_right {
	float: left;
	width: 48%;
}
#content div.mainContentCol50_percent_right {
	float: right;
}
.callToActionBoxContainer {
	width: 100%;
	background: #FFFFFF url(../img/boxes/4pxBlueLine.gif) repeat-y top right;
	margin-bottom: 20px;
}
.callToActionBoxContainer a:hover {
	background: transparent;
}
.callToActionBoxTop {
	background: transparent url(../img/boxes/callToAction_topRight_mouse.gif) no-repeat top right;
	height: 92px;
	width: 100%;
}
.phone {
	background: transparent url(../img/boxes/callToAction_topRight_phone.gif) no-repeat top right;
}
.watch {
	background: transparent url(../img/boxes/callToAction_topRight_stopW.gif) no-repeat top right;
}
.talk {
	background: transparent url(../img/boxes/callToAction_topRight_talk.gif) no-repeat top right;
}
.callToActionBoxTop span {
	display: block;
	background: transparent url(../img/boxes/callToAction_topLeft.gif) no-repeat top left;
	height: 92px;
	padding: 25px;
}
.callToActionBoxTop h3 {
	color: #FFFFFF;
	padding: 0!important;
	margin: 0!important;
}
.callToActionBoxMiddle p span {
	padding: 0!important;
	margin: 0!important;
}
.callToActionBoxMiddle {
	width: 100%;
	background: transparent url(../img/boxes/4pxBlueLine.gif) repeat-y top left;
	padding: 0;
	height: 340px;
	overflow: auto;
}
.leftContentColumn .callToActionBoxMiddle {
	height: 330px;
}
.mainContentCol50_percent_left .callToActionBoxMiddle , .mainContentCol50_percent_right .callToActionBoxMiddle {
	height: 260px;
}
.callToActionBoxMiddle .padding {
	padding: 0 20px 0 20px;
}
.callToActionBoxMiddle a:hover {
	background-color: transparent;
}
#charcolComponent #frmMain .callToActionBoxMiddle ul {
	padding: 0 0 0 20px;
}
#charcolComponent #frmMain .callToActionBoxMiddle h5 {
	font-size: 100%;
	margin: 0 0 10px 0;
}
#charcolComponent #frmMain .callToActionBoxMiddle img {
	padding: 10px 0 0 0;
}
#charcolComponent #frmMain .callToActionBoxMiddle h4 {
	background-image: none;
	text-transform: none;
	color: #333333;
	font-weight: bold;
	border: none;
	padding: 0 0 0 20px;
	font-size: 130%;
	margin-bottom: 0;
}
.callToActionBoxBottom {
	background: transparent url(../img/boxes/callToAction_bottomRight.gif) no-repeat bottom right;
	width: 100%;
	height: 45px;
	text-align: center;
	color: #FFFFFF;
}
.callToActionBoxBottom .background {
	background: transparent url(../img/boxes/callToAction_bottomLeft.gif) no-repeat bottom left;
	width: 100%;
	display: block;
	height: 45px;
}
.callToActionBoxBottom .background .bk_text {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 80%;
	padding:0;
	margin:0;
	padding-top: 15px;
}
.mortgageIllustration .box a:hover {
	background: transparent;
}
#lenderLink {
	margin: 15px;
}

/**
 * Flexible Box
 */
.box,
.box_top,
.box_bottom,
.box_middle  {
	width: 226px;
}
.box_top,
.box_bottom {
	height: 15px;
}
.box,
.box_middle,
.box_bottom {
	clear:both;
}
.box {
	margin: 20px 0 20px 0;
	background: transparent url(../img/boxes/box_middle.gif) repeat-y top left;
}
.box_top {
	background: transparent url(../img/boxes/box_top.gif) no-repeat top left;
}
.box_bottom {
	background: transparent url(../img/boxes/box_bottom.gif) no-repeat bottom left;
}

/**
 * Blue Box
 */
.boxBlue,
.boxBlue_top,
.boxBlue_bottom,
.boxBlue_middle  {
	width: 100%;
}
.boxBlue_top,
.boxBlue_bottom,
.boxBlue_top span,
.boxBlue_bottom span {
	height: 20px;
}
.boxBlue,
.boxBlue_middle,
.boxBlue_bottom {
	clear:both;
}
.boxBlue {
	margin: 20px 0 20px 0;
}
.boxBlue a {
	background-color: transparent;
}
.boxBlue_middle span {
	display: block;
	padding: 10px;
}
.boxBlue_top {
	background: transparent url(../img/boxes/boxBlue_top_right.gif) no-repeat top right;
}
.boxBlue_top span {
	background: transparent url(../img/boxes/boxBlue_top_left.gif) no-repeat top left;
	display: block;
}
.boxBlue_bottom {
	background: transparent url(../img/boxes/boxBlue_bottom_right.gif) no-repeat bottom right;
}
.boxBlue_bottom span {
	background: transparent url(../img/boxes/boxBlue_bottom_left.gif) no-repeat bottom left;
	display: block;
}

/**
 * Apply Steps box
 */
.applyStepsContainer {
	width: 100%;
	background: transparent url(../img/steps/apply_steps_line_right.gif) repeat-y top right;
	margin-bottom: 15px;
}
.applyStepsHead {
	background: transparent url(../img/steps/applysteps_head_step1_right.gif) no-repeat top right;
	height: 61px;
}
.applyStepsHead span {
	display: block;
	background: transparent url(../img/steps/applystep_head_step1_left.gif) no-repeat top left;
	height: 61px;
}
.applyStepsBody  {
	background: transparent url(../img/steps/apply_steps_line.gif) repeat-y top left;
}
.applyStepsBody .padding {
	padding-left: 20px;
	padding-right: 20px;
}
.applyStepsBody h4  {
	margin: 0;
	padding: 0 0 0 20px;
}
.applyStepsBody p  {
	margin: 10px 0 0 0;
	padding: 0;
}
.applyStepsFoot {
	background: transparent url(../img/steps/applysteps_bottom_right.gif) no-repeat bottom right;
	height: 14px;
}
.applyStepsFoot span {
	display: block;
	height: 14px;
	background: transparent url(../img/steps/applystep_bottom_left.gif) no-repeat bottom left;
}
.step2 {
	background: transparent url(../img/steps/applysteps_head_step2_right.gif) no-repeat top right;
}
.step2 span {
	background: transparent url(../img/steps/applystep_head_step2_left.gif) no-repeat top left;
}
.step3 {
	background: transparent url(../img/steps/applysteps_head_step3_right.gif) no-repeat top right;
}
.step3 span {
	background: transparent url(../img/steps/applystep_head_step3_left.gif) no-repeat top left;
}
.step4 {
	background: transparent url(../img/steps/applysteps_head_step4_right.gif) no-repeat top right;
}
.step4 span {
	background: transparent url(../img/steps/applystep_head_step4_left.gif) no-repeat top left;
}

/**
 * Form Styles
 */
legend {
	display: none;
}
.width140 {
	width: 140px;
}
.width30 {
	width: 30px;
}
.width65 {
	width: 65px;
}
div.clearboth {
	clear: both;
}
div.hrDotted {
	clear: both;
	background: transparent url(../img/dividers/dotted_longLine.gif) repeat-x;
	height: 4px;
	margin: 10px 0 10px 0;
}

/**
 * Single Applicant styles
 */
.singleApplicant {
	background: transparent url(../img/forms/form_backrd_app1.gif) repeat-y top right;
}
.singleApplicant #app2 {
	display: none;
}
.singleApplicant #app1 {
	width: 100%;
}
.singleApplicant #app1 fieldset {
	border-right: 1px solid gray;
}
.singleApplicant #app1 .formFields {
	float: left;
	text-align: left;
	width: 170px;
	margin-right: 10px;
}
.singleApplicant #app1 label {
	width: 245px;
	margin: 0 30px 0 10px;
}
.singleApplicant .formTitle {
	display: none;
}

/**
 * Applicant styles
 */
fieldset.applicant1 {
	clear: both;
	background: transparent url(../img/forms/form_backrd_app1.gif) repeat-y top right;
}
.applicant1,
.blueBackgrd_01 {
	background: transparent url(../img/forms/form_backrd_app1.gif) repeat-y top right;
}
.applicant2,
.blueBackgrd_02 {
	background: transparent url(../img/forms/form_backrd.gif) repeat-y top left;
}
.background_short {
	background: transparent url(../img/forms/form_backrd_short.gif) repeat-y top right;
}
.applicant2line {
	background: transparent url(../img/forms/grayDot.gif) repeat-y top right;
}
#app1 {
	background: transparent url(../img/forms/grayDot_light.gif) repeat-y top right;
}
#app1,
#app2 {
	width: 364px;
	float: left;
}
#app1 .formRowText,
#app2 .formRowText {
	width: 100%;
}
#app1 fieldset {
	border-right-width: 0;
}
#app2 fieldset {
	border-left-width: 0;
}
#app2 {
	background-color: #ddf1fb;
}
#app1 .formFields,
#app2 .formFields {
	float: left;
	text-align: left;
	width: 155px;
	margin-right: 10px;
}
#app1 label,
#app2 label {
	width: 160px;
	margin: 0 0 0 0;
	font-size: 95%;
}

/**
 * Form_01 styles
 */
#frmMain {
	padding: 0 0 15px 0;
}
.formSection {
	background: transparent url(../img/forms/grayDot.gif) repeat-y top left;
}
.form_boxtext {
	padding: 5px;
	margin: 0;
	float: left;
}
.form_01 p,
.form_01 h5 {
	padding: 0 10px 0 20px;
	margin: 0 0 10px 0;
}
.form_01 label {
	display: block;
	width: 245px;
	float: left;
	margin: 0 30px 0 10px;
}
.formFields {
	width: 225px;
	float: left;
}
#loginForm .formFields {
	width: 150px;
	float: left;
}
.form_01 fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.form_01 label span {
	padding: 0 10px 0 10px;
	display: block;
}
.form_01 h4 {
	font-size: 90%;
	background: transparent url(../img/forms/legend_backrd.gif) no-repeat bottom left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
.form_01 h4.clearBackrd  {
	background: #ffffff url(../img/forms/legend_backrd.gif) no-repeat bottom left;
}
h4.clearBackrd  {
	background: #ffffff url(../img/forms/legend_backrd.gif) no-repeat bottom left;
}
.form_01 #app2  h4 {
	background: transparent url(../img/forms/legend_backrd_02.gif) no-repeat bottom left;
}
.form_01 h4 span {
	padding: 0 10px 0 10px;
	display: block;
}
.form_01 .h4Note {
	font-size: 90%;
	text-transform: none;
	color: #999999;
}
.formHead {
	height: 30px;
	background: #2c55b1 url(../img/forms/formHeadBackground.gif) repeat-x top left;
	color: #FFFFFF;
	width: 100%;
}
.formHead p {
	padding: 5px 10px 0 0;
	text-align: right;
}
.login label {
	border: 1px solid green;
}

/**
 * Checkbox styles
 */
.checkText {
	 float: left;
	 }
.checkbox {
	width: 25px;
	float: left;
}
.checkboxContainer {
	float: right;
	width: 470px;
}
.checkboxContainer label {
	display: none;
}
.checkBox {
	width: 20px;
	margin-right: 20px;
}
.check_small {
	float: left;
	width: 140px;
	margin: 0;
}
.checkboxBox {
	 float: left;
	 margin: 0;
	 padding-left: 20px;
}
.formFields_right {
	width: 30px;
	float: right;
	margin-right: 105px;
}
.warnText {
	 color: #FF0000;
	 font-weight: bold;
	 font-size: 130%;
}
#charcolComponent .warningBox {
	margin-bottom: 20px;
	background: #FFFFCC url(../img/forms/yellowLine.gif) repeat-y top left;
}
#charcolComponent .warningBoxTop span {
	background: transparent url(../img/forms/warningBoxTop_left.gif) no-repeat top left;
	display: block;
	height: 10px;
}
#charcolComponent .warningBoxTop {
	background: transparent url(../img/forms/warningBoxTop_right.gif) no-repeat top right;
	display: block;
	height: 10px;
}
#charcolComponent .warningBoxBottom span {
	background: transparent url(../img/forms/warningBoxBottom_left.gif) no-repeat bottom left;
	display: block;
	height: 10px;
}
#charcolComponent .warningBoxBottom {
	background: transparent url(../img/forms/warningBoxBottom_right.gif) no-repeat bottom right;
	display: block;
	height: 10px;
}
#charcolComponent .warningBox .padding {
	background: transparent url(../img/forms/yellowLine.gif) repeat-y top right;
	padding: 0 20px 0 20px;
	margin: 0;
}
#charcolComponent .warningBox p,
#charcolComponent .warningBox ul {
	padding: 0;
	margin: 0;
}
#charcolComponent .warningBox ul {
	margin-top: 5px;
}
#charcolComponent .warningBox ul li {
	margin-bottom: 2px;
}
#charcolComponent .warning {
	background: transparent url(../img/forms/watchdog-warning.gif) no-repeat top left;
	height: 23px;
	width: 19px;
	float: right;
	margin-right: 3px;
}
#charcolComponent .warning span {
	visibility: hidden;
}
.help {
	background: transparent url(../img/icons/icon_help.gif) no-repeat top left;
	height: 23px;
	width: 19px;
	float: right;
	margin-right: 6px;
}
.help span {
	visibility: hidden;
}
.help a {
	display: block;
}
.help a:hover {
	text-decoration: none;
}

/**
 * Form steps
 */
.formSteps {
	background: #FFFFFF;
	width: 100%;
	height: 22px;
	font-size: 100%;
}
.formSteps ul {
	margin: 0;
	padding: 0;
}
.formSteps ul li {
	list-style-type: none;
	display: inline;
	background: transparent url(../img/forms/miniTab_right_off.gif) no-repeat top right;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 0!important;
	float: left;
}
.formSteps ul li a {
	color: #333333;
	background: transparent url(../img/forms/miniTab_left_off.gif) no-repeat top left;
	display: block;
	padding: 2px 10px 0 10px;
	height: 20px;
	float: left;
}
.formSteps ul li a:hover {
	background: transparent url(../img/forms/miniTab_left_over.gif) no-repeat left top;
	text-decoration: none;
}
.formSteps ul li:hover a {
	background: transparent url(../img/forms/miniTab_left_over.gif) no-repeat left top;
	color: #FFFFFF;
	display: block;
}
.formSteps ul li:hover {
	background: transparent url(../img/forms/miniTab_right_over.gif) no-repeat right top;
}
.formSteps ul li.active a {
	background: transparent url(../img/forms/miniTab_left_on.gif) no-repeat left top;
	color: #2c55b1;
	display: block;
	color: #FFFFFF
}
.formSteps ul li.active {
	background: transparent url(../img/forms/miniTab_right_on.gif) no-repeat right top;
}
.formSteps ul li.nonActive a {
	color: #a6a6a6;
	background: transparent url(../img/forms/miniTab_left_nonActive.gif) no-repeat top left;
	display: block;
	text-decoration: none;
}
.formSteps ul li.nonActive {
	color: #a6a6a6;
	background: transparent url(../img/forms/miniTab_right_nonActive.gif) no-repeat top right;
	display: block;
}
.formSteps ul li.nonActive a:hover {
	color: #a6a6a6;
	background: transparent url(../img/forms/miniTab_left_nonActive.gif) no-repeat top left;
	display: block;
}
.formSteps ul li.nonActive:hover  {
	color: #a6a6a6;
	background: transparent url(../img/forms/miniTab_right_nonActive.gif) no-repeat top right;
	display: block;
}

/**
 * Online application form
 */
#charcolComponent .onlineApp ul li {
	display: block;
	height: 40px;
}
#charcolComponent .onlineApp ul li a {
	display: block;
	height: 37px;
}
#charcolComponent .error,
#charcolComponent  div.formRow.error {
	background: #FFFFCC url(../img/dividers/dotted_line_short.gif) repeat-x bottom left;
}
#charcolComponent div.whiteBackrd {
	background-color: #FFFFFF;
}
#charcolComponent .greyBackrd {
	background-color: #e1e1e1;
}
#charcolComponent .formRow2 {
	width: 50%;
	padding-bottom: 9px;
	padding-top: 7px;
	float: left;
}
#charcolComponent .formRow {
	background: transparent url(../img/dividers/dotted_line_short.gif) repeat-x bottom left;
	width: 100%;
	padding-bottom: 9px;
	padding-top: 7px;
	float: left;
}
#advancedOptions {
	background: transparent url(../img/dividers/dotted_line_short.gif) repeat-x top left;
}
#charcolComponent .rowTop {
	background: transparent url(../img/dividers/dotted_line_short.gif) repeat-x top left;
}
#charcolComponent .formRowFooter,
#charcolComponent .formRowText {
	clear: both;
}
#charcolComponent #app2 .formRowFooter,
#charcolComponent #app2 .formRowText {
	width: auto;
}
#charcolComponent .formRowFooter {
	clear: both;
	padding: 7px 0 9px 0;
	margin: -2px 0 0 0;
	border: 1px solid #999999;
	border-top-width: 0;
	background-color: #e1e1e1;
}
#charcolComponent .formRowText {
	background: #FFFFFF url(../img/dividers/dotted_line_short.gif) repeat-x bottom left;
	padding: 7px 0 9px 0;
	margin: 0;
}
#charcolComponent .formRowText h3 {
	margin-left: 20px;
}
#mortgageCalculator .formRowText {
	width: auto;
	padding: 0;
}
#mortgageCalculator .formRowText p {
	padding: 5px 15px;
}
#charcolComponent .miniRow {
	float: left;
	width: 350px;
	padding-bottom: 10px;
}
#charcolComponent .formRowFooter fieldset,
#charcolComponent .formRowText fieldset {
	border-width: 0;
}
#charcolComponent #formRowFooter label {
	padding-left: 10px;
}
#charcolComponent .formRow_noline {
	background: none;
}
#charcolComponent .borders {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#charcolComponent .borders fieldset {
	border-width: 0;
}
#charcolComponent .last {
	margin: 0 0 0 0;
	background: none;
}
#charcolComponent .buttonContainer {
	margin: 7px;
	float: left;
}
#charcolComponent .right {
	float: right;
}
#charcolComponent label.longTxt {
	width: 85%;
	float: left;
}
#charcolComponent .formTitle {
	width: 200px;
	float: left;
}
#charcolComponent label.day span,
#charcolComponent label.month span,
#charcolComponent label.year span {
	display: none;
}
#charcolComponent label.day,
#charcolComponent label.month,
#charcolComponent label.year,
#charcolComponent label.sex,
#charcolComponent label.resident,
#charcolComponent label.smoker {
	display: none;
}

/**
 * Comments form - Calculator
 */
.commentSubmission {}
#comments_form {
	font-size: 90%;
}
.commentSubmission h4 {
	display: block;
	background: transparent url(../img/forms/miniTab_right_off.gif) no-repeat top right;
	padding: 0;
	margin: 0;
	width: 150px;
	font-size: 100%;
}
.commentSubmission h4 span {
	display: block;
	background: transparent url(../img/forms/miniTab_left_off.gif) no-repeat top left;
	padding: 5px 0 0 15px;
	margin: 0;
}
#comments_form fieldset {
	background: #e1e1e1;
	margin: 0 0 20px 0;
	padding: 20px 0 10px 20px;
	border: none;
}
#comments_form label,
#mortgageCalculator label {
	margin-top: 20px;
}

/**
 * Mortgage Calculator
 */
#mortgageCalculator {
	background: #FFFFFF url(../img/forms/form_backrd.gif) repeat-y 59px 0;
	width: 445px;
	margin: 0 0 15px 0;
}
#mortgageCalculator label {
	display: block;
	width: 205px;
	float: left;
	margin: 0 40px 0 15px;
	font-size: 95%;
}
#mortgageCalculator label span {
	padding: 0 10px 0 10px;
	display: block;
}
#mortgageCalculator h4 {
	background: transparent url(../img/forms/legend_backrd.gif) no-repeat bottom left;
	padding: 8px 0 10px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 90%;
	border-top: 1px solid #999999;
}
#mortgageCalculator h4.clearBackrd {
	background: #FFFFFF url(../img/forms/legend_backrd.gif) no-repeat bottom left;
}
#mortgageCalculator h4 span {
	padding: 0 0 0 10px;
}
#mortgageCalculator p {
	margin: 0;
}
#mortgageCalculator fieldset {
	margin: 0;
	padding: 0;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom-width: 0;
	border-top-width: 0;
}
#mortgageCalculator .formFields {
	width: 170px;
	float: left;
}
#mortgageCalculator input.smalltextbox,
#mortgageCalculator input.width140 {
	width: 130px;
}
#mortgageCalculator select,
#mortgageCalculator input.smalltextbox,
#mortgageCalculator input.tinytextbox,
#mortgageCalculator input.width140,
#mortgageCalculator #txtRateWholeNumber,
#mortgageCalculator #txtRateDecimalNumber {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#mortgageCalculator div.formRow {
	width: 100%;
	float: left;
	border-width: 0;
}
#calculateButton,
#formButton {
	margin: 10px 95px 10px 0;
	float: right;
}
#whichMortgageGraph {
	font-size: 90%;
}
.white {
	background: #FFFFFF;
}
#mortgageCalculator div.formFooter p,
#mortgageCalculator div.formSteps,
#mortgageCalculator div.formHead,
#mortgageCalculator span.required {
	display: none;
}
#ddlLoanDuration {
	width: 50px;
}
#ddlNumApplicants {
	width: 150px;
}
#mortgageCalculator div.formRow_noline {
	background: transparent url(../img/forms/legend_backrd_02.gif) no-repeat bottom left;
	margin: -1px 0 0 0;
}
#mortgageCalculator div.formFooter {
	border-top: 1px solid #999999;
	margin: -1px 0 0 0;
}
#mortgageCalculator input#txtLoanDuration1,
#mortgageCalculator input#txtLoanDuration2,
#mortgageCalculator input#txtLoanDurationSaved {
	width: 3em;
}

/**
 * KFI
 */
#charcolComponent .illustrationBody {
	border: 1px solid #999999;
	border-width: 0 1px 1px 1px;
	font-size: 100%;
	margin: 0 0 15px 0;
}
#charcolComponent .mortgageIllustration h4 {
	background: transparent url(../img/forms/legend_backrd_02.gif) no-repeat bottom left;
	padding: 8px 0 10px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 90%;
	border-top: 1px solid #999999;
}
#charcolComponent .mortgageIllustration div.formSteps,
#charcolComponent .mortgageIllustration div.formHead {
	display: none;
}
#charcolComponent .mortgageIllustration h4 span {
	padding-left: 20px;
	padding-top: 8px;
}
#charcolComponent .mortgageIllustration h4.first {
	margin-top: 0;
}
#charcolComponent .mortgageIllustration div.last ul {
	margin: 0 0 0 20px;
}
#charcolComponent .mortgageIllustration h3,
#charcolComponent .mortgageIllustration h5,
#charcolComponent .mortgageIllustration p {
	padding-left: 20px;
	padding-top: 8px;
}
#charcolComponent .illustrationBody .row p {
	padding: 0 20px 0 20px;
	margin: 0 0 10px 0;
}
#charcolComponent .padding {
	padding: 20px;
}
#charcolComponent .twoColDetail_50percent {
	width: 50%;
	float: left;
}
#charcolComponent .twoColDetail_30percent {
	width: 30%;
	float: left;
}
#charcolComponent .twoColDetail_70percent {
	width: 70%;
	float: left;
}
#charcolComponent .background_100 {
	background: #FFFFFF;
}
#charcolComponent .row {
	width: 100%;
	clear: both;
}
#charcolComponent .illustrationTable {
	border-collapse: collapse;
	font-size: 90%;
	color: #333333;
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
#charcolComponent .backgroundHighlight {
	background:#FFFFCC;
}

/**
 * Results table
 */
.resultsTable {
	 font-size: 80%;
	 border-left: 1px solid #999999;
	 border-right: 1px solid #999999;
}
.resultsTable input {
	 margin-left: 5px;
}
.resultsTable .redbutton img {
	margin-right: 5px;
}
.resultsTable table p {
	margin-bottom: 5px;
}
.resultsTable table {
	 border-collapse: collapse;
}
.resultsTable table tr:hover {
	 background: #D0E9F5;
}
.resultsTable table td {
	 padding-top: 10px;
	 padding-bottom: 10px;
}
tr.resultsTable {
	 padding-left: 3px;
	 padding-right: 3px;
}
.resultsTable thead tr:hover {
	 background-color: transparent;
}
#resultsTable {
	padding: 0px;
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: white;
}
.resultsTable label {
	 display: none;
}

/**
 * Compare mortgages
 */
div.button.backToResults,
div.button.print {
	display: none;
}

/**
 * Fees
 */
#fees #content {
	margin: 10px 0 10px 0;
}
#fees div.defaultLayout div.rightColumn {
	padding: 0 10px;
}
#fees #charcolComponent .illustrationBody {
	border-bottom: 1px solid #999999;
}
#fees #charcolComponent .twoColDetail_30percent {
	width: 48%;
	float: left;
	clear: both;
}
#fees #charcolComponent .twoColDetail_70percent {
	width: 48%;
	float: left;
}

/**
 * Dividers
 */
div.hrClear {
	clear: both;
}

/**
 * Zebra stripes
 */
.odd {
	background: #E7F4F8;
}

#ddlHouseType {
	width: 340px;
}

#mortgageCalculator .formRowCheckbox label {
	float: left;
	width: 380px;
	margin: 0 0 10px 10px;
}
#mortgageCalculator .formRowCheckbox input {
	float: left;
	margin: 4px 0 0 10px;
}

/**
 * Enquire
 */
div.enquireForm form {
	margin: 5px 0 20px 0;
}
div.enquireForm fieldset {
	margin: 10px 0;
	padding: 0;
	border: 0;
	clear: both;
}
div.enquireForm legend {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
	color: #1983bf;
}
div.enquireForm form div.row {
	margin: 0 0 5px 0;
	clear: both;
}
div.enquireForm form div.row span.label {
	font-size: 90%;
	line-height: 2em;
	float: left;
	width: 250px;
	clear: both;
	display: block;
	text-align: right;
	margin: 0 10px 0 0;
}
div.enquireForm form div.row span.field {
	display: block;
	width: auto;
}
div.enquireForm textarea {
	width: 200px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
div.enquireForm input,
div.enquireForm option {
	padding: 2px;
}
div.enquireForm input.text,
div.enquireForm select {
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
div.enquireForm input.text {
	width: 194px;
}
div.enquireForm input:focus,
div.enquireForm textarea:focus,
div.enquireForm select:focus {
	background-color: #FFFFCC;
}
div.enquireForm div.postCode input {
	width: 70px;
}
div.enquireForm button {
	background: url(../img/buttons/button_send.gif) no-repeat;
	border: 0;
	width: 82px;
	height: 26px;
}
div.enquireForm button span {
	display: none;
}

/**
 * Global
 */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
body {
	text-align: center;
	color: #333333;
	font-size: 75%;
	font-family: Lucida sans unicode, Arial, Verdana, sans-serif;
	background: #FFFFFF url(../img/themes/black1/header_background.gif) repeat-x top left;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
h1 {
	font-size: 180%;
	margin-bottom: 10px;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 13px;
}
p.legal {
	font-size: 80%;
	clear: both;
}
p.compliance {
	font-size: 80%;
	text-transform: uppercase;
	text-align: center;
}
p.arrow {
	display: block;
	padding: 0 0 0 13px;
	background: transparent url(../img/icons/arrows_double.gif) no-repeat center left;
}
img {
	border-width: 0;
}
ul {
	padding: 0;
	margin: 7px 0 15px 5px;
}
ul li {
	padding: 0 0 0 13px;
	margin: 0 0 7px 0;
}
ul li {
	list-style-type: none;
	background: transparent url(../img/icons/arrows_double.gif) no-repeat 0 6px;
}
ul.tick li {
	background: transparent url(../img/icons/tickedBox.gif) no-repeat top left;
	padding-left: 20px;
}
ol {
	margin: 7px 0 15px 30px;
}
hr {
	display: none;
}
div.divider,
div.hr {
	background: transparent url(../img/dividers/divider.gif) no-repeat top left;
	height: 4px;
	margin: 10px 0 10px 0;
	clear: both;
}
tbody tr td {
	margin: 0;
	padding: 5px;
}
div.dividerDotted {
	background-image: url(../img/dividers/dotted_longLine.gif);
	background-repeat: repeat-x;
}
#accessibility,
.hide {
	display: none;
}

/**
 * Global Layout
 */
#wrapper {
	width: 956px;
	text-align: left;
	margin: auto;
	clear: both;
	height: auto;
}
#content {
	margin: 25px 0 0 0;
	width: 936px;
}

/**
 * Header
 */
#header {
	width: 100%;
	height: 158px;
	text-align: left;
}
#logo {
	width: 280px;
	height: 75px;
	float: left;
	margin: 25px 0 0 0;
	background: transparent url(../img/themes/black1/charcol_logo.gif) no-repeat top left;
}
#account {
	float: right;
	margin: 41px 0 0 0;
	text-align: right;
}
#account div.tel {
	width: 214px;
	height: 22px;
	margin: 0 0 12px 0;
	background: transparent url(../img/themes/grey/call-08003585560.gif) no-repeat top left;
}
#account div.login {
	text-align: right;
}
#account div.login a {}
#account span,
#logo img {
	display: none;
}

/**
 * Primary navigation
 */
#primaryNavigation {
	width: 100%;
	float: left;
	font-size: 100%;
	text-transform: uppercase;
	margin: 27px 0 0 0;
}
#primaryNavigation ul {
	margin: 0;
	padding: 0;
}
#primaryNavigation ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	display: inline;
	background: transparent url(../img/themes/black1/tab_right.gif) no-repeat right top;
}
#primaryNavigation ul li a {
	float: left;
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	background: transparent url(../img/themes/black1/tab_left.gif) no-repeat left top;
	color: #FFFFFF;
}
#primaryNavigation ul li a:hover {
	background-position: 0 -200px;
}
#primaryNavigation ul li:hover {
	background-position: right -200px;
}
#primaryNavigation ul li.active a {
	background-position: 0 -100px;
	color: #FFFFFF;
}
#primaryNavigation ul li.active {
	background-position: right -100px;
}

/**
 * Secondary navigation
 */
#secondaryNavigation {
	margin: 0 0 15px 0;
}
#secondaryNavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 120%;
}
#secondaryNavigation ul li {
	background: transparent url(../img/icons/arrows_double.gif) no-repeat 2px 8px;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
}
#secondaryNavigation ul li a {
	color: #333333;
}
#secondaryNavigation ul li a:hover {
	color: #CC0000;
	background-color: transparent;
}
#secondaryNavigation ul li a.active {
	color: #CC0000;
	font-weight: bold;
}
#secondaryNavigation ul ul {
	list-style-type: none;
	padding: 0;
	margin: 7px 0 10px 0;
	font-size: 100%;
}
#secondaryNavigation ul ul li {
	background: transparent url(../img/dividers/dotted_line.gif) no-repeat bottom left;
	padding: 3px 0 7px 0;
	margin: 0 0 0 0;
}
#secondaryNavigation ul ul li a {
	color: #333333;
	font-size: 75%;
	padding: 0 0 0 10px;
	display: block;
}
#secondaryNavigation ul ul li a.active {
	background: transparent url(../img/icons/arrow_single.gif) no-repeat 0 6px;
}
#secondaryNavigation ul ul li a {
	background: transparent url(../img/icons/arrow_single_red.gif) no-repeat 0 6px;
}
#secondaryNavigation ul ul ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#secondaryNavigation ul ul ul li {
	background-image: none;
	padding: 0 0 7px 0;
	margin: 0 0 0 15px;
}
#secondaryNavigation ul ul ul li a {
	padding: 0 0 0 10px;
}
#secondaryNavigation div.comingSoon {
	padding: 15px 0 15px 0;
	font-size: 80%;
}
#secondaryNavigation div.comingSoon ul li {
	background: transparent url(../img/icons/arrow_single.gif) no-repeat 0 6px;
	padding: 0 0 0 9px;
}

/**
 * Default layout
 */
div.defaultLayout div.leftColumn {
	float: left;
	width: 173px;
}
div.defaultLayout div.rightColumn {
	float: right;
	width: 728px;
}
div.defaultLayout div.contentWrapper div.leftContentColumn {
	float: left;
	width: 468px;
}
div.defaultLayout div.contentWrapper div.rightContentColumn {
	width: 226px;
	float: right;
}

/**
 * Two column layout
 */
div.twoColumnLayout {
	width: 956px;
	margin: 0 0 20px 0;
}
div.twoColumnLayout div.leftColumn {
	float: left;
	width: 711px;
}
div.twoColumnLayout div.rightColumn {
	float: right;
	width: 224px;
}

/**
 * Nested two column layout
 */
div.defaultLayout div.twoColumnLayout,
div.twoColumnLayout div.twoColumnLayout {
	width: auto;
}
div.defaultLayout div.twoColumnLayout div.leftColumn,
div.defaultLayout div.twoColumnLayout div.rightColumn {
	width: 49%;
}
div.twoColumnLayout div.twoColumnLayout div.leftColumn {
	width: 69%;
}
div.twoColumnLayout div.twoColumnLayout div.rightColumn {
	width: 30%;
}

/**
 * Breadcrumb
 */
#breadcrumb {
	font-size: 80%;
	margin-bottom: 5px;
}

/**
 * Footer
 */
#footer {
	clear: both;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	background-color: transparent;
	color: #666666;
}
#footer p.copyright,
#footer p.complianceCharge {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#footer p.compliance {
	font-size: 90%;
}

/**
 * Footer navigation
 */
#footerNavigation {
	background-color: #A6A6A6;
	padding: 5px 0 3px 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 80%;
}
#footerNavigation #credits {
	float: right;
	text-align: right;
	width: 190px;
	color: #FFFFFF;
	padding: 0 10px 0 0;
	margin: 0;
}
#footerNavigation ul {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 2px 2px 2px;
}
#footerNavigation ul li {
	display: inline;
	padding: 0;
	margin: 0 15px 0 5px;
	background-image: none;
}

/**
 * External banners
 */
#banners {
	padding: 3px 0 0 16px;
}
.adbanner {
	margin-bottom: 15px;
}
div.topContentRow div.adbanner,
div.leftContentColumn div.adbanner {
	margin: 10px 0;
}

/**
 * Internal banners
 */
div.tx-llbanner-pi1 {}
div.tx-llbanner-pi1 div.banner {
	padding: 0 0 10px 0;
}
div.tx-llbanner-pi1 div.banner h3 {
	padding: 0;
	margin: 0;
}
div.tx-llbanner-pi1 div.banner h3 a {
	display: block;
	width: 226px;
	height: 150px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
div.tx-llbanner-pi1 div.banner h3 a span,
div.tx-llbanner-pi1 div.banner p {
	display: none;
}

/**
 * Whitelabel banners
 */
 div.whitelabel div.banner {
 	padding: 0 0 10px 0;
 }
 div.whitelabel div.banner.item5 {
 	padding: 0;
 	float: right;
 }

/**
 * Highlights
 */
div.highlightImage {
	margin: 20px 0 20px 0;
	width: 728px;
	height: 129px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
div.highlightImage p {
	color: #fff;
	padding: 5px 0 0 20px;
	margin: 0;
	width: 450px;
}
div.highlightImage h1 {
	padding: 7px 0 0 20px;
	margin: 0;
	color: #FFFFFF;
	font-weight: normal;
}
div.highlightImage a {
	color: #FFFFFF;
	text-decoration: underline;
}
.fam {
	background-image: url(../img/headers/mortgage.jpg);
}
.iandp {
	background-image: url(../img/headers/insurance.jpg);
}
.helpHeader {
	background-image: url(../img/headers/help.jpg);
}
.knowledge {
	background-image: url(../img/headers/knowledge.jpg);
}
.loginBanner {
	background-image: url(../img/headers/login.jpg);
}
.otherServices {
	background-image: url(../img/headers/otherServices.jpg);
}

.knowledge p {
	width: 550px;
}

/**
 * Quote List
 */
.quoteList {
	float: right;
}
.quoteList ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 80%;
}
.quoteList ul li {
	background: transparent url(../img/homepage/quoteListImage.gif) no-repeat top left;
	width: 210px;
	height: 30px;
	list-style-type: none;
	color: #4b4749;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	border: 1px solid white;
}
.quoteList ul li a span {
	padding-top: 8px;
	display: block;
}
.quoteList ul li a {
	text-decoration: none;
	color: #4b4749;
	display: block;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
}
.quoteList a:hover {
	background-color: transparent;
}
.quoteList ul li:hover {
	background: transparent url(../img/homepage/quoteListImage_over.gif) no-repeat top left;
}
.quotelistPadding {
	margin: 0;
	padding: 5px 5px 0 0;
}
.quotelistPadding_lowerlevel {
	margin: 0;
	padding: 0 20px 0 0;
}

/**
 * News
 */
div.newsItem p.posted {
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	margin: 0 0 5px 0;
}
div.newsItem p.category {
	font-size: 90%;
	background: transparent url(../img/knowledge/cat.gif) no-repeat 0 2px;
	padding-left: 23px;
}
div.newsItem p.comments a {
	display: block;
	clear: right;
	background: transparent url(../img/knowledge/comment_icon.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	font-size: 90%;
}
div.newsSingle div.newsItem p.comments a {
	float: right;
	background: transparent url(../img/knowledge/comment_icon.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	margin: 0 0 0 0;
	font-size: 90%;
}
div.newsSingle div.newsItem p.posted {
	float: left;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	margin: 0 0 5px 0;
	width: 260px;
}
div.newsItem p.readMore {
	background: transparent url(../img/icons/arrows_double.gif) no-repeat 0 6px;
	padding: 0 0 0 11px;
}
div.newsItem p.readMore a, p.arrow a {
	font-size: 90%;
}
div.rightContentColumn p.bodytext {
	background: transparent url(../img/knowledge/rounded_top_orange.gif) no-repeat top;
	margin: 0;
	padding: 35px 0px 20px 16px;
}
div.rightContentColumn div h2 {
	visibility: hidden;
}

/**
 * Subscribe
 */
#c931 {
	background: #FFD7AE url(../img/knowledge/rounded_bottom_subscribe.gif) no-repeat bottom left;
}
#c931 p.bodytext {
	padding: 35px 0 5px 16px;
	background: #FFD7AE url(../img/knowledge/rounded_top_subscribe.gif) no-repeat top;
	margin: 0;
}
#c931 ul {
	font-size: 95%;
	padding: 0 0 20px 15px;
}
#c931 ul li {
	margin-bottom: 3px;
}

/**
 * News List
 */
div.newsList div.newsItem {
	margin-top: 15px;
}

/**
 * News Latest
 */
div.newsLatest div.newsItem h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 0 0;
}

/**
 * News Single
 */
div.newsSingle {}
div.newsSingle ul.buttons {
	margin: 0;
	padding: 0;
}
div.newsSingle ul.buttons li {
	background-image: none;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: #FFFFFF url(../img/buttons/button_bg.gif) repeat-x bottom left;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div.newsSingle ul.buttons li a {
	display: block;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 3px 0 22px;
	color: #333333;
	font-size: 90%;
}
div.newsSingle ul.buttons li a.digg {
	background: url(../img/knowledge/digg-thumb.gif) no-repeat 4px center;
}
div.newsSingle ul.buttons li a.delicious {
	background: url(../img/knowledge/delicious.small.gif) no-repeat 4px center;
}
div.newsSingle ul.buttons li a:hover {
	text-decoration: none;
}
div.newsSingle ul.buttons li:hover {
	background-image: none;
}
div.notification,
div.notificationError,
#pPasswordUpdated {
	padding: 12px 10px 0 30px;
	margin-bottom: 15px;
	background: #e2f9e3 url(../img/icons/tick.gif) no-repeat 7px 12px;
	border: 3px solid #99cc99;
	color: #006600;
}
#pPasswordUpdated {
	background-position: 7px 6px;
	padding: 6px 10px 5px 30px;
}
#pPasswordUpdated strong {
	font-weight: normal;
}
div.notificationError {
	background-color: #FFFFCC;
	background-image: url(../img/forms/watchdog-warning.gif);
	border-color: #FFFF99;
	color: #C0A400;
}
div.tx-ttnews-browsebox span.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
div.tx-ttnews-browsebox {
	font-size: 90%;
}
div.tx-ttnews-browsebox a,
div.tx-ttnews-browsebox strong {
	margin: 0 2px 0 0;
}
div.tx-ttnews-browsebox div.showResultsWrap {
	padding: 0 0 15px 0;
	float: left;
}
div.tx-ttnews-browsebox div.browseLinksWrap {
	float: right;
}

/**
 * Blog
 */
div.rightContentColumn div.newsCategories,
div.rightContentColumn div.newsArchive {
	background: #ddf3ff url(../img/knowledge/rounded_top.gif) no-repeat top left;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 226px;
}
div.rightContentColumn div.newsArchive {
	background-image: url(../img/knowledge/rounded_top_green.gif);
	background-color: #E1FCE5;
}
div.rightContentColumn div.newsCategories ul,
div.rightContentColumn div.newsArchive ul {
	background: #DDF3FF url(../img/knowledge/rounded_bott.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 0px 10px 16px;
}
div.rightContentColumn div.newsArchive ul {
	background-image: url(../img/knowledge/rounded_bott_green.gif);
	background-color: #E1FCE5;
}
div.rightContentColumn .newsCategories ul,
div.rightContentColumn .newsArchive ul{
	padding: 8px 5px 5px 10px;
	margin-bottom: 10px;
}
div.rightContentColumn .newsCategories li,
div.rightContentColumn .newsArchive li {
	border-bottom: 1px solid #B3E4FF;
	padding-bottom: 5px;
	margin-right: 10px;
}
div.rightContentColumn .newsArchive li {
	border-color: #b2dbb3;
}
div.newsCommentPost form div.csc-mailform-field input.csc-mailform-submit {
	background: none;
	width: auto;
	height: auto;
	clear: both;
	margin-left: 160px;
}
div.tx-veguestbook-pi1 .csc-header {}
div.tx-veguestbook-pi1 div.indent {
	background: transparent url(../img/knowledge/comment_icon.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	margin-top: 5px;
}
div.tx-veguestbook-pi1 .posted {
	font-size: 80%;
	padding: 7px 18px ;
	font-weight: bold;
	color: #666666;
}

/**
 * Contact us
 */
table.contact {
	margin: 0 0 15px 0;
	border-collapse: collapse;
	width: 99%;
}
table.contact th,
table.contact td {
	border-bottom: 1px solid #CCCCCC;
}
table.contact th {
	padding: 0 0 10px 0;
}
table.contact td {
	padding: 5px 10px 5px 0;
}

/**
 * Sitemap
 */
div.csc-sitemap ul {
	margin-bottom: 0;
}
div.csc-sitemap ul li a {
	font-weight: bold;
}
div.csc-sitemap ul li ul li a {
	font-weight: normal;
}

/**
 * Menu of subpages
 */
div.menuOfSubpages ul li p {
	font-size: 90%;
}

/**
 * Contact form
 */
form fieldset.csc-mailform {
	border-width: 0;
}
form div.csc-mailform-field {
	clear: both;
	float: none;
	padding: 5px 0 5px 0;
}
form div.csc-mailform-field label {
	display: block;
	float: left;
	width: 180px;
	padding: 0 20px 2px 0;
	font-size: 90%;
}
div.newsCommentPost form div.csc-mailform-field label {
	text-align: left;
	width: 80px;
}
form div.csc-mailform-field input,
form div.csc-mailform-field select,
form div.csc-mailform-field textarea {
	float: left;
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
form div.csc-mailform-field input.csc-mailform-check {
	width: auto;
	border-width: 0;
	background-color: transparent;
}
form div.csc-mailform-field input.csc-mailform-submit {
	float: none;
	font-size: 9px;
	clear: both;
	width: auto;
	border-width: 0;
	margin: 10px 0 0 200px;
	font-weight: bold;
	color: #555555;
}
form div.csc-mailform-field input.csc-mailform-submit {
	background: transparent url(../img/buttons/button_send.gif) no-repeat top right;
	width: 82px;
	height: 26px;
}
form div.csc-mailform-field span.note  {
	margin: 0 0 0 10px;
	font-size: 90%;
}
form fieldset#mailformPreferred_Contact_Method {
	border: none;
	width: 200px;
	padding: 10px 0 0 0;
}
form fieldset#mailformPreferred_Contact_Method input {
	width: 10%;
	padding: 0 0 5px 0;
	border:none;
}
form fieldset#mailformPreferred_Contact_Method label {
	width: 80%;
	padding: 0px 0 5px 10px;
	position: relative;
	top: -1px;
	text-align: left;
}
form span.csc-mailform-radio {
	width: auto;
}
form button:hover {
	cursor: pointer;
}

/**
 * Petition
 */
div.petition {
	margin: 0 0 20px 0;
}
div.petition fieldset {
	border-width: 0;
}
div.petition div.row {
	padding: 0 0 8px 0;
}
div.petition input {
	border: 1px solid #CCCCCC;
}
div.petition span.note {
	font-size: 87%;
	padding: 0 0 0 10px;
}
div.petition button {
	border-width: 0;
	width: 140px;
	height: 26px;
	background: transparent url(../img/buttons/button_signOurPetition.gif) top left;
}
div.petition button span {
	display: none;
}
div.petitionList ul li {
	display: block;
	float: left;
	width: 200px;
}
div.petition div.rowCheckbox {
	clear: both;
	margin: 5px 0 5px 0;
}
div.petition div.rowCheckbox input {
	margin: 0 5px 0 0;
	border-width: 0;
}
div.petition div.rowCheckbox label {
	font-size: 95%;
}

/**
 * Petition Banner on HP
 */
#homepage div.petitionList {
	width: 224px;
	height: 204px;
	overflow: hidden;
}
#homepage div.petitionList div.csc-header,
#homepage div.petitionList div.divider,
#homepage div.petitionList ul {
	display: none;
}
#homepage div.petitionList a#linkToSign {
	display: block;
	width: 224px;
	height: 204px;
	background: url(../img/stampduty_petition.gif) no-repeat;
}
#homepage div.petitionList a#linkToSign span {
	display: none;
}
#homepage div.petitionList #numberOfSingatories {
	position: relative;
	left: 24px;
	top: -65px;
	font-size: 14px;
}

/**
 * Wide contact form
 */
div.topContentRow form div.csc-mailform-field label {
	float: left;
	font-size: 90%;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}
div.topContentRow form div.csc-mailform-field input,
div.topContentRow form div.csc-mailform-field select,
div.topContentRow form div.csc-mailform-field textarea {
	float: left;
}
div.topContentRow form div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 260px;
	margin-bottom: 15px;
}

/**
 * Narrow contact form
 */
div.rightContentColumn form div.csc-mailform-field label {
	padding: 0;
}
div.rightContentColumn form div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 0;
	margin-bottom: 15px;
}
div.rightContentColumn form div.csc-mailform-field input,
div.rightContentColumn form div.csc-mailform-field select,
div.rightContentColumn form div.csc-mailform-field textarea {
	margin: 0;
	padding: 0;
}

/**
 * contentBox blue
 */
div.contentBox.blue {
	padding-top: 15px;
	width: 467px;
}
div.contentBox.blue div.contentWrapper {
	padding: 5px 15px;
}
div.contentBox.blue div.header {
	background: url(../img/boxes/roundedBox-top.gif) no-repeat;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
div.contentBox.blue div.header div {
	padding: 15px 15px 0 15px;
}
div.contentBox.blue div.content {
	background: url(../img/boxes/roundedBox-middle.gif) repeat-y;
	width: 100%;
}
div.contentBox.blue div.footer {
	background: url(../img/boxes/roundedBox-bottom.gif) no-repeat;
	width: 100%;
	height: 10px;
}

/**
 * Content box light
 */
div.contentBox.light {
	border: 1px solid gray;
}
div.contentBox.mortgageDetails div.contentBox.light div.header {
	background: #bbdaec;
}
div.contentBox.light div.header div {
	padding: 5px 10px;
}
div.contentBox.light div.contentWrapper {
	padding: 10px;
}
div.contentBox.mortgageDetails div.contentBox.light div.content {
	padding: 0;
}
div.contentBox.light div.enquireForm form div.row span.label,
div.contentBox.light #wizardStepZero form div.row span.label {
	width: 100px;
}
div.contentBox.light div.enquireForm form {
	margin-bottom: 0;
}

/**
 * Content Box (speak)
 */
div.contentBox.speak {
	padding-top: 40px;
}

/**
 * Content Box
 */
div.contentBox div.header div {
	font-size: 1.2em;
	font-weight: bold;
}
div.contentBox.mortgageDetails {
	border: 1px solid #999;
	width: 100%;
}
div.contentBox.mortgageDetails div.header {
	background: #ebebeb;
	padding: 5px 20px;
}
div.contentBox.mortgageDetails div.contentBox div.header {
	background: none;
	padding: 0;
}
div.contentBox.mortgageDetails.hand {
	background: url(../img/boxes/box-stepZero-hand.jpg) no-repeat 100% 25px;
	width: 100%;
}
div.contentBox.mortgageDetails div.content {
	padding: 20px;
}
div.contentBox.mortgageDetails div.contentBox div.content {
	padding: 0;
}
div.contentBox.mortgageDetails div.twoColumnLayout {
	margin-top: 0;
}
div.contentBox.hand #wizardStepZero form {
	width: 440px;
	padding-top: 20px;
}
#charcolComponent .illustrationBody {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 6px;
	width: 100%;
}

/**
 * Step Zero
 */
#wizardStepZero select,
#wizardStepZero input {
	width: 170px;
	border: 1px solid #D3D5D2;
	padding: 2px 0 2px 1px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#wizardStepZero select {
	font-weight: normal;
}
#wizardStepZero fieldset {
	border: 0;
}
#wizardStepZero label {
	padding: 0 0 4px 10px;
	display: block;
	text-align: left;
}
#wizardStepZero form div.row {
	padding: 10px 0 0 5px;
	clear: both;
}
#wizardStepZero form div.row span.label {
	width: 215px;
	float: left;
}
#wizardStepZero form div.row span.field span.extraLabel {
	display: block;
	float: left;
	width: 10px;
	padding: 2px 0;
	font-weight: bold;
}
#wizardStepZero form div.row.submit {
	height: 30px;
}
#wizardStepZero form div.row.submit span.label {
	display: none;
}
#wizardStepZero form div.row.submit span.field {
	float: right;
}
#wizardStepZero form button {
	width: 99px;
	height: 26px;
	background: transparent url(../img/buttons/button_search.gif) no-repeat top left;
	border: 0;
	margin: 0 35px 0 0;
}
#wizardStepZero form button span {
	display: none;
}

/**
 * twoColumnLayout in twoColumnHP box
 */
div.twoColumnLayout div.twoColumnHP div.twoColumnLayout div.leftColumn {
	width: 225px;
}
div.twoColumnLayout div.twoColumnHP div.twoColumnLayout div.rightColumn {
	width: 470px;
}
div.twoColumnHP #wizardStepZero form div.row span.label {
	width: auto;
	float: none;
}
div.twoColumnHP #wizardStepZero form {
	padding-top: 16px;
}

/**
 * Calculators
 */
div.calculatorsBox {
	background: url(../img/boxes/box-calculators.jpg) no-repeat;
	width: 226px;
	height: 204px;
}
div.calculatorsBox div.wrapper {
	padding: 55px 0 0 80px;
	line-height: 1em;
}
div.calculatorsBox ul {
	margin-bottom: 20px;
}

/**
 * Mortgage Detail Call to action
 */
div.contentBox.hand div.banner.html p {
	font-size: 2em;
	padding-left: 1em;
	font-weight: bold;
}
div.contentBox.hand div.contentBox.howToApply {
	padding: 10px 0;
}

/**
 * Workspace preview
 */
#workspacePreview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 5px 5px 30px;
	background: #e2f9e3 url(../img/icons/tick.gif) no-repeat 7px 5px;
	border-bottom: 2px solid #99cc99;
	color: #006600;
	text-align: left;
	font-size: 90%;
}

/**
 * Market update page (id=3045)
 */
#marketUpdateSubscribe div.defaultLayout div.leftColumn {
	width: 100px;
}
#marketUpdateSubscribe div.defaultLayout div.rightColumn {
	float: left;
}
#marketUpdateSubscribe  div.twoColumnLayout div.leftColumn {
	 width: 49%;
}
#marketUpdateSubscribe div.twoColumnLayout div.rightColumn {
	float: right;
	width: 49%;
}
#marketUpdateSubscribe #mailform,
#marketUpdateSubscribe #c11605 {
	padding-left: 115px;
}

/**
 * Charcol snippets (now calculators only)
 */
div.charcolSnippet textarea,
div.charcolSnippet textarea.html {
	width: 100%;
	height: 200px;
	font-size: 90%;
	margin-bottom: 2em;
}
div.charcolSnippet textarea.php {
	height: 100px;
}
div.charcolSnippet textarea.asp {
	height: 100px;
}
div.charcolSnippet textarea.url {
	height: 50px;
}

/**
 * Three Columns Layout
 */
div.threeColumnLayout div.leftColumn {
	width: 33%;
	float: left;
}
div.threeColumnLayout div.middleColumn {
	width: 33%;
	float: left;
}
div.threeColumnLayout div.rightColumn {
	width: 33%;
	float: right;
}

/**
 * Live insurance
 */
#c12389 div.twoColumnLayout div.leftColumn {
	width: 468px;
}
#c12389 div.twoColumnLayout div.rightColumn {
	width: 226px;
}

/**
 * Survey Page
 */
body#survey div.defaultLayout div.contentWrapper div.leftContentColumn {
	width: 694px;
}
body#survey div.defaultLayout div.contentWrapper div.rightContentColumn {
	display: none;
}

/**
 * PB Survey
 */
#content div.tx-pbsurvey-pi1 {
	padding-top: 10px;
}
#content div.tx-pbsurvey-pi1 div.pagenumbering {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-size: 85%;
	text-align: right;
	background: transparent url(../images/dividers/line.gif) repeat-x bottom left;
}
#content div.tx-pbsurvey-pi1 input.text,
#content div.tx-pbsurvey-pi1 textarea {
	background-color: #FAFAFA;
	width: 350px;
}
#content div.tx-pbsurvey-pi1 fieldset.survey_item {
	padding: 5px 0 10px 0;
}
#content div.tx-pbsurvey-pi1 fieldset.survey_item p.question {
	font-weight: bold;
	margin-bottom: 3px;
}
#content div.tx-pbsurvey-pi1 fieldset.survey_item span.radio {
	padding: 0 0 0 5px;
}
#content div.tx-pbsurvey-pi1 fieldset.survey_item.checkbox input {
	float: left;
	margin: 0 5px 0 0;
}
#content div.tx-pbsurvey-pi1 div.questionComment {
	font-size: 90%;
	margin: 0 0 1em 0;
}
#content div.tx-pbsurvey-pi1 span.required {
	color: #FF0000;
}
#content div.tx-pbsurvey-pi1 div.formbuttons {
	padding: 20px 0 20px 0;
	text-align: right;
}
#content div.tx-pbsurvey-pi1 input.button {
	/*background: #87AFD9 url(../images/buttons/button_bg.gif) repeat-x bottom left;*/
	border: 1px solid #3770ae;
	padding: 3px 5px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 5px;
	width: auto;
	overflow: visible;
}
#content div.tx-pbsurvey-pi1 button:hover {
	text-decoration: none;
	background-color: #3474b9;
	background-image: none;
}
#content div.tx-pbsurvey-pi1 button span {
	padding: 0 10px 0 10px;
}
#content div.tx-pbsurvey-pi1 div.questionAnswer {
	clear: both;
	padding: 0 0 5px 0;
}
#content div.tx-pbsurvey-pi1 table {
	width: auto;
}
#content div.tx-pbsurvey-pi1 th,
#content div.tx-pbsurvey-pi1 td {
	background: none;
	text-align: center;
	padding: 5px 12px
}
#content div.tx-pbsurvey-pi1 table td {
	padding: 3px 0;
}
#content div.tx-pbsurvey-pi1 table td label {
	display: block;
	margin: 2px 7px 0 0;
}
#content div.tx-pbsurvey-pi1 table.matrix td.columnFirst {
	text-align: left;
}

div.tx-pbsurvey-pi1 .hidden {
	display: none;
}
div.tx-pbsurvey-pi1 table#topSection td {
	font-weight: bold;
	text-align: left;
}
div.tx-pbsurvey-pi1 fieldset,
div.tx-pbsurvey-pi1 div.question {
	border:none;
}
div.tx-pbsurvey-pi1 legend {
	display: block;
}
div.tx-pbsurvey-pi1 table.matrix input {
	width: 140px;
	margin: 0 20px;
}

/**
 * sIFR
 */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-active div.csc-header h1,
.sIFR-active div.csc-header h2,
.sIFR-active div.csc-header h3 {
	visibility: hidden;
	line-height: 1em;
}
.sIFR-active div.csc-header h1 {
	font-size: 28px;
}
.sIFR-active div.csc-header h2 {
	font-size: 20px;
}
.sIFR-active div.csc-header h3 {
	font-size: 16px;
}