/*-----------------------------------------------------------------------------
Capital One Home Page Style Sheet
version:   1.0
author:    Daniel Cottner
e-mail:    daniel.cottner@capitalone.com
-----------------------------------------------------------------------------*/

.homepage h2 {
    font-size: 1.3em;
    margin: 0;
}
.homepage h3 {
    font-size: 1.25em;
    margin: 0;
}
#page-content {
    margin-top: 15px;
}
.homepage .quick-links {
	margin-top: 10px !important;
}
.homepage .quick-links li {
	font-weight: bold;
}
.homepage .rate {
	font-size: 1.25em;
}
.homepage table.rates tbody th {
	font-weight: bold !important;
}

/* =Alerts (Section 1)
-----------------------------------------------------------------------------*/
#section-1 {
    margin-bottom: 5px !important;
}
#section-1 .alert {
    background: #ff0101 url(/img/homepage/bg/sprite/alert-bg.jpg) no-repeat 0 0;
    color: #fff;
    height: 25px;
    margin-left: -10px;
    width: 960px !important;
}
#section-1 .hurricane {
    background-position: 0 -25px !important;
}
#section-1 a {
    color: #fff !important;
    text-decoration: underline !important;
}
#section-1 p {
    padding: 4px 0 0 35px;
    margin: 0 !important;
}

/* =Login Badge (Section 2)
-----------------------------------------------------------------------------*/
#section-2 {
    background: #fff url(/img/homepage/bg/login_gradient.png) repeat-x 0 100%;
    border: 1px solid #95b5c9;
    height: 163px;
    left: 10px;
    margin: 0;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    top: 24px;
    width: 244px;
}
#page-content.alert #section-2  {  /* Repositions section-2 when ALERT is present */
    top: 54px !important;
}
#section-2 h3 {
    font-size: 1em;
}
#section-2 fieldset {
    margin: 0;
    padding: 0;
}
#section-2 ul {
    margin: 0;
    overflow: hidden;
}
#section-2 ul li {
    background-image: none;
    border-left: 1px solid #999;
    float: left;
    font-size: 0.9em;
    line-height: 1;
    padding: 0 4px;
}
#section-2 ul li.first {
    border-left: none;
    padding-left: 0;
}
#section-2 .item-1 img {
    position: absolute;
    right: 11px;
    top: 7px;
}

/* Manage Your Accounts (National, Regional EOS) */
.national #section-2 .item-2, .regional .eos #section-2 .item-2 {
    padding-top: 5px;
}
.national #section-2 .item-2 label, .regional .eos #section-2 .item-2 label {
    display: block;
	font-weight: bold;
    margin: 0 0 2px;
}
.national #section-2 .item-2 select, .regional .eos #section-2 .item-2 select {
    width: 174px;
}
.national #section-2 .item-2 a, .regional .eos #section-2 .item-2 a {
    margin-left: 9px;
    vertical-align: -5px;
}
.national #section-2 .item-3, .regional .eos #section-2 .item-3 {
    border-bottom: 1px solid #e5ebf0;
    padding: 9px 0 6px;
}
.national #section-2 .item-4, .regional .eos #section-2 .item-4 {
    padding: 10px 0 0;
}
.national #section-2 .item-4 ul, .regional .eos #section-2 .item-4 ul {
    margin: 6px 0 2px;
}
.national #section-2 .item-4 span, .regional .eos #section-2 .item-4 span {
    font-size: 0.9em;
}

/* Secure Online Banking (Regional non-EOS) */
.regional .non-eos #section-2 .item-2 {
    border-bottom: 1px solid #e5ebf0;
    margin-top: 5px;
    padding-bottom: 4px;
}
.regional .non-eos #section-2 .item-2 div {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
.regional .non-eos #section-2 ul li {
	font-size: 0.8em;
}
.regional .non-eos #section-2 .item-2 label {
    left: -10000px; /* Hides labels if JavaScript is disabled */
    position: absolute;
    top: 1px;
}
#js-enabled .regional .non-eos #section-2 .item-2 label {
    left: 3px; /* Reveals labels if JavaScript is enabled */
}
.regional .non-eos #section-2 .item-2 div input {
    width: 95px;
}
.regional .non-eos #section-2 .item-2 span {
    font-size: 0.9em;
	font-weight: bold;
    padding-left: 2px;
    vertical-align: 5px;
}
.regional .non-eos #section-2 .item-3 form {
    padding-top: 3px;
}
.regional .non-eos #section-2 .item-3 label {
    display: block;
    font-size: 1em;
    font-weight: bold;
}
.regional .non-eos #section-2 .item-3 a {
    margin-left: 9px;
    vertical-align: -4px;
}
.regional .non-eos #section-2 .item-3 select {
    width: 200px;
}
.regional .non-eos #section-2 .item-4 span {
    font-size: 0.8em;
}
.regional .non-eos #section-2 .item-4 {
    padding: 0;
}
.regional .non-eos #section-2 .item-4 ul {
    margin: 6px 0 0;
}

/* =Mail Offer / Find a Branch/ATM (Section 3)
-----------------------------------------------------------------------------*/
#section-3 {
    background: #fff url(/img/homepage/bg/login_gradient.png) repeat-x 0 100%;
    border: 1px solid #95b5c9;
    height: 45px;
    left: 10px;
    margin: 0;
    padding: 5px 7px 7px;
    position: absolute;
    top: 217px;
    width: 244px;
}
#page-content.alert #section-3  {  /* Repositions section-3 when ALERT is present */
    top: 247px !important;
}

/* Mail Offer */
.national #section-3 .genericA {
    margin-right: 70px;
    position: relative;
}
.national #section-3 h2 {
	font-size: 1.25em;
    margin-bottom: 2px;
}
.national #section-3 .genericA a {
    font-size: 0.9em;
    line-height: 0.9;
}
.national #section-3 img {
    position: absolute;
    right: -63px;
    top: 4px;
}
.national #mail-offer-content .quick-links {
    margin: 10px 0 0 !important;
}

/* Find a Branch / ATM */
.regional #section-3 {
    background: #fff url(/img/homepage/bg/find-a-branch.jpg) no-repeat 0 0;
}
.regional #section-3 #find-branch {
    position: relative;
}
.regional #section-3 fieldset {
    margin: 0;
    padding: 0;
}
.regional #section-3 legend {
    color: #222;
    font-size: 1.25em;
    line-height: 1;
    margin: 0;
    padding: 0 0 4px;
}
.regional #section-3 label {
    color: #222;
    cursor: text;
    font-size: 0.9em;
    left: -10000px; /* Hides label if JavaScript is disabled */
    position: absolute;
    top: 20px;
}
#js-enabled .regional #section-3 label {
    left: 4px; /* Reveals label if JavaScript is enabled */
}
.regional #section-3 #branch-input {
    font-size: 0.9em;
    height: 13px;
    width: 92px;
}
.regional #section-3 .submit {
    margin-left: 4px;
    vertical-align: -4px;
}
.regional #section-3 a {
    font-size: 0.8em;
    left: 1px;
    position: absolute;
    top: 37px;
}

/* =Marketing Banners (Section 4)
-----------------------------------------------------------------------------*/
#section-4 {
    background: transparent url(/img/homepage/bg/feature.jpg) no-repeat 0 0;
    height: 290px;
}
#section-4 #flash-container {
    float: right;
}
#section-4 .flash-alt {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

/* =Promos (Section 5, 6, and 7)
-----------------------------------------------------------------------------*/
#section-5 h2, #section-6 h2, #section-7 h2 {
	margin-bottom: 5px;
}

/* =Promo 2 (Section 6)
-----------------------------------------------------------------------------*/
/* Image Card (National) */
.national #section-6 #promo-2-container {
    margin-bottom: 10px;
}
.national #section-6 .genericB {
    font-size: 0.8em;
    margin-top: 4px;
}

/* Rewards Checking Calculator (Regional non-EOS) */
#section-6 span.highlight, table.calculator th.highlight, table.calculator .total, .calc-instruction {
    font-weight: bold;
}
.calc-instruction {
    font-size: 0.8em;
}
table.calculator {
    margin-bottom: 10px;
}
table.calculator tbody th, table.calculator tbody td {
    color: #666;
    font-weight: normal;
}
table.calculator tfoot th, table.calculator tfoot td {
    font-weight: bold;
    padding-top: 10px;
}
table.calculator tr {
    margin: 0 3px;
}
table.calculator tbody th, table.calculator tbody td {
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px;
    vertical-align: middle;
}
table.calculator td input.calc-input {
    color: #ff5c00;
    width: 16px;
}
table.calculator .total {
    color: #000;
}
#year-total {
    color: #ff5c00;
    font-size: 1.3em;
    width: 18%;
}
.bonus-total {
    border-bottom: 1px solid #ccd9e2;
}

/* SmartCents Slider */
.homepage #section-6 #slider-container {
    margin-bottom: 12px;
}
.homepage #section-6 #slider-instructions {
    display: none;
}
.homepage #section-6 #slider-cta {
    display: none;
}

/* =Rates Tables (Section 7)
-----------------------------------------------------------------------------*/
#section-7 div.list table {
    margin-bottom: 20px;
    margin-top:0;
}
#section-7 table.rates td.calc {
    padding-left: 10px !important;
}
#section-7 p.disclosures {
    margin-top: -20px;
}
