body 
{
	margin: 0;/* without margins the page would be stuck to the sides*/
    font-family: verdana, arial, sans-serif; /* base font is defined in the page */
    font-size: 12px; /* size font is defined in the page */
    background-color: #E7E8F3;	
}
#sitecontainer
{
    width: 995px;
    margin: 0 auto;
    background: #FFF url(/images/siteshadow.png) repeat-y;
}
#container
{
    width: 975px;
    margin: 0 auto;
    background: #FFF url(/images/divspanimage1.png) repeat-y;
}

#header 
{
	width:975px;
	height:85px;
	background: #6163AC url(/images/header_background.png) repeat-x;
}
#subheader 
{
	width:975px;
	margin: 0;
	padding: 0;
	height:30px;
	background: #000 url(/images/subheaderbg.png) repeat-x;
}
.logo 
{
	width:344px;
	height:85px;
	border:0px;
}
#address a { text-decoration:none; color:white }
#subheaderLeft
{
	float:left;
	line-height:30px;
	width:375px;
	height:30px;
	padding-left: 25px;
	color:#fff;
	font-size:11px
}
#subheaderRight
{
	float:right;
	line-height:30px;
	width:564px;
	height:30px;
	padding-right:11px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	font-size:11px
}
#subheaderRight a { text-decoration:none; color:white }
#footer 
{
	width:995px;
	height:10px;
	background: #E7E8F3 url(/images/sitefooter.png) no-repeat;
}
.subfooter 
{
	background:#E7E8F3;
	font-family:Verdana;
	font-size:10px;
	line-height:13px;
	color:#B0B1D5;
	padding-left:203px;
	padding-bottom:50px;
	padding-right:40px;
}
.subfooter a
{
	color:#6163AC;
	text-decoration:none;
}
.subfooter a:hover
{
	color:#494954;
	text-decoration:underline;
}
.MainContent
{
	font-size: 10px;
	line-height: 15px;
	color:#494954;
}
.MainContent1115
{
	font-size: 11px;
	line-height: 15px;
	color:#494954;
}
.MainContent1115 input, select
{
	font-size: 11px;
	line-height: 15px;
	color:#494954;
}
.MainContent a 
{
	color:#6163AC;
}
.Title
{
	font-family: Georgia;
	font-size: 22px;
	color: #6163AC;
	padding-top: 12px; 
	margin-bottom: -6px;
}
.TitleHR
{	
	width:100%;
	height:1px;
	color:#6163AC;
	background:#6163AC;
	margin-top:10px;
	margin-bottom:10px;
	border: 0;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
.MainContent a:hover
{
	color:#494954;
}
.BrowseTextLinks a { text-decoration:none; color:#494954; }
.BrowseTextLinks a:hover { text-decoration:underline; color:Purple; }
a.BrowseTextLinksDisabled { text-decoration: none; color:#CCC; }
a.BrowseTextLinksDisabled:hover { text-decoration: none; color:#CCC; }

.LargerView { font-weight:bold;text-align:center }
.LargerView a { color:#6163AC;text-decoration:none; }
.LargerView a:hover { color:#494954; text-decoration:underline; }

#address 
{
	float:right;
	color:#fff;
	font-size: 11px;
	line-height: 14px;
	text-align:right;
	margin-right:11px;
	margin-top:25px;
}
#left 
{
    float:left;
    margin: 0;
    width: 176px;
}
.leftNavTab
{
	width:151px;
	height:30px;
	line-height:30px;
	font-size:11px;
	font-family:Georgia;
	padding-left:25px;
	color:#494954;
	cursor: pointer;
}
.leftNavContents
{
	padding-left:25px;
	width:151px;
	font-size:11px;
	font-family:Verdana;
	background-color: #F0F0F1;
	color:#494954;
	padding-top:10px;
	padding-bottom:10px;
}
.leftNavContents a
{
	line-height: 21px;
	text-decoration:none;
	color:#494954;
}
.leftNavContents a:hover
{
	color:#6163AC;
	text-decoration:underline;
}
.QuickSearch
{
	width:106px;
	font-size:12px;
}
.modalPopup 
{
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	background-color:#6163AC;
	border-width:3px;
	border-style:solid;
	border-color:#000;
	padding:3px;
	width:250px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.70;
}
.BrowseCategories
{
	margin-left:-20px;
	width:160px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:10px;
	border-top: solid 1px #4A4C96;
	border-left: solid 1px #4A4C96;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	background-color: #C3C5DF;
	padding-left: 4px;
}
.BrowseCategories a
{
	line-height: 14px;
	font-size:10px;
}
.FilterSection 
{
	padding-top:5px;
}
.FilterHeader 
{
	font-weight:bold;
	padding-bottom:3px;
	font-size: 11px;
	padding-left:5px;
}
.FilterLink 
{
	padding-left:8px; /* 5 pixel initial indent + 3 */
}
.RCount
{
	color:#87878E
}
#center 
{
    float:left;
    width: 409px;
    background-color: #D2D1D1;
    padding: 15px;
    font-family: Georgia;
}

#centerSingle
{
    float:right;
    margin: 0;
    width: 799px;
    background-color: #FFF;
    padding-bottom:15px;
    margin-left: auto;
    margin-right: auto;
}

#right 
{
    float: right;
    margin: 0;
    width: 184px;
    background-color: #DEDCDC;
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.RightHR 
{
	width:100%;
	height:1px;
	color:#C3C3C7;
	background:#C3C3C7;
	margin-top:6px;
	margin-bottom:6px;
	border: 0;
}
.radStock 
{
	margin-left:-5px;
	margin-top:5px;
}
.PagerDropDown
{
	font-size:10px;
	vertical-align:middle;
}
.ResultRow 
{
	border-top: 2px solid #E1E1E3;
	padding-top:8px;
	margin-bottom:5px;
	color: #494954;
	font-size:11px;
}
.divStore 
{
	margin-left:-16px;
	border:solid 1px #dbdbdb;
	width:156px;
	padding-top:5px;
	text-align:center;
	margin-top:10px;
}
.Kosher { vertical-align:middle;width:14px;height:14px; }
.Organic { vertical-align:middle;width:10px;height:17px; }
.Sustainable { vertical-align:middle;width:12px;height:12px;padding-top:1px; }
.NetPricing { width:7px;height:9px;padding-left:3px; }
.ResultRow a { text-decoration:none; color:#494954; }
.ResultRow a:hover { text-decoration:underline; color:Purple; }
.ColorDetail
{
	width:13px;
	height:21px;
	vertical-align:middle;
	padding-right:7px;
	padding-bottom:5px;
}
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.AddButton
{
	width:53px;
	height:25px;
	border:0px;
	padding-top:3px;
	padding-left:5px;
}
.AddButtonDisabled 
{
	width:53px;
	height:25px;
	border:0px;
	padding-top:3px;
	padding-left:5px;
	filter: alpha(opacity=20);
	MozOpacity: 0.2;
	opacity: 0.2;
}
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	filter: alpha(opacity=100);
	MozOpacity: 1;
	opacity: 1;
	background-color: white;
	border: solid 2px black;
	padding: 4px;
	position: absolute;
	top: 100px;
	left: 40%
}
.Hidden 
{
	display:none;
}
.sortArrow 
{
	border:0px;
	vertical-align:text-bottom;
}
.CartRow
{
	font-family:Verdana;
	font-size: 11px;
	line-height: 14px;
	height:50px;
}
.leftNavTab 
{
	font-weight:bold;
}
