/*
	Style Sheet Sections:
		1. Global Tags
		2. Global Rules
		3. Template Rules
		4. Header Rules
		5. Content Rules
		6. Table & Hit List Rules
		7. Form Rules
		8. NavBar Rules
		9. SideBar Rules
		10. Footer Rules
*/


/* ==== 1. ==== Global Tags =========================================================================== */

body
{
	background-image: url(http://myckm.graphics.grocerywebsite.com/G_Headings/HeaderBG.jpg);
	background-repeat: repeat-x;
	background-color: #bac033;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Lucida Sans, Verdana, sans-serif;
	font-size: 14px;
}

div.heading{
	width: 980px;
}

div.heading a.RAY
{
	margin: 15px 5px 5px 250px; 
	float: left;
}

div.heading a.PL
{
	margin: 15px 0 15px 20px; 
	float: left;
}

div.heading a.PE
{
	margin: 15px 0 15px 20px; 
	float: left;
}

div.heading a.SS
{
	margin: 25px 0 15px 20px; 
	float: left;
}

[output_none]/*
div.heading a.SS
{
	margin: 25px 0 15px 20px; 
	float: left;
	border: 1px solid #000;
}
*/[/output_none]
p.ServerName
{
	font-size: 8px;
	font-weight: bold;
}

p.ServerName:hover
{
	font-size: 14px;
	font-weight: bold;
}

/* Be Kind to Netscape 4 Hack */
p, td, th, ul, ol, li, di, dl, dt, dd
{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

p
{
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}

/* Links */
a { color: #493812; }
a:link:hover { color: #493812; }
a:visited { color: #493812; }


th 
{
	font-weight: bold;
	font-size: 14px;
	color: #493812;
}

/* Inline Tags */
strong { font-style: bold; }


/* ==== 2. ==== Global Rules ========================================================================== */

.underline
{
text-decoration: underline; }

.ExtraStrong
{
	color: #369;
}

/* Card Login Messages */

.CardEmphasis { color: #369; }

.Warning { color: #369; }

/* Error */
.DisplayError
{
	margin: 10px;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 0;
	background: #f2e3c8;
}

.DisplayError h1,
.DisplayError h2,
.DisplayError h3,
.DisplayError h4,
.DisplayError h5,
.DisplayError h6
{
	color: #f00;
}



/* Weekly Ad */
.ShoppingListMessage
{
	margin: 5px;
	border: 1px solid #369;
	padding: 0;
	background: #dddddd;
}


/* ==== 3. ==== Template Rules ======================================================================== */

table.Template,
div.Template
{
	margin: 20px;
	background: transparent;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.Template tr td
{
	margin: 0;
	padding: 0;
}


/* ==== 4. ==== Header Rules ========================================================================== */

.HeaderTitle h1
{
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	font-size: 36px;
	color: #999;
}

.CardBanner 
{
	margin: 0;
	padding: 0;
}

.CardBanner table tr td 
{
margin: 0;
padding: 0;
font-size: 10px; 

}

.BannerWeeklyAd 
{
	margin: 0;
	border: 1px solid #369;
	padding: 3px;
	background: edf3fe;
}

.BannerWeeklyAd table tr td { font-size: 10px; }



/* ==== 5. ==== Content Rules ========================================================================= */

.FootNote
{
	font-size: 10px;
	font-style: italic;
}

/* ==== 6. ==== Table & Hit List Rules ================================================================ */

/* Green Bar */
.OddRow { background: #eee; }
tr.OddRow td { padding: 5px; }
.EvenRow { background: #fff; }
tr.EvenRow td { padding: 5px; }


/* ==== 7. ==== Form Rules ========================================================================= */

form 
{
	margin: 0;
	border: 0;
	padding: 0;
}

.Button
{
	margin: 0;
	border-bottom: 2px solid #369;
	border-right: 2px solid #369;
	border-left: 2px solid #daf6fd;
	border-top: 2px solid #daf6fd;
	padding: 4px;
	background: #9cf;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.TotalBanner
{
	margin: 0;
	border-bottom: 2px solid #369;
	border-right: 2px solid #369;
	border-left: 2px solid #daf6fd;
	border-top: 2px solid #daf6fd;
	padding: 2px;
	background: #9cf;
}

/* Standard Form */
.StandardForm
{
	margin: 10px;
	border: 1px solid #369;
	padding: 0;
	background: #ddd;
}

.StandardForm h2
{
	margin: 10px;
	margin-bottom: 3px;
	border: 0;
	padding: 0;
}

.StandardForm p
{
	margin: 3px 10px 3px 10px;
	border: 0;
	padding: 0;
}

.StandardForm table
{
	margin: 7px;
	margin-top: 3px;
	border: 0;
	padding: 0;
}

.StandardForm table tr td { padding: 3px; }

.StandardForm input,
.StandardForm textarea,
.StandardForm checkbox,
.StandardForm radio
{
	margin: 0;
	border: 1px solid gray;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.StandardForm input:hover,
.StandardForm textarea:hover,
.StandardForm checkbox:hover,
.StandardForm radio:hover
{ border: 1px solid #493812; }

.StandardForm input:focus,
.StandardForm textarea:focus,
.StandardForm checkbox:focus,
.StandardForm radio:focus
{
	border: 1px solid #493812;
	background: #fff;
}

.StandardForm select
{
	margin: 0;
	border: 1px solid gray;
	padding: 2px;
}

.StandardForm input[type="submit"]
{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: normal;
	color: white !important;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: -1px -1px 1px #32720d;
	background-color: #7BC011;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7BC011), to(#326A11));
	background-color: #326A11;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #2b2b2b 0px 1px 2px;
	-moz-box-shadow: #2b2b2b 0px 1px 2px;
	border: none;
	cursor: pointer;	
}

.StandardForm input[type="submit"]:hover
{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#7BC011), to(#326A11));
	background-color: #326A11;
}



.StandardForm strong
{
	padding-left: 10px;
	padding-right: 5px;
}

.FormSectionHeading
{
	margin-top: 15px;
	border-top: 3px solid #ddd !importa;
	font-weight: bolder;
	font-size: 14px;
		color: #369;
	background: #ccc;
}

.CheckboxDescription
{
	font-size: 10px;
}

.StandardConfirm
{
	margin: 10px;
	border: none;
	padding: 0;
}

.StandardConfirm table tr td { padding: 5px; }

.FieldTitle { font-weight: bold; }
span.FieldTitle { padding-left: 10px; }
.FieldNotes { font-size: 10px; }
.SubmitButton { padding: 2px; }

/* Standard Wrapper */

div.StandardWrapper 
{
	margin: 10px;
}

div.StandardWrapper div.TL
{
	background:#ddd url(http://Graphics.MyPriceChopper.com/Graphics/GrayTopLeft10x10.gif) top left no-repeat;
}

div.StandardWrapper div.TR
{
	background: url(http://Graphics.MyPriceChopper.com/Graphics/GrayTopRight10x10.gif) top right no-repeat;
}

div.StandardWrapper div.BL
{
	background: url(http://Graphics.MyPriceChopper.com/Graphics/GrayBottomLeft10x10.gif) bottom left no-repeat;
}

div.StandardWrapper div.BR
{
	background: url(http://Graphics.MyPriceChopper.com/Graphics/GrayBottomRight10x10.gif) bottom right no-repeat;
}

div.StandardWrapper .First 
{
	margin-top: 0;
	padding-top: 10px;
}

div.StandardWrapper form.StandardForm
{
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
}

div.StandardWrapper form.StandardForm
{
	margin-bottom: 0;
	padding-bottom: 5px;
}

/*The Following provides spaces around form fields (for Newsletter Signups): */
.StandardWrapper table tr td { padding: 5px; padding-top: 0px;}









/* ==== 9. ==== SideBar Rules ========================================================================= */

.SideIndex
{
	margin: 10px 10px 0 10px;
	border: 1px solid #369;
	border-top: 0;
}

/*
.SideBarBoxHead
{
	margin: 0;
	border: 0; 
	height: 30px;
	width: 150px;
	padding: 5px 0px 0px 0px; 
	font-size: 14px; 
	text-align: center; 
	color: #eee; 
	font-weight: bold; 
	background: url(http://myckm.graphics.grocerywebsite.com/GraphicsSideBar/SideHdr_150x35.jpg) no-repeat center top;
}
*/

div.SideBarBoxHead
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	padding: 0;
	height: 30px;
	display: none;
}

div.SideBarBoxHead h4,
div.SideBarCard h4
{
	margin: 0;
	border: 0;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #ed0a00; 
	font-weight: bold;
}

div.SideBarBoxHead h4 a,
div.SideBarBoxHead h4 a:visited
{
	color: #ed0a00; 
	text-decoration: none;
}

div.SideBarBoxHead h4 a:hover
{
	color: #cb3b33; 
	text-decoration: underline;
}

div.BoxHeadRecipe
{
	margin: 0;
	margin-top: 10px;
	border: 0;
	padding: 0;
	height: 30px;
	background: url(http://myckm.graphics.grocerywebsite.com/GraphicsRecipe_Elements/Hdr_202x35.gif) no-repeat center top;
}

.SideBarRecipe
{
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	background: url(http://myckm.graphics.grocerywebsite.com/GraphicsRecipe_Elements/Bottom_202x600.gif) no-repeat bottom;
}


img.SideBarNavHeadGraphic
{
	margin: 0;
	border: 0;
	padding: 0;
}

.CardText
{
	font-size: 10px;
	color: #FFF;
}

.SideBarNav
{
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	background: url(http://myckm.graphics.grocerywebsite.com/GraphicsSideBar/Bottom_150x600.gif) no-repeat center bottom;
}

.SideBarNav p
{
	margin: 10px;
	padding: 0;
}

.SideBarNavFirst,
ul.SideBarNavFirst,
.SideBarNav ul.SideBarNavFirst,
li.SideBarNavFirst,
.SideBarNav ul li.SideBarNavFirst,
p.SideBarNavFirst
{
	margin-top: 0;
}

.SideBarNav ul
{
	margin: 10px 5px 10px 10px;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.SideBarNav ul li
{
	margin: 5px 0 3px 0;
	border: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.SideBarNav ul li ul,
.SideBarNav ul ul
{
	margin: 3px 5px 10px 10px;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.SideBarNav ul li ul li,
.SideBarNav ul ul li
{
	margin: 3px 0;
	border: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}

/* SideBar Card Box */
.SideBarCard
{
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	background: url(http://myckm.graphics.grocerywebsite.com/GraphicsSideBar/Bottom_150x600.gif) no-repeat center bottom;
}

p.SideBarCardFirst
{
	margin-top: 0;

	text-align: center;
}

.SideBarCard ul
{
	margin: 10px 5px 10px 10px;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.SideBarCard ul li
{
	margin: 5px 0 3px 0;
	border: 0;
	padding: 0;
	font-size: 10px;
}

.SideBarCard form
{
	margin: 5px;
	border: 0;
	padding: 0;
	text-align: center;
}

.SideBarCard form input[type="text"],
.SideBarCard form input[type="password"],
.SideBarCard form input[type="image"]
{
	margin: 5px;
	border: 0;
	padding: 0;
	text-align: center;
	display: block;
}

.SideBarCard form input[type="text"],
.SideBarCard form input[type="password"]
{
	border: 1px solid #369;
	padding: 2px;
	width: 120px;
}

.SideBarCard form p
{
	font-size: 10px; 
	text-align: center; 
	margin-bottom: 0;
}

.SideBarLoginEmail { font-size: 10px; }

/* ==== 10. ==== Footer Rules ========================================================================= */

.FooterNavBar
{
	width: 940px;
	height: 41px;
	margin: 0px auto;
	background: url(http://myckm.graphics.grocerywebsite.com/G_NavImages/NavBG.jpg) repeat-x;
	-moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px;
	text-align: center;	
}

.FooterNavBar ul
{
	margin: 0;
	border: 0;
	padding: 0;
}

.FooterNavBar ul li
{
	font-size: 12px;
	list-style: none;
	display: inline;
	margin: 0 5px;
	border: 0;
	line-height: 35px;
}

.FooterNavBar a:link
{
	font-family: Georgia, Times New Roman, sans-serif;
	color: white;
	text-decoration: underline;
	letter-spacing: 1px;
}

.FooterNavBar a:visited
{
	font-family: Georgia, Times New Roman, sans-serif;
	color: white;
	text-decoration: underline;
	letter-spacing: 1px;
}

.FooterNavBar a:active
{
	font-family: Georgia, Times New Roman, sans-serif;
	color: white;
	text-decoration: underline;
	letter-spacing: 1px;
}

.FooterNavBar a:hover
{
	color: white;
	text-decoration: none;
}


