@charset "utf-8";
/*	
	Editorial CSS
	
	Note: All CSS should be prefaced with ".articletable". E.G.:
	
	.articletable ul {
		list-style-type: disc;
	}
*/
.wp_article {
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

table.editorial, .editorial table {
	margin-right: 25px;
	margin-left: 10px;
	line-height: 13px;
	padding: 0px;
	border-collapse: collapse;
}

.layout_table table.editorial td, .editorial td {
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	font-size: 11px;
	vertical-align: top;
	border: 1px solid #000066;
    margin: 0px;
}
table.editorial th, .editorial th {
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000066;
}

table.editorial th a, .editorial th a {
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

table.editorial td li, .editorial td li {
font-size: 11px;
margin-left: -8px;
padding-left: -8px;
}

table.editorial th p, .editorial th p {
font-size: 11px;
font-weight: bold;
color: #ffffff;
}

table.editorial td p, .editorial td p {
font-size: 11px;
padding-left: 7px;
}

.wp_article p {
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}
.wp_article ul {  
	top: 0px;  
	margin-top: 12px; 
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wp_article li {
	top: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	line-height: 17px;
	list-style-type: disc;
	list-style-image: none;
	padding-left: -15px;
}
.wp_article ol li {
	list-style-type: decimal;
}
.wp_article img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wp_article h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
}
.wp_article h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000066; 
	margin: 0;
	padding: 0;
}
.articletable {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.quoteleft {
	width: 250px;
	margin: 10px;
	font-weight: bold;
	background-position:left top;
	padding-left:30px;
	padding-top: 15px;
	background-image: url(http://www.creditcards.com/credit-card-news/images/quote.gif);
	background-repeat: no-repeat;
	float: left;
}

.quoteleft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 16px;
	line-height: 20px;
	background-position:right bottom;
	padding-right:20px;
	background-image: url(http://www.creditcards.com/credit-card-news/images/unquote.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.quoteleft p:first-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 24px;
}
.quoteright {
	width: 250px;
	margin: 10px;
	font-weight: bold;
	background-position:left top;
	padding-left:30px;
	padding-top: 15px;
	background-image: url(http://www.creditcards.com/credit-card-news/images/quote.gif);
	background-repeat: no-repeat;
	float: right;
}

.quoteright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 16px;
	line-height: 20px;
	background-position:right bottom;
	padding-right:20px;
	background-image: url(http://www.creditcards.com/credit-card-news/images/unquote.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.quoteright p:first-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 24px;
}
a.video {
	color: #000066;
	text-decoration: none;
	background-image: url(http://www.creditcards.com/credit-card-news/images/icon-video.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 18px;
}
a.audio {
	color: #000066;
	text-decoration: none;
	background-image: url(http://www.creditcards.com/credit-card-news/images/icon-audio.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 18px;
}
a.slideshow {
	color: #000066;
	text-decoration: none;
	background-image: url(http://www.creditcards.com/credit-card-news/images/icon-slideshow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 18px;
}
a:hover.video, a:hover.audio, a:hover.slideshow {
    text-decoration: underline;
}
.emailPrint{
	padding: 0px 0px 0px 20px;
}
.relatedtermlist {
	font-size: 12px;
}
.relatedtermlisthead {
	font-weight: bold;
	margin-right: 7px;
}
.term {
        font-size: 12px;
}
.question_number_prefix { 
        font-weight: bold; 
}