/*************** Creditcard Stylesheet ***************/
/**************** Created By R Halligan ****************/
/*************** Leeds Building Society ****************/


#ccImg {
	width:215px;
	height:120px;
	float:right;
	padding:5px 0px 0px 0px;
}

.cbTitle {
	font-weight:bold;
}

li {
	margin-bottom:10px;
}

ul.links {
	list-style-type:square;
	margin-left:0px;
	padding-left:15px;
}

li.sub {
	margin-bottom:0px;
}

#continueButton {
	width:100px;
	height:30px;
	margin-left:110px;
}

.applyOnline {
	width:50px;
	height:48px;
	position:relative;
	left:225px;
	background:url(../creditcard/images/icon_online.gif) #FFFFFF no-repeat;
	padding:10px 0px 0px 75px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

.termsLinksOuter {
	width:575px;
	height:30px;
	padding-left:20px
}

.termsLinks {
	width:230px;
	height:32px;
	background:url(../creditcard/images/terms.gif) #333333 no-repeat;
	font-weight:bold;
	text-align:center;
	float:left;
	padding-top:3px;
}

.termsLinksSpacer {
	width:10px;
	height:30px;
	float:left;
}

.termsLinks a:link, .termsLinks a:visited, .termsLinks a:active {
	color:#FFFFFF;
}

.summaryBox {
	width:580px;
	border-collapse:collapse;
	border:1px solid #333333;
}

.summaryBox th {
	border-left:1px solid #333333;
}

.summaryBox td {
	padding:4px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	text-align:left;
}


.summaryBoxTitle {
 	background:url(../savings/images/summaryboxheader.gif) #333333;  
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding:4px;
}

.summaryBoxSummaryTitle {
	font-size:12px;
	border-left:1px solid #333333;
}

.summaryHeading {
	background:#FFD600;
	font-size:10px;
	padding:4px;
	border-bottom:1px solid #333333;
}

.summaryBoxLeftCol {
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

.summaryLight {
	background:#FFF9D5;
	font-size:10px;	
	font-weight:normal;
	padding:4px;
}

.summaryDark {
	background:#FFF09B;
	font-size:10px;
	padding:4px;
}

.subTable {
	width:auto;
	border-collapse:collapse;
}

.subTable td {
	border:none;
}

.subTableCenter {
	text-align:center;
}


