﻿BODY
{
	background-color: #FFFFFF; /* Background-color of the page */
	color: #333; /* Color of the text */
	font-family: Verdana, "Lucida Grande" ,Tahoma,Helvetica,sans-serif; /* Font-family for the page */
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px; /* Set the margin top for the page */
	margin-top: 19px; /* Set the margin bottom for the page */
}

/*AKC : 2008-11-14 Change the border color  here*/
/* Main div contains product landing page information */
#Main
{
	width: 800px; /*Width of the information area */
	margin: 0 auto;
	border: 3px solid #397B2A; /* Border-color and width */
	background-color: #FFFFFF; /* Background-color for information area about the product */
}

/* Used for styling the table that wrapps all content place holders */
#ContentWrapper
{
	text-align: center;
	width: 100%;
}

/* PV: 2008-09-26: Used for styling content place holders' td */
#LeftPlaceHolder
{
	width: 30%;
}

#RightPlaceHolder
{
	width: 30%;
}

#TopPlaceHolder td
{
	text-align: center;
}
#BottomPlaceHolder
{
	text-align: center;
}

/* DEFAULT SITE LINKS */
/* Editable properties: color */

a:link
{
	text-decoration: underline;
	color: #003399;
}
a:active
{
	text-decoration: underline;
	color: #003399;
}
a:visited
{
	text-decoration: underline;
	color: #003399;
}
a:hover
{
	text-decoration: underline;
	color: #003399;
}

TD /* Default style for td's */
{
	vertical-align: top;
	text-align: left;
	font-family: Verdana, "Lucida Grande" ,Tahoma,Helvetica,sans-serif; /* for IE5.5 */
	font-size: 11px;
}

.Text
{
	line-height: 1.3;
}
Input
{
	font-size: 12px;
}
Select
{
	font-size: 11px;
}
B
{
	font-weight: normal;
}
.Bold
{
	font-weight: bold;
}
B.RedBold
{
	color: Red;
	font-weight: bold;
}
.REQ
{
	font-weight: bold;
	font-size: 14px;
	color: red;
}
IMG.no_border
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.no_padding
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

/* Prevents horizontal scroll bars from appearing in IE */
html
{
	overflow-x: hidden;
	overflow-y: auto;
}
H1, H2, H3 {margin: 0 0 0 0; padding: 0 0 0 0;}

/* PV: 2008-30-09: Used for styling Store information */

/* Used for styling Store information */
.StoreInfo
{
	text-align: center;
	color: #333333;
}

.StoreInfo #StoreName
{
	font-weight: bold;
}

.StoreInfo #StoreLocalization
{
	font-weight: normal;
}


/* PV: 2008-30-09: PRODUCT DETAIL */
/* Editable properties: background-color, border-color */
.ProductDetail
{
	border: 1px solid #DEDEDE;
	text-align: center;
	background-color: #FFFFFF;
	voice-family: "\"}\"";
	voice-family: inherit;
}

/* The Td that contains the price info table */
.ProductPriceInfo
{
	height: 196px;
}

/* Table containing the price info of the product */
.ProductPriceInfoTable
{
	width: 100%;
}

/* Edit styles for the td that contains the image of the product */
.ProductImage
{
	text-align: left;
	padding-left: 10px;
}

.ProductData
{
	width: 50%;
	vertical-align:middle;
	text-align:left;
}

/* Edit color and font of the product brand */
.ProductDetail-Brand
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

.ProductDetail-ProductName
{
	font-weight: bold;
	font-size: 12px;
}

/* Product Detail Style */
ProductDetailTable
{
	background-color: #FFFFFF;
	border: 2px solid #FFFFCC;
	height: 242px;
	text-align: center;
	voice-family: inherit;
	width: 338px;
}

/*AKC: 2008-11-10 Area(box) that holds but button, price and quantity */
TD.ProductUnitDetail
{
	height: 36px;
	background-color: #619555;
	border-top: 1px solid #DEDEDE;
	
}


/* PV: 2008-30-09: Product detail */
TABLE.Default
{
	border-color: #EAEAEA;
	background-color: #f1f1f1;
	border: 1px;
	padding: 8px;
	text-align: center;
	vertical-align: top; /*WIDTH: 100%*/
}

TD.ProductUnitDetailTD
{
	text-align: center;
	vertical-align: middle;
}

/* Used for styling breadcrumbs: store, category, etc. */
.CategoryHierarchy a:link, 
.CategoryHierarchy a:active,
.CategoryHierarchy a:visited,
.CategoryHierarchy a:hover
{
	font-size: 11px;
	font-weight:normal;
	color: Green;
}


/* BUTTONS */
/* Editable properties: color, background-color, border-color, filter, font-weight */

/* Buy Button style */
.BuyButton, .BuyButtonHover
{
	height: 19px;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	padding: 5px;
	margin-top:3px;
	color: #333;
	font-family: Verdana, "Lucida Grande" ,Tahoma,Helvetica,sans-serif;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #006633; 
	/*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#55006633' );*/
}

/* Aditional style to BuyButtonHover */
.BuyButtonHover
{
	border-color: #ff0000;
	cursor: pointer;
}

/* PV: 2008-09-26: Vertical Bar */
.HorizontalBar
{
  text-align:left;
	background-color: #619555;
	height: 10px;
	width: 795px; /* Specify the width in procent */
  padding-right:5px;
  

}

.btnSpc
{
	padding-right: 7px;
}


/* Editable properties: border-right-color, border-left-color, background-color */
.Cart
{
	text-align: left;
	border-right: 1px solid;
	border-right-color: #006599;
	border-left: 1px solid;
	border-left-color: #006599;
	padding-bottom: 8px;
	margin: 0;
	overflow: auto;
	position: relative;
	background-color: #fff;
	height: 218px;
	width: 183px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 210px;
	width: 181px;
}

/* Sale description text settings */

/* Merchandising Control Display Settings */
.MerchDiv
{
	text-align: center;
}
.MerchContainer
{
	margin: 0 auto;
	text-align: center;
	border: 1px solid;
	border-color: #1A76A3;
	background-color: #fff;
}
.MerchRow
{
	vertical-align: bottom;
}
/* AKC : 2008-11-05
Change the styling of the logo of Merch.Vert here*/
.MerchLogo
{
  background-color:#619555;
  color:White;
  font-style:italic;
  font-weight:normal;
}
/* AKC: 2008-11-05
Change the styling of the rest of the Merch. vert. here*/
.MerchLayOut
{
  border-style:solid;
  border-width:thin;
  border-color:#DEDEDE;
  font-size:small;
  font-weight:bold;
}
/* 1px x 30px image that is tiled accross header, background color used if no image present */
.MerchHead
{
	background-color: #1A76A3;
	background-image: url(   "merchHead.gif" );
	background-repeat: repeat;
}
.MerchHeadText
{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.MerchProd
{
	vertical-align: bottom;
	text-align: center;
}
.merchImage
{
	border: 0px;
}
.merchBrandFit
{
	font-size: 16px;
	font-weight: bold;
	color: #006599;
}
.merchBrandNoFit
{
	font-weight: bold;
	color: #006599;
}
.merchProdDesc
{
	font-size: 12px;
}
.merchSPrice
{
	text-align: center;
	font-weight: bold;
	color: red;
}
/* Sale Price text settings */
.merchPrice
{
	text-align: center;
	font-weight: bold;
	color: black;
}
/* Regular Price text settings */
.merchSaleDesc
{
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: red;
	padding: 3px;
}
/* Sale description text settings */

/*** Class and ID definitions for Recipe of the Day Control ***/
#rodTbl
{
	width: 100%;
	background-color: transparent;
	padding: 0px;
	border: none 0px;
	margin: 0px;
	text-align: center;
}
.rodSpacerCell
{
	width: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
#rodImageCell
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#rodImg
{
	border: solid 5px;
	margin: 0px 0px 0px 0px;
	border-color: #FFFFFF;
}
#rodTextCell
{
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* PV: 2008-09-30: Nutritions Facts styles: */
Table.ProductNutrition
{
	border: 1px solid;
	border-color: #555;
	width: 338px;
	padding: 8px;
	background-color: #fff;
}
.nf_dv
{
	padding-top: 3px;
	font-size: 10px;
}
.nf_Text
{
	font-size: 12px;
}
.nf_TextBold
{
	font-weight: bold;
	font-size: 12px;
}
.nf_TextSmallBold
{
	font-size: 10px;
	font-weight: bold;
}
.nf_dvCell
{
	border-top: 1px solid #555;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.nf_dvCellRight
{
	border-top: 1px solid #555;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-align: right;
}
.nf_dvCellIndent
{
	border-top: 1px solid #555;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
}
/* End Nutritios Facts styles */



/* MPB: 4-29-2005: Product Detail */

.ProductDetail-ProductNutritionHeader
{
	text-align: center;
}
.ProductDetail-ProductMoreInfoHeader
{
	text-align: center;
}

.ProductNutrition
{
	border: 1px solid;
	border-color: #555;
	padding: 8px;
	margin-bottom:10px;
	background-color: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 340px;
}
.ProductMoreInfo
{
	border: 1px solid;
	border-color: #555;
	width: 340px;
	padding: 8px;
	margin-bottom:10px;
	background-color: #fff;
}

/* PV: 2008-10-13: GoogleSkyScrapper style */
.GoogleSkyScrapper
{
	padding-bottom: 10px;
}

/* PV: 2008-10-13: GoogleFooterBanner style */
.GoogleFooterBanner
{
	padding-bottom:10px;
}

.ProductIdentifier
{
	font-weight:bold;
	font-size: 11px;
}

/* Search Box Style */
#searchBox 
{width: 340px; position:relative; text-align: center; margin-bottom: 10px; background-color:  #619555; border: solid 1px #dedede;}
.searchHeading { font-size: 14px; font-weight: bold; color: black;}
.searchLabel { font-size: 12px; font-weight: bold;}
.searchButton, .searchButtonHover
{
    margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: #333;
	font-family: Verdana, "Lucida Grande" ,Tahoma,Helvetica,sans-serif;
    background-color: #FFFFFF;
	border: 1px solid;
	border-color: #006633; 
}

   

.searchButtonHover
{
	border-color: #ff0000;
	cursor: pointer;
}

.searchTextBox { width: 150px; }

#searchDropContainer
{
    position: relative;
    width: 340px;
}

#searchFlyOut 
{
    margin: 0; padding: 0;
    position: absolute;
    margin-left: 100px;
    margin-top: -13px;
    text-align: left;
    width: 151px;
    background-color: #fff;
    border-left: solid 1px #ccc;
    border-top: dotted 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    visibility: hidden;
}