/* I2O.css - style definitions for adinsertsonline site pages */
/* copyright (c) 2003-2010 Vertis Inc. All rights reserved. */


/**** flyover window ****/
.tipMainContainer
{
	background-color: #FFFFFF; border:1px solid #D4D2D2;
}

.Main
{
	font-family: Arial,Helvetica,sans-serif;
	border-top:1px dotted #D4D2D2; width:100%;
}

.Header1
{
	background-color: #FFFFFF;
	color: #CC0000;
    text-align: left;
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 10pt;
    font-style1: italic;
    MARGIN: 5px 0px 5px 0px;
}

.Price
{
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 10pt;
    color:#181818;
    text-align: center;
	padding-top:8px;
	padding-bottom:8px;
    MARGIN: 5px 0px 5px 0px;
}

.Price2
{
	FONT-SIZE: 9pt;
    color: #001C5E;
    text-align: left;
    MARGIN: 5px 0px 5px 0px;
}

.Description
{
	FONT-SIZE: 9pt;
    color:#003366;
    text-align: left;
    MARGIN: 5px 0px 5px 0px;
}

.text {
    font-size: 9pt; 
}

.graytext {
    font-size: 9pt; 
}

/**********************************************/
/***** styles shared by two or more pages *****/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt; 
    color: #003366;
	background-color: #FFFFFF; 
	margin: 0px;
	padding:0px;
	overflow:auto;
  	SCROLLBAR-FACE-COLOR:;
    SCROLLBAR-HIGHLIGHT-COLOR1:;
    SCROLLBAR-SHADOW-COLOR1:;
    SCROLLBAR-ARROW-COLOR:;
    SCROLLBAR-BASE-COLOR:;
	scrollbar-3dlight-color:;
    scrollbar-darkshadow-color:;
}

/* default styles */
a:link 		{color: #003366;}
a:active 	{color: #003366;}
a:visited 	{color: #003366;}
a:unknown	{color: #003366;}
a:hover 	{color: #EE6633;}

select {font-size: 8pt; background-color: #FFFFFF; font-family: arial, helvetica, sans-serif; }

input {font-size: 11px; font-weight:normal;}
#txtSearch { border:1px solid #EE6633; color: #333333; padding:2px; width:90px !important;}

p {font-size: 10pt; margin:3px; }
h5 { margin-top: 5px;}
hr { padding:0px; height:1px; color: #CCEDF6; border:none; border-top: 1px solid #CCEDF6;} /* IE uses height, FF uses border */
table { border-color:#dddddd; border-collapse: collapse }

/*** styles for most pages for consistancy ***/

#mainContainer { width:773px; padding:0px; margin:0px; margin-top:10px; margin-left:5px; } /* main table/div to hold pages content */

.navBarMain {padding:0px; margin:0px; padding-right:5px; width:145px; border-right:1px dotted #D4D2D2; } /* Nav BAR main body style */

#globalContainer {  width:928px; margin:0px; } /* holds both NavBar & mainContainer */

.contentBorder { }

.controls { padding-top:4px; }

/*** Nav Bar styles **/
.divTitle {}
.divContent { padding:5px; overflow: none; }
.divWhite { background-color:white; }
.divBody { width:100%; height:100%; }
.arrow {padding-left:15px;
    	font-family: Arial, Helvetica, Verdana, sans-serif; 
		font-size: 9pt; font-weight:bold; text-decoration: none; }
a.arrow:link 	{color:#EE6633;}
a.arrow:active 	{color:#EE6633;}
a.arrow:visited {color:#EE6633;}
a.arrow:unknown	{color:#EE6633;}
a.arrow:hover 	{color:#003366; text-decoration: none; }
.collapse1 {height:25px; padding-top:2px; background-repeat:no-repeat; background-position: left center;}
.showhide1 { visibility:hidden; font-size:12pt}
.collapse { padding-top:3px; padding-bottom:5px;
			background-repeat:no-repeat; background-position: left center;
			border-top:1px dotted #333333; border-bottom:1px dotted #333333; 
			vertical-align:bottom;
}
.showhide { visibility:visible; }


/*** title bars in pages ***/
.titleBar { background-color: #FF3333; height:20px; color:#ffffff; width:768px; border-top:#F0F0F0 1px solid; border-bottom:#D4D2D2 1px solid;} /* page main title bar */
.sltitleBar { background-color: #FFB66B; height:20px; border-top:#F0F0F0 1px solid; border-bottom:#D4D2D2 1px solid;} /* shopping list title bar */
.ptitleBar { background-color:#FF3333; 
			height:25px;
			font-size: 8pt; 
			color:#ffffff;
			font-weight: bold;
			margin-left: 10px;
 } /* products in page large title bar */
 
.ntitleBar { background-color: #FFB66B; border-top:#F0F0F0 1px solid; border-bottom:#D4D2D2 1px solid;
			height:20px; 
			font-size: 10pt;
			font-weight: bold;
			
} /* notes title bar */


/* used for rows color alternation */
.oddColor	{ background-color: white;}
.evenColor	{ background-color: #fff5e4;}

.disclaimer {font-size: 8pt; color:#909090; padding-bottom: 20px;} /* disclaimer */

.tip {font-size: 8pt; color:#909090;} /* page hint  */

.storeid {text-align: center; font-size: 10pt;}

.storeidBold {display1: none; text-align: left; font-size: 10pt; font-weight: bold; padding-bottom:3px; line-height:20px;}

.pricesgood {text-align: left; font-family: Arial,Helvetica,sans-serif; font-size: 8pt; color:#af0000; font-weight:bold; line-height:22px; }

.prodlink {font-size: 8pt; font-weight: bold;}
a.prodlink:link {}
a.prodlink:active {}
a.prodlink:visited {}
a.prodlink:hover {}


/** redirecting,jsp, cookieInfo.jsp, needsCookie.jsp **/
.stdtext {font-size: 8pt; color: #003366;}

/***   pagination controls   ***/

.pagenum {font-size: 8pt; color: #333333;}

.selectedPageNumber {color: #FF0000; font-size: 8pt; text-decoration: none;  font-weight: bold;}
a.selectedPageNumber:link {color: #B40620}
a.selectedPageNumber:active {color: #B40620}
a.selectedPageNumber:visited {color: #B40620}
a.selectedPageNumber:hover {color: #CD0000;}

.pageNumber {color: #181818; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.pageNumber:link {color: #666666;}
a.pageNumber:active {color: #666666;}
a.pageNumber:visited {color: #666666;}
a.pageNumber:hover {color: #CD0000;}


/***** styles specific to availableAds.jsp *****/

.aastore {text-align: center; font-size: 10pt; font-weight: normal; padding-top:5px;}

.aahrefBold {color: #31b457; font-size: 10pt; font-weight: bold; text-decoration: none;}
.aahref 	{color: #2C4C96; font-size:8pt; font-weight:bold; text-decoration: none; font-weight:bold;}
a.aahref:link {color: #2C4C96;}
a.aahref:active {color: #2C4C96;}
a.aahref:visited {color: #2C4C96;}
a.aahref:hover {}

/***** styles specific to pageLarge.jsp *****/

.imageBorder 		{ border: 1px dotted #D4D2D2;  margin-bottom:10px; overflow-x1: auto; width:400px; padding:1px; border-collapse: collapse; }
.itemsTableBorder   { border: 1px solid #D4D2D2; width: 360px; border-collapse: collapse; }

.PLitemName {font-size: 8pt; font-family:Arial, Helvetica, sans-serif;}
a.PLitemName:link {}
a.PLitemName:active {}
a.PLitemName:visited {}
a.PLitemName:hover {}

.PLitemPrice {font-size: 9pt; font-weight: bold; line-height:18px;}

#pageTextLabel {position:absolute; top:; left:;}
#rssControl	{}

#confirmDiv { position:absolute; top:80px; left:340px;
			border:1px solid #D4D2D2;  /*#B9BEBA;*/
			background-color:#99CCFF;
			color: #333333; 
			font-size: 8pt;
			font-weight: bold;
			padding:10px; }

#flashHelpLink	{ position:absolute; top:10px; left:6px; font-size: 10pt; }
#flashHelp		{ position:absolute; top:15px; left:60px; }


.help  {font-family: Arial; font-size: 8pt; font-weight:bold;}
a.help:link   {color:#EE6633;}
a.help:active {color:#EE6633;}
a.help:visited {color:#EE6633;}
a.help:hover{color: #003366;}

/***    nav bars, controls.jsp ***/
.storeName {font-size: 10pt;
			font-weight: bold;}

.navtext {font-size: 8pt;}
a.navtext:link {}
a.navtext:active {}
a.navtext:visited {}
a.navtext:hover{}

.small {
		font-size: 8pt;
		text-decoration:none; line-height:14px;}
a.small:link {}
a.small:active {}
a.small:visited {}
a.small:hover{}

/***** styles specific to shoppingList.jsp, printShoppingList.jsp, breakout.jsp *****/
.slscreenhdr {background-color: white; color: #333333; 
			font-size:9pt; 
			font-weight: bold;}

.slpreviewtxt { font-size: 8pt; text-decoration:none;}
a.slpreviewtxt:link {}
a.slpreviewtxt:active {}
a.slpreviewtxt:visited {}
a.slpreviewtxt:hover {}

/***** styles specific to unavailable.jsp *****/
.unavailmsg {text-align: center; font-size: 8pt;}
.unavailid {text-align: center; font-size: 9pt;}
.unavailhref {text-align: center; font-size: 9pt;}


/***** styles specific to itemResult.jsp, breakout.jsp *****/
.searchText {font-size: 8pt;
				color: #ffffff;
				font-weight: bold; }

.itemBorder { border-right: 1px dotted #D4D2D2; border-bottom: 1px dotted #D4D2D2;  padding:4px;}

.itemName {font-family: Arial, Helvetica, sans-serif;  font-size: 8pt; font-style1:italic; font-weight:bold; color: #FF3333; }
a.itemName:link {}
a.itemName:active {}
a.itemName:visited {}
a.itemName:hover {}

.breakoutItemName {font-size: 11pt; color: #CC0000; font-weight: bold; font-style1:italic}

.itemPrice {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #003366;}
.breakoutPrice {font-size: 10pt; font-weight: bold;}

.itemMorePrice {font-size: 9pt; color: #FF0000;}

.itemDesc {font-size: 9pt; }

.breakoutItem { padding:9px; padding-bottom:2px;
				font-family: Arial, Helvetica, sans-serif;
				
				width1:98%; 
				background-color1: #99CCFF; 
				border: 1px dotted #D4D2D2;
				filter1:	progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CCFF',endColorstr='#ffffff'), 
						progid:DXImageTransform.Microsoft.shadow(enabled=true,color='#D4D2D2',direction=135,strength=7);
}

/****	styles specific to storeLocator.jsp	 ***/

.storeLocHdr {font-size: 10pt; 
				color: #FF0000;
				font-weight: bold; }

.storeLocTxt { font-size: 9pt; 
				color: #333333;
				font-weight1: bold;
				padding: 8px; }

.storelist {color: #909090;
  			font-size: 11px;
  			line-height: 14px;
  			text-decoration: none;
  			}
  
.titleTxt_508 {font-size: 9pt; font-weight: bold;}  
a.titleTxt_508:link {}
a.titleTxt_508:active {}
a.titleTxt_508:visited {}
a.titleTxt_508:hover {}

.noteIndex_508 { font-size: 9pt;
					width: 15px;
					padding-left: 7px; }
				
.noteTxt_508 { font-size: 9pt;
				padding-left: 6px;
				width: 527px; }
				
.noteRemoveTxt_508 { width: 70px; padding-left: 6px;}
						
.noteHeight_508 { height: 22px; }

.noteLine_508 {border-style:inset; color: #333333; }	
				
.borderBottom {border-bottom: #D4D2D2 1px solid;}

 .normal { font-size: 9pt; font-weight:normal !important;}
 .bigger { font-size: 10pt; }
 .big	 { font-size: 11pt; font-weight: bold; }

/* coupons */
.cBody { font-family: futura,arial; color: #000; }
.cDisclaimer { font-size: 7pt; }
.cHead	{ font-size: 9pt; font-weight: bold; padding-left:17px; padding-right:17px; border:1px solid #000; }
.cCode	{ font-size: 10pt; font-weight: bold; }
.cName	{ font-size: 14pt; font-weight: bold; }
.cPrice	{ font-size: 40pt; font-weight: bold; }
.cDesc	{ font-size: 8pt; padding-bottom:5px; }
.cText	{ font-size: 12pt; font-weight: bold; }

.moreCoupons { color:#EE6633 !important;
			text-decoration:underline;
			font-weight:bold;
			font-size:10pt;
}
#cPrompt {  display:none;
			position:absolute; top:; left:;
			width:380px;
			border:1px solid #999;
			background-color:#f0f0f0;
			color: #333; 
			text-align:center;white-space:nowrap;
			font-size: 9pt;
			padding:10px; 
}

