/*** DBS Cashline CSS ***/
body {
	background:#000;
	color:#000;
	font-size:0.625em;
	font-style:normal;
	font-weight:normal;
    font-family: 'Open Sans', sans-serif;font-weight: 400;
	margin:0 auto;
}
/* @font-face */

@font-face {
    font-family: 'Open Sans', sans-serif;font-weight: 400;
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
	zoom:1;
	font-smooth:always;
}

@font-face {
    font-family: 'Open Sans',sans-serif; font-weight: 700;
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
	zoom:1;
	font-smooth:always;
}

/* Body Tags and comon styles*/
h1 { 
	color: #fff;
    font-family: 'Open Sans',sans-serif; font-weight: 700;
	font-size: 3.0em; 
	font-weight: normal; 
	padding:0 0 22px 0;
	line-height:1.25em; 
} 

h2 { 
    font-family: 'Open Sans',sans-serif; font-weight: 700;
	font-size: 2.2em; 
	font-weight: normal; 
	color: #d90f13; 
} 

h3 { 
    font-family: 'Open Sans', sans-serif;font-weight: 400;
	font-size: 2.2em; 
	color: #110403; 
}
h3 span{ 
    font-family: 'Open Sans',sans-serif; font-weight: 700;
} 

p {
	font-size:1.2em;
	padding:0 0 8px 0;
	line-height: 1.3em;
	margin:0;
    font-family: 'Open Sans', sans-serif;font-weight: 400;
}
a {
	color: #000;
	outline:none 0;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.txt-left {
	text-align:left !important;
}
.txt-right {
	text-align: right !important;
}
.txt-center {
	text-align:center !important;
}
.clear {
	clear:both;
}

/* Layout styles*/

#container {
	margin: 0;
	padding:0;
	overflow:hidden;
	width:100%;
}
#outer-header {
	background:#000 url(../images/bg_banner3.jpg) center top no-repeat;
	height:440px;
	overflow:hidden;
	width:100%;
}
#outer-header #header {
	width:968px;
	margin:0 auto;
	padding:15px 0 0 0;
}
#outer-header #header #branding {
	background: url(../images/branding-bg.png) left top no-repeat;
	height:66px;
	width:947px;
	margin:0 auto;	
}
#outer-header #header #branding #logo{
    display: block;
    height: 26px;
    padding: 14px 0 0 28px;
    width: 84px;
}
#outer-header #header .header-content {
    padding:45px 0 0 46px;
    width: 560px;
}

#outer-header #header .header-content > ul{
    padding:0 0 18px 0;
	margin:0;
	list-style:inside none;
}
#outer-header #header .header-content > ul > li {
	background: url(../images/icon-right.png) left top no-repeat;
	color: #FFFFFF;
	font-size: 2.3em;
	line-height: 20px;
	margin: 0 0 12px;
	padding: 0 0 0 30px;
	text-shadow: 1px 2px 2px #000;	
}
#outer-header #header .header-content p {
	font-size:1.7em;
	color:#fff;
	width:310px;
	float:left;	
}

.btn-apply {
	background: url(../images/btn-apply-now.png) left top no-repeat;
	height:64px;
	margin:13px 0 0 30px;
	padding:0 0 0 9px;	
	width:204px;
	float:left;	

}
.btn-apply .apply-now {
    color: #ca2711;
    display: block;
    font-size: 2em;
    height: 35px;
    padding: 15px 0 0 32px;
    text-decoration: none;
    text-shadow: 2px 3px 4px #FFFFFF;
    width: 166px;
    font-family: 'Open Sans',sans-serif; font-weight: 700;	
}
.btn-apply-btm {
	background: url(../images/tabs-row-divider.jpg) left 12px  no-repeat;
	position:relative;
	height:43px;	
}
.apply-now-red {
	background: url(../images/btn-aplly-now-red.jpg) left top no-repeat;		
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif; font-weight: 700;
    font-size: 2em;
    height: 33px;
    left: 199px;
    padding: 10px 0 0 32px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0px 2px 0px #444444;
    bottom:10px;
    width: 160px;
}
.apply-now-red-tabone {
	bottom:-13px !important;
	
}
.find-out-more {
    color: #ff432a;
    font-family: 'Open Sans',sans-serif; font-weight: 700;
    font-size: 2.1em;
    height: 33px;
    padding: 0 18px 0 0;
    text-decoration: none;
    text-shadow: 0px 1px 1px #666;
	background: url(../images/find-out-more-arrow.png) right 8px no-repeat;	
	
	
}


#inner-container {
	background:#f7f6f6 url(../images/iinner-container-bg.gif) left top repeat-x;
	margin:0;
	padding:0;
	width:100%;
}
#inner-container > .content {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position: relative;
	width:968px;
	top:-40px;
}


#footer {
	background:url(../images/footer-bg.jpg) left top repeat-x;
    height: 300px;
    padding: 54px 0 0;
    position: relative;
    width: 100%;	
}
#footer > .inner {
	background:#181818;
    height: 70px;
    margin: 0 auto;
    padding: 30px 0 0 14px;
    position: relative;
    width: 930px;
	webkit-border-radius:0.8em;
	-moz-border-radius:0.8em;
	border-radius:0.8em;
}
#footer > .inner ul {
	margin: 0;
	padding:0;
	list-style:none;
	width:560px;
}
#footer > .inner ul li{
	margin:0;
	padding:0 6px;
	float:left;
	background:url(../images/footer-divider.gif) right top no-repeat;
	height:15px;	
}
#footer > .inner ul li.last{
	padding-right:0px !important;
	background: none;
}
#footer > .inner ul li a{
	color:#dd484b;
	font-size:1.4em;
	text-decoration:none;
}
#footer > .inner ul li a:hover{
	text-decoration: underline;
}
#footer > .inner > .copyright {
	clear: both;
	color: #dadada;
	float: left;
	font-size: 1.1em;
	padding: 14px 0 0 10px;
}
#footer > .inner > .right {
    position: absolute;
	background-color:white;
	padding:10px;
    right: 40px;
    top: 0px;
	
}


/* start of tab navigation */
.tabs-container {
	clear: both;
	overflow:hidden;
	margin:0 0 0 0;
	width:637px;
}
.tabs {
	clear: both;
	height: 34px;
	padding:4px;
	position: relative;
	z-index: 999;
	overflow:hidden;
	margin: 2px 0 0 34px;
}
.tabs li {
	background: url(../images/tab-bg.png) left bottom no-repeat;
	float:left;
	display:inline-block;
	text-align:center;
	margin-top:-6px;

}
.tabs .active {
	background: url(../images/tab-active.png) left bottom no-repeat;
	position:relative;
	color:#FFF;
	height:45px;
    margin-top: -6px;	
}
.tabs .active a {
	color:#892015;
}
.tabs li a {
	display:block;
	width:190px;
	padding:10px 0;
	text-decoration:none;
	color:#ffaea1;
	font-size:2.2em;
}
.tabs li a:hover {
	background: url(../images/tab-hover.png) left top no-repeat;
	text-decoration:none;
	color:#892015;
 }
.tabs-inner {
	background: url(../images/tab-inner.png) left bottom no-repeat;
	padding:0;
	width:637px;
	margin:-2px 0 0 0;
}
.tabs-inner .tab-content {
	margin:0 0 0 0;
	padding:26px 0 0;
	overflow:hidden;
	background: url(../images/tab-content.png) 0 top repeat-y;
	display:block;
}
.tabs-inner .content {
	margin:0;
	padding:10px 20px 20px 20px;
	min-height:340px;
}
.tabs-inner .content h2{
	margin:5px 0 7px;
}
.tabs-inner .content p {
	margin:0;
	color:#202020;
	font-size:1.4em;
	padding:0 0 20px 30px;
}
.tabs-inner .content .tagline {
	font-size:1.8em;
}
.tabs-inner .content ul {
	margin:0;
	padding:0;
}

.tabs-inner .content ul li {
	margin:0;
	padding:25px 0 30px 40px;
	list-style:inside none;
	overflow:hidden;
	background: url(../images/tabs-row-divider.jpg) left bottom no-repeat;	
}
.tabs-inner .content ul li img{
	margin:0;
	padding:0 24px 0 0;
	float:left;
	display:block;
	white-space:nowrap;
}
.tabs-inner .content ul li.last{
	overflow: inherit;
	padding-bottom: 70px;
	position: relative;
}
.tabs-inner .content ul li p {
	color:#202020;
	padding:0 0 0 0 !important;
	width: 506px;	
}
.tabs-inner .content ul li p strong {
	font-weight:bold;	
}
.tabs-inner .features {
	overflow:hidden;

}
.tabs-inner .features .repeated-row {
	margin:0;
	padding:25px 0;
	list-style:inside none;
	overflow:hidden;
	background: url(../images/tabs-row-divider.jpg) left top no-repeat;		
}
.tabs-inner .features .repeated-row .last {
	background: url(../images/tabs-row-divider.jpg) left top no-repeat;		
}

.tabs-inner .content ol {
	margin:0;
	padding:0 0 0 30px;
}
.tabs-inner .features .repeated-row ol li {
	background: url(../images/icon-number-one.jpg) left 9px no-repeat;		
	float: left;
	list-style: inside none;
	margin: 0 28px 0 0;
	overflow: hidden;
	padding: 0;
	width: 255px;

}
.tabs-inner .features .repeated-row ol li.two {
	background: url(../images/icon-number-two.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.three {
	background: url(../images/icon-number-three.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.four {
	background: url(../images/icon-number-four.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.five {
	background: url(../images/icon-number-five.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.six {
	background: url(../images/icon-number-six.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.seven {
	background: url(../images/icon-number-seven.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.eight {
	background: url(../images/icon-number-eight.jpg) left 9px no-repeat !important;		
}
.tabs-inner .features .repeated-row ol li.nine {
	background: url(../images/icon-number-nine.jpg) left 9px no-repeat !important;
	width:562px !important;		
}
.tabs-inner .features .repeated-row ol li.nine p{
	margin: -43px 0 0;
	padding-left: 236px;
	width: 328px;
}
.tabs-inner .features .repeated-row ol li h2{
	padding-left:48px;
}
.tabs-inner .features .repeated-row ol li.nine h2{
    margin: 0 0 0;
    padding-top: 8px;
}
.tabs-inner .features .repeated-row ol li p {
	width:inherit;
	padding:0px;
	
}

.tabs-inner .eligibility .tabesl-one {
	margin:0;
	padding:0;
}
.tabs-inner .eligibility .tabels-one li{
	margin:0;
	padding:0;
	list-style:inside none;
	float:left;
}
.tabs-inner .eligibility .tasbel-one li.col-one{
	margin:0;
	padding:0;
	list-style:inside none;
	float:left;
	width:
}

/* end of tab navigation */

.tabs-inner .eligibility {
	overflow:hidden;
}
.tabs-inner .eligibility h2{
	margin:5px 0 27px 30px;
	background: url(../images/tabs-row-half-divider.jpg) right 30px no-repeat;			
	
}

.tabs-inner .eligibility .tabel-one table a:link, .tabs-inner .eligibility .tabel-two table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.tabs-inner .eligibility .tabel-one table a:visited, .tabs-inner .eligibility .tabel-two table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.tabs-inner .eligibility .tabel-one table a:active,
.tabs-inner .eligibility .tabel-one table a:hover,
.tabs-inner .eligibility .tabel-two table a:active,
.tabs-inner .eligibility .tabel-two table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.tabs-inner .eligibility .tabel-one table, .tabs-inner .eligibility .tabel-two table {
	color:#666;
	margin:0 0 0 30px;
	border:#ccc 1px solid;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 3px 2px #D1D1D1;
	-webkit-box-shadow: 0 0 3px 2px #D1D1D1;
	box-shadow: 0 0 3px 2px #D1D1D1;
    color: #FFFFFF;
    text-shadow: none;
	position:relative;	
	/*behavior: url(/Resources/personal/css/landing/loans/cashline/PIE.htc);*/
	width:550px;	
}
.tabs-inner .eligibility .tabel-two table {
	margin:40px 0 40px 30px;
}

.tabs-inner .eligibility .tabel-one table th, .tabs-inner .eligibility .tabel-two table th {
	padding:15px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #E0E0E0;
	background: #7d7d7d;
	background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#676767));
	background: -moz-linear-gradient(top,  #7d7d7d,  #676767);
	width:120px;
	font-size:1.5em;
	vertical-align:middle;
    font-family: 'Open Sans',sans-serif; font-weight: 700;
	
}
.tabs-inner .eligibility .tabel-one table th:first-child, .tabs-inner .eligibility .tabel-two table th:first-child{
	text-align: left;
	padding-left:20px;
	 width: 169px;
}
.tabs-inner .eligibility .tabel-two table th:first-child{
	width: 69px !important;
}
.tabs-inner .eligibility .tabel-one table tr:first-child th:first-child, .tabs-inner .eligibility .tabel-two table tr:first-child th:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.tabs-inner .eligibility .tabel-one table tr:first-child th:last-child, .tabs-inner .eligibility .tabel-two table tr:first-child th:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}
.tabs-inner .eligibility .tabel-one table tr, .tabs-inner .eligibility .tabel-two table tr{
	text-align: center;
	padding-left:20px;
}
.tabs-inner .eligibility .tabel-one table tr td:first-child, .tabs-inner .eligibility .tabel-two table tr td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.tabs-inner .eligibility .tabel-one table tr td, .tabs-inner .eligibility .tabel-two table tr td {
	padding:10px 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	color:#505050;
	font-weight:normal;
	font-size:1.4em;
	font-weight: normal;
	line-height:1.5em;
    vertical-align: middle;	
}

.tabs-inner .eligibility .tabel-one table tr.last td, .tabs-inner .eligibility .tabel-two table tr.last td{
	background: #f1f1f1 !important;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
}
.tabs-inner .eligibility .smaltxt{
	font-size: 1em !important;
	font-style: italic !important;
	line-height: 16px;
}
.tabs-inner .eligibility .tabel-one table tr:last-child td, .tabs-inner .eligibility .tabel-two table tr:last-child td{
	border-bottom:0;
}
.tabs-inner .eligibility .tabel-one table tr:last-child td:first-child, .tabs-inner .eligibility .tabel-two table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tabs-inner .eligibility .tabel-one table tr:last-child td:last-child, .tabs-inner .eligibility .tabel-two table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tabs-inner .eligibility .tabel-one table tr:hover td, .tabs-inner .eligibility .tabel-two table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.tactical-panel {
	width:304px;
	height:581px;
	background: url(../images/tactical-bg.jpg) left top no-repeat;
	position:absolute;
	right:0;
	top:110px;
	padding:15px;
}
.tactical-panel .inner{
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 60%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1 );
 -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1 );
	background: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    height: 458px;
    padding: 20px;
	border:1px solid #fff;
	-moz-box-shadow:inset 0 0 3px 1px #b0b0b0;
	-webkit-box-shadow:inset 0 0 3px 1px #b0b0b0;
	box-shadow:inset 0 0 3px 1px #b0b0b0;	
	position:relative;	
	/*behavior: url(/Resources/personal/css/landing/loans/cashline/PIE.htc);*/	
}
.tactical-panel .inner h3{	
	margin:0 0 20px 0;
	line-height:1.3em;
}
.tactical-panel .inner p {	
	font-size:1.5em;
	padding:20px 0 25px;
	line-height: 1.4em;
	color:#2c2c2c;
	font-family:Arial, Helvetica, sans-serif;
}