/* 
	__________________________________________________________________________________________
	Colors Used In This Theme (From Darkest To Lightest):
		#000, #333, #666, #999, #ccc, #eee, #f5f5f5, #fff
	Special Colors:
		#9f0, #f00, #ffc, #ffb5b5, #ffe
	__________________________________________________________________________________________
*/

/* Basic Styles
_____________________________________________________________________________________________ */

body {
	padding: 0px 0px;
	font: 12px Tahoma, Helvetica, Sans-Serif;
	color: #000;
	letter-spacing: normal;
	text-align: center;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
  }
p, tr, td, ul, li {
	font: 12px Tahoma, Helvetica, Sans-Serif;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
	padding: 2px 0px;
	margin: 0 0 3px 0;
	font: 18px Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #596A3D;
	border: none;
	background-color: #F2EFD0;
	width: 98%;
  }
h3 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Tahoma, Helvetica, Sans-Serif;
  color: #333333;
  }

h4 {
  padding: 3px;
  margin: 0px;
  font: bold 12px Tahoma, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Tahoma, Helvetica, Sans-Serif;
  color: #607794;
  }
a, a:link, a:visited, a:active {
  text-decoration: underline;
  color: #8A9B6E;
  font: 12px Tahoma, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: none;
  color: #8A9B6E;
  font: 12px Tahoma, Helvetica, Sans-Serif;
  cursor: pointer;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }

.soap-image {
  text-align: left;
  padding-top: 5px;
}

.bannerwhite {
  color: #ffffff;
  font-size: 10px;
}

#bannertable a.bannerwhite {
color: #ffffff; 
font-size: 10px; 
text-decoration: none;
}

#bannertable a.bannerwhite:hover {
color: #ffff00; 
font-size: 10px; 
text-decoration: none;
}

/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Fluid Container */
table#container {
	width: '100%';
	background: #fff;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center;
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:10px;
  margin: 0 3%;
  background: #FFF;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn {
  margin: 0;
  padding: 0px 2px 0px 15px;
  width:150px;
  vertical-align:top;
  text-align:center;
  }
#contentcolumn {
  padding:0px;
  margin:0px;
  vertical-align:top;
  text-align:left;
  width: '100%';
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
	padding:0px;
	margin:0px;
	padding-left: 30px;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
	margin:5px 0 0 0;
	text-align: left;
	padding-right: 20px;
  }

/* Header
___________________________________________________________________________________________ */
#Header {
  padding: 0;
  margin: 0 0 0px 0;
  width: '100%';
  position: relative;
  }
#BrandingArea {
	height:186px;
	width:'100%';
	background: transparent;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
  }
  
/*	___________________
	Logo Positioning */
#Logo A {
	LEFT: 7px; WIDTH: 251px; POSITION: absolute; TOP: 51px; HEIGHT: 45px; 
}
#Logo IMG {
	LEFT: -2000px; POSITION: absolute; TOP: 10px
	}
  
/*	____________
	Site Menu */
#SiteMenu {
  }
#SiteMenu ul {
  margin:0;
  padding: 0 6px 3px 6px;
  white-space:nowrap;
  text-align: left;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  }
#SiteMenu a {
  padding: 0 4px 0 0;
  color: #fff;
  line-height: 12px;
  font: 10px Tahoma, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color:#F2EFD0;
  text-decoration: underline;
  }
  
/* Site Menu Icons
___________________________________________________________________________________________ */
/* Here is an example of how you can add icons with a hover effect
   to your site menu for better link recognition. */
/*	_____
	  Up */
#SiteMenu a#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a#Header1_LoginStatusControl1_lnkStatus {
  padding-left:20px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
  padding-left:20px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  padding-left:20px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
	padding-left:20px;
	display: none;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  padding-left:20px;
  }

/*	_______
	  Down */
#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  padding-left:20px;
  }
  
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: absolute;
  top: 1px;
  right: 30px;
  color:#fff;
  text-decoration:none;
  padding: 0 0 3px 0;
  }
#ShoppingCartLink a:hover {
  color:#F2EFD0;
  text-decoration: none;
  }

/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #E9E199;  
  font: bold 10px/10px Tahoma, Helvetica, Sans-Serif;
  padding: 0;
  }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  width:100%;
  background: transparent;
  text-align:center;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
	margin: 0 auto;
	position: absolute;
	top: 62px;
	left: 10px;
  }

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust this and don't forget to comment out link tabs below) */
/*#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
  padding: 0 8px;
  }*/
  
/*	_____________________________
	Category Top-Banner Tab Links
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font:12px Tahoma, Helvetica, Sans-Serif;
  color: #E6DFA4;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font:12px Tahoma, Helvetica, Sans-Serif;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font:12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  line-height: 25px;
  display: block;
  padding: 0 8px;
  white-space:nowrap;
  }

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
	width:100%;
	background: #607794;
	display: none;
  }
#MenuLevel2 Table {
  margin: 0 auto;
  }
#MenuLevel2 .MenuItem {
  padding: 2px 10px 0 10px;
  background:transparent;
  text-align: center;
  }
#MenuLevel2 a {
  font: 12px/16px Tahoma, Helvetica, Sans-Serif;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  }
#MenuLevel2 a:hover {
  color:#BAD0EC;
  text-decoration:none;
  white-space:nowrap;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome #MainContent, .HomepageBlock {
  padding:0;
  margin:0;
  }
#HomeTable {
  padding:0;
  margin:0;
  width:100%;
  }
#HomeColumn1 {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 15px;
	width: 150px;
	margin: 0;
  }
#HomeColumn2 {
	vertical-align:top;
	text-align:center;
	padding: 0 0px;
	margin: 0;
	
  }
#HomeColumn3 {
	vertical-align:top;
	text-align:left;
	padding: 0;
	width: 300px;
	margin: 0;
	background-color: transparent;
	background-image: url(../images/3_bk.gif);
	background-repeat: repeat-y;
  }
#HomepageSample1 {
  background: #fff url(../images/FreshStartImage.png) no-repeat 50% 50%;
  height: 180px;
  margin: 0;
  padding: 0;
  }
#HomepageSample2 {
  background: #F0F9FF;
  text-align: left;
  vertical-align: middle;
  margin: 10px 0;
  padding: 5px;
  border: solid 1px #829BAE;
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  }

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 150px;
  }
.NavColumnBlockContent {
  padding: 3px;
  margin: 0 0 6px 0;
  line-height: 1.1em;
  text-align: left;
  background: #fff;
  color: #607794;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
	font: 12px Tahoma, Helvetica, Sans-Serif;
	color: #8A9B6E;
	text-decoration: none;
	list-style-type: none;
	margin: 0 0 0 10px;
	line-height: 13pt;
  }
.NavColumnBlockContent a:hover {
	font: 12px Tahoma, Helvetica, Sans-Serif;
	color: #596A3D;
	text-decoration: underline;
	line-height: 13pt;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList h4{
	width:150px;
	padding:0;
	visibility: hidden;
  }
 .MailingListSignupForm h4 {
  width:150px;
  padding:0;
  }
  .SearchBoxForm h4 {
  width:150px;
  padding:0;
  }
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
  padding: 3px 3px 3px 0px;
  margin: 0 0 6px 0;
  text-align: left;
  background: #fff;
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  background: #E3EFF6;
  color: #596A3D;
  padding-left: 2px;
  font: bold 10px/14px Tahoma, Helvetica, Sans-Serif;
  height: 18px;
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma, Tahoma, Helvetica, Sans-Serif;
  color: #596A3D;
  }
/*	_________________________
	Search Button Position */
#ContentColumn1__ctl1_btnGoSearch,
#ContentColumn4__ctl1_btnGoSearch,
#ContentColumn5__ctl1_btnGoSearch {
  margin-bottom: -4px; /* Adjust as needed. */
  }

/*	_________________________________
	Side Bar Categories Menu Links */
.CategoryListContent ul, .CategoryListContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
.CategoryListContent li { margin: 0; }
.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited {
  display: block;
  color: #8A9B6E;
  padding: 1px 6px 1px 15px;
  text-decoration: none;
  font: 14px Tahoma, Helvetica, Sans-Serif;
  line-height:20px;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #8A9B6E;
  padding: 1px 2px 1px 22px;
  text-decoration: none;
  font: 14px Tahoma, Helvetica, Sans-Serif;
   line-height:20px;
  }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
	color: #FFFFFF;
	font: bold 14px Tahoma, Helvetica, Sans-Serif;
	line-height:20px;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-y;
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
  display: block;
  color: #8A9B6E;
  padding: 1px 2px 1px 22px;
  text-decoration: none;
  font: 14px Tahoma, Helvetica, Sans-Serif;
 line-height:20px;
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
  display: block;
  color: #8A9B6E;
  padding: 1px 2px 1px 18px;
  text-decoration: none;
  font: 14px Tahoma, Helvetica, Sans-Serif;
   line-height:20px;
  }
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
	color: #fff;
	font: 14px Tahoma, Helvetica, Sans-Serif;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-y;
	 line-height:20px;
	  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 10px Arial, Tahoma, Helvetica, Sans-Serif;
  color: #596A3D;
  text-align: left;
  display:block;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #596A3D;
  font: 10px Arial, Tahoma, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #8A9B6E;
  font: 10px Arial, Tahoma, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Tahoma, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:97%;
  }
#Records table {
  border-top: 1px solid #ccc;
  width:97%;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:100%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  line-height: 16px;	
  color:#343434;
  margin:10px 0;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
	font: 12px Tahoma, Helvetica, Sans-Serif;
	color:#000000;
	margin-bottom: 10px;
	white-space:nowrap;
	visibility: hidden;
  }
#Records {
  padding: 15px 0;
  }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position:relative;
  left:-60px;
  top:-128px;
  }
  
/*	_______________________
	Categories Grid/List */
.SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:180px;
  margin:5px auto;
  vertical-align:top;
  }
.SingleCategoryDisplayname a,
.SingleCategoryDisplayname a:link,
.SingleCategoryDisplayname a:visited,
.ListCategoryDisplay a,
.ListCategoryDisplay a:link,
.ListCategoryDisplay a:visited {
	font: normal 12px/12px Tahoma, Helvetica, Sans-Serif;
	text-decoration:none;
	color: #596A3D;
	line-height: 14px;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
	font: normal 12px/12px Tahoma, Helvetica, Sans-Serif;
	text-decoration:none;
	color: #8A9B6E;
	line-height: 14px;
  }

/*	________________
	Products Grid  */
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:180px;
  vertical-align:top;
  padding:5px;
  margin:6px auto;
  }
.SingleProductDisplayImage {
  padding-bottom:5px;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
	font: bold 12px Tahoma, Helvetica, Sans-Serif;
	text-decoration:none;
	color: #596A3D;
  }
.SingleProductDisplayName a:hover {
  font: bold 12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #8A9B6E;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: normal 12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.SingleProductDisplayPrice a:hover {
  font: normal 12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  }
  
/*	________________
	Product Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName a, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
	text-align:left !important;
	color: #333333;
  }
.ListProductDisplayPrice, .ListProductDisplayPrice td {
  float:right !important;
  text-align:right !important;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
  margin: 15px;
  text-align:left;
  }
.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
  text-align:left !important;
  float:left !important;
  }
.DetailProductDisplayName a,
.DetailProductDisplayName a:link,
.DetailProductDisplayName a:visited {
	font: bold 12px Tahoma, Helvetica, Sans-Serif;
	text-decoration:none;
	color: #596A3D;
  }
.DetailProductDisplayName a:hover {
  font: bold 12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #8A9B6E;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: noraml 12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: noraml 12px Tahoma, Helvetica, Sans-Serif;
  text-decoration:none;
  }
#Records .DetailProductDisplayImage {
  width:120px;
  float:right;
  text-align:right;
  }
 
/*	________________
	Pricing Links */
a .ListPrice,
a:link .ListPrice,
a:visited .ListPrice { color: #999; }
a .SitePriceDiscounted,
a:link .SitePriceDiscounted,
a:visited .SitePriceDiscounted { color: #f00; }
a:hover .ListPrice { color: #607794; }
a:hover .SitePriceDiscounted { color: #f00; }
 
/*	_______________________________________
	Side Bar Product & Category Rotators */
.HomepageBlock .SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:140px;
  margin:5px auto;
  vertical-align:top;
  }
.HomepageBlock .SingleProductDisplay {
  display: block;
  text-align:center;
  width:140px;
  vertical-align:top;
  border: none;
  padding:5px;
  margin:6px auto;
  }
.HomepageBlock .SingleProductDisplay {
  margin-top: 5px; !important
  }
.HomepageBlock .SingleProductDisplayImage {
  /* height: 64px; */
  padding-bottom:5px;
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:98%;
  }
#ProductPageImageColumn {
  width:175px;
  padding:0 10px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
	padding:0 0 0 10px;
	margin:0;
	vertical-align:top;
	text-align:left;
	border-left: 1px solid #F7F4F0;
	padding-right: 20px;
  }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #003366; }
#productdescription {
  padding: 8px;
  font: 12px/12px Tahoma, Helvetica, Sans-Serif;
  color: #000000;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
	margin-top:5px;
	border: 3px double #00650c;
	padding: 12px 0 0 12px;
	background-image: url(../images/prod_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 12px Tahoma, Helvetica, Sans-Serif; color:#000000; }
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 5px 0 0 50px; padding: 0; }
#ProductProperties ul li { margin-top:3px; }
#ProductProperties ul ul { margin: 5px 0 0 0; }

/*	________________
	Pricing */
.DiscountText { font: 12px Tahoma, Helvetica, Sans-Serif; color:#3E5E8D; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 12px Tahoma, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice { color:#607794; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#3E5E8D; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#999; font: 12px/12px Tahoma, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 12px/12px Tahoma, Helvetica, Sans-Serif; color:#607794; }

/*	________________
	Related Items */
.RelatedItemsBlock {
	background: #fff;
	margin: 0;
	padding: 0 0 3px 0;
	background-color: #f5f5f5;
	visibility: hidden;
  }
.RelatedItemsBlock H3 {
	padding: 3px;
	margin: 0 0 4px 0;
	font: bold 12px Tahoma, Helvetica, Sans-Serif;
	color: #607794;
	text-align: left;
	background-color: #eee;
	visibility: hidden;
  }
.RelatedItemsBlockContent {
  padding: 0 9px;
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
  border: 1px solid #ccc;
  width:145px;
  margin: 0 0 4px 0;
  background: #fff;
  }
.RelatedItemsBlock .SingleProductDisplayName a,
.RelatedItemsBlock .SingleProductDisplayName a:link,
.RelatedItemsBlock .SingleProductDisplayName a:visited,
.RelatedItemsBlock .SingleProductDisplayName a:hover { font: bold 12px Tahoma, Helvetica, Sans-Serif; }

/*	__________________
	Product Reviews */
#ProductReviews {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 20px 0;
	padding: 0 0 3px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
  }
#ProductReviews H3 {
	padding: 3px;
	margin: 0 0 5px 0;
	font: bold 12px Tahoma, Helvetica, Sans-Serif;
	color: #333333;
	border-bottom: 1px solid #999;
  }
#ProductReviewNew { margin: 10px 0; }
#ProductReviews a,
#ProductReviews a:link,
#ProductReviews a:visited {
	font: 10px Tahoma, Helvetica, Sans-Serif;
	padding: 3px;
	text-decoration: none;
	color: #000000;
  }
#ProductReviews a:hover {
  font: 10px Tahoma, Helvetica, Sans-Serif;
  padding: 3px;
  }
.ProductReviewRating {
  font: bold 12px Tahoma, Helvetica, Sans-Serif;
  color:#999999;
  }
.ProductReview {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  margin: 5px 10px;
  border-left: 2px solid #ccc;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  color:#607794;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #999;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #829BAE;
  width:98%;
  margin:5px;
  }
table#dgOrders {
  width:100%;
  }
#CheckoutTable {
  width:98%;
  margin: 0 1%;
  }
.Header {
	padding: 3px;
	margin: 0;
	font: bold 12px Tahoma, Helvetica, Sans-Serif;
	color: #fff;
	background-color: #8A9B6E;
  }
.CheckoutDescription {
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  }

/*	_________________
	Checkout Steps */
#CheckoutSteps {
	margin:0;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
  }
.CheckoutStep {
  padding-right:0px;
  }
.CheckoutStep a, 
.CheckoutStep a:link, 
.CheckoutStep a:visited {
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  color:#829BAE;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  color:#607794;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Tahoma, Helvetica, Sans-Serif;
  color:#607794;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:100%;
  }
#lblcart {
  color: #000033;
  }
table#CartContainer {
  width:95%;
  padding:0;
  margin:0 auto;
  }
table#CartContainer tr td {
  vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:100%;
  border-bottom: none;
  }
#CartUpdateBlock {
	width:75%;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	background-color: #F7F5E3;
	color: #000066;
  }
#CartTotalBlock {
  border-bottom: double 3px #829BAE;
  border-right: solid 1px #829BAE;
  border-left: solid 1px #829BAE;
  width:25%;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#lblSubTotal {
	font: bold 14px Arial, Tahoma, Helvetica, Sans-Serif;
	color: #003366;
  }
#CartCheckoutButtons {
  width:98%;
  text-align:right;
  margin-top:10px
  }
.CartItem,
.CartAlternateItem {
  padding: 5px;
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  color: #000066;
  text-align: left;
  border-bottom:1px solid #829BAE;
  }
.CartItem { background: #fff; }
.CartAlternateItem {
}
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
  border-left: 3px solid #ccc;
  margin-left: 8px;
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:100%;
  margin:0;  
  }
#AddressList td {
  border: 3px double #E3EFF6;
  padding: 5px;
  }
#AddressList td:hover {
  background: #ffc;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #829BAE;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  padding:5px 20px 5px 0px;
  margin: 0;
  width: 172px;
  }
#lblGrandTotal {
  border-top: 1px solid #BAD0EC;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:left;
  }
.ControlArea {
  border: 1px solid #829BAE;
  background: #F0F9FF;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
	padding:5px;
	margin: 0;
	text-align:left;
	width: 172px;
	padding-right: 0px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #BAD0EC;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
#OrderItemPreview table {
	width: 98%;
	float: none;
	background-position: right;
	padding-left: 20px;
	margin-left: 10px;
  }
#OrderItemPreview table table {
  width: 100%;
  }
#ShipToMultipleAddressesButton { margin: 5px; }

/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  color: #003333;
  }
.BVSmallText {
  font: 10px Tahoma, Helvetica, Sans-Serif;
  color:#003300;
  }
a#LoginControl1_lnkForgotPassword { text-decoration: none; }
#btnUpdateTotals { background-color: #ffc; }
#PackageList a,
#CheckoutPayment a {
  text-decoration: none;
  font-weight: bold;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  color: #003366;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  color: #003366;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 50%;
  border: 1px solid #999;
  }
.FormInput, #inKeyword {
  border: #ccc 1px solid;
  background: #fff;
  color: #003366;
  padding-left: 2px;
  font: bold 10px/14px Tahoma, Helvetica, Sans-Serif;
  height: 18px;
  }
.ContentCell .FormInput, .ContentCell .FormInputError { width: 200px; }
.FormInput:focus { background: #ffc; } /* changes color of focused input box */
#btnSearch { margin: -2px 0 0 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #999 1px solid;
  background: #ffb5b5;
  color: #3E5E8D;
  padding-left: 2px;
  font: bold 10px/14px Tahoma, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  color: #000000;  
  letter-spacing: normal;
  }
.CheckoutDescription span.FormLabel label {
  background: #ffc;
  padding:2px;
  }
span.FormLabel label:before { 
  content: "\00AB \0020";	/* adds a "<<", not visible on IE */
  }
.FormLabelStrong {
  font: bold 12px/14px Tahoma, Helvetica, Sans-Serif;
  color: #607794;  
  letter-spacing: normal;  
  }
span#lblAddress { font: normal 14px/16px Arial, Tahoma, Helvetica, Sans-Serif; }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Tahoma, Helvetica, Sans-Serif;
  color: #607794;
  }
.text {
  font: 10px Tahoma, Helvetica, Sans-Serif;
  color: #607794;
  padding-bottom: 8px;
  }
select {
  color: #3E5E8D;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Tahoma, Helvetica, Sans-Serif;
  color: #607794;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Tahoma, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #3E5E8D;
  font: 12px/14px Tahoma, Helvetica, Sans-Serif;
  text-align: center;
  }
.WebPageMessage {
  border:solid 1px #f00;
  background:#fff;
  padding:0;
  margin:0;
  }
.WebPageMessageError, .WebPageMessageWarning, .WebPageMessageInformation, .WebPageMessageQuestion, .WebPageMessageOK {
  padding: 5px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  }
.WebPageMessage .Message {
  font: 10px Tahoma, Helvetica, Sans-Serif;
  padding: 0 0 0 40px;
  height:30px;
  margin:0;
  color:#3E5E8D;
  }
.WebPageMessageError { background-image: url(../images/MessageERROR.gif); }
.WebPageMessageWarning { background-image: url(../images/MessageWARNING.gif); }
.WebPageMessageInformation { background-image: url(../images/MessageINFO.gif); }
.WebPageMessageQuestion { background-image: url(../images/MessageQUESTION.gif); }
.WebPageMessageOK { background-image: url(../images/MessageOK.gif); }
  
/* Footer
___________________________________________________________________________________________ */
#footer {
	font: 10px Tahoma, Helvetica, Sans-Serif;
	clear: both;
	margin: 3px 0 0 0;
	width: '100%';
	color: #fff;
	padding: 3px 0px 0px 0px;
	text-align: center;
	height: 57px;
	background-color: #728552;
  }
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #FFFFFF;
  font: 10px  Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  }
#footermenu a:hover {
  color:#fff;
  text-decoration: none;
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #000000;
  display: block;
  padding: 3px;
  text-align: center;
  }
#copyright a{
  font-size: 10px;
  color: #fff;
  padding: 3px;
  text-align: center;
  }
.name {
	color:#003366;
	font-weight: bold;
	font-style: italic;
	font-family: Tahoma;
	text-align: right;
	background-color: #f2efd0;
	padding-bottom: 10px;
	padding-right: 5px;
}
.quote {
	color:#000000;
	text-align: right;
	background-color: #f2efd0;
	padding: 6px;
}
.maincopy {
	text-align:left;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 20px 0 0 0;
	line-height: 16px;
}
.lefttbl {
background-image:url(../images/3_bk.gif);
background-repeat:repeat-y;
}
.ingone {
	background-image:url(../images/bg_ing-benzoin.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.ingtwo {
	background-image:url(../images/bg_ing-cinnamon.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.ingthree {
	background-image:url(../images/bg_ing-nutmeg.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.ingfour {
	background-image:url(../images/bg_ing-clove.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.ingfive {
	background-image:url(../images/bg_ing-storax.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.ingsix {
	background-image:url(../images/bg_ing-arachis.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.ingtext {
	width:185px;
	line-height: 20pt;
	padding: 5px 5px 5px 10px;
}
.celeb {
	padding-right:10px;
}


