/* @group Utility styles */

#sidebar,
.cakeSqlLog {
  display: none;
}

.image img {
  display: block;
}

.replacement {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @group Link Styles */

a {
  color: #0059a1;
}
/* @end */

/* @group Typography Styles */

h1 {
  border-top: 5px solid #e42c2a;
  color: #0059a1;
  font-size: 1.6em;
  margin-bottom: 25px;
  padding-top: 11px;
}

.es-MX h1 {
  font-size: 1.6em;
}

.module p,
.module ul,
.module ol {
  margin-bottom: 1em;
}

.module ol {
  list-style-type: decimal;
  margin-left: 25px;
}

.module ul {
  list-style-type: disc;
  margin-left: 25px;
}

.module b,
.module strong {
  font-weight: bold;
}

.module i,
.module em {
  font-style: italic;
}

.module .bullets {
  list-style-type: none;
  margin: 0 0 1em;
}

.module .bullets li {
  background: url(/img/site/layout/bullet.png) no-repeat 0 0;
  color: #0059a1;
  font-weight: bold;
  padding: 8px 0 5px 23px;
  zoom: 1;
}

/* @end */

/* @end */

/* @group Layout styles */

body {
  background: #0f73c3 url(/img/site/layout/body-bg.jpg) repeat-x 0 0;
  color: #333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  text-align: center;
}

#wrapper {
  background: #fff;
  color: inherit;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  width: 970px;
}

#copyright {
  background: transparent url(/img/site/layout/copyright-bg.png) no-repeat 0 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  width: 950px;
}

/* @end */

/* @group Header styles */

#header {
  line-height: 1;
  margin-bottom: 20px;
  padding-top: 123px;
  position: relative;
}

#header a:link,
#header a:visited {
  color: #333333;
  text-decoration: none;
}

#header a:hover,
#header a:active {
  color: #333333;
  text-decoration: underline;
}

#logo {
  display: block;
  height: 84px;
  left: 30px;
  position: absolute;
  top: 21px;
  width: 213px;
}

#logo img {
  border: 0;
  display: block;
}

/* @group Shadow */

.shadow {
  background: transparent url(/img/site/layout/primary-navigation/shadow.gif) repeat-x 0 100%;
  padding-bottom: 5px;
}

/* @end */

/* @group Primary Navigation styles */

#primary-navigation {
  background: #1075c6 url(/img/site/layout/primary-navigation/bg.jpg) repeat-x 0 0;
  overflow: auto;
  padding-left: 40px;
}

#primary-navigation a:link,
#primary-navigation a:visited,
#primary-navigation a:hover,
#primary-navigation a:active {
  color: #fff;
  font-size: 1.08em;
  font-weight: bold;
}

#primary-navigation li {
  border-right: 1px solid #2882cc;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  max-width: 145px;
}

#primary-navigation li.first-child {
  border-left: 1px solid #2882cc;
}

#primary-navigation a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#primary-navigation li:hover,
#primary-navigation li.hover,
#primary-navigation li.selected {
  background: url(/img/site/layout/primary-navigation/hover.png) repeat-x 0 100%;
}

#primary-navigation a:hover {
  text-decoration: none;
}

#primary-navigation a span {
  display: block;
  padding: 8px 15px;
}

/* @end */

/* @group Secondary Navigation styles */

#secondary-navigation {
  background: url(/img/site/layout/secondary-navigation/bg.png) repeat-x 0 100%;
  padding-bottom: 25px;
  position: absolute;
  right: 0;
  top: 7px;
}

#secondary-navigation li {
  background: transparent url(/img/site/layout/secondary-navigation/divider.gif) no-repeat 100% 4px;
  display: inline;
  padding: 0 6px 7px;
}

#secondary-navigation li.first-child {
  padding-left: 0;
}

#secondary-navigation li.last-child {
  background: none;
  padding-right: 0;
}

/* @end */

/* @group Search box styles */

#search-box {
  position: absolute;
  right: 0;
  top: 58px;
  width: 350px;
}

body.es-MX #search-box {
  top: 40px;
}

#login-register {
  display: none;
}

body.es-MX #login-register {
  display: block;
  position:absolute;
  right:2px;
  top:96px;
}

body.es-MX #login-register a {
  color: #0059A1;
}

body.es-MX #login-register a:hover {
  color: #E42C2A;
}

#search-box form {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
}

#search-box fieldset {
  margin: 0;
}

#search-box label {
  color: #0059a1;
  display: block;
  float: none;
  font-size: 1.08em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}

#search-box input  {
  border: 1px solid #bfbfbf;
  font-size: 0.91em;
  padding: 3px;
  width: 218px;
  vertical-align: middle;
}

/* @end */

/* @end */

/* @group Footer styles */

#footer {
  background: #f7f7f7;
  line-height: 1;
  overflow: hidden;
  padding: 10px;
}

#footer a:link,
#footer a:visited {
  color: #333333;
  text-decoration: none;
}

#footer a:hover,
#footer a:active {
  color: #333333;
  text-decoration: underline;
}

#footer p {
  float: right;
}

/* @end */

/* @group Tertiary Navigation styles */

#tertiary-navigation {
  float: left;
}

#tertiary-navigation li {
  background: transparent url(/img/site/layout/secondary-navigation/divider.gif) no-repeat 100% 4px;
  display: inline;
  padding: 0 6px 5px;
}

#tertiary-navigation li.first-child {
  padding-left: 0;
}

#tertiary-navigation li.last-child {
  background: none;
  padding-right: 0;
}

/* @end */

/* @group Layout Block Styles */

.row {
  width: 100%;
}

.dual-view:after,
.row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.container {
  min-height: 1px;
  float: left;
}

.cols-1 .col1 {
  padding-left: 40px;
  width: 930px;
}

.cols-2-left .col1 {
  margin-right: 30px;
  width: 220px;
}

.cols-2-left .col2 {
  width: 720px;
}

.cols-2-right .col1 {
  margin-right: 30px;
  padding-left: 40px;
  width: 680px;
}

.cols-2-right .col2 {
  width: 220px;
}

.cols-2-wide .col1 {
  margin-right: 40px;
  padding-left: 40px;
  width: 530px;
}

.cols-2-wide .col2 {
  width: 360px;
}

.cols-3 .col1 {
  margin-right: 30px;
  width: 220px;
}

.cols-3 .col2 {
  margin-right: 30px !important;
  margin-right: 30px;
  width: 470px;
}

.cols-3 .col3 {
  width: 220px;
}

/* @end */

/* @group Module Styles */

.module {
  margin-bottom: 1em;
}

.module h2 {
  font-size: 1.45em;
  font-weight: bold;
  line-height: 1.13em;
  color: #0059a1;
  padding: 15px 10px 10px;
}

.module .content {
  line-height: 1.17;
}

ul.links {
  clear: both;
  margin: 0 0 1em 0;
}

ul.links li {
  list-style-type: none;
}

ul.links li a {
  line-height: 1.5em;
  background: url(/img/site/layout/link-bullet.gif) no-repeat 0 0.4em;
  padding-left: 15px;
}

ul.links li a:hover {
  color: #E42C2A;
}

.image img {
  border-bottom: 3px solid #e5e5e5;
  display: block;
}

.image-left {
  float: left;
  margin-right: 10px;
}

.image-right {
  float: right;
  margin-left:  10px;
}

.image a span {
  display: none;
}


/* @end */

/* @group Spotlight Module Styles */

.spotlight {
  background: #fff url(/img/site/layout/spotlight-modules/white-top.png) repeat-x 0 0;
  border-top: 1px solid #e5e5e5;
  color: inherit;
  overflow: auto;
}

.spotlight h2 {
  background: transparent url(/img/site/layout/spotlight-modules/white-top.png) repeat-x 0 0;
  border-bottom: 1px solid #e5e5e5;
}

.spotlight .content {
  margin: 1em 0;
  padding: 0 10px;
}

.spotlight .image {
  display: block;
  float: none;
  margin: 0;
}

.white {
  margin-bottom: 0;
}

.blue {
  background-color: #0059a1;
  background-image: url(/img/site/layout/spotlight-modules/blue-top.png);
  color: #fff;
  padding-bottom: 5px;
}

.blue h2 {
  background-image: url(/img/site/layout/spotlight-modules/blue-top.png);
  border: none;
  color: #fff;
}

.blue .links a {
  background-image: url(/img/site/layout/spotlight-modules/blue-bullet.png);
  color: #fff;
}

.blue a {
  color: #fff;
}

.blue .image img {
  border: solid #0f82dd;
  border-width: 1px 0 3px;
}

.grey {
  background-color: #f7f7f7;
  background-image: none;
}

.grey h2 {
  background-color: #fff;
  background-image: url(/img/site/layout/spotlight-modules/grey-top.png);
  border-color: #e5e5e5;
}

.grey .links a {
  background-image: url(/img/site/layout/spotlight-modules/grey-bullet.png);
}

.grey .image img {
  border-color: #e5e5e5;
}

/* @end */

/* @group Text Module Styles */

.text .image,
.dual-view .image {
  margin-bottom: 5px;
}

.text h2,
.dual-view h2 {
  background: transparent url(/img/site/layout/text-module/title-bg.png) repeat-x 0 100%;
  border-top: 5px solid #e5e5e5;
  font-weight: normal;
  padding: 15px 0 25px;
}

.dual-view .clearfix {
  display: block;
  height: 1px;
  width: 100%;
}

.text h2 {
  font-size: 1.45em;
}

/* headings in content blocks */
.module .content h3 {
  color: #0059a1;
  font-size: 1.45em;
  font-weight: normal;
  margin-bottom: 10px;
}

/* sub headings in content blocks */
.module .content h4 {
  color: #0059a1;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
}

/* @end */

/* @group DualView Module Styles */

.dual-view .left,
.dual-view .right {
  float: left;
}

.dual-view .right {
  margin-left: 30px;
}

.dual-view .content {
  overflow: hidden;
}

.cols-1 .col1 .dual-view .left,
.cols-1 .col1 .dual-view .right {
  width: 450px;
}

.cols-2-left .dual-view .left,
.cols-2-left .dual-view .right,
.cols-2-right .dual-view .left,
.cols-2-right .dual-view .right {
  width: 345px;
}

.cols-3 .col2 .dual-view .left,
.cols-3 .col2 .dual-view .right {
  width: 220px;
}

.cols-2-wide .col1 .dual-view .left,
.cols-2-wide .col1 .dual-view .right {
  width: 250px;
}

.cols-2-wide .col1 .dual-view .left {
/*  margin-left: 40px;
*/}

.cols-2-right .col1 .dual-view .left,
.cols-2-right .col1 .dual-view .right {
  width: 325px;
}

/* @end */

/* @group Static (and Static Dual View) Header Styles */

.static_dual_view_header .left,
.static_dual_view_header .right,
.static_header {
  background: url(/img/site/layout/static-modules/headers/bg.png) repeat-x bottom left;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 26px;
  padding-top: 7px;
}

.static_dual_view_header h2,
.static_header h2 {
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #0059a1;
  font-size: 1.5em;
  font-weight: bold;
  padding: 17px 0 0 45px;
  vertical-align: text-bottom ;
}

.cols-2-wide .col1 .static_header {
/*  margin-left: 40px;
*/}

.static_dual_view_header.home_collect_bank_transfer .left h2,
.static_header.home_collect h2 { background-image: url(/img/site/layout/static-modules/headers/home-collect.png); }

.static_dual_view_header.home_collect_bank_transfer .right h2,
.static_header.bank_transfer h2 { background-image: url(/img/site/layout/static-modules/headers/bank-transfer.png); }

.static_header.recalculate_your_quote h2 { background-image: url(/img/site/layout/static-modules/headers/recalculate-your-quote.png); }

.static_dual_view_header .left,
.static_dual_view_header .right {
  display: inline;
  float: left;
}

.static_dual_view_header .right {
  margin-left: 30px;
}

.cols-1 .col1 .static_dual_view_header .left,
.cols-1 .col1 .static_dual_view_header .right {
  width: 450px;
}

.cols-3 .col2 .static_dual_view_header .left,
.cols-3 .col2 .static_dual_view_header .right {
  width: 220px;
}

.cols-2-wide .col1 .static_dual_view_header .left,
.cols-2-wide .col1 .static_dual_view_header .right {
  width: 250px;
}

.cols-2-wide .col1 .static_dual_view_header .left {
/*  margin-left: 40px;
*/}

.cols-2-right .col1 .static_dual_view_header .left,
.cols-2-right .col1 .static_dual_view_header .right {
  width: 345px;
}

/* @end */

/* @group CTA Toolkit Module Styles */

.call-to-action h2 {
  padding: 15px 10px 10px;
  border-top: 5px solid #e5e5e5;
}

.call-to-action div.opening-content,
.call-to-action div.closing-content {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  line-height: 1.17em;
  margin-bottom: 0;
  padding: 8px 10px 4px 10px;
}

.call-to-action div.closing-content {
/*  border-top: none;*/
}

.call-to-action .opening-content p,
.call-to-action .closing-content p {
  margin: 0 0 4px 0;
}

.call-to-action table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}

.call-to-action th,
.call-to-action td {
  border-top: 1px solid #e5e5e5;
  font-size: 1.33em;
  font-weight: bold;
}

.call-to-action th,
.call-to-action td.mobile,
.call-to-action td.phone,
.call-to-action td.sms {
  background-color: transparent;
  background-position: left;
  background-repeat: no-repeat;
  padding: 10px 0 10px 40px;
  vertical-align: top;
}

.call-to-action th {
  color: #0059a1;
}

.call-to-action td {
  padding: 10px 5px;
  vertical-align: top;
}

.call-to-action td.no-icon {
  padding-left: 40px;
}

.call-to-action .mobile { background-image: url(/img/site/layout/call-to-action-modules/mobile.png); }
.call-to-action .phone { background-image: url(/img/site/layout/call-to-action-modules/phone.png); }
.call-to-action .sms { background-image: url(/img/site/layout/call-to-action-modules/sms.png); }

/*
  background-position: left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4em;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  list-style-type: none;
  padding-left: 40px;
}
*/

/* @end */

/* @group Apply Online Static Module */

.apply-online {
}

.apply-online h2 {
  background: url(/img/site/layout/sprite-icons.png) no-repeat 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 5px solid #e42c2a;
  padding-left: 35px;
}

.apply-online .content {
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 15px 10px 0;
}

.apply-online .button {
  float: right;
}

.apply-online .button span,
.apply-online .button:hover span {
  background-image: url(/img/site/layout/buttons/red-button-off.png);
  color: #fff;
  font-weight: normal;
}

/* @end */

/* @group Apply Online 'Red' Static Module */

.apply-online-red {
}

.apply-online-red h2 {
  background: url(/img/site/layout/sprite-icons-red.gif) no-repeat 0 0;
  border-bottom: 1px solid #990000;
  border-top: 5px solid #e42c2a;
  padding-left: 35px;
}

.apply-online-red .content {
  background: #E62D2B url(/img/site/layout/static-modules/applyOnlineRed.gif) repeat-x top left;
  border-bottom: 1px solid #e42c2a;
  font-weight: bold;
  padding: 15px 10px 0;
}

.apply-online-red .content p {
  color: #fff;
}
.apply-online-red .button {
  float: right;
}

.apply-online-red .button span,
.apply-online-red .button:hover span {
  background-image: url(/img/site/layout/buttons/button-red.png);
  color: #0059a1;
  font-weight: normal;
}

/* @end */

/* @group Search results */

.search-results .no-results {
  margin-bottom: 2em;
}

.module.search-results {
  margin: 0 0 1em 40px;
}

.cols-2-right .col1 .module form {
/*  border: none;
*/  margin: 0 0 20px 0;
}

form.search div {
  background-color: #f7f7f7;
  padding: 15px;
}

.search .input {
  clear: none;
  float: left;
  padding-left: 10px;
}

.search label {
  margin: 0;
  padding: 4px 0;
  text-align: left;
}

.search .news-search {
  background-color: #f7f7f7;
  padding: 5px 0 15px 0;
}

.search .input input,
.search .input select {
  clear: left;
  float: left;
}

.search form {
  border-bottom: none;
}

.cols-3 .col2 .search .input input {
  width: 157px;
}


.cols-3 .col2 .search .input select {
  width: 165px;
}

.cols-3 .col2 .search .submit {
  margin: 0;
  padding-top: 25px;
  width: 110px;
}

.cols-2-left .col2 .search .input select {
  width: 285px;
}

.cols-2-left .col2 .search .input input {
  width: 285px;
}

.cols-2-left .col2 .search .submit {
  margin: 0;
  padding-top: 25px;
  width: 110px;
}

.cols-2-left .col2 .search .submit {
  padding-right: 0;
}

/* @group news search results */

.news-results ul {
  border-bottom: 1px solid #e5e5e5;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
}

.news-results ul.alt {
  background-color: #f7f7f7;
}

.news-results ul.last-child {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

.news-results ul li {
  border-bottom: none;
  line-height: 1.1;
  padding: 4px 0;
}

.news-results ul li.hd a {
  font-weight: bold;
  text-decoration: none;
}

.news-results ul li.hd a:hover {
  text-decoration: underline;
}

.news-results ul li.download {
  background: transparent url(/img/site/layout/news/paperclip-white.png) no-repeat 0 3px;
  padding-left: 18px;
}

.news-results ul.alt li.download {
  background-image: url(/img/site/layout/news/paperclip-grey.png);
}

/* @end */

/* @group news detail */

.news_article h3 {
  background: transparent url(/img/site/layout/news/bg-grad.png) repeat-x 0 0;
  border-top: 1px solid #e5e5e5;
  color: #0059a1;
  font-size: 16px;
  padding: 16px 0;
}

.news_article .summary {
  background: transparent url(/img/site/layout/news/bg-grad.png) repeat-x 0 0;
  line-height: 1.1;
}

.news_article p {
/*  border-top: 1px solid #e5e5e5;
  padding: 12px 10px 0 10px;*/
}

.news_article .back a {
  background: transparent url(/img/site/layout/news/arrow.png) no-repeat 0 5px;
  padding-left: 14px;
}

.news_article .download {
  padding: 8px 0 8px 10px;
  margin-bottom: 0;
}

.news_article .download a {
  background: transparent url(/img/site/layout/news/paperclip-white.png) no-repeat 0 1px;
  padding-left: 18px;
}

.news_article .newsdetail .summary {
  background: none;
}

.news_article .newsdetail .download {
  padding-left: 0;
}

.news_article .newsdetail .back a {
  padding-left:18px;
}

/* @end */

div.pagination {
  background: transparent url(/img/site/layout/search-results/pagination-bg-grad.png) repeat-x 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  color: #333;
  padding: 16px 8px 16px 0;
  margin-bottom: 0;
}
div.pagination p {
  float: left;
  font-weight: bold;
  margin: 0;
}
div.pagination ul {
  float: right;
  list-style-type: none;
  margin: 0;
}
div.pagination li {
  float: left;
  margin-left: 4px;
  padding: 2px 0;
}
div.pagination li a {
  color: #333;
  text-decoration: none;
}
div.pagination a:hover {
  text-decoration: underline
}
div.pagination li.first-child,
div.pagination li.last-child,
div.pagination li.selected,
div.pagination li.prev,
div.pagination li.next {
  font-weight: bold;
}
div.pagination li.prev {
  border-right: 1px solid #cacaca;
  margin-right: 2px;
  padding-right: 6px;
}
div.pagination li.next {
  border-left: 1px solid #cacaca;
  margin-left: 6px;
  padding-left: 6px;
}

ul.results-items {
  color: #333;
  list-style-type: none;
  margin: 0;
}
ul.results-items li {
  border-top: 1px solid #e5e5e5;
  padding: 14px 8px;
}
ul.results-items li.alt {
  background-color: #f7f7f7;
}
ul.results-items a {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none;
}
ul.results-items p {
  margin: 0;
}



/* @group get a quote module Styles */

#getaquote {
  border-top: 5px solid #e42c2a;
}

#getaquote h3 {
  color: #0059a1;
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px 15px;
}

#getaquote form {
  border-right: 1px solid #e5e5e5;
  border-bottom: 5px solid #f7f7f7;
  border-left: 1px solid #e5e5e5;
}

#getaquote .gaq-form {
  background: #e52c2a url('/img/site/layout/get-a-quote/form-bg.png') repeat-x 0 0;
  border: 1px solid #e52c2a;
  padding: 15px;
}

#getaquote label {
  color: #fff;
  display: inline;
  float: left;
  font-size: 1.7em;
  margin-left: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: auto;
  margin-right: 10px;
}

#getaquote select {
  vertical-align: middle;
  width: 140px;
  margin-top: 2px !important;
  margin-top: 4px;
  height: 21px;
  margin-right: 10px;
  padding-top: 2px;
  float: left;
}

#getaquote .button button {
  float: left;
}

/* SINGLE COLUMN */
.cols-2-left .col1 #getaquote button,
.cols-3 .col1 #getaquote button {
  float: right;
  margin-right: 15px;
}

.cols-2-left .col1 #getaquote label,
.cols-3 .col1 #getaquote label {
  margin-right: 0;
}





/*#getaquote .select {
  float: right;
}*/

/*.cols-2-left .col1 .gaq-form select {
  width: 100px;
  background: green;
}*/



/*.cols-3 .col1 #getaquote .select {
  float: none;
}*/
/*.cols-3 .col1 #getaquote .button {
  float: right;
}*/

/*
body.cs-CZ .cols-2-wide .col1 #getaquote select,
body.cs-CZ .cols-2-right .col1 #getaquote select {
  margin-top: 2px !important;
  margin-top: 4px;
}

body.es-MX #getaquote label {
  width: 172px;
  font-size: 13px;
  width: 155px;
  padding: 0;
}
body.es-MX .cols-2-wide .col1 #getaquote select {
  margin-top: 5px !important;
  margin-top: 7px;
  width: 144px;
}
body.es-MX .cols-2-wide .col1 #getaquote button { margin-top: 3px; }

body.cs-CZ .cols-2-wide .col1 #getaquote label,
body.cs-CZ .cols-2-right .col1 #getaquote label,
.cols-1 .col2 #getaquote label {
  padding-top: 3px;
}
*/



#getaquote .gaq-copy {
  color: #0059a1;
  font-weight: bold;
  line-height: 1.17;
  padding: 0 15px;
}

#getaquote .gaq-copy .strapline {
  margin-top: 0;
}

#getaquote .error-message {
  color: #fff;
  float: left;
  margin: 10px 0 -1px 0;
  clear: both;
}

/* @group Reversed differences */

#getaquote form.reverse {
  margin-bottom: 0;
}

/* @end */

/* @group Col1/3 Module differences */

.cols-2-left .col1 #getaquote h3,
.cols-2-right .col2 #getaquote h3,
.cols-3 .col1 #getaquote h3,
.cols-3 .col3 #getaquote h3,
.cols-3 .col1 #getaquote .gaq-copy,
.cols-3 .col3 #getaquote .gaq-copy,
.cols-2-left .col1 #getaquote .gaq-copy,
.cols-2-right .col2 #getaquote .gaq-copy {
  padding-left: 15px;
}

.cols-2-left .col1 #getaquote .gaq-form,
.cols-2-right .col2 #getaquote .gaq-form,
.cols-3 .col1 #getaquote .gaq-form,
.cols-3 .col3 #getaquote .gaq-form {
  /*padding: 15px !important;*/
/*  padding: 15px 0 15px 15px;*/
}

.cols-2-left .col1 #getaquote select,
.cols-2-right .col2 #getaquote select,
.cols-3 .col1 #getaquote select,
.cols-3 .col3 #getaquote select {
  width: 185px;
}

.cols-2-left .col1 #getaquote label,
.cols-2-right .col2 #getaquote label,
.cols-3 .col1 #getaquote label,
.cols-3 .col3 #getaquote label {
  display: block;
  padding-bottom: 5px;
}

.cols-2-left .col1 #getaquote select,
.cols-2-right .col2 #getaquote select,
.cols-3 .col1 #getaquote select,
.cols-3 .col3 #getaquote select {
  margin-bottom: 0.5em;
}

.cols-2-left .col2 #getaquote h3,
.cols-2-left .col2 #getaquote .gaq-form,
.cols-2-left .col2 #getaquote .gaq-copy,
.cols-2-wide .col1 #getaquote h3,
.cols-2-wide .col1 #getaquote .gaq-form,
.cols-2-wide .col1 #getaquote .gaq-copy,
.cols-3 .col2 #getaquote h3,
.cols-3 .col2 #getaquote .gaq-form,
.cols-3 .col2 #getaquote .gaq-copy {
  padding-left: 40px;
  padding-right: 40px;
}

/* MEXICAN LABEL WIDTHS */
body.cs-CZ #getaquote label {
  font-size: 1.3em;
  width: 100px;
}
body.es-MX #getaquote label { font-size: 1.2em; }
body.es-MX .cols-2-wide .col1 #getaquote label { width: 118px !important; width: 115px; }
body.es-MX .cols-3 .col2 #getaquote .select { clear: both; }
body.es-MX .cols-3 .col2 #getaquote label { /*width: 62px;*/ margin-bottom: 0px; }

body.es-MX .cols-2-left .col2 #getaquote label,
body.cs-CZ .cols-2-left .col2 #getaquote label,
body.cs-CZ .cols-2-wide .col1 #getaquote label,
body.cs-CZ .cols-2-right .col1 #getaquote label { margin-top: 3px !important; margin-top: 5px; }

body.es-MX .cols-2-wide .col1 .select { padding-top: 14px; }
body.es-MX .cols-2-wide .col1 form.application .select { padding-top: 0px; }

/* @end */


/* @group Narrow FAQ module Styles */

.cols-2-wide .col2 .faq,
.cols-3 .col1 .faq,
.cols-3 .col3 .faq {
  color: inherit;
  overflow: auto;
  border-bottom: 5px solid #f7f7f7;
}

.cols-2-wide .col2 .faq h2,
.cols-3 .col1 .faq h2,
.cols-3 .col3 .faq h2 {
  border-top: 5px solid #e5e5e5;
  color: #0059a1;
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.13em;
  padding: 15px 0 7px 10px;
}

.cols-2-wide .col2 .faq .opening-content,
.cols-3 .col1 .faq .opening-content,
.cols-3 .col3 .faq .opening-content {
  display: none;
}

.cols-2-wide .col2 .faq .content,
.cols-3 .col1 .faq .content,
.cols-3 .col3 .faq .content {
  background: transparent url(/img/site/layout/content-bg.png) repeat-x 0 0;
  line-height: 1.17;
  margin: 0 0 1em 0;
  padding-top: 10px;
}

.cols-2-wide .col2 .faq dl.content,
.cols-3 .col1 .faq dl.content,
.cols-3 .col3 .faq dl.content {
  margin-bottom: 5px;
}

.cols-2-wide .col2 .faq dl.content dt,
.cols-3 .col1 .faq dl.content dt,
.cols-3 .col3 .faq dl.content dt {
  color: #0059a1;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
}

.cols-2-wide .col2 .faq dl.content dd,
.cols-3 .col1 .faq dl.content dd,
.cols-3 .col3 .faq dl.content dd {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 0 10px;
}

.cols-2-wide .col2 .faq ul.links,
.cols-3 .col1 .faq ul.links,
.cols-3 .col3 .faq ul.links {
  margin: 0 0 7px 10px;
}

.cols-2-wide .col2 .faq ul.links li,
.cols-3 .col1 .faq ul.links li,
.cols-3 .col3 .faq ul.links li {
  list-style-type: none;
}

.cols-2-wide .col2 .faq ul.links li a,
.cols-3 .col1 .faq ul.links li a,
.cols-3 .col3 .faq ul.links li a {
  background: url(/img/site/layout/link-bullet.gif) no-repeat 0 0.4em;
  line-height: 1.5em;
  padding-left: 15px;
}

/* @end */

/* @group Wide FAQ module Styles */

.cols-2-wide .col1 .faq,
.cols-2-left .col2 .faq,
.cols-3 .col2 .faq {
  color: inherit;
  overflow: auto;
}

.cols-2-wide .col1 .faq h2,
.cols-2-left .col2 .faq h2,
.cols-3 .col2 .faq h2 {
  border-top: 5px solid #e42c2a;
  color: #0059a1;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.13em;
  padding: 10px 0 10px 0;
}

.cols-2-wide .col1 .faq .opening-content,
.cols-2-left .col2 .faq .opening-content,
.cols-3 .col2 .faq .opening-content {
  line-height: 1.17;
  margin: 0 0 1em 0;
}

.cols-2-wide .col1 .faq .content,
.cols-2-left .col2 .faq .content,
.cols-3 .col2 .faq .content {
  line-height: 1.17;
  margin: 0 0 1em 0;
}

.cols-2-wide .col1 .faq dl.content,
.cols-2-left .col2 .faq dl.content,
.cols-3 .col2 .faq dl.content {
  margin-bottom: 5px;
}

.cols-2-wide .col1 .faq dl.content dt,
.cols-2-left .col2 .faq dl.content dt,
.cols-3 .col2 .faq dl.content dt {
  color: #0059a1;
  font-weight: bold;
  padding: 10px 10px 8px 10px;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}

.cols-2-wide .col1 .faq dl.content dt.open,
.cols-2-left .col2 .faq dl.content dt.open,
.cols-3 .col2 .faq dl.content dt.open {
  background: transparent url(/img/site/layout/faq-modules/question-open-bg.png) repeat-x 0 0;
  cursor: default;
}

.cols-2-wide .col1 .faq dl.content dd,
.cols-2-left .col2 .faq dl.content dd,
.cols-3 .col2 .faq dl.content dd {
  padding: 5px 10px 10px 26px;
}

.cols-2-wide .col1 .faq ul.links,
.cols-2-left .col2 .faq ul.links,
.cols-3 .col2 .faq ul.links {
  display: none;
}

/* @end */

/* @group FAQs */

#faqs {
  margin: 18px 0 0 0;
}

#faqs li {
  border-top:1px solid #E5E5E5;
  color:#0059A1;
  font-weight:bold;
  list-style:none outside none;
  padding:8px;
  padding-left: 0;
}

#faqs li.open {
  background: url(/img/site/layout/faq_answer_bg.png) repeat-x;
/*  padding-bottom: 22px;
  padding-top: 18px;*/
}

#faqs a {
  background:url(/img/site/layout/link-bullet-blue.png) no-repeat scroll 0 3px transparent;
  color: #0059a1;
  cursor: pointer;
  display: block;
  padding-left: 16px;
  text-decoration: none;
}

#faqs a:hover {
  text-decoration: underline;
}

#faqs .answer {
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
}

#faqs .answer .inner {
  padding: 18px 20px 0 20px;
}

#faqs .answer ul {
  margin-bottom: 0;
}

#faqs .answer ul li {
  border-top: none;
  color: #000;
  font-weight: normal;
  list-style: disc;
  padding: 0;
}

/* @end */

/* @group Apply online (step 2) form */


/* @group Your quote module */

.your_quote h3 {
  background: transparent url(/img/site/layout/text-module/title-bg.png) repeat-x 0 100%;
  border-top: 5px solid #e5e5e5;
  color: #0059a1;
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.13em;
  padding: 15px 0 25px;
}

.your_quote p {
  margin: 0 0 15px 0;
}

.your_quote dl dt {
  color: #0059a1;
  display: inline;
  float: left;
  padding: 6px 8px 6px 20px;
  text-align: right;
  width: 170px;
}

.your_quote dl dd {
  display: inline;
  float: left;
  padding: 6px 10px 6px 0;
}

.your_quote div.first-child dt,
.your_quote div.first-child dd {
  padding-top: 0;
}

.your_quote div.last-child dl {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 25px;
}

.your_quote div.last-child dd {
  padding-right: 0;
  width: 160px;
}

.your_quote dl.repayment_method,
.your_quote dl.loan_amount,
.your_quote dl.loan_term,
.your_quote dl.weekly_repayment,
.your_quote dl.first_repayment,
.your_quote dl.regular_installments,
.your_quote dl.first_installment,
.your_quote dl.total_loan_cost {
  font-weight: bold;
}

.your_quote div.total_loan_cost div {
  width: 100%;
}

/* @end */

/* @end */

a.lightbox span {
  display: none;
}

.navigation {
  line-height: 1.25;
}

.navigation ul {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  list-style-type: none;
  margin: 0;
}

.navigation ul ul {
  border: 0;
}

.navigation li {
  background: #f7f7f7 url(/img/site/layout/section-navigation/bg.png) repeat-x 0 0;
}

.navigation li li {
  background: #fff;
}

.navigation li a {
  background: url(/img/site/layout/section-navigation/bullet-ul.png) no-repeat 8px 50%;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: block;
  padding: 6px 10px 4px 29px;
  text-decoration: none;
}

.navigation li a:hover {
  color: #E42C2A;
}

.navigation li li a {
  background: url(/img/site/layout/section-navigation/bullet-li.png) no-repeat 29px 50%;
  padding-left: 44px;
}

.navigation li li li a {
  background-position: 50px 50%;
  padding-left: 65px;
}

.navigation li a.selected,
.navigation li a.selected-parent {
  background-image: url(/img/site/layout/section-navigation/bullet-ul-selected.png);
  font-weight: bold;
}

.navigation li li a.selected,
.navigation li li a.selected-parent {
  background-image: url(/img/site/layout/section-navigation/bullet-li.png);
}

.navigation li li a.selected {
  background-image: url(/img/site/layout/section-navigation/bullet-li-selected.png);
  color: #0059a1;
}

#subNav .selected a {
  font-weight: bold;
}

#subNav .selected li a,
#subNav .selected li li a,
#subNav .selected li li li a,
#subNav .selected li li li li a {
  font-weight: normal;
}

/* @group Loan application table + filters */

/* @group Filters */

#filter-bar {
  background-color: #f2f2f2;
  clear: both;
  float: left;
  margin-bottom: 20px;
  padding: 14px 20px;
  width: 890px;
}

#filters {
  float: left;
}

#filters li,
#info-links li {
  float: left;
  list-style: none;
}

#filters .label {
  color: #0059a1;
  clear: both;
  display: block;
  font: normal 1.6em HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 0.5em;
  padding-right: 30px;
}

#filters label {
  color: #0059a1;
  font: bold 1em HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
  padding-left: 32px;
}

#filters ul {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding-top: 4px;
}

#filters li {
  padding-right: 32px;
}

#filter-home-collect-label {
  background: url(/img/site/layout/loan-results/filter_label_home.png) no-repeat 7px -1px;
}

#filter-bank-transfer-label {
  background: url(/img/site/layout/loan-results/filter_label_bank.png) no-repeat 7px 0;
  display: inline-block;
  height: 15px;
}

.skSK #filter-pay-at-branch-label {
  background: url(/img/site/layout/loan-results/cash_loan_icon_sml.png) no-repeat 7px 0;
  padding-left: 36px;
}

#info-links {
  border: solid #ddd;
  border-width: 1px 0;
  float: left;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 20px 0 10px;
  width: 100%;
}

#info-links ul {
  margin-left: 0;
  overflow: hidden;
}

#info-links li {
  padding-right: 30px;
}

#info-links li.last-child {
  padding-right: 0;
}

#info-links a {
  background: url(/img/site/layout/loan-results/info_link_bullet.png) no-repeat;
  padding-left: 14px;
}

#info-links a:hover {
  text-decoration: none;
}

/* @end */

#filters-and-results {
  overflow: hidden;
  position: relative;
  width: 930px;
}

#quotetable {
  border-collapse: collapse;
  clear: both;
  width: 930px;
}

#quotetable th {
  background: url(/img/site/layout/loan-results/td.png) no-repeat 50% 0;
  overflow: hidden;
  vertical-align: top;
}

#sort-controls th {
  border-bottom: 10px solid #fff;
}

#sort-controls th.hcDisable a {
  display: none;
}

.sort-control {
  background: url(/img/site/layout/loan-results/sort-control-bg.png) repeat-x;
  height: 18px;
}

.sort-control a {
  background: url(/img/site/layout/loan-results/sort-control-unsorted.png) no-repeat;
  cursor: pointer;
  height: 18px;
  margin: 0 auto;
  width: 11px;
}

.sorted .Asc a {
  background: url(/img/site/layout/loan-results/sort-control-asc.png) no-repeat;
}

.sorted .Desc a {
  background: url(/img/site/layout/loan-results/sort-control-desc.png) no-repeat;
}

#quotetable td {
  background: url(/img/site/layout/loan-results/td.png) no-repeat 50% 100%;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  vertical-align: top;
}

#quotetable td.first-child {
  background-position: 0 100%;
}

#quotetable td.last-child {
  background-position: 100% 100%;
}

#quotetable th.first-child {
  background-position: 0 0;
}

#quotetable th.last-child {
  background-position: 100% 0;
}

#quotetable .inner {
  background: url(/img/site/layout/loan-results/td-div.png) no-repeat 50% 0;
  border-left: 1px solid #ededed;
  margin-bottom: -483px;
  padding: 22px 10px 500px;
}

#quotetable .inner-inner {
  position: relative;
}

#quotetable th .inner {
  padding-top: 8px;
  padding-left: 15px;
}

#quotetable td.first-child .inner,
#quotetable th.first-child .inner {
  background-position: 0 0;
  border-left: none;
  position: relative;
}

#quotetable td.first-child .inner {
  padding-top: 15px;
}

#quotetable td.last-child .inner,
#quotetable th.last-child .inner {
  background-position: 100% 0;
  border-left: none;
}

#quotetable td {
  line-height: 1.24;
  font-size: 1.42em;
}

#quotetable td .inner {
  color: #0059a1;
  text-align: center;
}

#quotetable .homeService,
#quotetable .bankTransfer,
#quotetable .pago-en-domicilio {
  height: 31px;
  margin: 0 auto;
  width: 35px;
}

#quotetable .weekly-repayment .inner-inner,
#quotetable .breakdown .inner-inner {
  padding-right: 30px;
}

#quotetable .loan-amount {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1;
}

#quotetable .total-amount {
  font-size: 1.50em;
  font-weight: bold;
  line-height: 1.17;
}

#quotetable .homeService,
#quotetable .pago-en-domicilio {
  background: url(/img/site/layout/loan-results/home_coll_icon.png) no-repeat;
}

#quotetable .bankTransfer {
  background: url(/img/site/layout/loan-results/bank_trans_icon.png) no-repeat;
}

.skSK #quotetable .payAtBranch {
  background: url(/img/site/layout/loan-results/cash_loan_icon.png) no-repeat;
  height: 28px;
  margin: 0 auto;
  width: 40px;
}

#quotetable td.last-child .button {
  display: block;
  margin-top: -4px;
}

#addHomeCollection {
  background: url(/img/site/layout/static-modules/headers/home-collect.png) no-repeat 0 50%;
  font-size: 0.84em;
  overflow: hidden;
  margin-top: 10px;
  padding: 21px 0 10px 46px;
  zoom: 1;
}

#addHomeCollection input {
  float: left;
}

#addHomeCollection .desc {
  padding: 10px 150px 0 10px;
}

#addHomeCollection .desc p {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2;
}

#addHomeCollection .check {
  padding-left: 10px;
}

#addHomeCollection label {
  display: block;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  padding: 1px 10px 0 24px;
  padding-left: 24px;
  padding-top: 1px;
}

#addHomeCollection div {
  clear: both;
  float: none;
  overflow: hidden;
}

th.hcDisable,
#quotetable td.hcDisable .inner {
  color: #8F8F8F;
}

/*
th.hcDisable {
  text-decoration: line-through;
}
*/
#quotetable .weekly-plus-hc,
#quotetable .total-plus-hc,
.hcDisable .realValue {
  display: none;
}

/* @end */



/* @group Glossary */

.alphabet {
  background: url(/img/site/layout/glossary/alpha-bg.png) repeat-x 0 0;
  height: 42px;
  margin-bottom: 30px;
}

.alphabet ul {
  margin-left: 20px;
  padding-top: 10px;
  clear: both;
}

.alphabet li {
  float: left;
  font: normal 18px arial, helvetica, sans-serif;
  list-style-type: none;
  width: 3.8%;
}

.alphabet li a {
  text-decoration: none;
}

.alphabet li {
  float: left;
  font: normal 18px arial, helvetica, sans-serif;
  list-style-type: none;
  width: 3.7%;
}

.alpha-section .content {
  padding: 11px 0;
  border-top: 1px solid #e5e5e5;
}

.alpha-section .content.alt {
  background-color: #f7f7f7;
}

.alpha-section h3 {
  color: #0059a1;
  font: normal 30px arial, helvetica, sans-serif;
  padding-left: 10px;
  clear: both;
}

.glossary .alpha-section h4 {
  color: #0059a1;
  font-size: 12px;
  margin: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

.alpha-section .definition {
  padding: 0 10px;
}

.alpha-section p.toplink {
  margin: 1em 0 0;
}

.alpha-section a.toplink {
  background: url(/img/site/layout/glossary/arrow.gif) no-repeat 0 3px;
  padding: 0 0 30px 14px;
  display: block;
}

#borrow-amount {
  border: solid #e5e5e5;
  border-width: 1px 0 5px;
  color: #0059a1;
  margin-bottom: 20px;
  padding: 18px 0;
  width: 930px;
}

#borrow-amount p {
  font-size: 1.33em;
  font-weight: bold;
  margin: 0;
}

/* @group Tooltip with bottom arrow */

.tooltip {
  position: absolute;
  z-index: 549;
  width: 200px;
}

.tooltip .tl,
.tooltip .t,
.tooltip .tr,
.tooltip .bl,
.tooltip .b,
.tooltip .br {
  font-size: 0;
}

.tooltip .t,
.tooltip .b {
  overflow: hidden;
}

.tooltip .c {
  padding-right: 0;
  position: relative;
  z-index: 9999;
}

.tooltip .content,
#hidden-tooltip {
  font-weight: bold;
  line-height: 1.2;
  padding: 5px;
  text-align: left;
}

.tooltip .content {
  background-color: #fff;
  color: #0059a1;
  font-size: 1.2em;
}

#hidden-tooltip {
  font-size: 12px;
  padding: 0 15px;
}

.arrow-bottom .tl,
.arrow-bottom .bl {
  float: left;
  width: 8px;
}

.arrow-bottom .hd,
.arrow-bottom .tl,
.arrow-bottom .t div,
.arrow-bottom .tr {
  height: 10px;
}

.arrow-bottom .tr,
.arrow-bottom .br {
  float: right;
  width: 8px;
}

.arrow-bottom .ft,
.arrow-bottom .bl,
.arrow-bottom .b div,
.arrow-bottom .br {
  height: 17px;
}

.arrow-bottom .tl {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/tl.png) no-repeat;
}

.arrow-bottom .t {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/t.png) repeat-x;
}

.arrow-bottom .tr {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/tr.png) no-repeat;
}

.arrow-bottom .c {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/r.png) repeat-y top right;
}

.arrow-bottom .bd {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/l.png) repeat-y top left;
  padding-left: 3px;
}

.arrow-bottom .bl {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/bl.png) no-repeat;
}

.arrow-bottom .b {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/b.png) 50% 0;
}

.arrow-bottom .br {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/br.png) no-repeat;
}

/* @end */

/* @group Tooltip with left side arrow */

.arrow-left .tl,
.arrow-left .bl {
  float: left;
  width: 21px;
}

.arrow-left .hd,
.arrow-left .tl,
.arrow-left .t div,
.arrow-left .tr {
  height: 10px;
}

.arrow-left .tr,
.arrow-left .br {
  float: right;
  width: 10px;
}

.arrow-left .ft,
.arrow-left .bl,
.arrow-left .b div,
.arrow-left .br {
  height: 10px;
}

.arrow-left .tl {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/tl.png) no-repeat;
}

.arrow-left .tr {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/tr.png) no-repeat;
}

.arrow-left .bl {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/bl.png) no-repeat;
}

.arrow-left .br {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/br.png) no-repeat;
}

.arrow-left .t {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/t.png) repeat-x;
}

/*.arrow-left .c {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/r.png) repeat-y top right;
}

.arrow-left .bd {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/l.png) no-repeat 0 50%;
  padding-left: 12px;
}*/

.arrow-left .b {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/b.png) repeat-x;
}

.tooltip .bd {
  position: relative;
  text-align: left;
  zoom: 1;
}


.tooltip .c {
  margin: 0 10px 0 20px;
}

.tooltip .l {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/l.png) no-repeat 0 50%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 0;
  width: 20px;
}

.tooltip .r {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/r.png) repeat-y 0 0;
  height: 100%;
  left: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

/*.arrow-bottom .bd {
  padding: 0 3px;
}*/

.arrow-bottom .l {
  background: url(/img/site/layout/loan-results/tooltips/arrow_bottom/l.png) repeat-y;
  width: 8px;
}

.arrow-bottom .bd {
  background-image: none;
  margin: 0;
  padding: 0;
}

.arrow-bottom .c {
  background-image: none;
  margin: 0 8px;
}

.arrow-bottom .r {
  background: url(/img/site/layout/loan-results/tooltips/arrow_left/r.png) repeat-y;
}

.arrow-bottom .b {

}


/* @end */

/* @end */

/* @group quote slider */

#quote-amount-selector {
  border-top-color: #e42c2a;
  border-bottom-color: #e5e5e5;
  border-style: solid;
  border-width: 5px 0;
  padding: 7px 0 20px;
  width: 360px;
}

#quote-amount-selector h2 {
  background: url(/img/site/layout/loan-results/slider/recalc_icon.png) no-repeat;
  font-size: 1.50em;
  font-weight: bold;
  height: 23px;
  margin-bottom: 6px;
  padding: 14px 0 0 45px;
}

#slider {
  background: url(/img/site/layout/loan-results/slider/slider_panel_bg.png) repeat-x;
  padding: 16px 0 20px;
  width: 359px;
}

.slider-track {
  background: url(/img/site/layout/loan-results/slider/slider_bar.png) no-repeat;
  height: 15px;
  margin-bottom: 4px;
  position: relative;
  width: 359px;
}

.slider-thumb {
  background: url(/img/site/layout/loan-results/slider/slider_handle.png) no-repeat;
  cursor: move;
  height: 26px;
  position: absolute;
  top: -4px;
  width: 27px;
}

.slider-thumb .inner {
  display: none;
}

#slider .label {
  color: #0059a1;
  display: block;
  font-size: 1.50em;
  margin-bottom: 53px;
}

#slider .min,
#slider .max {
  padding-top: 5px;
}

#slider .min {
  float: left;
}

#slider .max {
  float: right;
}

/* @end */

div.help {
  overflow: hidden;
  position: absolute;
  text-indent: -5000px;
}

th div.help,
#addHomeCollection div.help {
  background: url(/img/site/layout/loan-results/help_btn_sml_ie.png) no-repeat;
  bottom: 3px;
  cursor: pointer;
  height: 19px;
  margin-top: 10px;
  position: static;
  width: 18px;
}

#addHomeCollection div.help {
  margin-top: 0;
}

th div.help:hover,
#addHomeCollection div.help:hover {
  background: url(/img/site/layout/loan-results/help_btn_sml_over_ie.png) no-repeat;
}

td div.help {
  background: url(/img/site/layout/loan-results/help_btn_ie.png) no-repeat;
  height: 24px;
  right: 0;
  top: 0;
  width: 24px;
}

td div.help:hover {
  background: url(/img/site/layout/loan-results/help_btn_over_ie.png) no-repeat;
}

.slider-thumb .tooltip {
  position: absolute;
  left: -40px;
  width: 100px;
  bottom: 100%;
}

.slider-thumb .tooltip .content {
  color: #e42c2a;
  font-size: 1.5em;
  font-weight: normal;
  padding: 0 5px;
  text-align: center;
}

/* @group Sk overlay popup */

#overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background-color:#fff;
  z-index:550;
  height:100%;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#overlay.dark {
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
}


span.home-charge,
span.hidden {
  display: none;
}

#home-charge-popup {
  color: #005AAA;
  font-weight: bold;
  left: 50%;
  margin-left: -201px;
  position: absolute;
  text-align: left;
  width: 402px;
  z-index: 600;
}

#home-charge-popup .c {
  background-color: #fff;
  font-size: 1.2em;
  padding: 10px 22px 0;
}

#home-charge-popup .t {
  background: url(/img/site/layout/sk_overlay/home-charge-t.png) no-repeat 0 0;
  font-size: 0;
  height: 10px;
  width: 402px;
}

#home-charge-popup .f {
  background: url(/img/site/layout/sk_overlay/home-charge-f.png) no-repeat 0 0;
  font-size: 0;
  height: 18px;
  width: 402px;
}

#home-charge-popup h3 {
  font-size: 1.67em;
  margin-bottom: 5px;
}

#home-charge-popup h4 {
  font-size: 1.17em;
}

#home-charge-popup p {
  padding: 15px 0;
}

#home-charge-popup ul {
  height: 30px;
}

#home-charge-popup ul li {
  float: left;
  padding-right: 10px;
  width: 174px;
}

#home-charge-popup ul li.last-child {
  padding-right: 0;
}

#home-charge-yes {
  background: url(/img/site/layout/sk_overlay/yes_sk.png) no-repeat 0 0;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -5000px;
  width: 174px;
}

.ro #home-charge-yes,
.ro #home-charge-no {
  background: none;
  text-indent: 0;
}

.ro #home-charge-yes span,
.ro #home-charge-no span {
  background-image: url("/img/site/layout/buttons/red-button-off.png");
  color: #fff;
}

#home-charge-no {
  background: url(/img/site/layout/sk_overlay/no_sk.png) no-repeat 0 0;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -5000px;
  width: 174px;
}

#home-charge-popup .ro h3 {
  margin-bottom: 15px;
}

#home-charge-popup .ro p {
  padding: 0 0 10px;
  line-height: 1.2;
}

#home-charge-popup .ro ul {
  overflow: hidden;
}

#home-charge-popup .ro li {
  width: 174px;
}

#home-charge-popup .ro table {
  margin: 1em 0;
}

#home-charge-popup .ro td {
  font-size: 1.2em;
  padding: 0 30px 8px 0;
}

#home-charge-weekly-payment .help {
  display: none;
}

/* @end */

#table-overlay {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9998;
}

#table-overlay .loading {
  background: url(/img/site/layout/ajax-loader.gif) no-repeat;
  height: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  width: 54px;
  z-index: 9999;
}

/* @group sitemap */

.dynamic-sitemap {
  padding-left: 40px;
}

.dynamic-sitemap h1 {
  margin-bottom: 20px;
}

.sitemap {
  background: url("/img/site/layout/spotlight-modules/white-top.png") repeat-x scroll 0 0 #FFFFFF;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 50px;
}

.sitemap a {
  font-size: 1em;
}

.sitemap ul {
  color: #0059A1;
  margin-left: 25px;
}

.sitemap ul ul,
.sitemap ul ul ul,
.sitemap ul ul ul ul,
.sitemap ul ul ul ul ul {
  margin-bottom: 12px;
  margin-top: 12px;
}

.sitemap li {
  background: url(/img/site/layout/link-bullet.gif) no-repeat 0 3px;
  font-weight: bold;
  list-style: none;
  margin-top: 4px;
  padding-left: 18px;
}

.sitemap li li {
  background: url(/img/site/layout/link-bullet-blue.png) no-repeat 0 3px;
}

.sitemap li li li {
  background: url(/img/site/layout/link-bullet-grey.png) no-repeat 0 3px;
}

.sitemap li li,
.sitemap li li li,
.sitemap li li li li,
.sitemap li li li li li,
.sitemap li li li li li li {
  font-weight: normal;
}


/* @end */

#cant-find-area {
  clear: both;
}

.es-MX #cant-find-area {
  display: none;
}

#cant-find-area a:hover {
  text-decoration: none;
}

/* @group PL rep form messages */

.pl-msg {
  clear: both;
  font-size: 1em;
  padding-left: 175px;
  width: 265px;
}

.cols-2-right .col1 .pl-msg {
  padding-left: 235px;
}

.pl-msg-right {
  text-align: right;
  width: 265px;
}

.cols-2-left .col2 .pl-msg-right,
.cols-2-right .col1 .pl-msg-right {
  width: 315px;
}

/* @end */

/* @group Form */

.steps_module .login .input {
  padding-left: 190px;
  width: auto;
}

.cols-2-wide .col1 .steps_module .login .submit,
.cols-3 .col2 .steps_module .login .submit {
  margin-left: 190px;
}

.steps_module .input label {
  width: 215px;
  margin-left: -235px;
}

.steps_module .input {
  padding-left: 235px;
  width: 445px;
}

.steps_module .input div {
  margin: 0.25em 0;
}

.cols-2-left .col2 .steps_module .submit {
  margin-left: 190px;
}

.steps_module .select select {
  width: 268px;
}

.steps_module .input input {
  width: 260px;
}

.steps_module .date select#CustomerDobDay {
  width: 64px;
}

.steps_module .date select#CustomerDobMonth {
  margin: 0 2px;
  width: 135px;
}

.steps_module .date select#CustomerDobYear {
  width: 65px;
}

.steps_module .checkbox {
  padding-left: 508px;
}

.steps_module .checkbox label {
  width: 155px;
}

.steps_module .checkbox div {
  width: auto;
}

.steps_module .input p.current {
  display: block;
  margin:0;
  padding: 3px;
  width: 280px;
}

/* @end */

/* @group Terms Step - MX */

.cols-2-left .col2 .steps_module .terms .submit {
  margin-left: 400px;
}

.steps_module .terms .checkbox {
  padding-left: 0;
}

.steps_module .terms .checkbox label {
  font-weight: bold;
}

.steps_module .info h3 {
  margin-left: 0;
}

/* @end */

/* @group Steps */

ol.steps {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 0;
}

ol.steps li {
  background: transparent url(/img/site/layout/steps/bg.png) repeat-x 0 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ededed;
  float: left;
  height: 32px;
  padding: 11px 15px 18px;
  position: relative;
}

ol.steps li.first-child {
  border-left: 1px solid #ededed;
}

ol.steps li.step-1 {
  width: 174px;
}

ol.steps li.step-2 {
  width: 98px;
}

ol.steps li.step-3 {
  width: 170px;
}

ol.steps li.step-4 {
  width: 113px;
}

ol.steps li span {
  display: block;
  font-size: 0;
  height: 6px;
  position: absolute;
  width: 5px;
  z-index: 9;
}

ol.steps li span.top-left {
  background: transparent url(/img/site/layout/steps/top-left-bg.png) no-repeat 0 0;
  height: 6px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 5px;
}

ol.steps li span.bottom-left {
  background: transparent url(/img/site/layout/steps/bottom-left-bg.png) no-repeat 0 100%;
  left: -1px;
  top: 56px;
}

ol.steps li.selected span.bottom-left {
  background: transparent url(/img/site/layout/steps/bottom-left-bg-red.png) no-repeat 0 0;
}

ol.steps li.selected {
  background: transparent url(/img/site/layout/steps/red-bg.png) repeat-x 0 0;
}

ol.steps li span.top-right {
  background: transparent url(/img/site/layout/steps/top-right-bg.png) no-repeat 100% 0;
  left: 139px;
  top: -1px;
}

ol.steps li span.bottom-right {
  background: transparent url(/img/site/layout/steps/bottom-right-bg.png) no-repeat 100% 100%;
  left: 139px;
  top: 56px;
}

ol.steps li.selected span.bottom-right {
  background: transparent url(/img/site/layout/steps/bottom-right-bg-red.png) no-repeat 0 0;
}

ol.steps li h4 {
  color: #777777;
  font-size: 20px;
}

ol.steps li p {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}

ol.steps li.selected h4 {
  color: #005aaa;
}

ol.steps li.selected p {
  color: #000000;
}

.step2 .application .scrollbox {
  margin-left: 0;
}

/* @end */

/* @group Final Step */

.info h3 {
  color: #0059a1;
  font-size: 16px;
  margin-bottom: 9px;
  margin-left: 10px;
}

.info .bd {
  background: transparent url(/img/site/layout/steps/info-bg.png) repeat-x 0 0;
  margin-bottom: 20px;
  padding-top: 13px;
}

.info ul {
  list-style-type: none;
  margin-left: 0;
}

.info ul li {
  clear: left;
  width: 680px;
}

.info ul li.address p {
  float: left;
}

.info ul li h5 {
  color: #0059a1;
  float: left;
  margin-right: 5px;
  text-align: right;
  width: 230px;
}

/* @end */

a.button {
  display: block;
  float: right;
}

/* @group My Account */

h3.customer-id {
  background-color: #f7f7f7;
  color: #e42c2a;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 12px 10px;
}

/* @end */

/* @group Flowplayer */

.player {
/*  background: #000;
*/  display: block;
  height: 370px;
  width: 470px;
}

/* @end */

/* @group Confirm ID page - MX only */

#confirm-id-box {
  overflow: visible;
}

#confirm-id-box .content {
  width: 495px;
}

#confirm-id-box ul {
  list-style: none;
  margin-left: 0;
}

#confirm-id-box p {
  color: #E42C2A;
}

/* @end */