/*-----------------------------------------------------------------------------
Capital One Credit Cards Print Style Sheet
version:   1.0
author:    Drew Liverman
e-mail:    drew.liverman@capitalone.com
-----------------------------------------------------------------------------*/

/* = hide when printing 
-----------------------------------------------------------------------------*/

ul#nav-primary,
#search,
#nav-global,
#nav-breadcrumb,
#nav-lob,
#utility-links,
#zipcode-overlay-content,
.compare,
img.credit_level,
.results-help a.linkSelectCreditLevel,
a.results-help,
.skip-link,
caption,
#browse-all tfoot,
td.col1 img {
	display: none;
}

/* = universal & type selectors
-----------------------------------------------------------------------------*/

* {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

ul li {
	margin-left: 1em;
	padding-left: 0;
	background-image: none;
}

h1, 
h2 {
	height: 1em;
	line-height: 90%;
	margin: 0;
	display: block;
	clear: both;
	padding: 6pt 0;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 13pt;
}

a,
a:link,
a:visited,
a img,
a:link img,
a:visited img {
	border: none;
	text-decoration: underline;
}

h3 a, 
h3 a:link, 
h3 a:visited {
	border: none;
	text-decoration: underline;
}

/* = browse all table styles 
-----------------------------------------------------------------------------*/

#browse-all {
	float: none;
	height: 100%;
	width: 100%;
	overflow: visible;
}

#browse-all thead,
#browse-all tbody {
	display: table-header-group; 
}

#browse-all tr td {
	background-color: #ffffff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: none;
	border-right: none;
	page-break-inside: avoid !important;
}

#browse-all thead tr th, 
#browse-all thead tr th abbr {
	background-color: #606060;
	background-image: none;
	color: #ffffff;
}

#browse-all tr td h3 {
	color: #000000;
	font-size: 1.1em;	
}

#browse-all tr td ul {
	margin: 0;
	padding: 0;	
}

#browse-all .credit_level_0,
#browse-all .credit_level_1,
#browse-all .credit_level_2,
#browse-all .credit_level_3 {
	background-image: none;
	position: relative;
	line-height: 3em;
	margin-left: 1em;
	margin-top: 0;
	padding: 15px 0 0 0;
}

#browse-all .col1 {
	width: 36%;	
}

#browse-all .col1 img {
	border: none;	
}

#browse-all .col5 {
	border-left: none;
	border-right: none;
	width: 20%;
}

#browse-all .details-link {
	position: relative;
	padding: 10px 0 0 10px;
	margin: 1.2em 0;
}

#browse-all .apply-img {
	border: none;
	margin: 10px 0;
	padding: 0 0 0 10px;
}

/* = standard print stylesheet overrides
-----------------------------------------------------------------------------*/

div#page-body {
	overflow: visible;
}

#compareAllWrapper {
	margin-top: 0;
	clear: both;
}

#header {
	height: 10px;
}

#header {
	background-image: none;
	border-bottom: 1px solid #003a6f;
	margin: 0;
	padding: 0;
}

#header div.cap-one-logo-sprite {
	border: none;
	height: 70px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 145px;
	clear: both;
}

#header img.logo-cap-one-default {
	border: none;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	top: 0;
	clear: both;
}

#footer h6 {
	font-size: 85%;
}

#footer {
	font-size: 85%;	
}

#footer ul {
	list-style-type: none;
	padding-left: 0 !important;
	margin-left: 0;
}

#footer ul li {
	margin-left: 0;
	padding-left: 0;	
}

#footer ul.column a, 
#footer .column a:link,
#footer .column a:visited {
	color: #00f;
}

#footer-img,
#logo-fdic {
	width: 50%;
	height: 50%;
}

#footer .grid-2, 
#footer .grid-3 {
	float: left;
	display: inline;
	margin-left: 0;
	width: 12%;
}

#footer .grid-7 {
	float: left;
	display: inline;
	width: 40%;
}
#browse-all h3 a, #browse-all h3 a:link, #browse-all h3 a:visited {
 	background-color: transparent;
}


