/**
 * Main Stylesheet
 *
 * @author Brad Chen <brad.chen@70ms.com>
 */

.print {
  display: none;
}

body {
  background: #e8e5dd;
  font: 1em/1.5em Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
}

a {
  color: #9b1503;
  text-decoration: none;
}



th, td {
  vertical-align: top;
}

sup {
  font-size: 0.75em;
  line-height: 0.8em;
}

#header {
  background: url(images/bg-header.png) no-repeat;
  width: 994px;
  height: 61px;
  margin: 0 auto;
  padding: 12px 0 0 15px;
}

#print-button {
font-size: 0.875em;
width: 40px;
margin-top: -146px;
padding: 10px;
float: right;
text-align: right;
background: url(print-images/print-results-icon.jpg) no-repeat left -60px;
}

#print-button:lang(fr){
width: 65px;
}


#print-button:hover {
    background: url(print-images/print-results-icon.jpg) no-repeat left 15px;
}
#header #logo {
  background: url(images/logo-scotiabank.png) no-repeat;
  width: 189px;
  height: 34px;
}

#header #top-nav{
margin-top: -30px;
position: relative;
width: 450px;
float: right;
  
}

ul.lang-nav {
    position: absolute;
    top: 8px;
    right: 0px;
}
ul.lang-nav li {
    display: inline;
    padding: 0px 5px;
    margin: 0px;
    border-right: 1px solid #B2B2B2;
}
ul.lang-nav li:last-child {
    border-right: none;
}
ul.lang-nav li a {
    color: #666;
    font-size: 11px;
    line-height: 1.1em;
    text-decoration: none;
}

#wrapper {
  background: url(images/bg-wrapper.png) repeat-y;
  width: 1009px;
  margin: 0 auto;
  padding-top: 10px;
}

#wrapper .padding {
  padding: 0 14px 0 15px;
}

#wrapper h1 {
  /*background: url(images/h1-cash-back-calculator.png) no-repeat;*/
margin: 10px 40px;
}

#wrapper .subtitle {
  /*background: url(images/subtitle-fill-in-purchases.png) no-repeat;*/
  height: 30px;
  margin: 10px 10px 10px 40px;
}



#wrapper #main {
  border: 0px solid #f1f1f1;
  border-bottom: none;
  /*background: url(images/bg-main.png) 180px bottom no-repeat;*/
  padding: 5px 0px 10px;
}

h2 {
    font-size: 21px;
    color:#cc0000;
    padding-left: 5px;
}

h2.white {
    font-size: 23px;
    color:#fff;
    padding-left: 30px;
}
/**
 * Slider Bars
 */

#wrapper #main ul.input {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}

#wrapper #main ul.input li {
  margin: 0 0 5px;
  padding: 0 0 0 150px;
}

#wrapper #main ul.input li .label {
width: 140px;
height: 30px !important;
margin-top: 15px;
float: left;
}

#wrapper #main ul.input li .slider {
  width: 435px;
  height: 45px;
  margin-right: 15px;
  float: left;
}

#wrapper #main ul.input li .slider ul.markings {
  list-style: none;
  color: #222;
  font-size: 0.8em;
  line-height: 1em;
  height: 8px;
/*  margin: 0 0 -8px;
  padding: 0 0 0 13px;*/
}

#wrapper #main ul.input li .slider ul.markings li {
  margin: 0;
  padding: 0;
  width: 30px;
  float: left;
}

#wrapper #main ul.input li .slider ul.markings li.start {
  margin-right: 135px;
}

#wrapper #main ul.input li .slider ul.markings li.middle {
  text-align: center;
  margin-right: 135px;
}

#wrapper #main ul.input li .slider ul.markings li.end {
  text-align: right;
  left: 342px
}

#wrapper #main ul.input li .slider .bar {
  background: url(images/bg-slider-bar.png) 10px 5px no-repeat;
  height: 61px;
  position: relative;
  z-index: 100;
  top: -20px;
}

#wrapper #main ul.input li .slider .knob {
  width: 93px;
  height: 42px;
  margin-bottom: -31px;
  position: relative;
  top: 5px;
  left: 0;
  z-index: 200;
  
}

#wrapper #main ul.input li .slider .knob:focus {
/*  border: 1px dotted #333;
  outline: none;
  margin-left: -1px;
  margin-bottom: -31px;
  top: 5px;*/
  width: 93px;
  height: 42px;
  margin-bottom: -31px;
  position: relative;
  top: 5px;
  left: 0;
  z-index: 200;
}

#wrapper #main ul.input li .amount-input {
  border: 1px solid #d8d8d8;
  background: url(images/bg-slider-amount.png) left bottom repeat-x;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: right;
  width: 67px;
  height: 24px;
  margin-top: 20px;
  padding: 2px 9px 0;
  display: block;
  float: left;
}

#wrapper #main ul.input li.grocery-store .label {
  background: url(images/label-grocery-store.png) right 0px no-repeat;
}

#wrapper #main ul.input li.grocery-store .knob {
  background: url(images/bg-grocery-store-knob.png) no-repeat;
}

#wrapper #main ul.input li.gas-station .label {
  background: url(images/label-gas-station.png) right 0px no-repeat;
  height: 19px;
}

#wrapper #main ul.input li.gas-station .knob {
  background: url(images/bg-gas-station-knob.png) no-repeat;
}

#wrapper #main ul.input li.dinning .label {
  background: url(images/label-drug-store.png) right 0px no-repeat;
  height: 22px;
}

#wrapper #main ul.input li.dinning .knob {
  background: url(images/bg-drug-store-knob.png) no-repeat;
}

#wrapper #main ul.input li.entertainment .label {
  background: url(images/label-entertainment.png) right 0px no-repeat;
  height: 23px;
}

#wrapper #main ul.input li.entertainment .knob {
  background: url(images/bg-entertainment-knob.png) no-repeat;
}

#wrapper #main ul.input li.other .label {
  background: url(images/label-other.png) right 0px no-repeat;
  height: 20px;
}

#wrapper #main ul.input li.other .knob {
  background: url(images/bg-other-knob.png) no-repeat;
}

#wrapper #main #monthly-total {
  background: url(images/bg-monthly-total.png) center no-repeat;
  height: 22px;
  padding: 6px 0 2px 430px;
}

#wrapper #main #monthly-total .label {
width: 195px;
height: 20px;
margin-left: 80px;
float: left;
font-weight: bold;
}

#wrapper #main #monthly-total .amount {
color: #333333;
font-size: 1.125em;
font-weight: bold;
line-height: 1em;
text-align: right;
width: 90px;
float: right;
margin-right: 163px;
}

/**
 * Result Box
 */

#wrapper #main #result-box h2 {
background: url(images/bg-result-box-header.png) center top no-repeat;
height: 50px;
margin-left: 90px;
padding-top: 30px;
position: relative;
z-index: 100;
}
#wrapper #main #result-box h2.fr {
background: url(images/bg-result-box-header.png) center top no-repeat;
height: 50px;
margin-left: 150px;
padding-top: 30px;
position: relative;
z-index: 100;
}


#wrapper #main #result-box #cards {
 padding-left: 17px;
 margin-top: -20px;
}

#wrapper #main #result-box #cards .card {
width: 309px;
height: 400px;
margin-right: 5px;
padding-top: 10px;
float: left;
border: 2px solid #e8e6de;
}



#wrapper #main #result-box #cards .special-offer {
  background: url(images/bg-special-offer.gif) right top no-repeat;
  width: 250px;
  height: 20px;
  margin-bottom: -20px;
  position: relative;
  top: -20px;
  z-index: 200;
}

#wrapper #main #result-box #cards #GOLD_AMEX h3,
#wrapper #main #result-box #cards #AMEX h3,
#wrapper #main #result-box #cards #PASSPORT_VISA h3 {
height: 38px;
margin: 0 0 10px;
position: relative;
left: -10px;
z-index: 300;
color: #222;
float: right;
width: 150px;
font-size:1.0em;
}

/*#wrapper #main #result-box #cards #infinite h3 {
  background: url(images/american-express-gold-travel-card-en.jpg) no-repeat;
}

#wrapper #main #result-box #cards #regular h3 {
  background: url(images/american-express-rewards-credit-card-en.jpg) no-repeat;
}

#wrapper #main #result-box #cards #PASSPORT-VISA h3 {
  background: url(images/visa-travel-credit-card-en.jpg) no-repeat;
}*/

#wrapper #main #result-box #cards .last {
  margin-right: 0 !important;
}

#wrapper #main #result-box #cards dl.rewards {
height: 160px;
margin: 10px 0;
padding: 0 10px 0 0px;
}

#wrapper #main #result-box #cards dl.rewards dt,
#wrapper #main #result-box #cards dl.rewards dd {
  margin-bottom: 5px;
}

#wrapper #main #result-box #cards dl.rewards dt {
color: #000000;
font-weight: bold;
line-height: 1em;
text-align: left;
width: 107px;
height: 25px;
margin-left: 5px;
padding: 8px 0 0 0;
float: left;
clear: left;
font-size: 0.8em;
}

#wrapper #main #result-box #cards dl.rewards dd {
  /*width: 165px;*/
  float: left;
  height: 29px;
  margin-left: 0;
  padding: 4px 0 0;
}

#wrapper #main #result-box #cards dl.rewards .amount {
  background: url(images/bg-reward-amount.png) no-repeat;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
  width: 84px;
  height: 20px;
  margin-right: 5px;
  padding: 4px 8px 2px;
  float: left;
}
html body div#wrapper.screen div.padding div#main div#result-box div#cards.clear-block div#infinite.card dl.rewards dd.bonus div.amount {
    background: url(images/bg-bonus-amount.png) no-repeat !important;

}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#wrapper #main #result-box #cards dl.rewards dd .label {
  display:none;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1em;
  width: 65px;
  padding-top: 5px;
  float: left;
}

#wrapper #main #result-box #cards dl.rewards dd .overflow-tip {
  background: url(images/icon-help.png) left 5px no-repeat;
  width: 14px;
  height: 19px;
  float: left;
  cursor: pointer;
  border:none;
}

#wrapper #main #result-box #cards dl.rewards dd.rewards_rate_1 .legend {
  background: url(images/icon-ggdb.png) no-repeat;
  width: 81px;
  height: 21px;
  float: left;
}

#wrapper #main #result-box #cards dl.rewards dd.rewards_rate_2 .legend {
    background: url(images/icon-other-overflow.png) no-repeat;
    width: 66px;
    height: 21px;
    float: left;
}
#wrapper #main #result-box #cards dl.rewards dd.other .legend {
    background: url(images/icon-other.png) no-repeat;
    width: 81px;
    height: 21px;
    float: left;
}
#wrapper #main #result-box #cards dl.rewards dd.drug-bills .legend {
  background: url(images/icon-db.png) no-repeat;
  width: 44px;
  height: 21px;
  float: left;
}

#wrapper #main #result-box #cards dl.rewards dd.ggdb .legend {
  background: url(images/icon-ggdb.png) no-repeat;
  width: 81px;
  height: 21px;
  float: left;
}

#wrapper #main #result-box #cards .annual-total-dollar {
  height: 23px;
  padding: 5px 15px 15px 5px;
}

#wrapper #main #result-box #cards .annual-total-dollar .label {
color: #333333;
font-size: 0.9em;
line-height: 1em;
font-weight: bold;
text-align: center;
width: 300px;
margin-right: 5px;
margin-top: -10px;
padding: -10px 0 10px;
}

#wrapper #main #result-box #cards .annual-total-dollar .amount {
  color: #333333;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  width: 300px;
}

#wrapper #main #result-box #cards .apply-now {
  width: 139px;
  height: 30px;
  margin: 0 auto;
}

#wrapper #main #result-box #cards .apply-now-fr {
  width: 169px;
  height: 30px;
  margin: 0 auto;
}
#wrapper #main #result-box #cards .compare-fr {
  width: 300px;
  height: 30px;
  margin: 0 auto;
}

#wrapper #main #result-box #compare-cards-link {
   width: 450px;
  height: 30px;
  margin: 20px auto 10px;
}

#wrapper #main #footer {
  color: #666666;
  font-size: 0.7em;
  text-align: center;
}

#wrapper #main #footer a {
  font-weight: bold;
}

/**
 * Tooltip
 */

.tooltip {
  background: url(images/bg-tooltip-bottom.png) center bottom no-repeat;
  width: 273px;
  padding-bottom: 28px;
  position: absolute;
  z-index: 500;
  display: none;
}

.tooltip p {
  background: url(images/bg-tooltip-top.png) no-repeat;
  font-size: 0.75em;
  line-height: 1.3em;
  margin: 0;
  padding: 20px 20px 10px;
}

/**
 * Modal Box
 */

#modal-box {
  display: none;
}

#modal-box .backdrop {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#modal-box .content-box {
  background: url(images/bg-modal-bottom.png) left bottom no-repeat;
  width: 777px;
  position: absolute;
  z-index: 2000;
  padding-bottom: 18px;
  display: none;
}

#modal-box .content-box .close-button {
  background: url(images/btn-modal-close.png) no-repeat;
  width: 41px;
  height: 41px;
  margin-bottom: -41px;
  position: relative;
  left: 740px;
  top: -6px;
  z-index: 2100;
}

#modal-box .content-box h2 {
  background: url(images/bg-modal-top.png) no-repeat;
  height: 47px;
  padding: 17px 25px 0;
  margin: 0;
}

#modal-box .content-box .content {
  background: url(images/bg-modal-body.png) repeat-y;
  padding: 0 25px 0 22px;
}

#card-comparison h2 span.image-text {
  background: url(images/h2-comparison-chart.png) no-repeat;
  height: 36px;
}

#card-comparison .column {
  background: url(images/bg-card-comparison-column.png) right top no-repeat;
  color: #666666;
  width: 232px;
  margin-right: 10px;
  padding: 0px 5px 10px 0;
  float: left;
}

#card-comparison .column ul {
  margin: 0;
  padding: 0 5px 0 30px;
}

#card-comparison .column ul li {
  line-height: 0.9em;
  margin-bottom: 16px;
}

#card-comparison .column ul li span {
  color: #333333;
  font-size: 0.75em;
}

#card-comparison .column ul li.last {
  margin-bottom: 0;
}

#card-comparison .column p {
  font-size: 0.8em;
  margin: 10px 0;
  padding-left: 10px;
}

#card-comparison .last {
  background: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

#card-comparison .GOLD_AMEX h3,
#card-comparison .AMEX h3,
#card-comparison .PASSPORT-VISA h3 {
margin: 5 0 20px;
}

/*#card-comparison .infinite h3 {
  background: url(images/card-infinite.png) no-repeat;
}

#card-comparison .regular h3 {
  background: url(images/card-regular.png) no-repeat;
}

#card-comparison .no-fee h3 {
  background: url(images/card-no-fee.png) no-repeat;
}*/

#legal-footnotes h2 {
  padding-top: 21px !important;
  height: 43px !important;
}

#legal-footnotes .content {
  padding: 25px 35px 15px !important;
}

#legal-footnotes p {
  font-size: 0.6875em;
  line-height: 1.3em;
  margin: 0 0 15px;
}

#legal-footnotes p sup {
  font-size: 0.95em;
  line-height: 1em;
}

/**
 * Misc
 */

.image-text {
  display: block;
}

.image-text span {
  display: none;
}

/**
 * Clear fix (//www.positioniseverything.net/easyclearing.html)
 */

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

.card-image {
    height: 86px;
    margin-bottom: 7px;
    margin-left: 10px;
    width: 131px;
}

a.more-details {
    color: #d81d0e;
    text-decoration: none;
    background: url(images/sprite-sml-arrow.jpg) 0 2px no-repeat;
    font-size: 14px;
    padding-left: 12px;
	margin-left:10px;
}

dl.rewards dd.bonus div.amount{
	background:#FCDBDC!important;
}

dl.rewards dd.Rate_2_Reward div.overflow-tip div.breakdown {
    padding-right: 4px;
    padding-left: 138px;
}

.breakdown {
    width: 28px;
    height: 28px;
    float: left;
}

.grid-item .breakdown > div a.sprite {
    width: 28px;
    height: 28px;
    display: block;
}

.sprite {
    background: url(images/icon-other.png) no-repeat right top;
}

.breakdown > div {
    width: 28px;
    height: 28px;
    float: left;
}
.info .sprite {
  background-position: right -252px;
}

a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

.red-btn {
position: relative;
display: block;
overflow: hidden;
background-color: #D81E05;
background-image: url(images/bg-red-btn.png);
background-position: left top;
background-repeat: repeat-x;
color: #fff;
height: 1.5em;
line-height: 1.8em;
padding: 0;
border: 1px solid #bd0000;
font-size: 1.0em;
font-weight: normal;
text-align: center;
text-shadow: -1px -1px 0 #900;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
box-shadow: 0 1px 1px #900;
}
h1.frutiger-light-fr{
font-family: sans-serif;
font-size: 29px;
}

h1.frutiger-light-fr small sup{
font-family: sans-serif;
font-size: 0.5em;
vertical-align: top;
}

.card-box {
    float: left;
    width: 140px;
    padding: 0 15px 0 24px;
    margin: 13px 0 28px 0;
    height: 108px;
    border-right: 1px solid #d6d6d6;
	
}

.card-box.total-points {
    border: none;
}
/*.hidden-label{
display:none;	
}*/