
/*-------------------------------------------------------------------------- Basic Evergreen styles --------------------------------------------------------*/


body {
  /*background-image: url(background3.gif);*/
  margin: 0;
  padding: 0;
  font: 11px Arial,Helvetica, Sans-Serif;
  color: #000;
  background-color: #722a38;
  letter-spacing: normal;
  text-align: center;
  }
  
/* Page wrapper to keep the site layout centered
_____________________________________________________________________________________________
 */  
 
#wrapper {
margin-top: 16px;
width: 952px;
background-color: #ffffcc;
}
  
p, tr, td, ul, li {
  font: 11px Arial, Helvetica, Sans-Serif;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 20px AGaramond,"Times New Roman", Times, serif;
  color: #666;
  border: none;
  border-bottom: 0px solid #763131;
  }
h2 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 16px AGaramond,"Times New Roman", Times, serif;
  color: #763131;
  border: none;
  border-bottom: 0px solid #763131;
  }
h2 a, h2 a:link, h2 a:visited, h2 a:active {
  text-decoration: none;
  font: bold 16px AGaramond,"Times New Roman", Times, serif;
  color: #763131;
  }
h2 a:hover {
  text-decoration: underline;
  font: bold 16px AGaramond,"Times New Roman", Times, serif;
  color: #763131;
  cursor: pointer;
  }  
h3 {
  padding: 0 0px;
  margin: 3px;
  font: bold 12px/13px Arial, Helvetica, Sans-Serif;
  color: #000;
  }
h3:before {
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
h4 {
  padding: 0px;
  padding-left: 5px;
  margin: 0px;
  font: bold 11px Arial, Helvetica, Sans-Serif;
  color: #000;
  text-align: left;
  background: #beb8ac;
  border: 1px solid #6a6a69;
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
   /* to remove title on custom pages 
 #CustomName{
  display:none;
 }
    end title on custom pages removal */  
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #763131;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: underline;
  color: #763131;
  font: 11px Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
#container, #Container {
  margin: 0;
  padding: 0;
  width: 950px;
  background:#ffffcc;
  }

			/* ...or... */

/*	___________________________
	Center-Aligned Container
table#container {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -400px;
  padding: 0;
  width: 950px;
  background:#ffffcc;
   border: 0px solid #333; 
  } */

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:00px;
  margin: 0 3%;
  background: #fff;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn, #NavColumn, #Navcolumn {
  margin: 0;
  padding: 10px 10px 0px;
  width:210px;
  vertical-align:top;
  text-align:left;
  background:#ffffcc;
  /* border-right: 1px solid #eee; */
  }
#contentcolumn,#ContentColumn {
  padding:15px;
  margin:0px;
  width:920px;
  vertical-align:top;
  text-align:left;
  background: #ffffcc;
  border-right: 0px solid #a6a6a6;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag,{
  padding:10px;
  margin:0px;
  background:#ffffcc;
   border-right: 0px solid #a6a6a6;
  }
#Page{
padding: 0;
margin: 0;
 border-right: 0px solid #a6a6a6;
}  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0;
  padding:0;    
  text-align: left;
  
  }

/* Header
___________________________________________________________________________________________ */
#Header, #header{
  background: #ffffcc;
  padding: 0;
  margin: 0 0 0px 0;
  width: 952px;
  height: 185px;
  border-right: 0px solid #a6a6a6;
  position: relative;
  }
#BrandingArea {
  height:0px;
  width:952px;
  background: transparent url(EV_logo.jpg) no-repeat top left;
  position: relative;
  }

/*	___________________
	Logo Positioning */
/*#Logo {
  position: absolute;
  top: 24px;
  left: 0px;
  }*/
  
/*	___________________
	Logo Replacement */
	/* Want to use one logo for your site, and another for printing?  Here's a trick: the following css
	will hide your site logo and replace it with a different logo as a background image.  The background
	image will show on your site, the store logo will print. This will also allow you to create a hover
	effect since your logo links to the home page. */
#Logo a { /* Selects the logo link, where your default logo resides, so we can use a new background image as a link. */
  position: absolute; /* This sets the positioning for your logo.  Absolute positioning will allow it to float over everything else in your header so you can put it where you like. */
  top: -140px; /* Distance from the top of your header. */
  left: 20px; /* Distance from the left of your header.  You can also use 'right' if you like, depending on your placement. */
  text-indent: -9999px; /* This will help hide any text or images that might be a part of your logo. */
  background: transparent url(trans.gif) no-repeat top left; /* Your new logo image. */
  display: block; /* This is important; it allows us to define a size for the link that our logo sits within. */
  width: 167px; /* The exact width of your new logo image. */
  height: 99px; /* The exact height of your new logo image, obviously. */
  }
#Logo a:hover { /* Selects the hover for our linked background image. */
  background: transparent url(trans.gif) no-repeat top left; /* Want the image to change when hovered over? Use an image the exact size as your new logo image. */
  }
#Logo img { display: none; } /* Some browsers are still rather stupid, so this will make sure the linkage area is contained to only your new image, not beyond it if the original and new images are different sizes. */

/*	____________
	Site Menu */
#SiteMenu {
  background: transparent;
  position: relative;
  text-align:right;
  padding-right: 25px;
  top: 5px;
  right: 0px;
  }
#SiteMenu ul {
  margin:0;
  padding: 0 96px 0px 0px;
  white-space:nowrap;
  text-align: right;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  padding: 0 6px;
  }
#SiteMenu a {
  padding: 0 0px;
  color: #545454;
  line-height: 13px;
  font: 11px Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-transform:uppercase;
  }
#SiteMenu a:hover {
  color:#545454;
  text-decoration: none;
  }

/* 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 {
  background: transparent url(FSicons.gif) no-repeat 0px -4px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
  background: transparent url(FSicons.gif) no-repeat 0px -24px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  background: transparent url(FSicons.gif) no-repeat 0px -44px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
  background: transparent url(FSicons.gif) no-repeat 0px -64px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  background: transparent url(FSicons.gif) no-repeat 0px -84px;
  padding-left:20px;
  }
*/
/*	_______
	  Down */
/*#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  background: transparent url(FSicons.gif) no-repeat 0px -104px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  background: transparent url(FSicons.gif) no-repeat 0px -124px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  background: transparent url(FSicons.gif) no-repeat 0px -144px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  background: transparent url(FSicons.gif) no-repeat 0px -164px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  background: transparent url(FSicons.gif) no-repeat 0px -188px;
  padding-left:20px;
  }
*/
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: relative;
  top: -14px;
  right: 5px;
  color:#545454;
  text-decoration:none;
  padding: 0;
  }
#ShoppingCartLink a:hover {
  color:#545454;
  text-decoration: none;
  }

/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  top: 18px;
  right: 10px;
  color: #545454;  
  font:  11px/11px Arial, Helvetica, Sans-Serif;
  padding: 0;
  display: none;
  }
/* Login Welcome Text 
__________________________________________________________________________
Here is where to change the font style and position of the "welcome Username" text 
that appears when you are logged into the system use aboslute positioning if you want to move the text
*/
#welcometext{
  font: bold 12px Arial, Helvetica, Sans-Serif;
  color:#763131;
  position: absolute;
  top: 6px;
  left: 20px;
  width:280px; 
  text-align:left;
}



/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  width:952px;
  background: url(EV_Logo.jpg) no-repeat #FFFFcc;
  text-align:right;
  vertical-align:bottom;
  padding: 100px 0 0px 0px;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  height: 31px;
  background: transparent;
  margin: 0 auto;
  background: #cccc99;
  text-align:right;
  }

/*	______________________________
	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 30px;
  }*/
  
/*	_____________________________
	Category Top-Banner Tab Links
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
  font: 12px Arial, Helvetica, Sans-Serif;
  background: #cccc99;
  color: #660033;
  line-height: 31px;
  text-align: right;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: 12px Arial, Helvetica, Sans-Serif;
   text-decoration:underline;
background: #cccc99;
  color: #545454;
  line-height: 31px;
  text-align: right;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font: 12px Arial, Helvetica, Sans-Serif;
  background: #ededed;
  color: #545454;
  line-height: 20px;
  text-align: right;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: 12px Arial, Helvetica, Sans-Serif;
  line-height: 31px;
  display: block;
  padding: 0 20px;
  white-space:nowrap;
  }

/*	________________________________
	Sub-Category Links Under Tabs */

#MenuLevel2 {
  display:none;
  width:952px;
  background: #6a6a69;
  }
#MenuLevel2 Table {
  margin: 0 auto;
  }
#MenuLevel2 .MenuItem {
  padding: 2px 10px 0 10px;
  background:transparent;
  text-align: center;
  }
#MenuLevel2 a {
  font: 11px/16px Arial, Helvetica, Sans-Serif;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  }
#MenuLevel2 a:hover {
  color:#ccc;
  text-decoration:none;
  white-space:nowrap;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome {
  padding:0;
  margin:0;
  border-right: 0px solid #a6a6a6;
  }
.HomepageBlock
{
  padding:0 0 0 5px;
  margin:0;
}
#MainContent
{
  padding:0;
  margin:0;
  width:210px;
}

#HomeTable {
  padding:0;
  margin:0;
  width:510px;
  }
#HomeColumn1 {
display:none;
   vertical-align:top;
   padding:10;
   color:#000;
   }
#HomeColumn2 {
  vertical-align:top;
  padding: 0 0 0 8px
  text-align:left;
  color:#00;
  }
#HomeColumn3 {
  display:none;
   padding:10;
   width:210px;
   color:#000;
   background:#fff;
  }

/* 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: #color:#f8f7f2;
  padding: 0;
  margin: 0;
  width: 180px;
  }
.NavColumnBlockContent {
  padding: 0px;
  margin: 0 0 0px 0;
  line-height: 1.1em;
  text-align: left;
  border-left: 1px solid #faf7f2
  border-right: 1px solid #faf7f2;
  border-bottom: 1px solid #faf7f2;
  color: #faf7f2;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 11px Arial, Helvetica, Sans-Serif;
  color: #333;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm, .MailingListSignupForm {
  width:210px;
  padding:5;
  }
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
  padding: 3px;
  margin: 0 0 0px 0;
  text-align: left;
  background: #faf7f2;
  border-left: 0px solid #bab4a8;
  border-right: 0px solid #bab4a8;
  border-bottom: 0px solid #bab4a8;
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #bab4a8 1px solid;
  background: #fff;
  color: #666;
  padding-left: 2px;
  width: 145px;
  font: bold 10px/10px Arial, Helvetica, Sans-Serif;

  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Arial, Helvetica, Sans-Serif;
  color: #333;
  }
/*	_________________________
	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: #6a6a69;
  padding: 0px 0px;
  text-decoration: none;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #6a6a69;
  background-color: #f5f5f5;
  padding: 1px 2px 1px 12px;
  text-decoration: none;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  color: #fff;
  background-color: #999;
  font: bold 11px Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
  display: block;
  color: #6a6a69;
  background-color: #eee;
  padding: 1px 2px 1px 12px;
  text-decoration: none;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
  display: block;
  color: #6a6a69;
  background-color: #eee;
  padding: 1px 2px 1px 18px;
  text-decoration: none;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
  color: #fff;
  background-color: #999;
  font: 11px Arial, Helvetica, Sans-Serif;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #B6B396;
  text-align: left;
  display:none;
  background: #eee;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #6a6a69;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #B6B396;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:700px;
  }
#Records table {
  border-top: 0px solid #ccc;
  width:625px;
  }
#Records table tr td {
  text-align:left;
  }
#Records table table {
  border:none;
  width:94%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 0px 0;
  text-align: left;
  width: 952px;
  border-right: 0px solid #a6a6a6;
  }
#Description {
  font:11px/14px Arial, Verdana, Helvetica, Tahoma, Sans-Serif;		
  color:#666;
  margin:10px 0;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  margin-bottom: 3px;
  white-space:nowrap;
  }
#Records {
  padding: 0;
  }

/* NEW */
#subHeader {
  height:100px;
  width:952px;
  background: transparent url(shop_subheader.jpg) no-repeat top left;
  position: relative;
  }

/*	_____________________________
	"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 11px/12px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
  font: normal 11px/12px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }

/*	________________
	Products Grid  */
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:178px;
  vertical-align:top;
  padding:30px 0 0 0px;
  margin:2px auto;
  }
.SingleProductDisplayImage {
  padding-bottom:5px;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
  font:11px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #666;
  }
.SingleProductDisplayName a:hover {
  font: 11px Arial, Helvetica, Sans-Serif;
  text-decoration:underline;
  color: #666;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: bold 11px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #666;
  }
.SingleProductDisplayPrice a:hover {
  font: bold 11px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #666;
  }

.SingleProductDisplayInv,
.SingleProductDisplayInv a,
.SingleProductDisplayInv a:link,
.SingleProductDisplayInv a:visited 
{
	display:none;

  }
.SingleProductDisplayInv a:hover {
    display:none;
  }
/*	________________
	Product Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
  text-align:left !important;
  }
.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 Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayName a:hover {
  font: bold 12px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #6a6a69;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: noraml 11px Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: noraml 11px Arial, 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: #6a6a69; }
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:0px;
  margin:6px auto;
  }
.HomepageBlock .SingleProductDisplay {
  margin-top: 5px; !important
  }
.HomepageBlock .SingleProductDisplayImage {
  /* height: 64px; */
  padding-bottom:5px;
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:650px;
  }
#ProductPageImageColumn {
  width:300px;
  padding:50px 10px 0 0;
  margin:10px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0px 0px 0px 10px;
  margin:0;
  vertical-align:top;
  text-align:left;  
  background:fff;
  /* border-left: 1px solid #eee; */
  }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #6a6a69; 
	}
#productdescription {
  padding: 8px;
  font: 11px/12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 3px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:5px;
  border: 3px double #999;
  background: #efece3;
  padding: 12px 0 0 12px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Arial, Helvetica, Sans-Serif; color:#6a6a69; }
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 0px 0 0 50px; padding: 0; }
#ProductProperties ul li { margin-top:3px; }
#ProductProperties ul ul { margin: 5px 0 0 0; }

/*	________________
	Pricing */
.DiscountText { font: 11px Arial, Helvetica, Sans-Serif; color:#333; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Arial, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice { color:#6a6a69; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#333; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#efece3; font: 11px/12px Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Arial, Helvetica, Sans-Serif; color:#6a6a69; }

/*	________________
	Related Items */
.RelatedItemsBlock {
  background: #fff;
  margin: 0;
  padding: 0 0 3px 0;
  background-color: #fff;
  }
.RelatedItemsBlock H3 {
  padding: 3px;
  margin: 0 0 4px 0;
  font: bold 12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  text-align: left;

  }
.RelatedItemsBlockContent {
  padding: 0 9px;
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
  border: 0px 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 11px Arial, Helvetica, Sans-Serif; }

/*	__________________
	Product Reviews */
#ProductReviews {
  border: 3px double #B6B396;

  margin: 20px 0;
  padding: 0 0 3px 0;
  background: #efece3;
  }
#ProductReviews H3 {
  padding: 3px;
  margin: 0 0 5px 0;
  font: bold 12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  background: #eee;
  }
#ProductReviewNew { margin: 10px 0; }
#ProductReviews a,
#ProductReviews a:link,
#ProductReviews a:visited {
  font: 10px Arial, Helvetica, Sans-Serif;
  padding: 3px;
  text-decoration: none;
  }
#ProductReviews a:hover {
  font: 10px Arial, Helvetica, Sans-Serif;
  padding: 3px;
  }
.ProductReviewRating {
  font: bold 11px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  }
.ProductReview {
  font: 11px Arial, Helvetica, Sans-Serif;
  margin: 5px 10px;
  border-left: 2px solid #ccc;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 11px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #6a6a69;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #B6B396;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:945px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #B6B396;
  }
.CheckoutDescription {
  font: 12px/14px Arial, Helvetica, Sans-Serif;
  }

/*	_________________
	Checkout Steps */
#CheckoutSteps {
  padding:5px;
  background: #fff;
  margin:0;
  }
.CheckoutStep {
  padding-right:20px;
  }
.CheckoutStep a, 
.CheckoutStep a:link, 
.CheckoutStep a:visited {
  font: 12px/14px Arial, Helvetica, Sans-Serif;
  color:#B6B396;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:100%;
  }
#lblcart {
  color: #333;
  }
table#CartContainer {
  width:745px;
  padding:0;
  margin:0 auto;
  }
table#CartContainer tr td {
  vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:745px;
  border-right: 1px solid #7E7C56;
  border-left: 1px solid #7E7C56;
  border-top: 1px solid #7E7C56;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  }
#CartTotalBlock {
  border-bottom: double 3px #7E7C56;
  border-right: solid 1px #7E7C56;
  border-left: solid 1px #7E7C56;
  width:25%;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#lblSubTotal {
  font: bold 14px Arial, Verdana, Helvetica, Sans-Serif;
  }
#CartCheckoutButtons {
  width:745px;
  text-align:right;
  margin-top:10px
  }
.CartItem,
.CartAlternateItem {
  padding: 5px;
  font: 11px/14px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  text-align: left;
  border-bottom:1px solid #7E7C56;  
  }
.CartItem { background: #fff; }
.CartAlternateItem { background: #E5E8CB; }
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #6a6a69;
  text-decoration: none;
  font-weight: bold;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
  border-left: 3px solid #ccc;
  margin-left: 8px;
  }
/*_________________________
Checkout confirm template*/
#navcolumncheckout, #NavColumncheckout 
{
  margin: 0;
  padding: 10px;
  width:250px;
  vertical-align:top;
  text-align:left;
  background:#f8f7f2;
  border-right: 2px solid #a6a6a6;
  }
#contentcolumncheckout, #ContentColumncheckout {
  padding:10px 5px 0px 0px;
  margin:0px;
  width:660px;
  vertical-align:top;
  text-align:left;
  background: #fff;
  }
/* the next two ids are to position the shipping edit links on the checkout confirm page */  
#shiptoeditlink{
padding-top: 36px;
padding-left: 22px;
}
#shipbyeditlink{
padding-top: 2px;
padding-left: 22px;
}
/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:735px;
  margin:0;  
  }
#AddressList td {
  border: 3px double #B6B396;
  padding: 5px;
  }
#AddressList td:hover {
  background: #ffc;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #B6B396;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#fff;
  border: 1px solid #B6B396;
  padding:5px;
  width: 220px;
  margin: 0;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
  background:#fff;
  border-right: 2px solid #a6a6a6;
  }
.ControlArea {
  border: 1px solid #807F51;
  background: #B6B396;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#B6B396;
  border: 1px solid #807F51;
  padding:5px;
  margin-top:10px;
  text-align:left;
  width: 220px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
#OrderItemPreview table {
  width: 100%;

  }
#OrderItemPreview table table {
  
  }
#ShipToMultipleAddressesButton { margin: 5px; }
  
/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
.BVSmallText {
  font: 10px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  }
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: 11px/14px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #E5E8CB;
  font: 11px/14px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #B6B396;
  border: 3px solid #7E7C56;
  }
.FormInput, #inKeyword {
  border: #B6B396 1px solid;
  background: #fff;
  color: #6a6a69;
  padding-left: 2px;
  font: bold 10px/14px Arial, 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: #B6B396 1px solid;
  background: #ffb5b5;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Arial, Helvetica, Sans-Serif;
  color: #333;  
  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 Arial, Helvetica, Sans-Serif;
  color: #6a6a69;  
  letter-spacing: normal;  
  }
span#lblAddress { font: normal 14px/16px Arial, Verdana, Helvetica, Sans-Serif; }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
.text {
  font: 10px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }
/*__________________________________________________________________
       Customer servuce area contact us form text area box */ 
#txtMsg{
  width: 400px;
  height: 100px;
  border: #6a6a69 1px solid;
  background: #fff;
  color: #6a6a69;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Sans-Serif;
  }
/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #333;
  font: 11px/14px Arial, 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 Arial, Helvetica, Sans-Serif;
  padding: 0 0 0 40px;
  height:30px;
  margin:0;
  color:#333;
  }
.WebPageMessageError { background-image: url(MessageERROR.gif); }
.WebPageMessageWarning { background-image: url(MessageWARNING.gif); }
.WebPageMessageInformation { background-image: url(MessageINFO.gif); }
.WebPageMessageQuestion { background-image: url(MessageQUESTION.gif); }
.WebPageMessageOK { background-image: url(MessageOK.gif); }
  
/* Footer
___________________________________________________________________________________________ */
#footer {
  font: 10px Arial, Helvetica, Sans-Serif;
  clear: both;
  margin: 0px 0 0 0;
  width: 952px;
  color: #545454;
  padding: 8px 0;
  text-align: center;
  background: #ffffcc;
  }
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #545454;
  font: 10px Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#footermenu a:hover {
  color:#545454;
  text-decoration: underline;
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #666;
  display: block;
  padding: 3px;
  text-align: center;
  }

/* adv. search__________________________________________________ */


table#dgAdvancedSearchOptions tr td
{
	background: #E5E8CB;
	border: solid 1px #fff;
	text-align:left;
	padding: 5px;

}


/* Detailed List 2 SEARCH

___________________________________________________________________________________________ */



.DL2Search_Header {

  background: #7F7E4E;

  }

.DL2Search_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

  }

table#DetailedList2Search

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:0;

	border: solid 1px #7F7E4E;

}

table#DetailedList2Search tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL2Search_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;


}



.DL2Search_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #000;

  text-align:center;

  background: #E5E8CB;

  }

.DL2Search_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL2Search_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

  white-space:normal;

}

.DL2Search_TD_AddToCart
{
background: #fff;
}

.DL2Search_Item a,

.DL2Search_Item a:link,

.DL2Search_Item a:visited,

.DL2Search_AlternateItem a,

.DL2Search_AlternateItem a:link,

.DL2Search_AlternateItem a:visited {

  color: #000;
  text-decoration: none;
  font-weight: bold;

  }

.DL2Search_Item a:hover,

.DL2Search_AlternateItem a:hover {

  color: #333;

  text-decoration: none;

  font-weight: bold;

  }

/* Detailed List 2
___________________________________________________________________________________________ */

.DL2_Header {
  background: #565434;
  }
.DL2_Header td
 {
 padding-left:10px;
 padding-right:10px;
 color: #fff;
 font: 11px tahoma, Helvetica, Sans-Serif;
 text-decoration: none;
 white-space:nowrap;
  }
table#DetailedList2
{
	background: #fff;
	width: 580px;
	padding: 0px;
	margin:0;
	border: solid 4px #f1f1e7;
}
table#DetailedList2 tr td {
  vertical-align:top;
  border: solid 1px #f1f1e7;
  }
   
.DL2_Item 
{
  padding: 5px;
  font: 11px/14px tahoma, Helvetica, Sans-Serif;
  color: #000;
  background: #fff;
  text-align:center;
}

.DL2_AlternateItem {
  padding: 5px;
  font: 11px/14px tahoma, Helvetica, Sans-Serif;
  color: #000;
  text-align:center;
  background: #d3deb8;
  }
.DL2_TD_Desc 
{
  text-align: left;
  white-space:normal;
}
#DL2_ShortDesc
{
  padding-top:5px;
  font: 11px/14px tahoma, Helvetica, Sans-Serif;
 text-align: left;
  color: #000;
}
.DL2_TD_AddToCart
{
background: #7A2538;
}

.DL2_Item a,
.DL2_Item a:link,
.DL2_Item a:visited,
.DL2_AlternateItem a,
.DL2_AlternateItem a:link,
.DL2_AlternateItem a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  }
.DL2_Item a:hover,
.DL2_AlternateItem a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  }

/* Detailed List 3

___________________________________________________________________________________________ */



.DL3_Header {

  background: #565434;

  }

.DL3_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

 white-space:nowrap;

  }

table#DetailedList3

{

	background: #fff;

	width: 580px;

	padding: 0px;

	margin:0;

	border: solid 4px #f1f1e7;

}

table#DetailedList3 tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL3_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;

}



.DL3_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #5a6255;

  text-align:center;

  background: #343333;

  }

.DL3_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL3_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

}

.DL3_TD_AddToCart

{

background: #343333;

}



.DL3_Item a,

.DL3_Item a:link,

.DL3_Item a:visited,

.DL3_AlternateItem a,

.DL3_AlternateItem a:link,

.DL3_AlternateItem a:visited {

  color: #5a6255;

  text-decoration: none;

  font-weight: bold;

  }

.DL3_Item a:hover,

.DL3_AlternateItem a:hover {

  color: #333;

  text-decoration: none;

  font-weight: bold;

  }


/* Detailed List 2 HOME

___________________________________________________________________________________________ */



.DL2Home_Header {

  background: #565434;

  }

.DL2Home_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

 white-space:nowrap;

  }

table#DetailedList2Home

{

	background: #fff;

	width: 100%;

	padding: 0px;

	margin:0;

	border: solid 4px #f1f1e7;

}

table#DetailedList2Home tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL2Home_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;

}



.DL2Home_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #000;

  text-align:center;

  background: #d3deb8;

  }

.DL2Home_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL2Home_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

}

.DL2Home_TD_AddToCart

{

background: #7A2538;

}



.DL2Home_Item a,

.DL2Home_Item a:link,

.DL2Home_Item a:visited,

.DL2Home_AlternateItem a,

.DL2Home_AlternateItem a:link,

.DL2Home_AlternateItem a:visited {

  color: #000;

  text-decoration: none;

  font-weight: bold;

  }

.DL2Home_Item a:hover,

.DL2Home_AlternateItem a:hover {

  color: #333;

  text-decoration: none;

  font-weight: bold;

  }


/* Detailed List 3 HOME

___________________________________________________________________________________________ */



.DL3Home_Header {

  background: #565434;

  }

.DL3Home_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

 white-space:nowrap;

  }

table#DetailedList3Home

{

	background: #fff;

	width: 100%;

	padding: 0px;

	margin:0;

	border: solid 4px #f1f1e7;

}

table#DetailedList3Home tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL3Home_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;

}



.DL3Home_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #5a6255;

  text-align:center;

  background: #E0D9C2;

  }

.DL3Home_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL3Home_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

}

.DL3Home_TD_AddToCart

{

background: #343333;

}



.DL3Home_Item a,

.DL3Home_Item a:link,

.DL3Home_Item a:visited,

.DL3Home_AlternateItem a,

.DL3Home_AlternateItem a:link,

.DL3Home_AlternateItem a:visited {

  color: #5a6255;

  text-decoration: none;

  font-weight: bold;

  }

.DL3Home_Item a:hover,

.DL3Home_AlternateItem a:hover {

  color: #333;

  text-decoration: none;

  font-weight: bold;

  }

#TableFind 
{
	white-space:nowrap;	
}

#TableGiftPanel
{
	text-align:left;
}
#tblGiftOptions
{
	padding:10px;
}
/*______________________________________-
---------- Cart receipt page ------------
-______________________________________*/
.ItemStyle22 { BACKGROUND: #eef9ff; FONT: 10px verdana; COLOR: #000000; BORDER-BOTTOM: #999999 1px solid }
.AlternateItemStyle22 { BACKGROUND: #e0f4ff; FONT: 10px verdana; COLOR: #000000; BORDER-BOTTOM: #999999 1px solid }
.HeaderStyle2 { BACKGROUND: #f0f0f0; FONT: bold 12px/14px verdana; COLOR: #000000; BORDER-BOTTOM: #999999 1px solid }
.BVSmallText22 { FONT: 10px Arial, Helvetica, Sans-Serif; COLOR: #6a6a69 }
.BVText22 { FONT: 12px Arial, Helvetica, Sans-Serif }
.Verd { }
.paymentinfo22 {fONT-WEIGHT:bold;COLOR:black}

/*_________________________________________-
--------- Beringer exlusive tags -----------
-_________________________________________*/
.leftnav a, .leftnav a:link, .leftnav a:visited, .leftnav a:active{
  text-decoration: underline;
  color: #666;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
.leftnav a:hover {
  text-decoration: underline;
  color: #666;
  font: 11px Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  }
.leftnavtitle{
  color: #6a6a69;
  font: bold 11px Arial, Helvetica, Sans-Serif;
  text-transform:uppercase;
  text-shadow: #444;
  }
  #btnAddButton{
  padding-bottom: 3px;
  }
  #WishListButton{
  padding-bottom: 3px;
  }
  #NewReviewDescription{
  border: 1px solid #6a6a69;
  background-color: #f8f7f2;
  }

#EmailThisPageCategory_RemoteWindow1 {
  position: relative;
  top: 162px;
  left: 590px;
  }

#clubthankyoucontent {background-color: #fff;width:100%;}

#ProductPageContainerClub {
  width:650px;
  }

#ProductPageContainerClub span.lbl {margin:0 0 5px 0;float:left;width:150px;height:25px;line-height:24px;font-size:10px;padding:0 10px 0 0;text-align:right;cursor:default;color:#333; }

#ProductPageContainerClub span.Right {margin:0;padding:0;text-align:right;}

#ProductPageContainerClub span input {width:190px;background:none;margin:0;padding:5px 5px 6px 5px;font:10px Tahoma,Verdana,Arial,Helvetica,sans-serif;border:none;position:absolute;top:0; }

#ProductPageContainerClub span.empty { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #666;border-color:#666 #999 #999 #666;background:#f3f3f3; }
#ProductPageContainerClub span.empty input { color:#b7b7b7;font-style:italic; }

#ProductPageContainerClub span.focused { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #666;border-color:#666 #999 #999 #666;background:#fff; }
#ProductPageContainerClub span.focused input { color:#333;font-style:normal; }

#ProductPageContainerClub span.valid { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #666;border-color:#666 #999 #999 #666;background:#fff url("images/static.png") no-repeat right 0; }
#ProductPageContainerClub span.valid input { color:#333;font-style:normal; }

#ProductPageContainerClub span.focused-valid { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #0a0;border-color:#0a0 #00e800 #00e800 #0a0;background:#e2ffe1 url("images/static.png") no-repeat right -23px; }
#ProductPageContainerClub span.focused-valid input { color:#0a0;font-style:normal; }

#ProductPageContainerClub span.invalid { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #c00;border-color:#c00 #fc0000 #fc0000 #c00;background:#ffe1e1 url("images/static.png") no-repeat right -46px; }
#ProductPageContainerClub span.invalid input { color:#d00;font-style:normal; }

#ProductPageContainerClub span.required { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #c00;border-color:#c00 #fc0000 #fc0000 #c00;background:#f3f3f3 url("images/static.png") no-repeat right -46px; }
#ProductPageContainerClub span.required input { color:#b7b7b7;font-style:normal; }

#ProductPageContainerClub span.disabled { float:left;width:226px;height:23px;line-height:23px;padding:0;margin:0;position:relative;border:1px solid #ccc;background:#333 url("images/horizontal.png") repeat-x; }
#ProductPageContainerClub span.disabled input { color:#ccc; }
