@charset "utf-8";
/* CSS Document */
* {
    padding:0;
    margin:0;
}

body {
    font: 62.5% Verdana, Arial, sans-serif;
    color: #000;
    text-align: center; /* centering the content for IE6 */
    background: #4c4c4c;
}

.clear, .clearFix {
    overflow: hidden;
    clear: both;
    height: 1px;
}

a {
    color:#005399;
    text-decoration:underline;
}

a:hover {
    color:#005399;
    text-decoration:underline;
}

p {
    padding-bottom: 15px;
}

big {
    font-weight: bold;
}

textarea {
    padding: 2px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 120%;
    color:#000033;
    margin: 15px auto;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 120%;
    color:#990000;
    margin: 20px auto;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    line-height: 120%;
    color:#003366;
    margin-bottom: 10px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 120%;
    color: #000066;
    margin-bottom: 15px;
}
hr {
    height: 1px;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

dt {
    font-weight: bold;
    margin: 5px auto;
}

dd {
    line-height: 140%;
    margin-bottom: 15px;
}

table th {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
}

table td {
    font-size: 1.1em;
    padding: 5px;
}

blockquote {
    min-height:35px;
    padding:15px 0 15px 30px;
    padding-left:70px;
    margin:0 20px 15px 10px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size:1.2em;
    line-height:1.75em;
    font-style:italic;
    clear:left;
    color:#666;
}

blockquote img {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    display: inline; /* IE 6 double margin bug fix */
}

blockquote .client {
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
}

img {
    border: 0px;
}

.red { color: #f00; }

a.lnkimg {
    text-decoration: none;
}

.adwrapper {
    float: left;
    width: 530px;
    border: 1px solid #d7d7d5;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.adsense {
    float: left;
    width: 135px;
    margin-left: 5px;
}

.adsensegrp {
    float: left;
    width: 135px;
    margin-left: 35px;
}

.adsense-frame {
    float: left;
    width: 535px;
    text-align: center;
    border: 1px solid #d7d7d7;
    margin: 0;
    margin-bottom: 25px;
    padding: 15px 0;
}

.adsense-frame img {
    border: 0;
}

#pagetop {
    width:892px;
    height: 45px;
    margin:0 auto;
    margin-top: -5px;
    background: #4c4c4c url("images/bg-header.gif") no-repeat;
}

#top-credit {
    color: #000;
    width: 792px;
    height: 15px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    background: #fff;
}

#header {
    clear: both;
    color: #000;
    width:792px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    /*background: url("images/halloween.png") no-repeat scroll 323px 0 #FFFFFF; */
}
#header a {
    width:310px;
/*    display:block; */
}
#header img {
    border: 0px;
}
#header #logo {
    display: inline;
    float: left;
    height: 70px;
    width: 330px;
}
#header ul {
    list-style-type: none;
}
#header ul li {
    float: left;
    display: inline; /* IE 6 double margin bug fix */
    width: auto;
}

#header #logo a img{
    float: left;
    display: inline; /* IE 6 double margin bug fix */
    width: 320px!important;
    height: 60px!important;
    margin-left: 0px;
}

#header #wrapper {
    /*background: url("images/ng.png") no-repeat scroll -37px 0 transparent;*/
    float: left;
    display: inline; /* IE 6 double margin bug fix */
    width: 430px;
    height: 70px;
    margin: 0;
}

#wrapper #slogan {
    float: left;
    display: inline; /* IE 6 double margin bug fix */
    width: 415px;
    height: 25px;
    font: italic 1em Georgia, Times, 'Times New Roman', serif;
    color: #000;
    text-align: center;
    margin: 0 12px 0 15px;
}
#wrapper #search {
    float: left;
    display: inline; /* IE 6 double margin bug fix */
    width: 220px;
    height: 25px;
    font: italic 1em Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    margin-top: 10px;
    margin-left: 197px;
    padding-top: 10px;
    padding-left: 45px;
    background: url(images/bg-searchbox.gif) no-repeat;
}

#slogan-text {
    padding-bottom: 5px;
}

/* sub menu */
#submenu {
    text-align: center;
    margin-bottom: 15px;
}

/* main content */
#maincontent {
    clear: both;
    width:892px;
    margin:0 auto;
    overflow: hidden; /* must put this in for FireFox. Fix height issue! */
    text-align:left; /* so that IE6 and Firefox puts the text to the left */
    font-size: 1.2em;
    line-height: 140%;
    background: #4c4c4c url("images/bg-body.gif") left top repeat-y;
}

/* main menu */
#menu {
    width: 792px;
    height: 10px;
    margin:0 auto;
    clear: both;
    overflow: hidden; /* must put this in for FireFox. Fix height issue! */
    text-align:left; /* so that IE6 and Firefox puts the text to the left */
    background: #333;
}

ul#nav {
    background: #333;
    list-style: none;
    width: 794px;
    margin: 0 auto;
    padding: 0;
}

#nav li {
    float: left;
    width: auto;
    display: inline; /* IE 6 double margin bug fix */
    font: 1.1em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#nav a {
    float: left;
    width: auto;
    color: #ccc;
    display: block;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    font-weight:normal;
    background: #333 url("images/separator.gif") bottom right no-repeat;
}

#nav a:hover {
    background: #2580a2 url("images/hover.gif") bottom center no-repeat;
    color: #fff;
    padding-bottom: 6px;
}

#nav a#mnu-creditcard { color: #fff; background: #2580a2 url("<?php echo HTTP_SERVER_IMAGE; ?>/hover.gif") bottom center no-repeat; }

/* center container */
#container, #container-blank, #container-myaccount, #container-features {
    width:792px;
    clear: both;
    overflow: hidden; /* must put this in for FireFox. Fix height issue! */
    text-align:left; /* so that IE6 and Firefox puts the text to the left */
    margin:0 auto;
    padding: 20px 0 15px 0;
    background: #fdfdfd url(images/bg-menu-bottom.gif) left top repeat-x;
}

#container-blank {
    padding: 0;
    background: #fff;
}

/* content in container */
#contentwrapper {
    float: left;
    width: 100%;
    height:100%;/* so the content has the height of the menu and visa versa */
}

#content {
    margin-left: 220px;
    padding: 0 20px 10px 10px;
    background: url(images/bg_content.gif) repeat-x left top;
}

#content ul {
    margin-left: 30px;
}

#content li {
    margin: 2px 0;
    line-height: 125%;
}

/* card offers */
.offer {
    width: 550px;
    height: 138px;
    font-size: 0.85em;
    background: url(images/bg-offer.gif) no-repeat;
    margin: 10px auto;
    margin-top: 5px;
}

.wrapper {
    width: 520px;
    height: 141px;
    margin: 0 auto;
}

.wrapper img {
    padding-bottom: 2px;
}

.wrapper h4 {
    color: #1071ab;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    line-height: 220%;
}
.wrapper h4.boa {
    color: #1071ab;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 4px 0 0 0;
    line-height:100%;
    height: 31px;
}

.wrapper h4 a {
    text-decoration: none;
}

cardshow, .cardinfo, .applynow {
    float: left;
    width: auto;
    height: 80px;
    text-align: left;
}

.cardshow {
    float: left;
    width: 115px;
    text-align: center;
}

.aprinfo {
    float: left;
    width: 254px;
}

.aprinfo strong {
    font-style: normal;
    text-transform: uppercase;
}

.aprinfo .apr {
    float: none;
    width: auto;
    color: #a5a7a8;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ebebeb;
}

.aprinfo .transfer, .aprinfo .purchase, .aprinfo .ongoing {
    float: left;
    width: 82px;
    color: #767373;
    font-size: 0.8em;
    text-align: center;
}

.aprinfo .transfer {
    width: 90px;
}

.rewardinfo {
    float: left;
    width: 70px;
}

#bestcreditcards .offer .wrapper .rewardinfo {
    width: 88px;
}

.rewardinfo strong {
    font-style: normal;
    text-transform: uppercase;
}

.rewardinfo .rewards {
    float: none;
    width: auto;
    color: #a5a7a8;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ebebeb;
}

.rewardinfo .rewardtype {
    float: left;
    width: 70px;
    color: #767373;
    font-size: 0.8em;
    text-align: center;
}
#bestcreditcards .offer .wrapper .rewardinfo .rewardtype {
    width: 88px;
}

.rewardinfo .rewardtype strong {
    font-size: 1.1em;
}

.offer-adsense {
    width: 550px;
    height: 180px;
    font-size: 0.85em;
    background: url(images/bg-offer-adsense.gif) no-repeat;
    margin: 10px auto;
    margin-top: 5px;
    padding-top: 5px;
}

.offer-adsense .wrapper {
    float: left;
    width: 375px;
    display: inline; /* IE 6 double margin bug fix */
    margin: auto;
    margin-left: 20px;
}

.offer-adsense .applyhere {
    float: left;
    width: 130px;
}

.offer-adsense .applyhere .applysign {
    margin-left: 5px;
}

.rate {
    color: #704b24;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 110%;
    margin: 2px auto;
}

.rate sup {
    font-size: 0.6em;
}

.term {
    color: #1d181c;
    font-size: 1.1em;
    font-weight: bold;
}

.applynow {
    width: 80px;
    text-align: center;
    line-height: 12px;
}

/* homepage */
#cardbycategory {
    float: left;
    width: 260px;
}

#cardbycategory img {
    padding-right: 10px;
}

#cardbycategory h1 {
    font-size: 1.4em;
    margin-top: 0;
}

#cardbycategory ul {
    list-style: none;
    font-size: 0.95em;
    margin: 0;
    padding: 0;
}

#cardbycategory li {
    margin: 15px auto;
}

#cardbycategory a {
    font-weight: bold;
}

#topnews {
    margin-bottom: 20px;
}

#topnews {
    float: left;
    width: 270px;
    margin-left: 10px;
}

#topnews h2, #bestcreditcards h2 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 10px;
}

#topnews h2 {
    color: #000066;
}

#topnews #news-summary {
    border: 1px solid #bdbdb5;
    padding: 10px;
    background-color: #f7f6f4;
}

#topnews h3 {
    color: #960000;
    font-size: 0.95em;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

#topnews h3 a {
    color: #960000;
    text-decoration: none;
}

#topnews h3 a:hover {
    color: #cc0000;
    text-decoration: underline;
}

#topnews p {
    font-size: 0.95em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#bestcreditcards {
    float: left;
    width: 270px;
    margin-left: 10px;
}

#bestcreditcards p {
    margin: 0;
    padding: 0;
}

#bestcreditcards h4 {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    line-height: 220%;
}

#bestcreditcards h4 a {
    text-decoration: none;
}

#bestcreditcards h4 a:hover {
    text-decoration: underline;
}

#bestcreditcards .aprinfo, #bestcreditcards .transfer {
    width: 80px;
}

#bestcreditcards .transfer strong, #bestcreditcards .ongoing strong {
    font-size: 1.1em;
}

#bestcreditcards .offer {
    width: 270px;
    height: 150px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    background: url(images/bg-offer-best.gif) no-repeat;
}

#bestcreditcards .offer .wrapper {
    width: 268px;
}

#bestcreditcards .cardshow {
    width: 105px;
}

#bestcreditcards .rate {
    font-size: 1.9em;
}

#bestcreditcards .applynow {
    width: 65px;
    padding: 0;
    overflow: hidden;
}

/* best deals */
#bestdeals h2 {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.moredeals {
    font-size: 0.9em;
    text-align: right;
    margin: 10px 0;
}

/* how to */
#howto {
    padding-top: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

#howto h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

/* sidebar */
#sidebar {
    float: left;
    display: inline; /* IE 6 double margin bug fix */
    width: 200px;
    height: 100%; /* so the menu has the height of the main content and visa versa */
    font-size: 0.85em;
    margin-left: -792px;
    padding: 0 0 10px 10px;
}

#sidebar blockquote {
    min-height:35px;
    padding: 0;
    margin: 0;
    margin-top:15px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size:1.2em;
    line-height:1.75em;
    font-style:italic;
    clear:left;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar li {
    width: 200px;
    height: 26px;
    color: #005a8c;
    font-weight: bold;
    line-height: 2.5em;
    padding-left: 10px;
    background: url(images/bg-sidebar-item.gif) no-repeat;
}

#sidebar li#rewards {
    height: auto;
    background: url(images/bg-sidebar-item.gif) repeat-y;
}

#sidebar li#rewards ul {
    width: 180px;
    padding-left: 5px;
    padding-bottom: 2px;
}

#sidebar ul li#rewards li {
    font-size: 1em;
    background: url(images/pixel_trans.gif) no-repeat;
}

#sidebar li.selected {
    background: url(images/bg-sidebar-selected.gif) no-repeat;
}

#sidebar li #rewards-selected {
    background: url(images/bg-sidebar-selected.gif) -10px top no-repeat;
}

#sidebar li#rewards li.selected {
    background: url(images/bg-sidebar-selected.gif) -15px top no-repeat;
}

#sidebar li.selected a, #sidebar li.rewards-selected a { color: #f00; }
#sidebar ul li#rewards li a { color: #202c85; }
#sidebar ul li#rewards li.selected a { color: #f00; }

#sidebar h2, #sidebar h3 {
    width: 174px;
}

#sidebar h3 {
    height: 40px;
    color: #bd0000;
    font-size: 1.2em;
    line-height: 310%;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff url(images/bg-sidebar-headline.gif) no-repeat;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

#sidebar h3#top {
    color: #000;
    background: #fff url(images/bg-sidebar-headline-top.gif) no-repeat;
}

#sidebar a { color: #202c85; text-decoration: none; }
#sidebar a:hover { color: #bd0000; text-decoration: underline; }

/* pagination */
#pagination {
    text-align: center;
    font-size: 1.1em;
    margin: 25px auto;
}

/* breadcrumb */
#headerNavigation {
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

/* footer */
#footer {
    width: 792px;
    margin:0 auto;
    clear: both;
    overflow: hidden; /* must put this in for FireFox. Fix height issue! */
    text-align:left; /* so that IE6 and Firefox puts the text to the left */
    background: #333;
}

#footer ul {
    background: #333;
    list-style: none;
    width: 780px;
    margin: 0 auto;
    padding: 0;
}

#footer li {
    float: left;
    width: auto;
    font: 1em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    display: inline; /* IE 6 double margin bug fix */
}
#footer a {
    float: left;
    width: auto;
    display: block;
    color: #ccc;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    font-weight:normal;
    background: #333 url("images/separator.gif") bottom right no-repeat;
}
#footer a:hover {
    background: #2580a2 url("images/hover.gif") bottom center no-repeat;
    color: #fff;
    padding-bottom: 6px;
}

#copyright {
    clear: both;
    overflow: hidden; /* must put this in for FireFox. Fix height issue! */
    text-align:left; /* so that IE6 and Firefox puts the text to the left */
    font-size: 0.9em;
    color: #000;
    width:768px;
    margin:0 auto;
    padding: 20px 0 10px 25px;
    background: #fff;
}

#copyright #leftsection {
    float:left;
    width:310px;
    height:100%;/* so the content has the height of the menu and visa versa */
}

#copyright #rightsection {
    float:left;
    width:250px;
    height:100%; /* so the menu has the height of the main content and visa versa */
    text-align: right;
}

/* help topics */
#helptopics ul, #helptopics ol {
    margin: 10px 0 20px 30px;
}

#helptopics li {
    line-height: 140%;
    margin: 5px auto;
}

/* articles */
#article-index {
    float: left;
    width: 530px;
    font-size: 0.95em;
    border: 1px solid #bebdb8;
    background: #f5f6f0;
    padding: 5px;
}

#article-index .col {
    float: left;
    width: 265px;
}

#article-index ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#articles ul {
    font-size: 0.95em;
    list-style: none;
    margin-left: 0;
}

#articles li {
    margin: 15px auto;
}

#articles a {
    font-weight: bold;
}

#articles h2, #articles h3 {
    margin: 15px auto;
}

.date {
    color: #ea8010;
    font-weight: bold;
}

/* more articles */
#morearticles ul {
    font-size: 0.85em;
    list-style: none;
    margin: 0;
    padding: 0;
}

#morearticles h3 {
    margin: 20px auto;
}

#morearticles h4 {
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

#morearticles p {
    font-size: 1.1em;
}

/* issuer logo */
.issuer-logo {
    float: left;
    text-align: center;
    width: 120px;
}

.issuer-benefit {
    float: left;
    width: 400px;
}

#cardbyissuer .issuer {
    clear: both;
    overflow: hidden;
    margin: 15px auto;
}

#cardbyissuer h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

/* datatable */
.datatable {
    color: #666;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    margin: 10px auto;
}

.datatable caption {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 5px;
}

.datatable .tblheader {
    text-align: center;
}

.datatable thead {
}

.datatable th {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    font-weight: bold;
    padding: 5px;
}

.datatable td {
    border: 1px solid #cccccc;
    padding: 5px;
}

.datatable td strong {
    font:normal 1.4em Georgia, Times, 'Times New Roman', serif;
    color: #ff0000;
}

.datatable big {
    color: #f00;
}

.note {
    font-size: 0.9em;
    margin: 10px 0 25px 0;
}

.note p {
    margin: 5px auto;
    padding: 0;
}

/* credit card reviews */
#reviews h3 {
    font-size: 1em;
}

#reviews ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#reviews li {
    margin-bottom: 15px;
}

/* more offers in review */
.moreoffers {
    border: 1px solid #b5b5b8;
    margin: 10px auto;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

/* resources & tools */
#resources ul {
    margin-left: 20px;
}

#resources ul li {
    margin: 10px 0;
}

#tools ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* credit card comparison */
.tblchart {
    border: 1px solid #cfdce2;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.tblchart td a {
    text-decoration: underline;
}

.tblchart h2 {
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    padding: 0;
}

.tblchart h2 a {
    color: #990000;
    text-decoration: none;
}

.tblchart strong {
    color: #666;
}

.tblchart th {
    text-align: left;
    color: #fff;
    background: #063c45;
    vertical-align: top;
}

.tblchart th, .tblchart td {
    font-size: 0.85em;
    font-weight: normal;
    border: 1px solid #cfdce2;
    border-collapse: collapse;
}

.card-name {
    color: #FF6633;
}

.section-label {
    background: #f8bd8f;
}

.comparison-even {
    background: #efefef;
}

/* category list */
.catlist td {
    font-size: 0.8em;
    line-height: normal;
}


/* good credit */
div.goodcredit {
  background:transparent url('images/bg-bad-fly.gif') no-repeat scroll 0 0;
  height:18px;
  margin:15px 0 7px 6px;
  padding:20px 0 0 180px;
}
div.goodcredit img {
  float:left;
  margin-left:84px;
}

div.left-bnr {
  margin-top:10px;
  text-align:center;
}
div.badcredit {
  margin-left:6px;
}
p.comments {
  font-size: 0.9em;
  padding-top: 12px;
}
p.comments sup {
    font-size: 0.8em;
    color:#f00;
}
.offer-new {
    width: 550px;
    height: 240px;
    font-size: 0.85em;
    background: url(images/bg-offer-new.png) no-repeat;
    margin: 5px auto 10px auto;
}
.offer-new .wrapper {
    float: left;
    width: 375px;
    display: inline; /* IE 6 double margin bug fix */
    margin: auto;
    margin-left: 20px;
}

.offer-new .applyhere {
    float: left;
    width: 130px;
}

.offer-new .applyhere .applysign {
    margin-left: 5px;
}
.offer-new h4 a {
  color: #fff;
}
.offer-new .ongoing {
  background: #e5e5e5;
  color: #4092b0;
}
.offer-new .term {
    background: url(images/bg-term.gif) bottom repeat-x;
    height:30px;
    padding-top:9px;
    font-size: 1.2em;
}
.offer-new .ongoing strong {
  font-size: 1.3em;
}
.offer-space, .offer-space2 {
  float: left;
  width: 1px;
  background: url(images/bg-offer-space.gif) bottom repeat-x;
  height: 56px;
}
.offer-space2 {
    height: 73px;
}
.rate2 {
    color: #704b24;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 100%;
    margin: 0px auto;
}
.rate2 sup {
    font-size: 0.6em;
}
.rate-comment {
    font-size:1.1em;
}
div.blueblock {
  background:transparent url('images/bg-blue.gif') no-repeat scroll 0 0;
  height:18px;
  margin:0 0 7px 6px;
  padding:10px 0 10px 40px;
  text-align: center;
}
div.blueblock a {
  font-size:1.2em;
  font-weight:bold;
  color: black;
}
.offer-new ul {
  line-height:140%;
}
.purchase-boa {
  color:#767373;
  float:left;
  font-size:0.8em;
  text-align:center;
  width:120px;
}
.term-boa {
  color:#1D181C;
  font-size:1.2em;
  font-weight:bold;
  line-height:110%;
}
h4.boa2 {
  font-size: 1.2em;
  line-height: 100%;
  padding: 3px 0 !important;
  height: 25px;
}
div.rewardinfo .term {
  line-height: 110%;
}
div.offer .rate {
  line-height: 100% !important;
}
div.phone {
    line-height: 14px;
    position: absolute;
    right: 12px;
    text-align: right;
    top: 94px;
    width: 100px;
}
div.phone div.phone-in1 {
    background: url("../../images/phone.gif") no-repeat scroll right top transparent;
    color: #005399;
    font: 12px/13px Arial;
    padding-right: 18px;
}
div.phone div.phone-in2 {
    color: #767373;
    font: bold 12px/16px Arial;
}
div.phone2 {
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: right;
    top: 49px;
    width: 100px;
}
div.phone2 div.phone-in1 {
    background: url("../../images/phone.gif") no-repeat scroll right top transparent;
    color: #005399;
    font: 12px/13px Arial;
    padding-right: 18px;
}
div.phone2 div.phone-in2 {
    color: #767373;
    font: bold 12px/12px Arial;
}
.relative {
    position: relative;
}



div.product {
  margin-bottom: 10px;
}
div.prod-name {
  background: url("images/bg-offer-last.png") no-repeat scroll -5px 0 transparent;
  padding: 8px 15px;
}
div.prod-name h4 {
  padding: 0px !important;
  margin: 0px !important;
}
div.prod-name h4 a {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}
div.prod-name h4 a:hover {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: underline;
}
div.prod-middle {
  background: url("images/bg-offer-last.png") no-repeat scroll -5px -62px transparent;
  padding: 8px;
}
div.prod-card {
  float: left;
  margin-top: 30px;
  width: 100px;
}
div.prod-descr {
    float: left;
    width: 320px;
}
div.prod-descr ul {
  margin-left: 15px;
}
div.prod-descr ul li {
  margin: 2px 0;
  line-height: 125%;
  font-size: 11px;
}
div.prod-apply {
    float: right;
    margin-top: 20px;
    position: relative;
    text-align: right;
    width: 85px;
}
div.prod-attrs {
  background: url("images/bg-offer-last.png") no-repeat scroll -5px bottom transparent;
  padding: 8px 0 14px 3px;
}
div.prod-attr-cc,
div.prod-attr-pc {
    float: left;
    width: 133px;
    border-right: 1px solid #FFFFFF;
}
div.prod-attr-pc {
    width: 90px;
}
div.prod-attr-cc strong,
div.prod-attr-pc strong {
    background-color: #E5E5E5;
    color: #4092B0;
    display: block;
    font-size: 11px;
    line-height: 125%;
    text-align: center;
    width: 100%;
    padding: 4px 0;
}
div.prod-attr-cc .term,
div.prod-attr-pc .term {
    background-color: #F6F6F6;
    font-size: 10px;
    min-height: 37px;
    padding: 4px 5px;
    text-align: center;
    line-height: 125%;
}
div.prod-attr-pc .term {
    min-height: 24px;
}
div.prod-attr-cc.col1 {
  width: 165px;
}
div.prod-attr-cc.col4 {
  width: 101px;
}
div.prod-attr-pc.col1 {
  width: 131px;
}
div.prod-attr-pc.col2 {
  width: 130px;
}
