@charset "utf-8";
@import url('home.css');
@import url('buttons.css');
@import url('global.css');

/* Yahoo CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* CSS */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#f0f0f0 url(images/bg.gif) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #444;
	line-height:1.45;
}
#wrapper { 
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position:relative;
}


#top {
	background:#f9f9f9 url(images/top-bg.gif) repeat-x bottom;
	height: 26px;
	border: solid 1px #dddddd;
	border-top: none;
	line-height: 26px;
	text-align: right;
	font-size:11px;
	color:#999;
	padding: 0 10px;
}
	#top a {
	color: #019dbe;
	}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#top ul{
margin: 0;
padding: 0;

}

#top  ul li{
	display: inline;
	margin-left: 7px;
	border-left: solid 1px #d6d6d6;
	padding-left: 7px;
}
#top ul li.keyword  {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: bold;
}


#header {
	height: 110px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
} 
	#header h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
#header h3.logo a {
	width: 453px;
	height: 52px;
	background:url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	position:absolute;
	left: -45px;
	top: 29px;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	border: solid 1px #e0e0e0;
}		
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 19px;
	border-left: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	background:#fbfcfc url(images/sidebar-bg.gif) repeat-y left;
}
#sidebar a {
	color:#666;
	text-decoration:none;
}
#content {
	float:left;
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 580px;
}
.contentfull {
	width:920px !important;
}
#content p {
	margin-bottom:0.7em;
}
#content a {
	color:#0082AC;
}
#content a:hover {
	text-decoration:none;
}
#content h1 {
	font-size: 28px;
	letter-spacing:-0.04em;
	font-weight:bold;
	color:#004f6b;
	margin-bottom:4px;
}
#content h2 {
	font-size: 24px;
	letter-spacing:-0.03em;
	margin-bottom:4px;
	font-weight:bold;
}
#content h3 {
	color:#0084C6;
	font-size:18px;
	letter-spacing:-0.005em;
	margin-bottom: 4px;
}
#content h4 {
	color:#0084C6;
	font-size:18px;
	letter-spacing:-0.005em;
	font-weight:bold;
}

#impinfo {
	border:solid 1px #e0e0e0;
	border-top-width: 4px;
	padding: 15px 19px 19px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fbfcfc;
	color: #999;
} 
.btmadvert {
	margin:15px auto 10px;
	border:solid 1px #e0e0e0;
	padding:2px;
	background-color:#FFF;
	width:728px;
}
#impinfo h6 {
	font-size: 15px;
	font-weight: bold;
}

#links { 
	padding: 20px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#links .sitelinks {
	font-size:12px;
	margin: 0;
	padding: 0 20px 0 19px;
	width: 200px;
	float:left;
	border-left: solid 1px #e0e0e0;
	list-style: none;
	text-align: left;
}
#links .sitelinkslft {
	border-left:none;
	border-right: solid 1px #e0e0e0;
	text-align: right;
}
#links .sitelinks li {
	padding: 0 0 4px 0; /* Vertical (top/bottom) padding for each menu link */
	color: #999;
	clear:right;
}

#links .sitelinks li a{
	color: #999;
	text-decoration: none;
}
#links .sitelinks h5 {
	font-weight:bold;
}
#links .sitelinks h5.margintop {
	margin-top:8px;
}
#links .sitelinks li a:hover{
	color: #108bcd;
}








#footer {
	padding: 15px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #999;
} 


#footer #copyright{
	width:680px;
	margin-right:280px;
} 
#copyright p {
	margin-bottom: 8px;
}

#footer #logo {
	float:right;
}










#nav {
	width: 958px;
	overflow: hidden;
	border: 1px solid #019fc0;
	border-bottom: none;
	background: #017faa url(images/nav-bg.gif) repeat-x top;
}

#nav ul{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav li a {
	line-height:37px;
	float: left;
	display: block;
	margin: 0;
	padding: 0 13px; /*padding inside each tab*/
	color: white;
	background: url(images/nav-space.gif) repeat-y right;
}

#nav li a:visited, #nav li a {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

#nav li a:hover {
	/*background: #beeb5a url(images/nav-space.gif) repeat-y right; background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	background: #015c7e url(images/nav-over.gif) repeat-x top;
}

#nav li.special a:hover, .sitelinks li.special a:hover {
	background:#a5dd3c url(images/special-over.gif) repeat-x top;
	border:#75c412 solid 1px;
	
}
#nav li.special a, .sitelinks li.special a{
	line-height:30px;
	float: right;
	display: block;
	margin: 2px;
	padding: 0 19px; /*padding inside each tab*/
	color: white;
	background:#7ac600 url(images/special-bg.gif) repeat-x top;
	border:solid 1px #75c412;
}
#links .sitelinks li.special a {
float: right;
display: block;
color: white;
text-decoration:none;
font-weight:bold;
margin:0 0 20px 0;
}

#breadcrumb {
	background:#fff url(images/breadcrumb.gif) repeat-x bottom;
	border: solid 1px #ddd;
	border-top: solid 3px #ddd;
	font-size:11px;
	color:#7a7a7a;
	line-height:27px;
	padding: 0 18px;
	margin:4px 0;
}
#breadcrumb a {
	color:#7a7a7a;
	text-decoration:none;
}














#sidebar h2 {
	font-size: 21px;
	font-weight: bold;
	color: #444;
}

#piadvert {
	padding:10px;
	border-top:1px solid #e0e0e0;
	background-color:#fbfcfc;
	text-align:center;
}
#piadvert .advert {
	width:970px;
	margin:0 auto;
}





/* Table */
a.cardtwo {
	display:block;
	height:60px;
	width:190px;
}
.comparisontable {
	border-collapse:collapse;
	font-size:16px;
	padding:0;
	width:100%;
}
.comparisontable .col-main {
	text-align:left;
	font-weight: bold;
	font-size:12px;
	line-height: 16px;
}
.col-main a {
	color: #004f6b;
	text-decoration: none;
}
.comparisontable th {
	background:#017faa url(images/nav-bg.gif) repeat-x;
	border: 1px solid #019FC0;
	border-right: 1px solid #007ea0;
	color:#FFF;
	padding:8px 4px;
	font-weight:bold;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
	
}

.comparisontable td {
	background: transparent url(images/table-bg.gif) repeat-x bottom;
	border-bottom:solid 1px #e0e0e0;
	padding:15px 5px;
	text-align: center;
}
.comparisontable td.highlight {
	font-size:11px;
	line-height:11px;
}
.comparisontable tr.message td {
	background: #f0f0f0;
	border: solid 1px #e0e0e0;
	color:#666;
	font-size:11px;
	line-height:11px;
	padding:4px;
}
.comparisontable th a:link {
	color:#FFF;
	text-decoration:none;
}
.comparisontable th.no-border {
	background:none;
	border:none;
}
.comparisontable th.header {
	color:#0082ac;
	text-align:left;
	font-weight:bold;
	font-size: 13px;
	border-bottom:solid 1px #e0e0e0;
}

.col-interestrate {
	font-size:18px;
	color:#69bf00;
	font-weight:bold;
	background: none #f5fdde !important;
	background-image:none;
}
.col-bt .h {
	font-size:16px;
	color:#f47000;
	line-height: 16px;
}
.col-bt .sml {
	font-size:11px;
	color:#444;
}



.even {
	background-color:#f7f7f7;
}
.selected {
	background-color:#f9f9f9;
}
.small {
	font-size:11px;
	color:#999;
}
.grey {
	font-size:12px;
	color:#999;
	font-weight:normal;
}

/* Card Detail Table */
.comparisontable td.oneline {
	padding:0 5px;
	text-align: right;
	font-size:12px;
	line-height:28px;
}
.comparisontable td.oneline p {
	margin:0;
}
.comparisontable td.oneline .title-main {
	float:left;
	font-size:13px;
	color:#0189b1;
	font-weight:bold;
	margin:0 !important;
}
.comparisontable td.oneline .bold-rate {
	font-size:16px;
	font-weight:bold;
}

.comparisontable tr.detail-header th {
	margin:0;
	background:none;
	border: none;
	border-bottom:solid 1px #e0e0e0;
	color:#0082ac;
	font-size:11px;
	font-weight:bold;
	line-height:1.2;
	padding:8px 4px;
	text-align:center;
}









/* Begin Categories List */

#comparelist {
	font-size:13px;
	padding:0px;
	float: right;
	margin: 28px 0 0;
	height:60px;

}
#comparelist p {
	color: #bfbfbf;
	font-weight:bold;
	
}


#comparelist .menu .click {
margin-right:10px;
border:solid 1px #e0e0e0;
color:#999;
text-decoration:none;
height:28px;
line-height:28px;
display:block;
float:left;
padding:0 28px 0 10px; /* space for image*/
background: #fff url(images/drop-arrow.gif)  right no-repeat;
width:195px;
cursor:pointer;
}

#comparelist ul .submenu {
	border: solid 1px #beeb5a;
background: url(images/drop-bg.png) top left repeat;
position:relative;
width:232px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#comparelist ul .submenu li {
	color:#666;
	background:none;
	display:block;
	float:none;
	margin:0 6px;
	padding:6px 11px;
	border:0;
	height:auto;
	line-height:normal;
	border-top:solid 1px #beeb5a;
}

#comparelist .submenu li a {
	color:#666;
	line-height:normal;
	text-decoration:none;
}

#comparelist .submenu li a:hover {
	color:#333;
}
/* End Categories List */
#sidebar h3 {
	font-size: 16px;
	color: #0082ac;
	font-weight: bold;
	line-height:20px;
	margin-bottom:5px;
}


/* Card Info Page */
#content h1.details {
	margin:0 0 12px;
}
#content h1.details a{
	text-decoration:none;
	color:#004f6b;
	font-size:28px;
	
	line-height:32px;
}
#cardinfo {
	width:360px;
	display:block;
}
.cardside {
	float:right;
	width:199px;
	margin-left:20px;
}
.cardside .providerlink  {
	font-size:11px;
	margin-bottom:10px;
	text-align:center;
}
#content .cardside .providerlink a {
	color:#666;
}
.cardside .secure {
	font-size:11px;
	margin:10px 0;
	color:#999;
}
#cardinfo .details {
	margin-bottom:15px;
}
#cardinfo .btn {
	margin:0 10px 10px 0;
}

#cardinfo .details ul{
	list-style:disc;
	margin-left:24px;
}
#cardinfo .details .texttop{
	padding:10px;
	border:solid 1px #f0f0f0;
	background-color:#fbfcfc;
	margin:10px 0;
}

a.card-apply {
	width:199px;
	height:35px;
	background:url(images/card-apply.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
	margin-bottom:7px;
}
a.card-apply:hover {
	background:url(images/card-apply.gif) no-repeat bottom;
}
a.info-apply {
	width:199px;
	height:35px;
	background:url(images/info-apply.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}
a.info-apply:hover {
	background:url(images/info-apply.gif) no-repeat bottom;
}

.recommend {
	background-color:#FBFCFC;
	border:1px solid #F0F0F0;
	margin:15px 0;
	padding:10px;
	font-size:10px;
	color:#777;
}



/* Card Tables */

#content h4.carddetail {
	color:#555;
	font-size: 13px;
	letter-spacing:normal;
	padding-left:10px;
}
	

table.carddetail {
	border-top:1px solid #e0e0e0;
	width:100%;
	margin:6px 0 15px;
	color:#666;
}
table.carddetail tr th, table.carddetail tr td {
	vertical-align:top;
	text-align:left;
	line-height:1.1ems;
	padding:2px 10px;
	border-bottom:1px solid #f5f5f5;
}
table.carddetail tr th {
	font-weight:bold;
}
table.carddetail tr td {
	width:300px;
}
table.carddetail tr.odd th, table.carddetail tr.odd td {
	background:#f7f7f7 none repeat scroll 0 0;
}
.terms { 
	font-size:10px;
	color:#999;
	line-height:1.2ems;
}





/* 4.3 WooTabs */
.tabs {	 
	height:auto; 
	display: block; 
	margin:10px 0 30px 0;
}

.tabs ul.wooTabs { 
	margin:0 0 5px;
	background:#fbfbfc url(images/tab-bg.gif) bottom repeat-x;
	border-bottom:#e0e0e0 solid 1px;
	height:27px;
}
.tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
.tabs ul.wooTabs li a.selected, .tabs ul.wooTabs li a:hover { 
	background:#f0f0f0 url(images/tab-selected.gif) bottom repeat-x; 
	text-decoration:none;

}
.tabs ul.wooTabs li a {	
	color:#666; 
	display: block;
	float: left;
	padding: 0 8px; 
	line-height:27px;
	font-weight:bold;
}


.tabs .inside li { padding:5px 0; }
.tabs .inside li a { color:#777;}
.tabs .inside a:hover{}
.tabs .inside li span.meta { display:block; font-size:10px; text-transform:uppercase; color:#777; }
.tabs .inside li .thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }


/* Sidebar News */
.sidefeat .thumbnail {
	border: 1px solid #ddd; 
	padding: 2px;	
	background-color: #ffffff; 
	float: right;	
	margin: 0 0 0 8px; 
}
.sidefeat h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
#sidebar .sidefeat h4 a {
	color:#0082ac;
}








/* BUTTONS */
.marginmid {
	margin:0 auto;
}
a.sml-apply {
	width:64px;
	height:35px;
	background:url(images/apply-sml.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}
a.sml-apply:hover {
	background:url(images/apply-sml.gif) no-repeat bottom;
}
a.sml-info {
	width:64px;
	height:23px;
	background:url(images/moreinfo-sml.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}
a.sml-info:hover {
	background:url(images/moreinfo-sml.gif) no-repeat bottom;

}
.margin3px {
	margin-bottom:3px;
}



/* Providers Page */

.cards {
	display:block;
	float:left;
	margin:5px 20px 8px 10px;
	width:115px;
	height:125px;
}
.cards img, .providerimg {
	padding:10px;
	border:solid 1px #eee;
	background:url("images/table-bg.gif") repeat-x scroll center bottom transparent;
}
.providerimg {
	float: left;
	margin: 0 15px 5px 0;
}
.providerinfo {
	width: 448px;
	float:left;
}
