/* reset */
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* generic */
sup, 
sub {
    font-size: 8px;
    font-weight: bold;
}

sub {
    vertical-align:baseline;
}

/* base */
.clear-fix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.financing #primary .header {
  height: 235px;
  border-bottom: 1px solid #CCC;
}
.financing #primary .header,
.financing #primary .cards,
.financing #primary .learn-more-container,
.financing #primary .disclosure {
    background: none;
    display: block;
    position: relative;
    padding: 40px 20px 0 41px;
}
.financing #primary .disclosure { 
    font-size: .9em; 
    color: #999;
    letter-spacing: normal;
}

.financing #primary .cards,
.financing #primary .learn-more-container,
.financing #primary .disclosure {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*** header section **/
#primary .header .header-hero {
    position: absolute; top: 1px; right: 0;
}
#primary .header p {
    font-size:15px;
    line-height:20px;
    color:#666;
}
#primary .header p.intro {
    width:280px;
    margin:1px 0;
}

/*** cards section **/
.financing #primary .apply-financing a.finance-card {
  display: block;
}
.financing #primary .apply { 
    float:left;
    margin: 18px 20px 0 0;
}
.financing #primary .apply img {
    padding: 5px 0px 12px;
}

.financing #primary .apply-financing .rounded-corners {
  border: 1px solid #eaeaea;
  position: relative;
  margin: 18px 0px;
  float: left;
  width: 607px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

.financing #primary .apply-financing table th {
  height: 40px;
  font-weight: bold;
  width: 120px;
  background: #F8F8F8;
}
.financing #primary .apply-financing table td, 
.financing #primary .apply-financing table th {
  font-size: 12px;
  padding: 0px 4px;
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}

.financing #primary .apply-financing table td {
  height: 50px;
}

.financing #primary .apply-financing table th.period,
.financing #primary .apply-financing table th.offer,
.financing #primary .apply-financing table th.availibility {
  width: 90px;
}
.financing #primary .apply-financing table th.order {
  width: 75px;
}
.financing #primary .apply-financing table th.tnc {
  width: 240px;
  border-right: none;
}
.financing #primary .apply-financing table td.tnc1,
.financing #primary .apply-financing table td.tnc2 {
    border-right: none;
    text-align: left;
}
.financing #primary .apply-financing table td.period1,
.financing #primary .apply-financing table td.order1,
.financing #primary .apply-financing table td.availability2,
.financing #primary .apply-financing table td.offer2,
.financing #primary .apply-financing table td.tnc2 {
    border-bottom: none;
}
.financing #primary .cards .apply-financing .note {
    margin-left: 138px;
    color: #999;
}

/*** learn more section **/
.financing #primary .learn-more-container h2 {
    font-size: 16px;
    font-weight: bold;
}
.financing #primary .learn-more-container ol {
    padding: 10px 0;
    list-style: decimal;
}
.financing #primary .learn-more-container li {
    float: left;
    width: 215px;
    margin-left: 40px;
    font-weight: bold;
}
.financing #primary .learn-more-container li.step1 {
    width: 200px;
    margin-left: 19px;
}
.financing #primary .learn-more-container li h3,
.financing #primary .learn-more-container li p {
    font-size: 12px;
}
.financing #primary .learn-more-container li h3 {
    font-weight: bold;
}
.financing #primary .learn-more-container li p {
    font-weight: normal;
}

/*** discolure section **/
.financing #primary .disclosure {
  font-size: 10px;
}
.financing #primary .disclosure h3 {
  font-weight: bold;
}
.financing #primary .disclosure li {
  margin-top: 10px;
  padding-bottom: 10px;
}