/*----------- theme 2 -----------*/
*
{
	padding: 0;
	margin: 0;
	font-family:  Verdana, Arial,Helvetica, sans-serif;
}

body
{
	/*positioning of the site on the page.*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #beb494;
	background-image: url(images/background.gif);
}

h1
{
	/* modified h1 for seo above footer */
	color: #51669b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100; /* height: px; */

}

.text
{
	color: #000000;

	font-size: 9pt;
}

a.text
{
	color: #330066;

	font-size: 9pt;
}

a.text:hover
{
	color: #FF0000;

	font-size: 9pt;
}
/* ----------------  The below are for Div-based structures, Theme 5 Layout A CSS1 ----------------------*/
/* TODO: Clean up the whole file later */
.name
{
	color: #394a6d;
	font-size: 13px; /* Barry Changed from 14px to 13px */
	font-weight: bold;
	text-decoration: underline;
}
a.name
{
	/* color of the link when it is clicked */
	color: #394a6d;
	font-size: 13px; /* Barry Changed from 14px to 13px */
	font-weight: bold;
	text-decoration: underline;
}
a.name:hover
{
	/* color of the link when the mouse is over it */
	color: #FF0000;
	font-size: 13px; /* Barry Changed from 14px to 13px */
	font-weight: bold;
	text-decoration: underline;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	background-color: #ffffff;
	overflow: auto; /* to make background color correct in FireFox*/
}

/*-- Beign Header --*/
#site-name-or-logo
{	
	width: 784px;
	background: url(images/header.gif) no-repeat -9px 3px ;
	height: 90px;
		
	padding: 0px 0px 10px 0px;
	text-align: right;
	
	line-height: 90px;	
}
#site-name-or-logo h1
{
padding: 0px 40px 0px 0px;
}
#site-name-or-logo a
{
	/* for use if there is no logo */
	color: #394a6d;
	
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}
#site-name-or-logo img
{
	border:0px;
	
	padding-top: 15px;
}
/*-- End Header --*/

#content
{
	margin: 0px 0px 0px 0px;
	width: 581px;
	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 1px;
	width: 202px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0; /* border-style: solid; 	border-right: solid 1px #666666; */ /*background-color:#0870c9; 	background-image:url(images/sideback.png);*/
}
#siteNav a
{
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#siteNav a:visited
{
	color: #330066;
}

#siteNav a:hover
{
	color: #FF0000;
}

#siteNav .SubMenu
{
	border: 0px;
	border-style: solid;
	border-color: #CCCCCC;
/*	background-color: #f6f4eb;*/
	width: 202px;
	overflow: auto;
}

#siteNav .parCat
{
	background: url(images/header.jpg) left top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #fdd752;

	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	border: 0px;
	text-transform: uppercase;
}

#siteNav .Row /* Child Category Row for Site Nav */
{
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: solid 1px #2c3955;
	border-right: solid 1px #2c3955;
	border-left: solid 1px #2c3955;
	background-color: #f6f4eb;
	line-height:22px;
	vertical-align:bottom;
}

/*#siteNav .RowBot
{
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}*/
#siteNav .RowBot
{
	height: 22px;
	margin: 0px 0px 0px 0px; /*the bottom row has a white margin */
	padding: 0px 0px 0px 5px;
	
	
	line-height:22px;
	vertical-align:bottom;
}
/*
#siteNav .SubMenu ul
{	 
	 display:block;
}

#siteNav .SubMenu li
{
	 list-style:none;
	 display:block;
	 
	 height: 22px;	 
}
*/

/*-- End Site Nav --*/


/*-- Begin Index Page Content --*/
#siteIntro h2, #topOffers h2, #featureArticle h2, #CatDir h2, #featureCard h2, #IssuerDir h2, #BrandDir h2
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 31px;
	font-size: 10pt;
	padding-left: 3px;
	color: #fdd752;
	text-align: left;
	vertical-align: bottom;
	line-height: 31px; /* To make vertical-align work */
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*#topOffers h2, #featureArticle h2,*/ #IssuerDir h2, #BrandDir h2 /*,  #featureCard h2*/
{
	margin-top: -31px;
	margin-left: -1px;
}


#siteIntro
{
	margin: 0px 0px 15px 5px;
	width: 568px;
}
#siteIntroText
{
	color: #000000;
	font-size: 10pt; /*Barry cahnged from 8 to 10 pt */
	text-decoration: none;
	text-align: left;
	border: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	width: 546px;
}

#mainPageImage0 
{
	margin: 0px 0px 10px 5px;
}
#mainPageImage 
{
	margin: 15px 0px 0px 5px;
}


.seperator
{
	display: none;
}
#topOffers
{
	display: block;
	margin: 10px 20px 0px 5px;
	padding-bottom: 5px;
	
	
	width: 565px;
	height: auto;
}
#topOffers ul.topOfferBlock
{
	display: block;
	width: 565px;
	border: 1px solid #666666;
	
	
	padding:0px 0px 5px 0px;
	height:100%;
	overflow:auto; /*to make the height correct in Firefox*/
}
.topOfferCell
{
	width:265px;
	height: auto;
	border: 1px solid #666666;
	display: block;
	float: left;
	margin-left: 8px;
	margin-right: 7px;
	margin-top: 13px;
	
	
	padding-bottom:5px;
}

#topOffer5, #topOffer6
{
	display:none;
}

#topOffers h3
{
	text-align: center;
	padding-top: 3px;
	width: 250px;
}

#topOffers h4 a
{
	text-align: center;
	padding: 3px;
	font-size: 9pt;
	color: #000000;
	width: 250px;
	display: block;
}

#topOffers .cardArtSM
{
	width:260px;
	
	
}
#topOffers a.cardArt, #topOffers a.button
{
	display:block;
	width: 120px;	
	text-align:center;
	padding-bottom:5px;
}
#topOffers a.button
{	
	width: 160px;	
	text-align:center;
	padding-bottom:5px;

height:25px;
}
#topOffers a.button:link, #topOffers a.button:visited
{	
	background: url(images/apply-now_SM.gif) 50% 0%;
	background-repeat: no-repeat;
}
#topOffers a.button:hover /*, a.button:active*/
{	
	background-image: url(images/apply-now_SM-on.gif);
	background-repeat: no-repeat;	
}
#topOffers img
{
	border: 0px;
	display:inline;
}

.topOfferCell ul.rateTable 
{
	margin: 5px 0px 5px 6px;
	padding: 0px;
	width: 160px;
	
	height:auto; /*border:1px solid #000000;*/	
	
	
	display: block;
	clear: both;	
	font-size: 9pt;
}

#topOffers .colIntroAPR, #topOffers li.colIntroPeriod, #topOffers li.colAPR, #topOffers li.colAnnualFee
{
	display: inline;
	/*height: 60px;*/
	float: left;
	width: 30%;
}
#topOffers li.colAnnualFee
{
	display: none; /*Theme 1 has it */
}
#topOffers li.colIntroPeriod
{
	width: 38%;
}
#topOffers .rateLbl
{
	height:16px;
	color: #fdd752;

	/* background-color: #364668; CSS 1 t2*/
	background-color: #895247; /* Barry Change CSS 2 t2*/

	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	border-left: 0px solid white;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 0px 2px 0px 2px;
}
#topOffers .colIntroAPR .rateLbl, #topOffers .colIntroPeriod .rateLbl
{
	border-right: 1px solid white;
}

#topOffers .rateData
{
	height:25px;
	
	text-align: center;
	display: block;
	background-color: white;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 2px;
}
#topOffers .colIntroAPR .rateData
{
	border-left: 1px solid #000000;
}
#topOffers span.text, #topOffers a.clickHere
{
	display: none;
}

/* begin make top offer cell wider 2 per row */
 #topOffers a.cardArt,#topOffers a.button
 {
		width:120px;
		
		margin-left:auto;
		margin-right:auto;
 }
 
  #topOffers ul.rateTable 
{
	width:250px;
	padding-left:5px;
	padding-right:5px;
}
/* end make wider */

#featureCard
{
	margin: 10px 20px 0px 5px;
}
#featureCardContent
{
	height:100%;
	width:566px;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: auto; /*to display border correctly in FireFox*/
}
#featureCard .cardArtSM
{
	width:110px;
	height:108px;	
	float:left;
	
    border-right:1px solid #666666;
    padding:5px 28px 5px 28px;
}

#featureCard .cardArtSM a.button:link, #featureCard .cardArtSM a.button:visited
{	
	background: url(images/apply-now_SM.gif);
	background-repeat: no-repeat;
	width:110px;
	height:26px;
	display:block;
}
#featureCard .cardArtSM a.button:hover /*, a.button:active*/
{	
	background-image: url(images/apply-now_SM-on.gif);
	background-repeat: no-repeat;	
}

#featureCard .textAndBtn
{
	width:388px;	
	border-left:1px solid #666666;	
	float:left;	
	padding:5px 5px 0px 5px;
	margin-left:-1px;
}
#featureCard span.text
{
	display:block;
	min-height:55px; /* when description is short still keep the button on the bottom of the block */
}

#featureCard ul
{
	list-style-type:disc ;
	list-style-position:outside;
	padding-left:20px; 
}

#featureCard .textAndBtn a.button:link, #featureCard .textAndBtn a.button:visited /*learn more button*/
{
	display: block;
	background-image: url(images/learn-more.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 110px;
	
	margin: 5px 0px 5px 180px;
}
#featureCard .textAndBtn a.button:hover /*, a.button:active*/
{
	background-image: url(images/learn-more-on.gif);
	background-repeat: no-repeat;
}
#featureArticle
{
	margin: 10px 0px 5px 5px;
	width: 565px;
	height:auto;	
}

#featureArticle span.text
{
	margin-left: 5px;
	padding:10px 8px 5px 3px;	
	display:block;
}
#featureArticleContent
{
	width: 566px;
	border: 1px solid #666666;
	
}

#featureArticle h3
{
	margin-left: 5px;

}

#CatDir
{
	margin: 10px 20px 10px 5px;
	width: 568px;
	float: none;
	display: block; /*	background-color: #999999; */
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both; /*To avoid catDir shift to right even out of the content in Firefox*/
}

#CatDir h3 a
{
	display:block;
	line-height:15px;
	margin-top:5px;
	margin-bottom:5px;
}
#CatDir span.text
{
	display:block;
}
.catDirRow, .catDirRowTop, .catDirRowBtm
{
	list-style: none;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both; /*	border-top:solid 1px #666666; */
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: auto; /*to display border correctly in FireFox*/
}

.CatDirCellLeft, .CatDirCellRight
{
	width: 252px; /*top: 5px;	*/
	display: block;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 1px 1px 0px;
	padding: 2px 0px 2px 10px;
	height: 100%;
}

.CatDirCellLeft
{
	border-right: solid 1px #666666;
}
.CatDirCellRight
{
	margin-left: -2px; /* overlap the border between left cell and right cell so that it looks like there is only 1 1px border*/
	border-left: solid 1px #666666;
}

#IssuerDir, #BrandDir
{
	margin: 45px 20px 10px 5px;
	width: 566px;
	float: none;
	display: block; /*	background-color: #999999; */ /*	overflow: auto;*/
	clear: both;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	background-color: #FFFFFF;
}
#IssuerDir ul, #BrandDir ul
{
}
#IssuerDir li, #BrandDir li, #IssuerDir li.dirRowBtm, #BrandDir li.dirRowBtm
{
	width: 556px;
	padding: 5px 0px 0px 10px;
	border-bottom: solid 1px #666666;
	list-style: none;
	display: block;
	overflow: auto; /*to make the height correct in Firefox*/
}
#IssuerDir li.dirRowBtm, #BrandDir li.dirRowBtm
{
	border-bottom: 0px;
}

#IssuerDir li div, #BrandDir li div
{
	float: right;
	width: 398px;
}
#IssuerDir a.cardArt:link, #IssuerDir a.cardArt:visited, #BrandDir a.cardArt:link, #BrandDir a.cardArt:visited
{
	max-width: 119px;
	min-width: 119px;
	float: left;
	margin-top: 7px;
	margin-left: 30px;
}
#IssuerDir img, #BrandDir img
{
	border: 0px; /*to remove the purple border in IE and Firefox*/
}
#IssuerDir h3, #BrandDir h3
{
	display: none;
}
#IssuerDir span.text, #BrandDir span.text
{
	float: right;
	display: block;
	margin-bottom: 20px;
	
	width: 355px;		
}

#IssuerDir a.button, #BrandDir a.button
{
	float: right;
	display: block;
	width: 110px;
	height: 25px; 
	margin:0px 20px 10px 0px;
}

#IssuerDir a.button:link, #IssuerDir a.button:visited, #BrandDir a.button:link, #BrandDir a.button:visited
{
	background-image: url(images/search-offers.gif);
	background-repeat: no-repeat;	
}

#IssuerDir a.button:hover, #BrandDir a.button:hover
{
	background-image: url(images/search-offers-on.gif);
	background-repeat: no-repeat;	
}

/*-- End Index Page Content --*/


/*-- Begin Footer --*/
#footer
{
	text-align: center;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 100%; /*float: left;*/
	left: 0px; /*position: relative;*/
	background-color: #ffffff;
}

#footerSiteName
{
	text-align: center;
	height: 18px;
	color: #475779;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer a
{
	color: #475779;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px 5px 0px 0px;
}
#footer a:hover
{
	/* color of the link when the mouse is over it */
	color: #475779;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
/*-- End Footer --*/




/*-- begin common for all page --*/
div.intro
{
	width: 556px;
	background-color:#FFFFFF;
	line-height: 20px;
	margin:0px 0px 0px 5px;
	padding:0px 5px 0px 5px;
	font-size: 9pt;
	border: 1px solid #666666;
}

 h2.contentTitle
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 32px;
	
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 32px; /* To make vertical-align work */
	
	margin: 0px 0px 0px 5px; /*Negative margin to make it out the top so the left border of offerBlock won't extend to the left corner*/


	color: #fdd752;
	font-size: 10pt;
	font-weight: bold;
	text-transform:uppercase;
}

img
{
	border:0px;
}

.cardArtLG a.cardArt
{
padding:3px 0px 8px 6px;	
display:block;
}



.cardArtLG a.button:link, .cardArtLG a.button:visited
{
	display: block;
	background-image: url(images/apply-now.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 158px;

	padding:5px 5px 5px 5px ;
}

.cardArtLG a.button:hover /*, a.button:active*/
{	
	background-image: url(images/apply-now-on.gif);
	background-repeat: no-repeat;
}


h2.btmDescriptionTitle
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 32px;
	
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 32px; /* To make vertical-align work */
	
	margin: 10px 0px 0px 5px; /*Negative margin to make it out the top so the left border of offerBlock won't extend to the left corner*/


	color: #fdd752;
	font-size: 10pt;
	font-weight: bold;
	text-transform:uppercase;
}
div.btmDescription
{
	width: 556px;
	background-color:#FFFFFF;
	line-height: 20px;
	margin:0px 0px 0px 5px;
	padding:3px 5px 0px 5px;
	font-size: 9pt;
	font-weight:normal;
	
	
	border: 1px;
	border-style: solid;
	border-color: #666666;
	border-top:0px;
}
.aprDes
{
	width: 556px;
	background-color:#FFFFFF;
	line-height: 12px;
	margin:10px 0px 0px 5px;
	padding:3px 5px 3px 5px;
	font-size: 7pt;
	
	
	border: 1px;
	border-style: solid;
	border-color: #666666;
}

.contentWrapper /* To extend the block border automatically in Firefox */
{
	height:100%;
	width:566px;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: auto; /*to display border correctly in FireFox*/
}

#h1
{
	/* modified h1 for seo above footer */
	color: #51669b;
	font-size: 10px;
	
	font-weight: 100;
	
	display: block;
	text-align:center;
	
	
	/*move the h1 to bottom of the page*/
	margin: 0px 0px 10px 212px;
	width:546px;
	clear:both;
}
/*-- end common for  page --*/


/*-- Begin OfferDetail Page Content --*/
#offerCreative
{
	margin: 10px 20px 10px 5px;	

}
#offerCreative h3
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 32px;
	font-size: 10pt;
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 31px; /* To make vertical-align work */
	font-weight: bold;
	margin: 0px 0px 0px 0px; /*Negative margin to make it out the top so the left border of offerBlock won't extend to the left corner*/
	text-transform:uppercase;
	color: #fdd752;
}
#offerCreative .cardArtSM
{
	display:none;
	margin: 20px 20px 5px 10px;
}
#offerCreative .offerText
{	
	line-height: 20px;
	margin: 10px 0px 0px 25px;
	
	width:360px;
	float:left;
	
	font-size: 9pt;
}
#offerCreative .offerText ul
{
  list-style-type:disc;
  list-style-position:outside;
  padding-left:20px;
	
}
#offerCreative .cardArtLG
{
	width: 160px;
	margin: 5px 10px 5px 10px;
	display: inline;
	float: left;
	
}

#RateFeeDivH2 /*#RateFeeDiv h2*/
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 32px;
	
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 32px; /* To make vertical-align work */
	
	margin: 0px 0px 0px 5px; /*Negative margin to make it out the top so the left border of offerBlock won't extend to the left corner*/


	color: #fdd752;
	font-size: 10pt;
	font-weight: bold;
	text-transform:uppercase;
}

#RateFeeDiv
{
	width: 566px;
	height:265px;
	background-color:#FFFFFF;
	line-height: 32px;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	font-size: 9pt;
	
	
	border: 1px;
	border-style: solid;
	border-color: #666666;
	border-top:0px;
	
	position:relative;/*set up the base for positioning inside*/
}

#IntroRatePeriod /*used by theme 3 4 5 */, #IntroRatePeriod1 /*theme 1*/ 
{
	display:none;
}
#IntroRate,#IntroPeriod, #GoTo, #Fees, #Issuer
{
	width: 200px;
	position:absolute;	
}
#IntroRate
{
	top:0px;
	left:5px;
	
}
#IntroPeriod
{
	top:120px;
	left:5px;
}
#GoTo
{
	top:0px;
	left:205px;

}
#Fees
{
	top:120px;
	left:205px;
}
#Issuer
{
	width: 160px;
	top:0px;
	left:405px;
}
#Issuer img
{
	margin:20px 0px 0px 12px;
}

#RateFeeDiv .rateTitle
{
	display: block;
	padding-top: 4px;
	font-size: 9pt;
	font-weight: bold;
	line-height:20px;
}

#RateFeeDiv ul
{
	list-style: none;
}
#RateFeeDiv .rateRow
{	line-height:18px;
}

#RateFeeDiv .lblRateFee
{
	max-width:180px;
	display: inline;
	color: #000000;
	font-size: 9pt;
	height: 20px;
	padding: 2px 0px 0px 5px;	
}

#RateFeeDiv .dataRateFee
{	
	display: inline;
	color: #000000;
	font-size: 9pt;
}
h2.perksTitle
{
	display:none; /*modify it to block if you want show it*/
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 32px;
	
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 32px; /* To make vertical-align work */
	
	margin: 10px 0px 0px 5px; /*Negative margin to make it out the top so the left border of offerBlock won't extend to the left corner*/


	color: #fdd752;
	font-size: 10pt;
	font-weight: bold;
	text-transform:uppercase;
}
div.perks
{
	display:none; /*modify it to block if you want show it*/
	width: 556px;
	background-color:#FFFFFF;
	line-height: 32px;
	margin:0px 0px 0px 5px;
	padding:0px 5px 0px 5px;
	font-size: 9pt;
	
	
	border: 1px;
	border-style: solid;
	border-color: #666666;
	border-top:0px;
}
/*-- End OfferDetail Page Content --*/



/*-- Begin Offer Category --*/
#offerCatDesSep
{
	background-color: White;
}



.offerBlock
{
	border: 0px;
	width: 566px;
	margin: 42px 0px 0px 5px;
	display: block;
	padding: 5px 0px 0px 0px; /*border-top: 1px solid #999;*/
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;

}

.offerBlock .seperator
{	
	/*width:400px;
	height:5px;
	margin: -45px 55px 5px 25px;
	background-color:#ff0000;
	border:1px solid #999999; */
	display:none; /* modify it to block if you want it as a seperator */
}

.offerBlock h3
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 32px;
	font-size: 10pt;
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 31px; /* To make vertical-align work */
	font-weight: bold;
	margin: -31px 0px 0px -1px; /*Negative margin to make it out the top so the left border of offerBlock won't extend to the left corner*/
}

.offerBlock h3 a
{
	color: #fdd752;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
		line-height:5px; /* to make the offer name included in the header background image if it is 2 lines*/
	height: 31px;	
}
.offerBlock h3 a:hover
{
	color: #FFFFFF;
}

.offerBlock .cardArtSM
{
	display:none;
/*	width: 350px;
	margin: 10px 10px 5px 10px;
	display: inline;
	float: left;
	clear: both; */
}

.offerBlock .offerText
{
	font-size: 9pt;
	line-height: 20px;
	margin: 10px 0px 0px 25px;

	font-weight:normal;/* to make it not bold for the bottom 2 offers block in Ie 7 and Ie 6 */
	
	width:330px;
	float:left;

	padding-left:20px;/* To show the disc black point in IE 7. Firefox will display the disc with/without this line */
}
.offerText ul
{	
	list-style-position: outside; 
	list-style:disc;	
}



.offerRating
{
	display:none;
	margin:-24px 10px 0px 0px; /* code to show rating like Theme 1 */
	float:right;/* code to show rating like Theme 1 */
}



.offerBlock .cardArtLG
{
	width: 160px;
	margin: 5px 10px 5px 10px;
	display: inline;
	float: left;	
}

.rateDiv
{
	clear:both; /* to make the height of offerblock extened in FireFox*/
}

.offerBlock .rateTable
{
	display:none;
}
/*-- End Offer Category Page Content --*/

/*-- Begin Pagination --*/
.pagesDiv
{
	text-align: center;
	margin: 30px 20px 0px 0px;
	
	color: #2C3955;	
	font-size: 9pt;
	font-weight: bold;
}
.pagesDiv ul
{
	margin: 0;
	list-style: none;
}
.pagesDiv li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.pagesDiv a
{	
	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;	
}

.pagesDiv span
{
	margin: 0px 0px 0px 0px;
}

#page1 span
{	
}
/*-- End Pagination --*/

/* Barry Added Article Block */
.articleBlock
{	
	width: 566px;
	margin: 0px 0px 0px 5px;
	display: block;
}
.articleBlock h3
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;

	font-size: 10pt;
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 31px; /* To make vertical-align work */
	font-weight: bold;
	margin: 0px;
	color: #fdd752;
	text-decoration: none;
	height: 31px;	
}

.articleBlock .articleText
{
	font-size: 9pt;
	line-height: 20px;
	
	padding:5px;
	width:556px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	/*float:left;removed by Yan to correct the height of .articleBlock in Firefox*/
}

/* article category page*/
.articleIntro
{	
	width: 566px;
	margin: 10px 0px 10px 5px;
	display: block;
}
.articleIntro h3 a
{
	display: block;
	background-image: url(images/section-header.gif);
	background-repeat: no-repeat;
	width: 568px;

	font-size: 10pt;
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
	line-height: 31px; /* To make vertical-align work */
	font-weight: bold;
	margin: 0px;
	color: #fdd752;
	text-decoration: none;
	height: 31px;	
}

.articleIntroText
{
	font-size: 9pt;
	line-height: 20px;
	
	padding:5px;
	width:556px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	/*float:left;removed by Yan to correct the height of .articleBlock in Firefox*/
}
.articleIntroText  span
{
	display:block;
width:554px;	
margin-bottom:10px;
}

/* article directory page */

.articleCatRow
{
	border: 0px;
	width: 546px;
	margin: 0px 0px 0px 5px;
	display: block;
	padding: 15px 0px 0px 20px; /*border-top: 1px solid #999;*/
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}



.articleCatRow  a /*Yan*/
{	
	/* font-size:9pt;	
	font-weight: 100; */ /* Yan added at 3:17 PM 09/18 */
}
.articleCatRow span /*Yan*/
{
	display:block;
	padding:5px 0px 10px 0px;
}
.articleText ul
{
	padding-left:20px;
}
.articleText p
{
	padding-top:5px;
}

/* End Barry Added Article Block */

/* --- 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;
}