/*C:\Inetpub\bvupdates\BVThemes\plus\styles.css [ps] ProMOTIONSICKNESS.com
______________________________________________________________________________________________
Fresh Start v.07 Fixed-Width Edition - "Chrome"
(a starter theme for bv commerce 2004)
by cjs. at www.promotionsickness.com
______________________________________________________________________________________________
	__________________________________________________________________________________________	
	THIS MESSAGE MUST REMAIN INTACT:
	This work was created by Cliff Spence at ProMotionSickness.com, but may have been modified
	to fit the design of this website by a third party.  ProMotionSickness.com cannot take
	responsibility for any modified version of this work.  It is licensed under the Creative
	Commons Attribution-ShareAlike License. To view a copy of this license, visit
	http://creativecommons.org/licenses/by-sa/2.0/ or send a letter to:
	Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
	__________________________________________________________________________________________	
	There is no support available for this theme, it's offered 'as is', but if you do have
	a problem or find a bug, leave a comment on the Fresh Start v.07 Fixed-Width Edition section of:
	-> http://freshstart.promotionsickness.com <-

	What is BV Commerce 2004? Find out at www.bvsoftware.com
	Best viewed with Firefox (www.getfirefox.com)
	Need some CSS help?  We've compiled a list of the books and references we've found helpful
	at http://freshstart.promotionsickness.com/resources.html
	__________________________________________________________________________________________
	Colors Used In This Theme (From Darkest To Lightest):
		#000, #333, #000000, #999, #ccc, #eee, #f5f5f5, #fff
	Special Colors:
		#9f0, #f00, #ffc, #ffb5b5, #ffe
	__________________________________________________________________________________________
	*/


/* Basic Styles
_____________________________________________________________________________________________ */
body {
  background: #f7ead7;
  margin: 0;
  padding: 0;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color: #ffffff;
  letter-spacing: normal;
  text-align: center;
  overflow-x: hidden;
  }
p, tr, td, ul, li 
{
	color: #000;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  margin: 0 0 7px 0;
  font: bold 21px Arial, Verdana, Helvetica, Sans-Serif;
  color: #000000;
  border: none;
  border-bottom: 1px dotted #000000;
  }
h3 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  }
h3:before {
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
h4 {
  /*padding-left:12px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-top: 3px;
  margin: 0px;
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-align: left;
  background: #BFB69D;
  text-transform: uppercase;*/
  	background-color: #7A3429;
	color: #FFFFFF;
	padding: 5px 7px;
	margin: 0px;	
	text-align: left;
	font-size: 11px;
	font-weight: bold;

  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  }
A, A:link, A:visited, A:active
{
	color: #000;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
	/*color: #7A3429;*/
}

table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
/*#container {
  margin: 0;
  padding: 0;
  width: 765px;
  background:#fff;
  }*/

			/* ...or... */

/*	___________________________
	Center-Aligned Container */
table#container {
  /*display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -383px;
  padding: 0;
  width: 767px;
  background:#fff;
  border: 1px solid #000000;*/
  	width:800px;
	padding:0px;
	margin:0px auto;
	/*background: #FFF;	*/

  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:10px;
  margin: 0 3%;
  background: #FFF;
  }

/*	_______________________
	Pages with a sidebar */
/*#navcolumn {
  margin: 0;
  padding: 0 0px;
  vertical-align:top;
  text-align:center;
  background-color: #E7E2D0;
  border-right: solid 1px #BFB69D;
  }*/
#contentcolumn {
  padding:0px;
  margin:0px;
  width:579px;
  vertical-align:top;
  text-align:left;
  background-color: #FFFFFF;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
  padding:0px;
  margin:0px;
  background:#fff;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0px;
  padding:5px 10px 10px 5px;    
  text-align: left;  
  }
  
  #HomeColumn3
  {
	display: none;
	width: 0px;
  }
  
  #HomeColumn3 table
  {
	margin: 0 auto;
  }
  
  #HomeColumn3 #BVText{
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  padding: 3px;
  }
  #HomeColumn3 A {
  	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  }
  #HomeColumn3 A:hover {
  	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-decoration: underline;
  }

/* Header
___________________________________________________________________________________________ */
#Header {
  background: #F7EAD7;
  padding: 0;
  margin: 0 0 0px 0;
  width: 800px;
  position: relative;
  }
#BrandingArea {
  height: 120px;
  width: 800px;
  background: transparent;
  position: relative;
  }
  
/*	___________________
	Logo Positioning */
/*#Logo {
  position: absolute;
  top: 24px;
  left: 10px;
  }*/
  
/*	___________________
	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
{
	/*display:none;*/
	width:250px;
	height:45px;
	background:transparent;
	position:absolute;
	text-align:center;
	vertical-align:top;
	padding-top:5px;
	top:0px;
	left:0px;
}
/*	____________
	Site Menu */
#SiteMenu {
	position: absolute;
	top: 60px;
	left: 365px;
	/*padding:3px 0px 3px 200px;*/
	/*background: url(topmenu.jpg) no-repeat;*/
	width: 500px;
	/*background: #F9E7E6;*/
  }
#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 12px;
  /*color: #132A54;
  line-height: 12px;*/
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF;
  /*font-weight: bold;
  text-transform: uppercase;*/
  }
#SiteMenu a:hover {
  color: #fff;
  text-decoration: none;
  }

#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  background: url(/images/cart.gif) no-repeat 0px 0px;
  padding-left:16px;
  }
/*	________________________
	Link to Shopping Cart */


#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: relative;
  top: -20px;
  float: right;
  color:#132A54;
  text-decoration:none;
  padding: 0 5px 3px 0;
  font-weight: bold;
  text-transform: none;
  font: bold 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
  display: none;
  }
#ShoppingCartLink a:hover {
  color:#132A54;
  text-decoration: underline;
  }

/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #132A54;  
  font: bold 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0;
  
  display: none;
  }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  /*width:800px;
  background: transparent;
  text-align:center;*/
  display: none;
  height: 0px;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  background: transparent;
  margin: 0 auto;
  background: #999;
  }

/*	______________________________
	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: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: #999;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: #000000;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: #000000;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  line-height: 25px;
  display: block;
  padding: 0 8px;
  white-space:nowrap;
  }

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
  width:800px;
  background: #d7ceb1;
  display: none;
  }
#MenuLevel2 Table {
  margin: 0 auto;
  }
#MenuLevel2 .MenuItem {
  padding: 2px 10px 0 10px;
  background:transparent;
  text-align: center;
  }
#MenuLevel2 a {
  font: 11px/16px Verdana, 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 #MainContent {
  padding:0;
  margin:0;
  background-color: #6c0607;
  }
#HomeColumn1 .HomepageBlock  
{
  padding:0 0 0 0;
  margin:0;
}
  
#HomeTable {
  padding:0;
  margin:0;
  width:800px;
  }
#HomeColumn1,
#navcolumn {
  vertical-align: top;
  text-align: left;
  padding: 0 0px;
  width: 224px;
  margin: 0;
  background: url(leftbg.jpg);
  /*background-color: #E7E2D0;
  border-right: 1px solid #BFB69D;*/
  }
#HomeColumn2 {
  vertical-align:top;
  text-align:left;
  padding: 0 0px;
  margin: 0;
  font: 12px Arial,Verdana,Helvetica,Sans-Serif;
  color: #FFFFFF;
  }
/*#HomeColumn3 {
  vertical-align:top;
  text-align:left;
  padding: 0 0px;
  width: 150px;
  margin: 0;
  background-color: #E7E2D0;
  border-left: 1px solid #BFB69D;
  }*/
#HomeColumn3
{
	vertical-align:top;
	text-align:center;
	padding:0px;
	margin:0px;
	width:180px;
}

/* Other Menus
___________________________________________________________________________________________ */

.CategoryList,
.NavColumnBlock
{
	position: relative;
	left: 22px;
}

#navColumn ul, 
#navColumn ul li {
  padding: 0;
  margin:0;
  }

.CategoryList ul,  
.CategoryList ul li 
{
  padding: 0;
  margin:0;
}
  
.CategoryList h4
{
	display: none;
}
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  /*background: #fff;*/
  padding: 0px;
  margin: 0px;
  /*width: 175px;*/
  }
.NavColumnBlockContent {
  padding: 7px;
  margin: 0 0 0px 0;
  line-height: 1.1em;
  text-align: left;
  /*background: #F9F8F5;*/
  /*border-left: solid 1px #BFBDB4;*/
  /*border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;*/
  color: #000000;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  /*font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;*/
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 7px;
  }
.NavColumnBlockContent a:hover {
  /*font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;*/
  text-decoration: underline;
  }  
  
 .NavColumnBlockContent li
 {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
 }

/*	_________________________
	Side Bar Menus & Forms */
/*.CategoryList, .SearchBoxForm, .MailingListSignupForm {
  width:175px;
  padding:0;
  }*/
.CategoryList, .SearchBoxForm, .MailingListSignupForm
{
	margin:0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #F9F8F5;*/
	/*border-left: solid 1px #BFBDB4;*/
}
  
.MailingListSignupFormContent .FormInput {
  border: #ffffff 1px solid;
  background-color: transparent;
  color: #ffffff;
  padding-left: 2px;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  width: 150px;
  }

.SearchBoxHeaderInput
{
  width: 170px;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color: #bedb89;
  border: solid 1px #bedb89;
  background: #FFFFFF;
}
  
.MailingListSignupFormContent .FormLabel {
  /*font: 10px/12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;*/
  }
/*	_________________________
	Search Button Position */
#ContentColumn1__ctl0_btnGoSearch,
#ContentColumn4__ctl0_btnGoSearch,
#ContentColumn5__ctl1_btnGoSearch {
  margin-bottom: -4px; /* Adjust as needed. */
  }

/*	_________________________________
	Side Bar Categories Menu Links */
/*
.CategoryListContent ul, 
.CategoryListContent ul li,
.NavColumnBlockContent ul,
.NavColumnBlockContent ul li
 {
  margin: 0 0 0 5px !important;
  padding: 0px 0 0px 5px !important;
  list-style-image: url(rooster-bullet.jpg);
  line-height: 15px;
  }*/

.CategoryListContent ul, 
.NavColumnBlockContent ul
 {
  margin: 0 0 0 0px !important;
  padding: 0px 0 0px 0px !important;
  position: relative;
  z-index: 1000;
  }
  
.CategoryListContent ul li,
.NavColumnBlockContent ul li
 {
  margin: 3px 0 3px 5px !important;
  padding: 0px 0 0px 25px !important;
  /*list-style-image: url(rooster-bullet.jpg);*/
  background: url(rooster-bullet.jpg) no-repeat;
  list-style-image: none;
  list-style: none;
  /*line-height: 15px;*/
  }  
  
.CategoryListContent li { margin: 0; }

.NavColumnBlock a, .NavColumnBlock a:link, .NavColumnBlock a:visited,
.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited {
  /*display: block;
  /*background-color: #E7E2D0;*/
  color: #fff;
  margin: 0;
  padding: 0px;
  text-decoration: underline;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  /*font-weight: bold;*/
  }
  
.NavColumnBlock li li a, .NavColumnBlock li li a:link, .NavColumnBlock li li a:visited,
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  background-color: #f5f5f5;
  padding: 1px 2px 1px 12px;
  text-decoration: none;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  color: #6EA00D;
  /*background-color: #BFB69D;*/
  font: bold 12px Arial, Verdana, Helvetica, Sans-Serif;
  }
.NavColumnBlock a,
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
  display: block;
  color: #fff;
  /*background-color: #eee;*/
  padding: 1px 2px 1px 12px;
  text-decoration: none;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
  display: block;
  color: #fff;
  /*background-color: #eee;*/
  padding: 1px 2px 1px 18px;
  text-decoration: underline;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  }
  
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  }

.NavColumnBlock li a:hover
{
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  text-decoration: underline;	
}



/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #999;
  text-align: left;
  display:block;
  background: #eee;
  display: none;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #000000;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #999;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Verdana, Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:570px;
  }
#Records table {
  border-top: 1px solid #ccc;
  width:570px;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:98%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font:12px/14px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#333;
  margin:10px 0;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color:#000000;
  margin-bottom: 3px;
  white-space:nowrap;
  }
  
  #Pager a,a:link,a:visited,a:hover {
  	color: #000000;
	text-decoration: none;
	}
  
    #lblPager a,a:link,a:visited,a:hover {
  	color: #000000;
	text-decoration: none;
	}
  
  
  
#Records {
  padding: 5px 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  
{
	padding-top: 5px;
	padding-bottom: 5px;
}
  
.SingleCategoryDisplayname a,
.SingleCategoryDisplayname a:link,
.SingleCategoryDisplayname a:visited,
.ListCategoryDisplay a,
.ListCategoryDisplay a:link,
.ListCategoryDisplay a:visited {
  font: normal 12px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #FFFFFF;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
  font: normal 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }

/*	________________
	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 Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color:#000000;
  }
.SingleProductDisplayName a:hover {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  background-color: #eee;
  color: #333;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color:#000000;
  }
.SingleProductDisplayPrice a:hover {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: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 Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayName a:hover {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  background-color: #eee;
  color: #333;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: normal 11px Verdana, 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: #000000; }
a:hover .SitePriceDiscounted { color: #f00; }
 
/*	_______________________________________
	Side Bar Product & Category Rotators */ 
.HomepageBlock .SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:125px;
  margin:10px 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:570px;
  }
#ProductPageImageColumn {
  width:175px;
  padding:0px 5px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0 0 0 10px;
  margin:0;
  vertical-align:top;
  text-align:left;
  }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #000000; display: none;}
#productdescription {
  padding: 0 8px 8px 8px;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 1px 2px 1px;    }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }
#ProductSKU {
	display: none;
}

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:-5px;
  /*border: 3px solid #BFB69D;
  background: #F1FCE0;*/
  background:#E7F4D1 none repeat scroll 0%;
  border:3px solid #D1E7A8;
  padding: 12px 0 0 12px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, 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 Arial, Verdana, Helvetica, Sans-Serif; color:#333; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 12px Arial, Verdana, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice { color:#000000; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#333; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#999; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#000000; }

/*	________________
	Related Items */
.RelatedItemsBlock {
  background: #fff;
  margin: 0;
  padding: 0 0 3px 0;
  background-color: #f5f5f5;
  }
.RelatedItemsBlock H3 {
  padding: 3px;
  margin: 0 0 4px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-align: left;
  background-color: #eee;
  }
.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 11px Verdana, Arial, Helvetica, Sans-Serif; }

/*	__________________
	Product Reviews */
#ProductReviews {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 20px 0;
  padding: 0 0 3px 0;
  }
#ProductReviews H3 {
  padding: 3px;
  margin: 0 0 5px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #890005;
  }
#ProductReviewNew { margin: 10px 0; }
#ProductReviews a,
#ProductReviews a:link,
#ProductReviews a:visited {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  text-decoration: none;
  }
#ProductReviews a:hover {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  }
.ProductReviewRating {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#000000;
  }
.ProductReview {
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  margin: 5px 10px;
  border-left: 2px solid #ccc;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color:#000000;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #999;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #999;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:745px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #890304;
  }
.CheckoutDescription {
  font: 12px/14px Verdana, 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 Verdana, Arial, Helvetica, Sans-Serif;
  color:#999;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#000000;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#000000;
  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 #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  }
#CartTotalBlock {
  border-bottom: double 3px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  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
  }
#CartCheckoutButtons td {
text-align:right;
}
.CartItem,
.CartAlternateItem {
  padding: 5px;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-align: left;
  border-bottom:1px solid #999;  
  }
.CartItem { background: #fff; }
.CartAlternateItem { background: #E7F4D1; }
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #000000;
  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 Styles */
#AddressBookPanel {
  width:735px;
  margin:0;  
  }
#AddressList td {
  border: 3px double #ccc;
  padding: 5px;
  }
#AddressList td:hover {
  background: #ffc;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #999;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#f5f5f5;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  padding:5px;
  margin: 0;
  width: 172px;
  }
#lblGrandTotal {
  border-top: 1px solid #ccc;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
  background:#fff;
  }
.ControlArea {
  border: 1px solid #D1E7A8;
  background: #E7F4D1;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#f5f5f5;
  border: 1px solid #999;
  padding:5px;
  margin: 0;
  text-align:left;
  width: 172px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
#OrderItemPreview table {
  width: 98%;
  }
#OrderItemPreview table table {
  width: 100%;
  }
#ShipToMultipleAddressesButton { margin: 5px; }
  
/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  color: #000000;
  }
.BVSmallText {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color:#000000;
  }
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 Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #E7F4D1;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.ContentCell .ContentCell {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
}
.ContentCell td.FormLabel 
  {
	width:140px;
	height:20px;
	text-align:right;
  }
#tdLogin
{
	vertical-align:middle;
}
.ContentCell .FormTable table
{
	margin-bottom:-4px;
	margin-top:-4px;
	padding:0;
}
.contentcell {
  width: 360px;
  /*background: #f5f5f5;
  border: 3px solid #eee;*/
  background: #E7F4D1;
  border: 3px solid #D1E7A8;
  }
.ContentCell .FormInput {width:170px;}

.contentcell a
{
	color: #000000;
}

.FormInput, #inKeyword {
  border: #999 1px solid;
  background: #fff;
  color: #000000;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
select.FormInput
{
	height:16px;
}
.ContentCell .FormInputError { width: 200px; }
.FormInput:focus { background: #fff; } /* 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: #333;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  /*font: 12px Verdana, 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 Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;  
  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 Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  }
.text {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #333;
  font: 11px/14px Verdana, 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 Verdana, 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 Verdana, Arial, Helvetica, Sans-Serif;
  clear: both;
  margin: 0px 0 0 0;
  width: 765px;
  color: #121008;
  padding: 18px 0 0 0;
  text-align: center;
  background: #fff;
  background-image: url(/images/footerbg.jpg);
  background-position: top;
  background-repeat: repeat-x;*/
  
	/*font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;*/
	clear: both;
	padding: 0px;
	/*border-top: solid 1px #003399;*/
	margin: 0px 0px 0px 0px;
	width: 800px;
	text-align: center;
	background-color: #f7ead7;
  }
  
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #9d9d9d;
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  /*font-weight: bold;
  text-transform: lowercase;*/
  }
#footermenu a:hover {
  /*color:#121008;
  text-decoration: none;
  text-transform: lowercase;*/
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 12px;
  position: relative;
  top: 0px;
  color: #9d9d9d;
  display: block;
  padding: 1px;
  text-align: center;
  }
  
  /*
  Advanced Search
  */
  .AdvancedSearch {
	background-color:#E7E2D0;
	width: 100%;
	padding: 5px 0px;
	}	

.LabelText
{
	font: bold 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}
.MinMaxBox
{
	width:50px;
	color :000;
}
#listCategory
{
	width:150px;
}
#inKeyword
{
	width: 150px;
}
.AdvancedSearchLink
{
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	letter-spacing:normal;	
	background-color:Transparent;
	padding-top: 5px;
	padding-left: 5px;
}
.AdvancedSearchLink a,
.AdvancedSearchLink a:link,
.AdvancedSearchLink a:visited,
.AdvancedSearchLink a:hover {
	color: #000000;
	text-decoration: underline;
}

.HeaderBox
{
	/*position: absolute;
	top: 20px;
	right: 20px;
	width: 300px;
	background-color: #FF9966;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	height: 130px;
	vertical-align: bottom;*/

	font-size:20px;
	line-height:25px;
	position:absolute;
	right:100px;
	text-align:center;
	top:65px;
	vertical-align:bottom;
	width:400px;
}

.LeftMenuStyle
{
	font: 11px Arial, Verdana;
	color: #1D335C;
	text-align: left;
	border-left: solid 1px #BFBDB4;
	background-color: #F9F8F5;
	margin-left: 6px;
	margin-bottom: 20px;
}

.LeftMenuItem
{
	padding: 3px 7px 3px;
}

.LeftMenuHeader
{
	background-color: #7A3429;
	color: #FFFFFF;
	padding: 5px 7px;
	font-weight: bold;
}

.ContentBlockStyle
{
	/*background-color: #FF9966;
	height: 200px;*/
	margin-bottom:10px;
}

.HomeCategoryHeader
{
	background-color: #7A3429;
	width: 200px;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.HomeCategoryImage
{
	text-align:center;
	margin: 5px auto;
}

.HomeRightColumnHeading
{
	background-color: #7A3429;
	font-size: 14px;
	color: #FFFFFF;
}

.ItemRightColumnSign
{
	padding-top: 5px;
	/*font-size: 15px;*/
	text-align: center;
}

.ItemRightColumnImage
{
	text-align: center;
}

.HeaderLeft
{
	position: absolute;
	top: 99px;
	left: 0px;
}

.TopMenuItem1
{
	float: left;
	background: url(menu/signin_act.jpg) no-repeat;
	height: 40px;
	width: 93px;
}

.TopMenuItem2
{
	float: left;
	background: url(menu/your-account.jpg) no-repeat;
	height: 40px;
	width: 114px;
}

.TopMenuItem3
{
	float: left;
	background: url(menu/customer-service.jpg) no-repeat;
	height: 40px;
	width: 144px;
}

.TopMenuItem4
{
	float: left;
	background: url(menu/search.jpg) no-repeat;
	height: 40px;
	width: 86px;
}

.PhoneNumber
{
	position: absolute;
	right: 0px;
	top: 10px;
}

.TopMenuItemText
{
	margin-top: 12px;
	margin-left: 10px;
}

.TopMenuItemText1
{
	margin-top: 12px;
	margin-left: 20px;
}

.HomePageContentCenter
{
	padding: 20px 20px 0 20px;
	text-align: left;
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
	color: #FFF;
}

.SearchBoxHeader
{
	position: relative;
	left: 390px;
	top: 12px;
}

.SearchBoxHeader h4
{
	display: none;
	height: 0px;
}

.MagicGlass
{
	position: relative;
	top: 4px;
}

.NewAndSpecial
{
	/*width: 550px;
	height: 140px;
	background: url(new-special-bg.jpg) no-repeat;*/
	margin-left: 15px;
}

.NewAndSpecial td
{
	text-align: center;
}

.NewAndSpecialItem
{
	padding-top: 10px;
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;	
	text-decoration: underline;
}

.NewAndSpecialItem a,a:link,a:visited,a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.MailingListSignupForm h4
{
	display: none;
	height: 0px;
}

.MailingListSignupForm .Instructions
{
	display: none;
	height: 0px;
}

.MailingListSignupFormContent table
{
	margin-left: 25px;
	margin-bottom: 10px;
}

.MailingListSignupFormContent td
{
	padding: 0;
	margin: 0;
}

.CategoryGrid
{
	background: url(categories-bg.jpg) no-repeat;
	height: 181px;
	margin-left: 15px;
	width: 550px;
	padding-left:0px;	
}

.FormLabel
{
	color: #000000;
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
}

.NavColumnBlock h4
{
	display: none;
	height: 0px;
}