/* generic style sheet */
.ci_css_frame, .ci_css_hr,
.ci_css_table, .ci_css_tr, .ci_css_td, .ci_css_div, .ci_css_span,
.ci_css_a:link, .ci_css_a:visited, .ci_css_a:hover, .ci_css_img, .ci_css_select, .ci_css_radio,
.ci_css_inputField, .ci_css_inputFieldText, .ci_css_checkbox, .ci_css_checkboxText,
.ci_css_CopyRightText, .ci_css_PodSummary, .ci_css_PodOffer, .ci_css_PodLink:link,
.ci_css_PodLink:active, .ci_css_PodLink:visited, .ci_css_PodLink:hover,
.ci_css_PodProductInfo:link, .ci_css_PodProductInfo:active, .ci_css_PodProductInfo:visited, 
.ci_css_PodProductInfo:hover, .ci_css_PodTitle:link, .ci_css_PodTitle:active, 
.ci_css_PodTitle:visited, .ci_css_PodTitle:hover, .ci_css_PrintLimitText,
.ci_css_RcpSubCategory:link,.ci_css_RcpSubCategory:hover,.ci_css_RcpSubCategory:active,.ci_css_RcpSubCategory:visited,
.ci_css_AdvanceSrchInput,.ci_css_DIVPopup,.ci_css_ExWinPopupAnimate,.ci_css_rcp_nut_tbl, .ci_css_rcp_nut_td, 
.ci_css_rcp_sr_td, .ci_css_rcp_sr_tbl, .ci_css_rcp_sr_tr,
.ci_rcp_go_btn, .ci_rcp_print_tbl, .ci_rcp_print_div, .ci_css_rcp_nut_tbl1, .ci_css_rcp_nut_span,
.ci_css_rcp_nut_td1,.ci_css_rcp_nut_td2,.ci_css_WinVeil,.ci_css_CategoryLink,
.ci_css_Zp_TitleDIV,.ci_css_Zp_Table, .ci_css_Zp_TD, .ci_css_Zp_EnterZipTitle, .ci_css_Zp_EnterZipBoxRow, .ci_css_Zp_NoThanksText,
.ci_css_CpnCarrierTable, .ci_css_CpnCarrierTextLeftTD, .ci_css_CpnCarrierTextMdlTD, .ci_css_CpnCarrierTextRghtTD,
.ci_css_MoneySavedTitleTD, .ci_css_MoneySavedValueTD, .ci_css_CpnClippedTitleTD, .ci_css_CpnClippedValueTD, .ci_css_ViewCpnBtnTD, .ci_css_PrtCpnBtnTD,
.ci_css_CategoryLinkClicked,.ci_css_TotalOffers,.ci_css_InactivePage,.ci_css_ActivePage,.ci_css_ClippedCouponPopup
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0%;
	background-repeat: repeat;
	border-collapse: collapse;
    border-spacing: 0px;
    border: solid 0px #000000;
    caption-side: top;
	clear: none;
    color: #333333;
	content: normal;
	cursor: default;
	direction: ltr;
	display: inline-block;
	empty-cells: show;
	float: none;		
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    letter-spacing: normal;
    line-height: normal;
    margin: auto;
    max-height: 10000px;
    max-width: 10000px;
    min-height: 0;
    min-width: 0;
    outline-width: 0px;
    overflow: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    position: static;
    quotes: none;
    table-layout: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    unicode-bidi: normal;
    vertical-align: top;
    visibility: visible;
    white-space: normal;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}

.ci_css_table
{
	display: table;		
}

.ci_css_tr
{
	display: table-row;
}

.ci_css_td
{
	display: table-cell;	
}

/* div */
.ci_css_div
{
	display: block;	
}

/* link */
.ci_css_a:link
{
    color: #0068aa;
    text-decoration: underline;
}

/* visited link */
.ci_css_a:visited
{
    font-size: 11px;
    color: #788b97;
    text-decoration: underline;
}

/* link onmouseover */
.ci_css_a:hover
{
    cursor: pointer;
    cursor: hand;
    color: #0068aa;
    font-size: 11px;
    text-decoration: none;		
}

/* select dropdown list */
.ci_css_select
{
    width: 135px;
    border-right: #a5acb2 1px solid;
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    border-bottom: #a5acb2 1px solid;
    font-size: 12px;
    background: #ffffff;
    color: #555555;
    font-family: Verdana, Tahoma, Arial;
    display: inline;
}

/* input text field */
.ci_css_inputField
{
    width: 135px;
    border-right: #a5acb2 1px solid;
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    border-bottom: #a5acb2 1px solid;
    font-size: 11px;
    background: #ffffff;
    color: #555555;
    font-family: Verdana, Tahoma, Arial;
    cursor: text;
    overflow: hidden;
}

/* the text that appear next to input fields */
.ci_css_inputFieldText
{
    font-size: 11px;
    color: #444444;
    font-family: Verdana, Tahoma, Arial;
}

/* radio */
.ci_css_radio
{
	width: 14px; 
	height: 14px;
	margin-top: 1px;
}

/* text that appears next to a checkbox */
.ci_css_checkbox
{
    font-size:  10px;
    color: #333333;
    line-height: 12px;
    font-family: Verdana, Tahoma, Arial;
    height: 13px;
}

/* text that appears next to a checkbox */
.ci_css_checkboxText
{
    font-size:  10px;
    color: #333333;
    line-height: 12px;
    font-family: Verdana, Tahoma, Arial;    
}

/* the copyright text on the bottom of the page */
.ci_css_CopyRightText
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Tahoma, Arial;
    text-decoration: none;
}

/* dynamic popup */
.ci_css_DIVPopup 
{
	background-color: #ffffff;
	border-bottom: #b8b8b8 1px solid; 
	border-left: #b8b8b8 1px solid; 
	border-right: #b8b8b8 1px solid; 
	border-top: #b8b8b8 1px solid; 
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#e0e0e0',Positive='true') alpha(opacity=95); 
	z-index: 100; 
}

/* popup animation */
.ci_css_ExWinPopupAnimate 
{
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	display: block;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.ci_css_WinVeil
{ 
	/*CSS for veil that covers entire page while modal window is visible*/
	background: url("http://download3.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/TS_CouponBug/_images/veil.png");
	cursor: not-allowed;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);
	opacity: 10;
}

#shellTable
{
	margin: 0px;
}

#DivContent
{
	width: 640px;
}

/**********************************************/
/* Edit Profile */
/**********************************************/
/* the welcome title  */
#WelcomeTitle
{
	font-weight: bold;
	margin-left: 10px; 
	margin-top: 8px;
}

/* the welcome sub title  */
#WelcomeSubTitle
{
	margin-left: 10px; 
	margin-top: 2px;
}

/**********************************************/
/* Loading */
/**********************************************/
/* the title on the loading page */
/* #LoadingTitle */
/* the subtitle on the loading page */
/* #LoadingSubTitle */
/* the wait message on the loading page */
/* #LoadingWaitMsg */

/**********************************************/
/* Login */
/**********************************************/
/* the privacy policy link on the login page */
/* #PrivacyPolicy */
/* the text that shows the registration 
   instructions on the login page */
/* #RegStep1Text */
/* #RegStep2Text */
/* #RegStep3Text */
/* the savings text on the the login page */
#SavingsText
{
	color: #008080;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 20px;
}
/* the text that shows the required fields 
   on the login page */
#RequiredFieldText
{
	font-size: 10px; 
	color: #1f6e00;
}
/* the error message that is displayed if a
   user tries to login with invalid credentials */
/* #LoginErrMsg */


/**********************************************/
/* Offers */
/**********************************************/
/* the header section */
#OffersPageHeader
{
	padding-left: 8px; 
	padding-right: 7px; 
	padding-bottom: 0px;	
}

/* zip text field */
#txtZip
{
    background: #ffffff;
    border-right: #a5acb2 1px solid;
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    border-bottom: #a5acb2 1px solid;
    color: #555555;
    cursor: text;
    font-size: 10px;
    margin-top: 1px;
    width: 44px;
}

/* the content section */
#OffersPageContent
{
	padding-left: 0px; 
}

/* the main offers table */
#CouponOfferTable
{
	border-width: 0px;
	width: 100%;
}

/* the footer section */
#OffersPageFooter
{
	
}

/*You currently have... section*/
.ci_css_TotalOffers
{
	margin-top: 18px; 
	margin-left: 8px; 
	margin-right: 5px; 
	line-height: 18px; 
	font-size: 16px; 
	font-family: Myriad Pro, Verdana; 
	color:#7daf0c
}

/*View By*/
.ci_css_ViewBy
{
	color: #023c77; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Myriad Pro, Verdana; 
	margin-bottom: 2px;
	line-height:15px;
}

/* category link */
.ci_css_CategoryLink:link
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:active
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px;  
	 text-decoration: none;
}

.ci_css_CategoryLink:hover
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:visited
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:visited:hover
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:link
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:active
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px;  
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:hover
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:visited
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:visited:hover
{
	 color: #015399;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: arial; 
	 font-size: 11px; 
	 text-decoration: none;
}

/* the total pages text on the offer page */
/* #TotalPagesText */

/* pod brand text */
.ci_css_PodBrand
{
    color: #124c9e;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    line-height:16px;
    width:115px;
    overflow:hidden;
}

/* pod summary text */
.ci_css_PodSummary
{
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
    color:#2e2e2e;
    font-family: Verdana;
    line-height:14px;
    width: 115px;
    overflow:hidden;    
}

/* pod offer text */
.ci_css_PodOffer
{
    font-size: 10px;
    color: #616161;
    font-family: Verdana;	
    line-height:12px;
    overflow:hidden;    
}

/* pod link used for video, duet and cpc pods */
.ci_css_PodLink:link
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* active pod link */
.ci_css_PodLink:active
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* visited pod link */
.ci_css_PodLink:visited
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* hover pod link */
.ci_css_PodLink:hover
{
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* product info link */
.ci_css_PodProductInfo:link
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* active product info link */
.ci_css_PodProductInfo:active
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* visited product info link */
.ci_css_PodProductInfo:visited
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* hover product info link */
.ci_css_PodProductInfo:hover
{
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* print limit reached text on the offers page */
.ci_css_PrintLimitText
{
	color: #dd1111; 
	font-size: 10px; 
    line-height: 11px;	
	font-weight: bold;
	font-family: Verdana;	
}

/* Zip Popup window*/
.ci_css_Zp_Table
{
	width: 237px;
	height:141px;
}
.ci_css_Zp_TD
{
	width:201px;
	height:129px;
	padding-left:46px;
	padding-top:10px;
}

.ci_css_Zp_TitleDIV
{
	color: #719F0B; 
	text-align: left;
	font-size:12px;
	font-weight:bolder;
	width: 135px;
	margin-top:10px;
}

.ci_css_Zp_EnterZipTitle
{
	width: 185px;
	text-align:left;
	color:#4AA5B8;
	font-weight:bolder
}

.ci_css_Zp_EnterZipBoxRow
{
	width: 185px; 
	text-align:left;
	margin-top:5px;
}

.ci_css_Zp_NoThanksText
{
	width: 185px; 
	text-align:left;
	margin-top:5px;
	color:#919191
}

/* Right Column Styles*/

/*Coupon Carrier*/
.ci_css_CpnCarrierTable
{
	height:145px;
	width: 161px;
	margin-top: 12px;
	background: url(http://download1.coupons.com/7/19/7125/,http://download2.coupons.com/7/19/7125/,http://download3.coupons.com/7/19/7125/,http://download4.coupons.com/7/19/7125/1450/micrositebeta.coupons.com/CouponWeb/Themes/CI_CBD/_images/cpnCarrierTableBkg.png);
	background-repeat: no-repeat;
}

.ci_css_CpnCarrierTextLeftTD
{
	width:3px;
	height:25px;
	background: url(http://download1.coupons.com/7/19/7125/,http://download2.coupons.com/7/19/7125/,http://download3.coupons.com/7/19/7125/,http://download4.coupons.com/7/19/7125/1450/micrositebeta.coupons.com/CouponWeb/Themes/CI_CBD/_images/leftCpnCarrierBkg.jpg);
}

.ci_css_CpnCarrierTextMdlTD
{
	width: 157px;
	background: url(http://download1.coupons.com/7/19/7125/,http://download2.coupons.com/7/19/7125/,http://download3.coupons.com/7/19/7125/,http://download4.coupons.com/7/19/7125/1450/micrositebeta.coupons.com/CouponWeb/Themes/CI_CBD/_images/cpnCarrierBkg.jpg);
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	color:#81AE0B;
}

.ci_css_CpnCarrierTextRghtTD
{
	width:3px;
	height:25px;
	background: url(http://download1.coupons.com/7/19/7125/,http://download2.coupons.com/7/19/7125/,http://download3.coupons.com/7/19/7125/,http://download4.coupons.com/7/19/7125/1450/micrositebeta.coupons.com/CouponWeb/Themes/CI_CBD/_images/rightCpnCarrierBkg.jpg);
}

.ci_css_MoneySavedTitleTD
{
	width: 84px;
	text-align:left;
	font-size:11px;
	line-height:15px;
	padding:4px 4px 0px 4px;
	color:#999999;
	font-family:Myriad Pro,Verdana ;
}

.ci_css_MoneySavedValueTD
{
	width: 84px;
	text-align:right;
	font-size:14px;
	line-height:15px;
	padding:4px 4px 0px 4px;
	color:#999999;
	font-weight:bold;
	font-family:Myriad Pro,Verdana;
	padding-top: 10px;
}

.ci_css_CpnClippedTitleTD
{
	width: 84px;
	text-align:left;
	font-size:11px;
	padding:0px 4px 0px 4px;
	color:#999999;
	font-family:Myriad Pro,Verdana;
	line-height:15px;
}

.ci_css_CpnClippedValueTD
{
	width: 84px;
	text-align:right;
	font-size:14px;
	padding:0px 4px 0px 4px;
	color:#999999;
	font-weight:bold;
	font-family:Myriad Pro,Verdana;
	line-height:15px;
	padding-top: 5px;
}

.ci_css_ViewCpnBtnTD
{
	width: 84px;
	padding:4px;
	background-color:#E9E9E9
}

.ci_css_PrtCpnBtnTD
{
	width: 84px; 
	padding:4px;
	background-color:#E9E9E9
}

.ci_css_ClippedCouponPopup
{
	display:none;
	position: absolute;
	z-index: 100;
	text-align:left;
	width:292px;
	height:149px;
	left:100px;
	top:100px;
	overflow:hidden;
	padding-left:30px;
}
/* Pagination links styles*/
.ci_css_InactivePage
{	
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #124c9e;
	cursor: hand; 
	cursor: pointer;
}

.ci_css_ActivePage
{
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #616161;
}

/**********************************************/
/* Recipes */
/**********************************************/
.ci_css_RcpSubCategory:link
{
    FONT-SIZE: 12px;
    line-height: 16px;vertical-align:top; 
    color: #038AFF;
    FONT-FAMILY: verdana, tahoma, arial;
    TEXT-DECORATION: none
}
.ci_css_RcpSubCategory:visited
{
    FONT-SIZE: 12px;
    line-height: 16px;vertical-align:top; 
    color: #038AFF;
    FONT-FAMILY: verdana, tahoma, arial;
    TEXT-DECORATION: none
}
.ci_css_RcpSubCategory:active
{
    FONT-SIZE: 12px;
    line-height: 16px;vertical-align:top; 
    color: #038AFF;
    FONT-FAMILY: verdana, tahoma, arial;
    TEXT-DECORATION: none
}
.ci_css_RcpSubCategory:hover
{
   FONT-SIZE: 12px;
   line-height: 16px;vertical-align:top; 
   color: #038AFF;
   FONT-FAMILY: verdana, tahoma, arial;
   TEXT-DECORATION: underline;
   cursor:hand;
   cursor:pointer;	
}

.ci_css_AdvanceSrchInput 	
{ 
	border: solid 1px #7F9DB9; 
	font-size: 11px; 
	background: #ffffff; 
	color: #555555; 
	font-family: verdana, tahome, arial;
	height:15px;
	margin-bottom:3px;
	cursor:text;
	width:139px;
	overflow: hidden;
}

ci_css_rcp_nut_tbl
{
    border:dotted 0px #aaaaaa;
}

.ci_css_rcp_nut_td
{
    padding-top:8px;
    height:104px;
    vertical-align:bottom;
}

.ci_css_rcp_sr_td
{
    width: 139px;
    vertical-align:middle;
}

.ci_rcp_go_btn
{
    width:30px;
    height:17px;
    cursor:hand, pointer;
    padding-left:5px;
    padding-bottom:3px;
    cursor:hand;
    cursor:pointer;
}

.ci_css_rcp_sr_tbl
{
    border:solid 0px;
    background-color: #FDD424;
}

.ci_css_rcp_sr_tr
{
    background-color:#FDD424;
}

.ci_rcp_print_tbl
{
    width:80px;
    border-style: dotted; 
    border-width: 1px; 
    border-color: #ff3344;
    float: right;
    margin-left: 10px;    
}

.ci_rcp_print_div
{
    padding-bottom:5px;
    display:block;
}

.ci_css_rcp_nut_tbl1
{
    margin-bottom:5px;
    border:solid 1px; 
    border-top-color: #000000; 
    border-left-color: #000000; 
    border-right-color: #aaaaaa; 
    border-bottom-color: #aaaaaa;
}

.ci_css_rcp_nut_td1
{
	background-color: #FDD424;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	width:130px;
}

.ci_css_rcp_nut_span
{
     font-weight: bold; 
     font-size: 10px;
}

.ci_css_rcp_nut_td2
{
    vertical-align:middle;
    height:14px;
    font-size: 10px; 
    border-bottom-width: 1px; 
    border-bottom-color: #cdcdcd;
}

/* Nav Tab classes*/
#NavTabContainerTable
{
	width:575px;
	height:30px;
	margin-left:10px;
}

#OfferNavTabContainerTD
{
	width:105px;
	height:30px;
}
#RecipeNavTabContainerTD
{
	width:105px;
	height:30px;
}

#LocalNavTabContainerTD
{
	width:105px;
	height:30px;
}

#ClosingNavTabContainerTD
{
	height:30px;
}

/* New Styles */ 

DIV.ci_css_PodSummary { margin-top: 5px; }

DIV.PodMaskDiv { background-image: url(http://download2.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/TS_CouponBug/_images/cpnPodMask20.png); background-repeat: repeat; }

#ctl00_ContentPlaceHolder_Page_btnSubmit { display: none; }
#ctl00_ContentPlaceHolder_Page_btnPrint { display: none; }

H1.cbTitle { font-family: Verdana, Tahoma, Arial; color: #005399; font-size: 16px; text-transform: capitalize; margin-top: 10px; margin-bottom: 7px;}

.cbSubTitle { font-family: Verdana, Tahoma, Arial; color: #005399; font-size: 12px; }

.cbTxt { font-family: Verdana, Tahoma, Arial; color: #616161; font-size: 12px; }

H2.cbTxt { font-family: Verdana, Tahoma, Arial; color: #005399; font-size: 14px; font-weight: bold; }

#cbCategoryMenu { position: absolute; left: 600px; top: 0px; z-index: 10000000000; }

#cbCatList {
margin: 0;
padding: 0;
z-index: 30;
}

#cbCatList li {
width: 164px;
height: 26px;
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 11px arial;
}

#cbCatList li a {
display: block;
margin: 0px;
padding: 0px;
width: 164px;
height: 26px;
background: #5970B2;
color: #FFF;
text-align: center;
text-decoration: none;
}

#cbCatList li a:hover {
background: #f1f1f1;
}

#cbCatList div {
width: 161px;
position: absolute;
top: 25px;
left: 1px;
visibility: hidden;
margin: 0;
padding: 0;
background: #FFFFFF;
border: 1px solid #999;
}

#cbCatList div a {
    width: 161px;
    height: 17px;
    position: relative;
	display: block;
	margin: 0;
	padding: 2px 0px 0px 0px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #05549a;
	font: 11px arial;
	}

#cbCatList div a:hover {
	color: #000;
	}

#cbCatList div span {
    height: 17px;
    margin-left: 4px;
    cursor: hand;
    cursor: pointer;
	}
	
body { margin: 0px; padding: 0px; }

#DivContent { position: relative; }

#TDContent { background-image: url(http://download2.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/TS_CouponBug/_images/TDContentBg.png); background-repeat: repeat-x; background-position: top left; }

#DivProdImage { margin-top: 5px; margin-left: 10px; margin-right: 5px; }

#CouponOfferTable { float: left; }

#PODContentTable { margin-left: 15px; margin-right: 14px; }

#NavTabContainerTable { width: 590px; }

#PersonalizationTab { position: absolute; width: 550px; }

#ClosingNavTabContainerTD { background-image: url(http://download2.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/TS_CouponBug/_images/cbTab_bg.png); background-repeat: repeat-x; background-position: bottom left; }

#OffersPageContent { position: relative; width: 589px; background-image: url(http://download2.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/TS_CouponBug/_images/cpngallerybg.png); background-repeat: repeat-y; background-position: top left; }

#OffersPageInnerContent { width: 571px; }

#cbLogoDiv { position: absolute; top: 5px; left: 13px; }

#listBrand { margin: 0px; width: 170px; }

#listCategory { width: 150px; margin-left: 8px; margin-right: 0px; }

ul.topLevel { width: 160px; list-style-type: none; color: #015399; text-align: left; float: left; margin-left: 0px; font-family: arial; font-size: 12px; padding-top: 0px; padding-left: 0px; margin-top: 7px; margin-bottom: 7px; }

ul.topLevel li {
color: #015399;
margin: 0px;
display: block; /*setting for FF and other standards compliant browsers*/
padding: 0px;
margin-top: 3px;
}

#RecipeTimeDIV { position: absolute; left: 126px; top: 0px; color: #005399; }


#cbFooterDIV { color: #999999; font-size: 12px; font-family: Verdana, Tahoma, Arial; }
a.cbFooterLnk { color: #999999; font-size: 12px; text-decoration: underline; }
a.cbFooterLnk:link { color: #999999; font-size: 12px; text-decoration: underline; }
a.cbFooterLnk:visited { color: #999999; font-size: 12px; text-decoration: underline; }
a.cbFooterLnk:active { color: #616161; font-size: 12px; text-decoration: underline; }
a.cbFooterLnk:hover { color: #616161; font-size: 12px; text-decoration: none; }
.cbFooterSpan { color: #000; font-size: 10px; font-family: Verdana, Tahoma, Arial; }

#CouponGalleryDiv { width: 572px; background-color: #dae9f0; margin-left: 1px; padding-top: 10px; padding-bottom: 10px; }

#RecipeTimeDIV { width: 200px; }

#OffersPageFooter { height: 200px; }

#NavTabContainerTable { position: absolute; top: -1000px; }