/* I2O.css - style definitions for adinsertsonline site pages */
/* copyright (c) 2003-2005 Vertis Inc. All rights reserved. */


/***** Main Colors ****
#EDE8DO dove grey (lt. brown)
#CCCCCC light grey
#EA7701 vertis orange
#8B7A6F dark brown
#F0F1F3 light grey
#A4A4A4 darker grey
#666666 dark grey
**********************/

/* Customer Colors***
#62BD19 light green
#FF0000 red
#FF8000 orange
#E24900 russet red
#EDE8DD tan
#999999 grey
#F3F3F3 highlight
** End Customer Colors*/

/**** flyover window ****/
.tipMainContainer
{
	background-color: #FFFFFF;
}

.Main
{
	padding-left:2px;
}

.Header1
{
	background-color: #FFFFFF;
	color: #333333;
    text-align: left;
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    MARGIN: 5px 0px 5px 0px;
}

.Price
{
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    color:#333333;
    text-align: center;
    MARGIN: 5px 0px 5px 0px;
}

.Price2
{
	FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    color: #E24900;
    text-align: left;
    MARGIN: 5px 0px 5px 0px;
}

.Description
{
	FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    color:#333333;
    text-align: left;
    MARGIN: 5px 0px 5px 0px;
}

.text {
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 8pt; 
    color: #333333;
}

.graytext {
     font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 8pt; 
    color: #333333;
}

/**********************************************/
/***** styles shared by two or more pages *****/

body {
    color: #333333;
	background-color: white; 
	margin: 0; 
	overflow:auto;
   	SCROLLBAR-FACE-COLOR: #EEEEEE;
    SCROLLBAR-HIGHLIGHT-COLOR1: #999999;
    SCROLLBAR-SHADOW-COLOR1: #999999;
    SCROLLBAR-ARROW-COLOR: #333333;
    SCROLLBAR-BASE-COLOR: white;
	scrollbar-3dlight-color:;
    scrollbar-darkshadow-color:;
}
/* default styles */
a:link, a:active, a:visited, a:unknown	{color: #666666; text-decoration: none;}
a:hover {color: #666666; text-decoration: underline;}

select {font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; color: #333333;  background-color: #FFFFFF;}

input {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 7pt; color: #333333;}

p {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11pt; color: #333333; margin: 0px 0px 5px 0px; }

hr { padding:0px; height:1px; color: #EDE8DD;}

/*** styles for most pages for consistancy ***/

#mainContainer { width:583px; padding:0; padding-left:5px;} /* main table/div to hold pages content */

.navBarMain {padding:0px; margin:0px; width:150px; border-top:1px solid #CCCCCC;} /* Nav BAR main body style */

#globalContainer { width:720px; margin:0px; margin-left:10px; } /* holds both NavBar & mainContainer */

.contentBorder { }

/*** Nav Bar styles **/
.divider {padding-top:1px; padding-bottom:1px}	/* Nav Bar sections separator */
.dividerColor {background-color:#CCCCCC; width: 1px; height:100%;}

.dividerH {padding-left:1px; padding-right:1px;}	/* Left and Right Nav Bar sections separator */
.dividerColorH {width: 100%; height:1px;border-bottom:1px solid #000000;}

.divTitle {background-color: #F3F3F3;}
.divContent { padding:5px; overflow: none; }
.divWhite { background-color:white; }
.divBody { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; width:100%; height:100%; background-color: #F3F3F3; }
.arrow {text-decoration: none; width:110px;height:17px; vertical-align:absbottom; } 
a.arrow:link 	{}
a.arrow:active 	{}
a.arrow:visited {}
a.arrow:unknown	{}
a.arrow:hover 	{text-decoration: none; }

/*** title bars in pages ***/
.titleBar { background-color: #F3F3F3; height:20px; border-bottom:#CCCCCC 1px solid;} /* page main title bar */
.sltitleBar { background-color: #F3F3F3; height:20px; border-bottom:#CCCCCC 1px solid;} /* shopping list title bar */
.ptitleBar { background-color:#F3F3F3; 
			height:24px;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #666666; 
			font-size: 8pt;
			font-weight: bold;
 } /* products in page large title bar */
 
.ntitleBar { background-color: #F3F3F3; border-bottom:#CCCCCC 1px solid;
			height:20px; 
			font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #6666663; 
			font-size: 10px;
			font-weight: bold;
} /* notes title bar */


/* used for rows color alternation */
.oddColor	{ background-color: white;}
.evenColor	{ background-color: #F3F3F3;}

.disclaimer {font-size: xx-small; font-family: Arial, Helvetica, Verdana, sans-serif; color:#5d5d5d;} /* disclaimer */

.tip {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color:#666666;} /* page hint  */

.storeid {text-align: center; font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif;}

.storeidBold {display:none; text-align: center; font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}

.pricesgood {text-align: center; font-size: 8pt; font-family: Arial, Helvetica,Verdana, sans-serif; color:#666666;}

.prodlink {font-family: Arial, Helvetica, Verdana, sans-serif; color: #666666; font-size: 10px; text-decoration: none;  font-weight: bold;}
a.prodlink:link {color: #666666;}
a.prodlink:active {color:  #666666;}
a.prodlink:visited {color: #666666;}
a.prodlink:hover {color: #62BD19; text-decoration: underline;}


/** redirecting,jsp, cookieInfo.jsp, needsCookie.jsp **/
.stdtext {font-family: Arial, Helvetica,Verdana, sans-serif; font-size: 9pt; color: #333333;}

/***   pagination controls   ***/

.pagenum {font-family: Arial, Helvetica,Verdana, sans-serif; font-size: 10px; color: #333333;}

.selectedPageNumber {font-family: Arial, Helvetica,Verdana, sans-serif; color: #999999; font-size: 8pt; text-decoration: none;  font-weight: bold;}
a.selectedPageNumber:link {color: #333333;}
a.selectedPageNumber:active {color: #333333;}
a.selectedPageNumber:visited {color: #333333;}
a.selectedPageNumber:hover {color: #62BD19; text-decoration: underline;}

.pageNumber {font-family: Arial, Helvetica,Verdana, sans-serif; color: #999999; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.pageNumber:link {color: #333333;}
a.pageNumber:active {color: #333333;}
a.pageNumber:visited {color: #333333;}
a.pageNumber:hover {color: #62BD19; text-decoration: underline;}


/***** styles specific to availableAds.jsp *****/

.aastore {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9pt; font-weight: bold;padding-top:5px;}

.aahrefBold {color: #333333; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none;}
.aahref 	{color: #333333; font-family: Arial, Helvetica, Verdana, sans-serif; font-size:8pt; text-decoration: none; }
a.aahref:link {color: #333333; }
a.aahref:active {color: #333333;}
a.aahref:visited {color: #333333;}
a.aahref:hover {color: #62BD19; text-decoration: underline;}

/***** styles specific to pageLarge.jsp *****/

.imageBorder 		{ border: 1px solid #CCCCCC; OVERFLOW-X: auto; width:550px; padding:0px; border-collapse:collapse; }
.itemsTableBorder   { border: 1px solid #CCCCCC; width: 140px; border-collapse: collapse; }

.PLitemName {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; color: #333333; font-weight: bold;}
a.PLitemName:link {color: #666666; }
a.PLitemName:active {color: #666666;}
a.PLitemName:visited {color: #666666;}
a.PLitemName:hover {color: #62BD19; }

.PLitemPrice {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; color: #333333;}

#pageTextLabel {position:absolute; top:; left:;}

/***    nav bars, controls.jsp ***/
.storeName {font-family: Arial, Helvetica, Verdana, sans-serif; 
			color: #333333; 
			font-size: 10px;
			font-weight: bold;}

.navtext {
		font-family:  Arial, Helvetica,Verdana, sans-serif; 
		color: #000000; 
		font-size: 8pt;
		text-decoration: none;
		}
a.navtext:link {color: #62BD19;}
a.navtext:active {color: #62BD19;}
a.navtext:visited {color: #62BD19;}
a.navtext:hover{color: #62BD19; text-decoration: underline;}

.small {
		font-family:  Arial, Helvetica,Verdana, sans-serif; 
		color: #333333; 
		font-size: 10px;
		text-decoration:none;}
a.small:link {color: #333333;}
a.small:active {color: #333333;}
a.small:visited {color: #333333;}
a.small:hover{color: #62BD19; text-decoration: underline;}

/***** styles specific to shoppingList.jsp, printShoppingList.jsp, breakout.jsp *****/
.slscreenhdr {background-color: white; color: #333333; 
			font-family: Arial, Helvetica, Verdana, sans-serif; 
			font-size:9pt; 
			font-weight: bold;}

.slpreviewtxt {color: #333333; font-family: Arial, Helvetica,Verdana, sans-serif; 
			font-size: 8pt; text-decoration:none;}
a.slpreviewtxt:link {color: #333333; }
a.slpreviewtxt:active {color: #333333;}
a.slpreviewtxt:visited {color: #333333;}
a.slpreviewtxt:hover {color: #62BD19; text-decoration: underline;}

/***** styles specific to unavailable.jsp *****/

.unavailmsg {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold;}

.unavailid {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px;}

.unavailhref {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px}



/***** styles specific to itemResult.jsp, breakout.jsp *****/
.searchText {font-family: Arial, Helvetica, Verdana, sans-serif; 
				font-size: 8pt;
				color: #666666;
				text-align: right;
				font-weight1: bold; }

.itemBorder { border-right: 1px dashed #EDE8DD; border-bottom: 1px dashed #EDE8DD;  padding:4px;}

.itemName {font-family: Arial, Helvetica,Verdana, sans-serif; font-size: 8pt; color: #333333; font-weight1: bold;}
a.itemName:link {color: #62BD19; }
a.itemName:active {color: #62BD19;}
a.itemName:visited {color: #62BD19;}
a.itemName:hover {color: #62BD19; }
.breakoutItemName {font-family: Arial, Helvetica,Verdana, sans-serif; font-size: 9pt; color: #333333; font-weight: bold;}

.itemPrice {font-family: Arial, Helvetica,Verdana, sans-serif; font-size: 9pt; color: #333333; font-weight: bold; padding-top:5px; padding-bottom:5px;}
.breakoutPrice {font-family: Arial, Helvetica,Verdana, sans-serif; font-size: 11pt; color: #333333; font-weight: bold;}

.itemMorePrice {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; color: #E24900;}

.itemDesc {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; color: #333333;}

.breakoutItem { padding:9px; 
				width1:98%; 
				background-color1: #F2EFE7; 
				border: 1px dashed #CCCCCC;
				border-right1: 1px dashed #CCCCCC;
				filter1:	progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2EFE7',endColorstr='#ffffff'), 
						progid:DXImageTransform.Microsoft.shadow(enabled=true,color='#CCCCCC',direction=135,strength=7);
}

/****	styles specific to storeLocator.jsp	 ***/

.storeLocHdr {font-family: Arial, Helvetica, Verdana, sans-serif; 
				font-size: 9pt; 
				color: #CD0000;
				font-weight: bold; }

.storeLocTxt { font-family: Arial, Helvetica, Verdana, sans-serif; 
				font-size: 8pt; 
				color: #000000;
				font-weight: bold;
				padding:5px;
}

.storelist {color: #969A9A;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }
  
  
.titleTxt_508 {font-family: Arial, Helvetica, Verdana, sans-serif; color: #666666; font-size: 9pt; text-decoration: none;  font-weight: bold;}  
a.titleTxt_508:hover {color: #3873c5; text-decoration: underline;}
a.titleTxt_508:link {color: #3873c5; }
a.titleTxt_508:active {color: #3873c5;}
a.titleTxt_508:visited {color: #3873c5;}

.noteIndex_508 { font-family:Arial, Helvetica, Verdana, sans-serif; 
					font-size: 9pt;
					width: 15px;
					padding-left: 7px; }
				
.noteTxt_508 { font-family:Arial, Helvetica, Verdana, sans-serif; 
				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:#F0F0F0; }	
				
.borderBottom {border-bottom:#CCCCCC 1px solid;}

 .normal { font-size: 9pt; font-weight:normal;}
 .bigger { font-size: 10pt; }
 .big	 { font-size: 11pt; }
