 /* Overall Layout Formatting
----------------------------------------------- */
BODY { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background: #ffffff; 
	font: 100% helvetica, 
	arial,san-serif; 
	color: #000; 
}

#BodyContainer {
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	width: 960px;
}

#Masthead { 
	margin: 0; 
	padding: 0; 
	background: #5A1F00 url(../images/global-masthead_bg.gif) no-repeat; 
	position: relative; 
	text-align: left; 
	width: 960px; 
	height: 66px;
}

#BellyWrapper { 
	position: relative; 
	text-align: left; 
	width: 960px; 
}

/* Masthead Treatment
----------------------------------------------- */
#Masthead #Logo { float: left; padding: 5px 0 0 10px; }
#Masthead UL {  }
#Masthead LI { position: relative; display: inline; }
#Masthead P { font-size: 75%; line-height: 1.5em; color: #FFF; text-align: right; padding: 10px 20px 0 0; }
#Masthead LI { font-size: 80%; }
#Masthead A { padding-left: 10px; color: #FAA71A; text-decoration: none; font-weight: bold; }
#Masthead A:HOVER { color: #FFF; }

#Masthead #SearchContainer { text-align: right; padding: 5px 20px 0 0; }
#Masthead #SearchContainer input[type=image] { vertical-align: middle; }
#Masthead #SearchContainer input[type=text] { border: 1px solid #fff; vertical-align: middle; }

#Navigation { text-align: right; padding: 5px; background-color: #5A1F00; }
#Navigation UL { }
#Navigation LI { border-left: 1px solid #FAA71A; position: relative; display: inline; font-weight: bold; }
#Navigation A { color: #FAA71A; padding: 3px 3px 3px 3px; text-decoration: none; font-size: .9em; }
#Navigation LI.First  { border: none; }
#Navigation LI.Selected A { color: #ffff99; }

#SubNavigation { text-align: right; height: 30px; background: #FAA71A; }
#SubNavigation UL { padding-top: 5px; }
#SubNavigation LI { position: relative; display: inline; padding: 5px; }
#SubNavigation A { color: #663300; padding: 3px 3px 3px 3px; text-decoration: none; font-size: .9em; }
#SubNavigation LI.Selected A { text-decoration: underline; }


dl { 
	padding-bottom: 3px;
}

dl dt {
	/* border : 1px solid #fff; */
	width: 160px; 
	float: left; 
	text-align: left; 
	/* background-color: #fff;  */
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	line-height: 1.7em;
	height: 1.7em;
	font-size: 0.9em;
	font-weight: bold; 
}

dl dd {
	margin-left: 150px;
	min-height: 1.8em;
	clear: right;
	line-height: 1.7em;
	margin-bottom: 1px;
	padding-left: 5px;
	text-align: left;
}

p {
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}


#MinorControls { float: right; font-size: 0.80em; }
.CreamBg H4 { padding-bottom: 10px; }

#SmallNavigation A.Selected { color:#a1410f; }
#SmallNavigation LI.Selected { 
	background: #fe9f0a url(../images/smallnavigation-tab-selected-bg.png) no-repeat; top left;
}

#Pagehead { margin: 0 auto; position: relative; text-align: left; width: 940px; }
#Pagehead DIV.Breadcrumb { height: 24px; padding: 4px 0 0 0; float: left; font-size: 70%; }
#Pagehead H1 { float: left; clear: left; padding-top: 0px; }

/* Column Treatment
----------------------------------------------- */
#Columns { clear: both; padding-top: 0px; }
.OneColumn #Column1 { width: auto; min-height: 400px; }

.TwoColumn #Column1 { padding: 20px; width: 165px; float: left; }
.TwoColumn #Column2 { padding: 10px; width: 708px; float: left; }

#MyAccount .TwoColumn #Column2 { padding: 10px 0; width: 762px; float: left; border-top: 1px solid #C7A695; }

.ThreeColumn #Column1 { margin-right: 10px; padding: 0; width: 165px; float: left; clear: all; }
.ThreeColumn #Column2 { padding: 10px 0; width: 550px; float: left; }
.ThreeColumn #Column3 { padding: 10px 0; width: 222px; float: right; }

/* Footer Treatment
----------------------------------------------- */
#Footer { clear: both; background: #FFF url(../images/global-quicklinks_green_bg.gif) repeat-x; width: 960px; padding-top: 15px; }
#Footer UL { margin-bottom: .25em; }
#Footer LI { margin-right: 10px; display: inline; font-size: 75%; font-weight: bold; }
#Footer P  { color: #c0c0c0; margin-bottom: .25em; font-size: 75%; line-height: 1.35em; font-weight: bold; }
#Footer A 			{ color: #5a1f00; text-decoration: underline; }
#Footer A:LINK 		{ color: #5a1f00; }
#Footer A:VISITED 	{ color: #5a1f00; text-decoration: underline; }
#Footer A:ACTIVE 	{ color: #5a1f00; text-decoration: underline; }
#Footer A:HOVER 	{ color: #b33e00; text-decoration: underline; }

/* Global Typography
----------------------------------------------- */
H1, H2, H3,H4, H5, H6 { margin: 0; padding: 0; font-weight: bold; line-height: 1em; color: #000; }
H1 { font-size: 200%; }
H2 { font-size: 160%; }
H3 { margin-bottom: .35em; font-size: 120%; font-weight: bold; }
H4 { margin-bottom: .15em; color: #3D3D3D; font-size: 100%; font-weight: bold; }
H5 { font-size: 90%; font-weight: bold; color: #363636; }
H6 { font-size: 80%; font-weight: bold; color: #363636; text-transform: uppercase; }


/* Overall Link Treatment
----------------------------------------------- */
A 		{ color: #FF6500; text-decoration: underline; }
A:LINK 		{ color: #FF6500; }
A:VISITED 	{ color: #FF6500; text-decoration: underline; }
A:ACTIVE 	{ color: #FF6500; text-decoration: underline; }
A:HOVER 	{ color: #C63; text-decoration: underline; cursor: pointer; }

/* Overall List Treatment
----------------------------------------------- */
UL {  }
OL {  }
LI {  }
DL {  }
DT {  }
DD {  }


/* Global Utilities
----------------------------------------------- */
.Left { float: left; }
.Right { float: right; }
.TextCenter { text-align: center; }
.CreamBg { padding: 10px; background: url(../images/global-column_cream_bg.gif) repeat-x; min-height: 400px; width: auto; }
.FormBox { min-height: 70px; vertical-align: middle; margin: 0; padding: 10px; background: #fefbee; border: 1px solid #cbac9c; margin: 10px; }
.FormBox input[type=submit] { margin-top: 20px; }
.NoDisplay { display: none; }
.EmphasisBox { border: 1px solid #cbac9c; padding: 10px; }
.TextAlignRight { text-align: right; }
.TextAlignLeft { text-align: left; }
.TextAlignCenter { text-align: center; }
.HeightStub { height: 150px; padding-top: 80px; text-align: center; }
.nowrap { white-space: nowrap; }

TR { vertical-align: top; }

FORM INPUT.Sm { width: 60px; }
FORM INPUT.Md { width: 160px; }
FORM INPUT.Lg { width: 220px; }

DIV.AlertBox { margin-bottom: 10px; padding: 10px; line-height: 1.25em; }
DIV.AlertBox.Red { background: #e8b1a1; color: #a62600; border: 1px solid #fe0002; }
DIV.AlertBox.Green { background: #a9cc66; border: 1px solid #C7A695; color: #477725; }
DIV.AlertBox.Green H3 { color: #FFFFFF; }
DIV.AlertBox P { font-size: 100%; font-weight: bold; }
DIV.AlertBox UL { margin: .25em 1em; list-style: disc; }
DIV.AlertBox LI { font-size: 80%; font-weight: bold; }

.SmallText { font-size: .75em }

.Tabnav { padding: 0px 0 2px 0px; }
.Tabnav UL { }
.Tabnav LI { display: inline; font-weight: bold; font-size: 0.9em; vertical-align: top; }
.Tabnav A { color: #FAA71A; padding: 5px 10px 3px 10px; background: url(/images/global-smallnav_tab.gif) no-repeat top left; text-decoration: none; }
.Tabnav A.Selected { color: #7d8568; background: url(/images/global-smallnav_tab.gif) no-repeat top left; }

.RedLabel { display: inline; color: #851d19; font-weight: bold; }

/* Home Specific Treatment
----------------------------------------------- */
#Home #Banner { float: left; }
#Home #Login { background-color: #477725; height: 260px; width: 200px; float: left; }
#Home #CustomerLogin { margin-left: 10px; padding: 10px 10px 0 10px; height: 175px; }
#Home #CustomerLogin { }
#Home #CustomerLogin.LoggedOut {  color: #FFF; }
#Home #CustomerLogin.LoggedOut H4 { margin-bottom: 0; color: #FFF; }
#Home #CustomerLogin.LoggedOut FORM { padding: 5px 0; }
#Home #CustomerLogin.LoggedOut LABEL { font-size: 80%; }
#Home #CustomerLogin.LoggedOut INPUT.Button { }
#Home #CustomerLogin A { color: #FAA71A; padding: 3px 3px 3px 3px; text-decoration: none; font-size: .9em; }
#Home #VendorLink { height: 35px; text-align: center; background-color: #5a1f00; border-bottom: 1px solid #FF6500; padding: 10px; }
#Home #VendorLink A { padding-left: 10px; color: #FAA71A; text-decoration: none; font-weight: bold; font-size: .85em; }

#Home .Columns { width: 434px; float: left; min-height: 0px; padding: 20px; text-align: justify; }
#Home .Columns IMG { padding-left: 5px; padding-top: 5px;}
#Home .Columns H3 { color: #e29e02; }
#Home #Column1 { margin-left: 60px; width: 190px; margin-bottom: 50px; }
#Home #Column2 { width: 170px; }
#Home #Column3 { width: 110px; margin-top: 10px; }
#Home #Column4 { 
	width: 190px; 
	margin-top: 20px; 
	border: 1px solid #000; 
	background-color: #477725; 
	margin-left: 20px; 
	height: 120px; 
	color: #fff; 
	text-align: left; 
	padding: 10px; 
}
#Home #Column4 p { padding: 10px 5px 15px 10px; }

#Home #TopDescriptionHeadline { text-align: center; padding-top: 10px; padding-top: 270px; }
#Home #TopDescription { padding-left: 60px; padding-right: 60px; }
#Home LI { list-style: circle; }

/* Add Unislisted Item Treatment
----------------------------------------------- */
DIV#AddUnlistedItem INPUT#ProductName { width: 400px; }

/* Alternate Contact Treatment
----------------------------------------------- */
UL.PreferredChefs { }
UL.PreferredChefs LI { list-style: circle; margin-left: 20px; }



/* Catalog Treatment
----------------------------------------------- */


/* Vendors Treatment
----------------------------------------------- */
#Vendors DIV.Item.Address { margin-bottom: 1em;  width: 200px; overflow: auto; float: left; color: #000; }
#Vendors DIV.Item.Address DL { margin-bottom: .5em; padding: 10px; }
#Vendors DIV.Item.Address DT { margin-bottom: .3em; font-size: 80%; font-weight: bold; }
#Vendors DIV.Item.Address DD { margin-bottom: .15em; font-size: 80%; }

/* Order Treatment
----------------------------------------------- */
#OrderList { padding-bottom: 10px; }
#OrderView { }
#OrderView .Item.Address { margin-bottom: 1em;  width: 250px; float: left; color: #000; }
#OrderView .Item.Address DL { margin-bottom: .5em; padding: 10px; }
#OrderView .Item.Address DT { margin-bottom: .3em; font-size: 80%; font-weight: bold; }
#OrderView .Item.Address DD { margin-bottom: .15em; font-size: 80%; }
#OrderView DIV.OrderTotal { float: right; padding: 15px; width: 350px; background: #fffbee; border: 1px solid #c7a695; margin: 10px; }
#OrderView DIV.SpecialRequests { border: 1px solid #c7a695; margin-top: 20px; width: 250px; padding: 10px; float: left; }
#OrderView TD.VendorName { border-top: 1px solid #c2ccaf; }
#OrderView TEXTAREA.LineItemNotes { width: 200px; height: 2.5em; }
#OrderView THEAD TH { font-size: 0.8em; }

UL#OrderTools { float: right;  }
UL#OrderTools LI { padding-left: 10px; display: inline; font-size: 80%; font-weight: bold; }

DIV.OrderSaved { width: 300px; color: #000000; float: right; text-align: center;}
DIV.OrderSaved.Green { background: #a9cc66; border: 1px solid #C7A695; color: #477725; }
DIV.OrderSaved.Red { background: #e8b1a1; color: #a62600; border: 1px solid #fe0002; }

/* Contact Specific Treatment
----------------------------------------------- */
#ContactUs.Index .FormBox DT LABEL { font-size: 80%; font-weight: bold; }
#ContactUs.Index #Column3 TABLE {  }
#ContactUs.Index #Column3 TABLE TD { padding: 5px 5px 0 0; vertical-align: top; }
#ContactUs.Index #Column3 IMG {  }
#ContactUs.Index #Column3 DL { line-height: 1.15em; }
#ContactUs.Index #Column3 DT { font-size: 80%; font-weight: bold; }
#ContactUs.Index #Column3 DD { font-size: 75%; }
DIV.FromInputsLabels { float: left; width: 130px; }

/* Clipboard Treatment
----------------------------------------------- */
.ClipboardNote { width: 90%; }
#Clipboard { }
#Clipboard .AddToOrder { background-color: #faa71a; text-align: center; }
#Clipboard .AddToOrder input[type=submit] { float: left; }
#Clipboard .ParGroup { background-color: #d4e5b2; text-align: center; }
#Clipboard TD.VendorName { border-top: 1px solid #c2ccaf; }

/* HowItWorks Specific Treatment
----------------------------------------------- */
#HowItWorks TABLE#Benefits {  }
#HowItWorks TABLE#Benefits TR { vertical-align: top; }
#HowItWorks TABLE#Benefits TH { font-weight: bold; text-align: center; }
#HowItWorks TABLE#Benefits TD { padding: 5px; vertical-align: top; }
#HowItWorks TABLE#Benefits TD.Item { background: #fef8de; border-top: 1px solid #ccae9f; border-left: 1px solid #ccae9f; text-align: center;}
#HowItWorks TABLE#Benefits TD.Last { border-right: 1px solid #ccae9f; }

#HowItWorks #Column3 DIV#CustomerLogin DL { margin-bottom: .75em; }
#HowItWorks #Column3 DIV#CustomerLogin DL DT { font-size: 100%; font-weight: bold; }
#HowItWorks #Column3 DIV#CustomerLogin DL DD { font-size: 80%; }

/* Signup Specific Treatment
----------------------------------------------- */
DL.Steps { margin-top: 10px; }
DL.Steps DT { margin-bottom: 5px; font-size: 85%; font-weight: bold; color: #000; margin: 0px; line-height 1.25em; clear: both; height: auto; padding-bottom: 5px; }
DL.Steps DD { margin-bottom: 5px; font-size: 75%; color: #6d6d6d; line-height: 1.25em; margin: 0px;clear: both; padding-bottom: 5px; }

#SignUpStep1 #AccountTypes { margin-bottom: 20px; width: 545px; }
#SignUpStep1 #AccountTypes DL { padding: 10px; margin-right: 10px; min-height: 120px; width: 240px; float: left; background: #477725; border: 1px solid #c7a695; color: #FFF; }
#SignUpStep1 #AccountTypes DT { height: auto; font-size: 85%; font-weight: bold; margin: 0px; width: auto; clear: both; padding: 5px; }
#SignUpStep1 #AccountTypes DD { margin-bottom: 5px; font-size: 75%; line-height: 1.35em; margin: 0px; line-height: 1em; clear: both; padding: 5px; }
#SignUpStep1 P.Terms { margin-bottom: 1em; }
#SignUpStep1 INPUT.SubmitButton { padding: 10px; }

#SignUpStep2 .FormBox { margin-bottom: 20px; }
#SignUpStep2 .FormBox DL { margin-bottom: .5em; }
#SignUpStep2 .FormBox DT LABEL { font-size: 80%; font-weight: bold; }
#SignUpStep2 .FormBox .WhereWeAre { margin-top: 10px; float: right; width: 250px; }

#SignUpStep3 .FormBox { margin-bottom: 20px; }
#SignUpStep3 .FormBox DL { margin-bottom: .5em; }
#SignUpStep3 .FormBox DT LABEL { font-size: 80%; font-weight: bold; }
#SignUpStep3 .FormBox DD.FormInstruction { font-size: 75%; color: #666; }

#Login .FormBox { margin-bottom: 20px; }
#Login .FormBox DT LABEL { font-size: 80%; font-weight: bold; }
#Login INPUT.SubmitButton { padding-top: 10px; }

/* MyAccount Specific Treatment
----------------------------------------------- */
#MyAccount .Item.PreferredVendor { width: 27%; float: left; padding: 10px; margin-bottom: 20px; border: 1px solid #cbac9c; margin-left: 10px; height: 160px; }
#MyAccount TD.Item.Address { width: 45%; padding: 10px; margin-bottom: 20px; border: 1px solid #cbac9c; }


/* Product list Specific Treatment
----------------------------------------------- */
.ProductListPriceInput { width: 40px; border: 1px solid grey; }
.ProductListWideInput { border: 1px solid grey; font-weight: bold; width: 90%; }
.ProductListDescriptionInput { width: 90%; height: 40px; border: 1px solid grey; }
.ProductListEditContainer { }
.ProductAddEditSpecialsBlock { background-color: #e3e3e3; border: 1px solid #c9c9c9; font-size: 0.8em; margin-bottom: 20px; }
.BulkEditSubmit { padding: 10px; align: right; }

DIV#PaginationContainer { background-color: #d4e5b2; border-bottom: 1px solid #000000; border-top: 1px solid #000000; text-align: center; margin-bottom: 2px; padding: 5px; }
SPAN#PaginationPageContainer { padding-left: 5px; padding-right: 5px; margin-left: 2px; margin-right: 2px; text-align: center;}
DIV#ProductEditFilter { margin-bottom: 10px; padding: 5px; background: #626262; text-align: center; }
DIV#ProductListModeBox { margin: 3px; text-align: center; }

/* Price List Specific Treatment
----------------------------------------------- */
UL.PriceListHistory  { }
UL.PriceListHistory LI { padding-left: 20px; }
TD.CustomerTypeSeperator { background-color: #d4e5b2; text-align: left; font-weight: bold; }
TABLE.PriceLists { width: 100% }
TD.CustomerTypeSeperator { background-color: #b7c39a; text-align: left; font-weight: bold; }
UL.PriceListSendSummary { font-size: 0.75em; }
UL.PriceListSendSummary LI { padding-left: 20px; }
H4.PriceListBillingTotal { padding-left: 50px;  padding-top: 20px; }

TABLE.GridControl TH,TD { height: 25px; } 


/* Email overlay Specific Treatment
----------------------------------------------- */
DIV.CollectEmail { font-size: 0.85em; border: 1px solid #00000; position: absolute; top: 72px; left: 110px; width: 680px; height: 200px; background-color: #080627; opacity:0.9; filter:alpha(opacity=90); color: #ffffff; padding: 20px; text-align: justify; z-index: 1; }
DIV.CollectEmailInner { padding-top: 5px; width: 550px; }

/* Admin Specific Treatment
----------------------------------------------- */
.ManageAccountsListContainer { font-size: 12px; }
HR.ExtraServicesSeperator { width: 100%; border: 1px solid #c0c0c0; margin-top: 40px; margin-bottom: 40px; }

/* Featured Vendor Specific Treatment
----------------------------------------------- */
.FV_Logo { width: 75px; }

/* Sales Rep Specific Treatment
----------------------------------------------- */
.SR_input { width: 100px }

/* Featured Vendor on Search page treatment
-----------------------------------------------*/
.FeaturedResultsBlockContainer { font-weight: bold; border-top: 1px solid #c2a696; font-size: 0.85em; text-align: center; margin-top: 15px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 3px; }
.FeaturedResultsContainer { font-style: normal; font-weight: normal; border-bottom: 1px solid #c2a696; color: black; text-align: left; padding: 3px; background-color: #fcf2cb; font-size: 0.75em; }
.FeaturedResultsContainer VN { font-size: 1.25em; font-weight: bold; }
.FeaturedResultsContainer PN { }
.FeaturedResultsContainer PR { font-weight: bold; }
.FeaturedResultsColumnHeader { color: #888888; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #c2a696;}

/* Search specific treatment
-----------------------------------------------*/
DIV.AddedNotification {
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	background-color: #080627;
	opacity:0.9; 
	filter:alpha(opacity=90); 
	color: #ffffff;
	z-index: 1;
}

#Catalog #Search #ModifierContainer {
	margin-bottom: 5px;
	height: 1.5em;
	width: 900px;
	border: 1px solid #c0c0c0;
	background-color: #dedede;
}

#Catalog #Search #ModifierContainer .Columns {
	width: 50%;
	line-height: 1.5em;
	vertical-align: middle;
	float: left;
}

#Catalog #Search #VendorContainer {
	float: left;
	width: 360px;
	height: 150px;
	margin-left: 10px;
}

.VendorSelect {
	width: 360px;
	height: 152px;
}

#Catalog #Search #CriteriaContainer {
	width: 900px;
	height: 160px;
	padding-bottom: 0px; 
}

#Catalog #Search #CategoryContainer {
	float: left;
	border: 1px solid #7a9a4a;
	width: 525px;
	height: 150px;
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;	
	text-align: left;
}

#Catalog #Search #CategorySlider {
	width: 175px;
	height: 136px;
	background: #CCCCCC;
	text-align: left;
}

.CategorySelect {
	width: 174px;
	height: 130px;
	float: left;
}

#Catalog #Search #ResultsContainer {
	min-height: 300px;
	width: 900px;
}

DIV#AjaxSearchBusy_top {
	position: absolute;
	background-color: #ffffff;
	opacity:0.8; 
	filter:alpha(opacity=80);
	z-index: 1;
	display: block;
	width: 75px;
	right: 20px;
	text-align: center;
	margin-top: 10px;
}

DIV#BottomControls { height: 40px; line-height: 40px; }

DIV#AjaxSearchBusy_bottom {
	position: absolute;
	background-color: #ffffff;
	opacity:0.8; 
	filter:alpha(opacity=80);
	z-index: 1;
	display: block;
	width: 75px;
	left: 445px;
	text-align: center;
}

TABLE.TBODY TD DIV.PC { border: 1px solid red; }

/* Extra Services specific treatment
----------------------------------------------*/
.ServicesDescriptionContainer { text-align: justify; width: 80%; font-size: .75em; margin-bottom: 20px; }
UL.ESList { list-style-type: disc; padding-bottom: 10px; }
UL.ESList li { margin-left: 20px; padding-bottom: 10px; }
.SpecialsLogo { width: 100px; }

/* Vendor Full Edit Product
----------------------------------------------*/
.BackToProducts { float: right; padding-right: 20px; }


/* News Specific Treatment
----------------------------------------------*/
DL.NewsListing { margin-top: 10px; }
DL.NewsListing DT { margin-bottom: 5px; font-size: 85%; font-weight: bold; color: #000; margin: 0px; line-height 1.25em; clear: both; height: auto; padding-bottom: 5px; }
DL.NewsListing DD { margin-bottom: 5px; font-size: 75%; color: #6d6d6d; line-height: 1.25em; margin: 0px;clear: both; padding-bottom: 5px; }

/* FAQ Specific Treatment
----------------------------------------------*/
#FAQ OL { margin-top: 5px; margin-bottom: 10px; }
#FAQ OL LI { list-style-type: decimal; }
#FAQ OL LI { margin-left: 3em; }
#FAQ DT { height: auto; width: auto; display: block; float: none; margin: 0px; padding: 0px; }
#FAQ DD { clear: both; margin: 0px; padding: 0px; font-size: 0.8em; }
#FAQ H5 { margin-top: 20px; margin-bottom: 5px; }

/* Table Data Specific Treatment
----------------------------------------------- */

TABLE { margin: 0 0 2em 0; width: 100%; color: #000; border-bottom: 1px solid #d4e5b2;  }
TABLE THEAD TH { padding: 5px 5px 5px 0px; font-size: 90%; font-weight: bold; background-color: #d4e5b2; vertical-align: bottom; }
TABLE TBODY TR.Alt TD {  background-color: #fff; }
TABLE TBODY TR.FV { background: #fff0c5; }
TABLE TBODY TD { padding: 2px; color: #000; vertical-align: middle; font-size: .85em; background-color: #e8f5cb; }
TABLE TD.Item.Address { vertical-align: top; font-size: 1em; background-color: #fff; }

TABLE.GridEdit TD { vertical-align: top; }

TABLE.AdminExtraServices { width: 100%; color: #000; border-bottom: 4px solid #d4e5b2; }
TABLE.AdminExtraServices TD { text-align: center; font-size: 0.75em; padding: 2px 0; vertical-align: top; }
TABLE.AdminExtraServices TBODY TH { text-align: center; padding: 3px; font-size: 75%; font-weight: bold; background: #d4e5b2; }
TABLE.AdminExtraServices TBODY TD { }
TABLE.AdminExtraServices TBODY TD DT { margin-bottom: .15em; font-size: 80%; font-weight: bold; }
TABLE.AdminExtraServices TH.CompanyNameHeader { background-color: #FFFFFF; border: 1px solid #000000; }


TABLE.EditUnitTable { font-size: 12px; }
TABLE.EditUnitTable TD { padding: 5px; }

TABLE.ExtraServicesHistory { width: 100%; color: #000; border-bottom: 4px solid #d4e5b2; }
TABLE.ExtraServicesHistory TD { text-align: center; font-size: 0.75em; padding: 2px 0; vertical-align: top; }
TABLE.ExtraServicesHistory TBODY TH { text-align: center; padding: 3px; font-size: 75%; font-weight: bold; background: #d4e5b2; }
TABLE.ExtraServicesHistory TBODY TD { }
TABLE.ExtraServicesHistory TBODY TD DT { margin-bottom: .15em; font-size: 80%; font-weight: bold; }

TABLE.FeaturedVendors TD { border: 1px solid red; vertical-align: middle; padding: 10px; }
TABLE.FeaturedVendors TD.Image { border: 1px solid green; width: 75px; }


TABLE.SubscribeSpecialsTable { width: 100% }
TABLE.SubscribeSpecialsTable TH { background-color: #c0c0c0; text-align: center; font-size: .75em; }
TABLE.SubscribeSpecialsTable TD { text-align: center; }

TABLE.SalesReps { width: 100%; color: #000; border-bottom: 4px solid #d4e5b2; }
TABLE.SalesReps TD { padding: 2px 0; vertical-align: top; }
TABLE.SalesReps TBODY TH { text-align: center; padding: 3px; font-size: 75%; font-weight: bold; background: #d4e5b2; }
TABLE.SalesReps TBODY TD { }
TABLE.SalesReps TBODY TD DT { margin-bottom: .15em; font-size: 80%; font-weight: bold; }

TABLE.SpecialsHeader { width: 100%; }
TABLE.SpecialsHeader TD.Image { width: 10%; }
TABLE.SpecialsHeader TD.VendorName { text-align: center; vertical-align: middle; color: #575851; }
TABLE.VendorSpecialsContent { width: 100%; font-size: 0.8em; }
TABLE.VendorSpecialsContent TD { padding: 5px; }
TABLE.VendorSpecialsContent TD.AddToCart { vertical-align: middle; }
TABLE.VendorSpecialsContent TD.DescriptionLabels { background-color: #fcf2cb; vertical-align: middle; }
TABLE.VendorSpecialsContent TH { background-color: #fcf2cb; }
TABLE.VendorSpecialsContent TD.Content { vertical-align: middle; }
TABLE.VendorSpecialsContent TD.Seperator { border-bottom: 1px solid #c0c0c0; }

TABLE#VendorInstructions TD { vertical-align: top; }

#VendorCategoryContainer { width: 225px; font-size: .75em; float: left; }
#VendorCategoryContainer .Item { border-top: 1px solid #c0c0c0; padding: 5px; }

TABLE.VendorListTable { font-size: .85em; width: 680px; padding-left: 10px; }
TABLE.VendorListTable TD { border: 1px solid #e5eee2; background-color: #ffffff; padding: 10px; vertical-align: top; text-align: center; }
TABLE.VendorListTable TD.FV { background-color: #e2d57d; border: 1px solid #773212; }

TABLE.VendorList { padding-left: 20px; }
TABLE.VendorList TD { padding-top: 5px; padding-bottom: 5px; padding-right: 15px; }
TABLE.VendorListHeader {}
TABLE.VendorListHeader TH { text-align: center; }
TABLE.VendorListHeader TD { padding-left: 10px; }
TABLE.VendorListHeader TD.Date { width: 75px; }
TABLE.VendorListHeader TD.Account { width: 40px; }
TABLE.VendorListHeader TD.User { width: 40px; }
TABLE.VendorListHeader TD.Single { width: 10px; }
