/* Theme 4 CSS 1 */
*
{
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border:0px; /* to remove image border by default*/
}
body
{
	/*positioning of the site on the page.*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	
	background-image: url(images/background.gif);
}



/*-- Begin Footer --*/
#footer
{
	text-align: center;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 100%;
	/*float: left;*/
	
	left: 0px;
	/*position: relative;*/
	
	background-color: #000000;
}

#footerSiteName
{
	text-align: center;
	height: 18px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer a
{
	/* color of the link when it is clicked */
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#footer a:hover
{
	/* color of the link when the mouse is over it */
	color: #475779;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
/*-- End Footer --*/

/*-- Begin common for all pages --*/
a.name
{
	/* Links style for Top Offer Headers */
	color: #000000;	
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.name:hover
{
	/* Hover style for Top Offer Headers */
	color: #FF0000;	
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#h1
{
	/* modified h1 for seo above footer */
	color: #51669b;	
	font-size: 10px;
	font-style: normal;
	font-weight: 100;	
	display: block;	
	
	/*move the h1 to bottom of the page*/
	margin: 0px 202px 0px 0px;
	padding:0px 0px 10px 30px;
	width:541px;
	clear:both;
	 background-color:White;
}
.cardArtSM a.button:link, .cardArtSM a.button:visited
{
	display: block;
	background-image: url(images/apply-now_SM.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 110px;

	padding:5px 5px 5px 5px ;
}
.cardArtSM a.button:hover /*, a.button:active*/
{	
	background-image: url(images/apply-now_SM.gif);
	background-repeat: no-repeat;
}
h1
{
	/* modified h1 for seo above footer */
	color: #51669b;	
	font-size: 10px;
	font-style: normal;
	font-weight: 100; /* height: px; */
}
.text
{
	color: #000000;
	font-size: 8pt;
}
a.text
{
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
a.text:hover
{
	color: #FF0000;
	font-size: 8pt;
}
a.button:link, a.button:visited
{
	display: block;
	background-image: url(images/apply-now_SM.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 158px;
}

/*-- End common for all pages --*/

/*------ Skeleton ------*/
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/* background-color: #499933; */
	
	overflow: auto; /* to make background color correct in FireFox*/
	background: url(images/content-bk.gif) right;
	background-repeat:repeat-y;
	background-color: #FFFFFF;
		
	border-left:1px solid #777;
	border-right:1px solid #777;
}

/*-- Beign Header --*/
#site-name-or-logo
{
	background: url(images/header-back.gif) ;
	min-height: 100px;
	
	padding:0px;
}

#site-name-or-logo h1 a
{
	/* for use if there is no logo */
	display:block;
	
	color: #ffffff;
	height: 100px;
	line-height: 80px;
	vertical-align:middle;
	font-size: 28px;	
	padding-left:10px;
	text-decoration:none;
}
/*-- End Header --*/

#content
{
	margin: 0px 0px 0px 0px;
	width: 568px;
	float: left;
	left: 0px;
	position: relative; /*background:url("images/detail-bottom-back.gif") left bottom;test for bottom image*/ /*background-repeat: repeat-x; test for bottom image*/
	background-color: #FFFFFF;
	padding: 0px 0px 20px 0px;
}

/*-- Beign Site Nav --*/
#siteNav
{
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 212px;
	float: right;
	padding: 20px 0px 0px 0px;
	border: 0;
	border-style: solid;

}
#siteNav .SubMenu
{
	border: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #ffffff;
	width: 212px;
	/*overflow: auto;to remove the scrollbar in IE 7 and firefox*/
}
#siteNav .parCat
{
	background: url(images/header.jpg) left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px 10px 0px 13px;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 21px 0px 0px 5px;
	text-align: left;
}

#siteNav .Row /* Child Category Row for Site Nav */
{
	height: 18px;
	margin: 0px 10px 0px 13px;
	background-color: #ffffff;
	padding: 0px 0px 0px 5px;
}

#siteNav .RowBot
{
	height: 18px;
	margin: 0px 10px 0px 13px;
	background-color: #ffffff;
	padding: 0px 0px 0px 5px;
}
/*
#siteNav .SubMenu ul
{	 
	 display:block;
}

#siteNav .SubMenu li
{
	 list-style:none;
	 display:block;
	 
	 height: 22px;	 
}
*/

#siteNav .Row a:link, #siteNav .RowBot a:link
{
	/* color of the link when it is clicked */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#siteNav .Row a:visited, #siteNav .RowBot a:visited
{
	/* color of the link after it has been clicked */
	color: #000000;	
	font-size: 11px;
	text-decoration: none;
}

#siteNav .Row a:hover, #siteNav .RowBot a:hover
{
	/* color of the link when the mouse is over it */
	color: #FF0000;	
	font-size: 11px;
	text-decoration: none;
}
/*-- End Site Nav --*/
/*------ Skeleton ------*/


/*-- Begin Index Page Content --*/
#siteIntro
{
	color: #000000;

	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #f6f4ed;
		
	margin: 20px 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	
	width:545px;
}
#siteIntro h2
{
	display:none;
}
#mainPageImage0, #mainPageImage
{
		margin: 15px 0px 0px 10px;
}

.seperator
{
	margin: 15px 40px 5px 25px;
	height: 1px;
	background-color: #aaaaaa;
}
#topOffers
{
	display: block;
	margin: 20px 20px 0px 25px;
	width: 550px;
}

#topOffers h2, #topOffers h3,#topOffers .cardArtSM, #topOffers .button, #topOffers .rateDiv, #topOffers .clickHere
{
	display:none;
	
}
.topOfferCell
{
	width: 240px;
	top: 5px;
	display: inline;
	float: left;
	padding: 5px 5px 5px 10px;
	line-height:14px;
}
.topOfferCell h4 a.name
{
	display:block;
}
.topOfferCell span.text
{
	display:block;
}
.topOfferCell ul
{
	list-style-type:disc ;
	list-style-position:outside;
	padding-top:3px; 
	padding-left:20px; 
}
#topOffer5, #topOffer6
{
	display:none;
}
#featureCard
{
	display: inline;
	float: left;
	width: 530px;
	
	margin: 20px 0px 0px 25px;
	padding: 5px 0px 5px 10px;
}
#featureCard h2,#featureCard .cardArtSM,  #featureCard .button
{
	display:none;
}
#featureCard ul
{
	list-style-type:disc ;
	list-style-position:outside;
	padding-left:20px; 
}

#featureArticle
{
	display: inline;
	float: left;	
	width: 530px;
	
	margin: 20px 0px 0px 25px;
	padding: 5px 0px 5px 10px;
}
#featureArticle h2
{
	display:none;
}
#featureArticle h3
{
	line-height:16px;	
	padding-bottom:5px;
}
#featureArticle a.button
{
	display:none;
}
#featureArticle .text, #CatDir .text, #IssuerDir .text, #BrandDir .text
{
	line-height:14px;
	display:block;
}


#CatDir
{
	margin: 20px 20px 0px 25px;
	width: 540px;
	float: none;
	display: block; /*	background-color: #999999; */
	overflow: auto;
	
	background-color: #FFFFFF;
		clear:both;/*To avoid catDir shift to right even out of the content in Firefox*/
}
#CatDir h2
{
	display:none;
}
#CatDir h3
{
	line-height:16px;
}

#CatDir a.button
{
	display:none;
}
.catDirRow, .catDirRowTop, .catDirRowBtm
{
	
	list-style:none;
	height:100%;

	margin:0px;
	padding:0px;

	
	
 display:block;
 clear:both;
}

.CatDirCellLeft, .CatDirCellRight
{
	width: 255px; /*top: 5px;	*/
	display: block;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 1px 1px 0px;
	padding: 2px 0px 5px 10px;
	height: 100%;
}

/* .CatDirCell
{
	margin:15px 0px 0px 0px;
	clear:both;
	float:none;
	display: block;
	width: 250px;
}
*/

#IssuerDir, #BrandDir
{
	margin: 20px 20px 0px 25px;
	width: 540px;
	float: none;
	display: block; /*	background-color: #999999; */
/*	overflow: auto;*/
	clear:both;
	
	background-color: #FFFFFF;
}
#IssuerDir h2, #BrandDir h2
{
	display:none;
}

#IssuerDir li, #BrandDir li
{
	width: 525px; 
	padding: 5px 0px 5px 10px;
	
	list-style:none;
	display:block;	 
}
#IssuerDir img, #IssuerDir .button, #BrandDir img, #BrandDir .button
{
	display:none;
}


/*-- End Index Page Content --*/



/*-- Begin OfferDetail Page Content --*/
.contentTitle
{
	display: block;
	margin: 20px 50px 5px 25px;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff; /*background-image:url(images/menu-header-back.gif);*/
	height: 20px;
	border: 0px;
}
.intro
{
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #f6f4ed;
	margin: 20px 25px 5px 25px;
	padding: 10px 10px 10px 10px;	
}

a.offerdetailsheader
{
	/* Links style for Top Offer Headers */
	color: #0000ff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-color: #FFFFFF;
	background-image: none;
	border: 0px;
}

a.offerdetailsheader:hover
{
	/* Hover style for Top Offer Headers */
	color: #ff0000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-color: #FFFFFF;
	background-image: none;
	border: 0px;
}


#offerCreative
{
	margin: 5px 0px 5px 25px;
	width: 200px;
	float: left;
	clear: both;
	display: inline; /*border:1px; 	border-color:red; 	border-style: solid;*/
}

#offerCreative h3 span
{
	/* Links style for Top Offer Headers */
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

#offerCreative  .cardArtSM
{
	margin: 10px 10px 5px 25px;
	width:120px;
}
#OfferText
{
	margin: 30px 80px 5px 15px;
	color: #000000;
	font-size: 8pt;		
	
	padding-left:20px;	
	width:185px;
}
.cardArtLG
{
	display:none;
}
#RateFeeDivH2,#IntroRatePeriod1, #IntroPeriod, #IntroRate, #Issuer
{
	display:none;
}
#IntroRatePeriod, #GoTo, #Fees
{
	width: 258px;
	height: 150px;
	margin: 30px 25px 0px 0px;
	/*clear: both;*/ /* Firefox will display the block under #OfferText if not Removed*/
	background-color: #f6f4ed;
	padding: 0px 0px 0px 3px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
	float: right;
	display: inline;
	position: relative;
}

.rateTitle
{
	display: block;
	padding-top: 4px;
	font-size: 8pt;
	font-weight: bold;
}

#IntroRatePeriod ul , #GoTo ul, #Fees ul
{
	list-style:none;
}
.rateRow
{
}

.lblRateFee
{
	min-width: 199px;
	display: inline;
	color: #000000;
	font-size: 8pt;
	line-height: 30px;
	padding-top: 2px;
}
.dataRateFee
{
	min-width: 56px;
	display: inline;
	color: #000000;
	font-size: 8pt;
	padding-top: 6px;
	position: absolute;
	right: 0px;
}


#GoTo
{
	border-top: 0px;
	margin: 0px 25px 0px 0px;
}
#Fees
{
	border-top: 0px;
	border-bottom: 1px solid #000000;/*FireFox won't display the border if only declare 1px.*/
	margin: 0px 25px 10px 0px;
	height: 175px;
}


.btmDescription, .aprDes
{
	clear: both;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #f6f4ed;
	margin: 20px 25px 5px 25px;
	padding: 10px 10px 10px 10px;
}

#PerksTitle, #Perks
{
	display:none;
}

#offerDesBotH2 
{
	display:block;
	margin: 5px 25px 0px 25px;
	height: 1px;
	background-color: #aaaaaa;
	clear:both;
	}
#offerDesBotH2  span
{
	display:none;	
}	
	
#offerDesBot
{
	display:block;
	margin-top:10px;
}

/*-- End OfferDetail Page Content --*/


/*-- Begin Offer Category --*/
#offerCatDesSep
{
	background-color: White;
}

.offerBlock
{
	border: 0px;
	border-top: 1px solid #999;
	width: 472px;
	margin: 0px 0px 0px 35px;
	display: block;
	padding: 5px 0px 0px 0px;
}
.offerBlock .seperator
{
	display:none;
}
.offerBlock h3 
{
	padding-top:5px;
	line-height:12px;
}
.offerBlock h3 a
{
	/* Links style for Top Offer Headers */
	color: #333300;
	
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.offerBlock h3 a:hover
{
	/* Hover style for Top Offer Headers */
	color: #ff0000;
}



.offerBlock .cardArtSM
{
	width: 130px;
	margin: 10px 10px 5px 10px;
	display: block;
	float: left;
	clear: both;
	
}

.offerBlock .offerText
{
	font-size: 8pt;
	line-height: 20px;	
		margin: 10px 0px 10px 0px;
	display:block;
	 padding-left:20px;
	float:left;
	width:300px;
}
.offerBlock .offerText ul
{
	list-style-position: outside;	 	
	list-style-type:disc;
}

.offerBlock .cardArtLG, .offerBlock .offerRating
{
	display:none;
}


/* begin rate table */
.offerBlock .rateDiv
{
	height:auto;
	clear: both;
}
.offerBlock .rateTable
{	
	height: 40px;
	font-size: 9pt;
	margin: 5px 0px 5px 50px;
	
	width:420px;	
	border-collapse: collapse;	/* cellspacing="0" cellpadding="0" */ 
}
.offerBlock .rateTable .colBalanceTrans
{
	display:none;
}
.offerBlock .rateLbl td
{
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
    text-align:center;
    background-color:#499933;            
    border-right: solid 1px #FFFFFF;
	margin: 0px 0px 1px 0px;	
	padding: 0px 5px 0px 5px;
}
.offerBlock .rateData td
{
	text-align: center;
	
	background-color: white;
	border-bottom: 1px solid #499933;
	border-right: 1px solid #499933;
}
/* width */
.offerBlock .rateData td
{
	width:20%;
}
.offerBlock .rateData td.colIntroAPR 
{
	width:17%;
}
.offerBlock  .rateData td.colCreditNeeded 
{
	width:23%;
}

.offerBlock .rateLbl td.colCreditNeeded 
{
	border-right: 1px solid #499933;
}
 td.colIntroAPR
{
	border-left: 1px solid #499933;
}
/* end rate table */

.btmDescriptionTitle, .btmDescription, #aprDesOfferCat
{
	display:none;
}

/*-- End Offer Category Page Content --*/


/*-- Begin Pagination --*/
.pagesDiv
{
	text-align: center;
	margin: 30px 20px 0px 0px;
}
.pagesDiv ul
{
	margin: 0;	
	list-style: none;
}
.pagesDiv li
{
	display: inline;
	margin: 0;
	padding: 0; 
}

.pagesDiv a
{
	color: #330066;	
	font-size: 8pt;
	margin:0px 0px 0px 3px;
	/*border-left: 1px solid black ;*/	/*TODO: use a background image to mimic "|". "|" is not recommended to displayed in html code. since it is not flexible.*/

}

.pagesDiv a:hover
{
	color: #FF0000;	
	font-size: 8pt;	
}

.pagesDiv span
{		 	
	margin: 0px 0px 0px 0px;	
		
	font-size: 8pt;
	font-weight: bold;
}

#page1 span
{
	font-size: 8pt;
  font-weight: bold;
	/*border-left: 0px;*/
}

/*-- End Pagination --*/

/*-- Begin Article Pages --*/
.articleBlock h3 
{
	color: #000000;	
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	
	margin: 30px 55px 0px 25px;
}
.articleText
{
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #f6f4ed;
	margin: 20px 50px 5px 25px;
	padding: 10px 10px 10px 10px;
}
.articleCatRow
{
	margin: 20px 50px 5px 25px;
}
.articleCatRow span.text
{
	display:block;
}
.articleIntro
{
	margin: 20px 50px 5px 25px;
	padding-left:10px;
}

.articleIntro a.text
{
	display:none;
}
.articleIntro .seperator
{
	display:none;
}
.articleIntroText span.text
{
	display:block;
}
.articleText ul
{
	padding-left:20px;
}
.articleText p
{
	padding-top:5px;
}

/*-- End Article Pages --*/


/* --- sitemap --- */
.SiteMapL1
{
	display:block;
	padding:10px 0px 0px 10px;
	font-size:11pt;
	margin:0px;
}
.SiteMapL2
{
	display:block;
	padding:0px 0px 0px 25px;
	font-size:10pt;
}
.SiteMapL3
{
	display:block;
	padding:0px 0px 0px 40px;
	font-size:9pt;
}