
/**
 * Refinance
 */

#refinance {
  position: relative;
  padding-right: 10px;
}

#refinance .icon {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

#refinance H2 {
  color: #8ca2a2;
  margin-top: -4px;
  margin-bottom: 16px;
}

#refinance .overview {
  padding: 0px 20px;
}

#refinance TABLE {
  border-collapse: collapse;
  background: #eeece2 url('/images/bgs/table/thead.gif') left top no-repeat;
}

#refinance TABLE THEAD TR TD {
  border-bottom: 3px solid #e4e1d4;
  font-size: 11px;
  line-height: 14px;
  padding: 12px 8px;
  text-align: center;
}

#refinance TABLE THEAD TR TD.title {
  border-bottom: 3px solid #336666;
  padding-left: 50px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

#refinance TABLE THEAD TR TD.title B {
  color: #336666;
  font-size: 16px;
}

#refinance TABLE TBODY {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#refinance TABLE TBODY TR TD {
  background: #f9f8f3;
  border: 1px solid #e4e1d4;
  padding: 20px;
}

#refinance TABLE TBODY TR TD B {
  color: #cc3300;
}

#refinance TABLE TBODY TR TD STRONG {
  color: #336666;
}

#refinance TABLE TBODY TR.alt TD {
  background: #fcfcf9;
}

#refinance TABLE TFOOT TR {
  background: #eeece2 url('/images/bgs/table/tfoot.gif') left bottom no-repeat;
}

#refinance TABLE TFOOT TR TD {
  border-top: 3px solid #e4e1d4;
  color: #cc3300;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

#refinance P.call-now {
  margin: 32px 0px;
  padding-left: 20px;
}

#refinance P.call-now B,
#refinance P.call-now STRONG {
  color: #cc3300;
}



