/* I2O.css - style definitions for adinsertsonline site pages */
/* copyright (c) 2003-2007 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***
#1B4F93 darker blue
#3873c5 brighter blue (hover)
#6F8BAA select border blue
#F3F3F3 pale grey
#DEE9F4 highlight pale blue
**********************/


/**** flyover window ****/
.tipMainContainer {
	background-color: #FFFFFF;
}

.Main {
	padding-left:2px;
}

.Header1
{
	background-color: #FFFFFF;
	color: #333333;
    text-align: left;
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Verdana, sans-serif;
    MARGIN: 5px 0px 5px 0px;
}

.Price
{
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Verdana, sans-serif;
    color:#333333;
    text-align: left;
	padding-top:8px;
	padding-bottom:8px;
    MARGIN: 5px 0px 5px 0px;
}

.Price2
{
	FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Verdana, sans-serif;
    color: #BD0043;
    text-align: left;
    MARGIN: 0px 0px 5px 0px;
}

.Description
{
	FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Verdana, sans-serif;
    color:#333333;
    text-align: left;
    MARGIN: 0px 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: #BF0620;
}

/**********************************************/
/***** 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 		{color: #5C3900;}
a:active 	{color: #5C3900;}
a:visited 	{color: #5C3900;}
a:unknown	{color: #5C3900;}
a:hover 	{color: #5C3900; text-decoration: underline;}

select {font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #333333;  background-color: #FFFFFF;}

input {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #333333;}

p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; color: #333333; margin:3px; }

hr { padding:0px; height:1px; color: #DDDDDD; border:none; border-top: 1px solid #DDDDDD;}

/*** styles for most pages for consistancy ***/

#globalContainer {  width:840px; padding-left:5px; } /* total alotted width */
#mainContainer { width:690px; padding:0px; padding-left:5px; } /* main table/div to hold pages content */
.navBarMain {padding:0px; margin:0px; width:150px;} /* Nav BAR main body style */

.contentBorder { }

/*** Nav Bar styles **/
.divTitle {background-color: #F3F3F3;}
.divContent { padding:5px; overflow: none; }
.divWhite { background-color:white; }
.divBody { border: 1px solid #DDDDDD; border-top: 1px solid #E3E3E3; 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:#FFFFFF; height:18px; border:1px solid #CCCCCC; border-bottom:#CCCCCC 1px solid;} /* page main title bar */
.sltitleBar { background-color: #FFFFFF; height:18px; border:1px solid #CCCCCC; border-bottom:#CCCCCC 1px solid;} /* shopping list title bar */
.ptitleBar { background-color:#FFFFFF; 
			height:26px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #666666; 
			font-size: 10px;
			font-weight: bold;
 } /* products in page large title bar */
 
.ntitleBar { background-color: #FFFFFF; border:1px solid #CCCCCC; border-bottom:#CCCCCC 1px solid;
			height:18px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #666666; 
			font-size: 10px;
			font-weight: bold;
} /* notes title bar */


/* used for rows color alternation */
.oddColor	{ background-color: white;}
.evenColor	{ background-color: #F3F3F3;}

.disclaimer {text-align: center; font-size: 8pt; font-family: Arial, Verdana, Arial, Helvetica, sans-serif; color:#333333; padding-bottom:10px;} /* disclaimer */

.tip {font-size: 8pt; font-family: Arial, Verdana, Arial, Helvetica, sans-serif; color:#666666;} /* page hint  */

.storeid {text-align: center; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}

.storeidBold {display:none; text-align: center; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}

.pricesgood {text-align: center; font-size: 8pt; font-family: Arial, Verdana, Arial, Helvetica, sans-serif; color:#FC0000; font-weight:bold;}

.prodlink {font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 10px; text-decoration: none;  font-weight: bold;}
a.prodlink:link {color: #412700;}
a.prodlink:active {color:  #412700;}
a.prodlink:visited {color: #412700;}
a.prodlink:hover {color: #412700; text-decoration: underline;}


/** redirecting,jsp, cookieInfo.jsp, needsCookie.jsp **/
.stdtext {font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333;}

/***   pagination controls   ***/

.pagenum {font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333;}

.selectedPageNumber {font-family: Verdana, Arial, Helvetica, 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: #3873c5; text-decoration: underline;}

.pageNumber {font-family: Verdana, Arial, Helvetica, 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: #3873c5; text-decoration: underline;}


/***** styles specific to availableAds.jsp *****/

.aastore {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; font-weight: bold;padding-top:5px;}

.aahrefBold {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;}
.aahref 	{color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; }
a.aahref:link {color: #333333; }
a.aahref:active {color: #333333;}
a.aahref:visited {color: #333333;}
a.aahref:hover {color: #333333; text-decoration: underline;}

/***** styles specific to pageLarge.jsp *****/

.imageBorder 		{ border: 1px solid #CCCCCC; OVERFLOW-X1: auto; width:410px; padding:0px;border-collapse: collapse; }
.itemsTableBorder   { border: 1px solid #CCCCCC; width: 255px; border-collapse: collapse; }

.PLitemName {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; font-weight: bold;}
a.PLitemName:link {color: #3873c5; }
a.PLitemName:active {color: #3873c5;}
a.PLitemName:visited {color: #3873c5;}
a.PLitemName:hover {color: #FF6600; }

.PLitemPrice {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}

#pageTextLabel {position:absolute; top:; left:;}
a#pageTextLabel{text-decoration:none;}

/***    nav bars, controls.jsp ***/
.storeName {font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: #333333; 
			font-size: 10px;
			font-weight: bold;}

.navtext {color: #333333; font-family: Arial, Verdana, Arial, Helvetica, sans-serif; 
			font-size: 8pt;}
a.navtext:link {color: #BD0043; }
a.navtext:active {color: #BD0043;}
a.navtext:visited {color: #BD0043;}
a.navtext:hover {color: #BD0043; text-decoration:none;}

.small {
		font-family:  Arial, Verdana, Arial, Helvetica, 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: #121212; text-decoration: underline;}

.slpreviewtxt {
		font-family:  Arial, Verdana, Arial, Helvetica, sans-serif; 
		color: #333333; 
		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: #121212; text-decoration: underline;}


/***** styles specific to shoppingList.jsp, printShoppingList.jsp, breakout.jsp *****/
.slscreenhdr {background-color: white; color: #333333; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size:9pt; 
			font-weight: bold;}

/***** styles specific to unavailable.jsp *****/

.unavailmsg {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9pt; font-weight: bold;}

.unavailid {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt;}

.unavailhref {text-align: center; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9pt; font-weight: bold;}
a.unavailhref:link		{color: #336699;}
a.unavailhref:active	{color: #336699;}
a.unavailhref:visited	{color: #336699;}
a.unavailhref:hover 	{color: #336699;}

/***** styles specific to itemResult.jsp, breakout.jsp *****/
.searchText {font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10px;
				color: #666666;
				text-align: right;
				font-weight: bold; }

.itemBorder { border-right: 1px dashed #DDDDDD; border-bottom: 1px dashed #CCCCCC;  padding:4px;}

.itemName {font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333; font-weight: bold; padding-bottom:7px;}
a.itemName:link {color: #3873c5; font-weight: bold;}
a.itemName:active {color: #3873c5; font-weight: bold;}
a.itemName:visited {color: #3873c5; font-weight: bold;}
a.itemName:hover {color: #FF6600; font-weight: bold; }
.breakoutItemName {font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333; font-weight: bold;}

.itemPrice {font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333; font-weight: bold; padding-bottom:7px;}
.breakoutPrice {font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333; font-weight: bold;}

.itemMorePrice {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #BD0043;}

.itemDesc {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333;}

.breakoutItem { padding:9px; 
				width1:98%; 
				border-left: 1px dashed #CCCCCC;
				border-right: 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: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 9pt; 
				color: #616161;
				font-weight: bold;
				padding-bottom:8px;
			 }

.storeLocTxt { font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				color: #333333;
				
}

.storelist {color: #412700;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, 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: #BD0043; text-decoration: underline;}
a.titleTxt_508:link {color: #BD0043; }
a.titleTxt_508:active {color: #BD0043;}
a.titleTxt_508:visited {color: #BD0043;}

.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: 10pt; }

