/* 
_________________________________________________
								"Fresh Start v.5"
		   (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, so 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, post on the BV Forums, preferably in the thread where this 
	theme was first available (Free Theme: "Fresh Start" v5):
	
	--------------> http://www.bvsoftware.com/forums/default.aspx?f=28&m=12288 <--------------

	(What is BV Commerce 2004? Find out at www.bvsoftware.com)
	
	Best viewed with Firefox (www.getfirefox.com)

	Have fun... cjs.
	__________________________________________________________________________________________
*/


/* Basic Styles
---------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: normal 10px Verdana, Arial, Geneva, Sans-serif;
	color: #333;
	letter-spacing: normal;
	text-align: center;
	background-color: #999; }
	
p, tr, td, ul, li {
	font: 10px Verdana, Arial, Geneva, Sans-serif; }
	
ul {
	/* li margin: 0;
	list-style-type: square; */
	list-style: square url(pic_bullet_pos.gif) outside; }

h1 {
	margin: 0 0 6px 0;
	padding: 0;
	font: bold 15px/20px Verdana, Arial, Geneva, Sans-serif;
	color: #5E713A;
	border: none;
	border-bottom: 1px solid #999; }
  
h3 {
	padding: 0 3px;
	margin: 3px;
	font: bold 12px/13px Verdana, Arial, Geneva, Sans-serif;
	color: #666; }
  
h3:before { 
	content: "\00BB \0020"; }  /* adds a ">>" before H3s, not visible on IE */
  
h4 {
	padding: 4px 0 4px 10px;
	margin: 0px;
	font: bold 10px Verdana, Arial, Geneva, Sans-serif;
	color: #FFF;
	text-align: left;
	background: #5E713A url(bg_h4.gif) repeat-x scroll top left;
	border: 1px solid #666; }
  
h4 a:hover {
	font: bold 10px Verdana, Arial, Geneva, Sans-serif;
	color: #FFF;
	text-decoration: none; }
  
h5, h6 {
	padding: 0;
	margin: 0;
	font: bold 12px/16px Verdana, Arial, Geneva, Sans-serif;
	color: #666; }
  
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333;
	font: normal 10px Verdana, Arial, Geneva, Sans-serif; }
  
a:hover {
	text-decoration: none;
	color: #666;
	cursor: pointer; }
  
table {
	border-collapse: collapse; }

table td { 
	vertical-align: top; }

img { 
	border: none; }

.hide { 
	display: none; }

/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
/*#container {
  margin: 0;
  padding: 0;
  width: 765px;
  background:#fff;
  }*/

			/* ...or... */

/*	___________________________
	Center-Aligned Container */
#container {
  /* display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -383px;
  padding: 0;
  width: 765px;
  background:#fff; */
  
	width: 765px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	text-align: left; }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width: 100%;
  padding: 10px;
  background: #FFF;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn {
  margin: 0;
  padding: 0 5px;
  width:150px;
  vertical-align:top;
  text-align:center;
  border-right: 1px solid #F7F4F0;
  }
#contentcolumn {
  padding: 0 0 0 15px;
  margin: 0;
  width: 620px;
  vertical-align: top;
  text-align: left;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
  padding:0px;
  margin:0px;
  background: #FFF;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin: 0px;
  padding: 5px 0 10px 0;    
  text-align: left;  
  }

/* Header
___________________________________________________________________________________________ */
#Header {
  background: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  width: 765px;
  position: relative; }
  
#BrandingArea {
  height: 200px;
  width: 765px;
  background: transparent url(bg_header.jpg) no-repeat scroll left bottom;
  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 a {
  position: absolute;
  top: 30px;
  right: 44px;
  text-indent: -9999px;
  background: transparent url(pic_logo_off.jpg) no-repeat top left;
  display: block;
  width: 241px;
  height: 117px; }
  
#Logo a:hover {
  background: transparent url(pic_logo_over.jpg) no-repeat top left;
  }
#Logo img { display: none; }

/*	____________
	Site Menu */
#SiteMenu {
  background: #5E713A;
  padding: 3px 0 2px 8px;
  }
  
#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;
  color: #fff;
  line-height: 12px;
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color: #ccc;
  text-decoration: none;
  }
  
/*	__________________
	Site Menu Icons */
#SiteMenu a#Header_SiteMap,
#SiteMenu a#Header1_SiteMap {
	background: transparent url(pic_bullet.gif) no-repeat left center;
	padding: 0 10px 0 12px; }
	
#SiteMenu a#Header_Home,
#SiteMenu a#Header1_Home {
	background: transparent url(pic_bullet.gif) no-repeat left center;
	padding: 0 10px 0 12px; }
	
#SiteMenu a#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a#Header1_LoginStatusControl1_lnkStatus {
  background: transparent url(pic_bullet.gif) no-repeat left center;
  padding: 0 10px 0 12px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
  background: transparent url(pic_bullet.gif) no-repeat left center;
  padding: 0 10px 0 12px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  background: transparent url(pic_bullet.gif) no-repeat left center;
  padding: 0 10px 0 12px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
  background: transparent url(pic_bullet.gif) no-repeat left center;
  padding: 0 10px 0 12px;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  /* background: transparent url(pic_bullet.gif) no-repeat left center; */
  padding: 0 10px 0 10px;
  }
  
#brandphone800, #brandphone, #brandemail {
 	position: absolute; 
	top: 186px; 
	left: 15px; 
	margin: 0; 
	padding: 0 0 0 12px;
	color: #FFF;
	font-weight: bold;
	background: transparent url(pic_bullet_pos.gif) no-repeat left center; }
	
#brandphone {
	left: 130px;
	font-weight: normal; }
	
#brandemail, #brandemail a {
	left: 245px;
	color: #FFF; 
	font-weight: bold;
	text-decoration: none;
	font-weight: normal; }
	
#brandemail a:hover {
	color: #CCC; }

/*	_________________________
	Site Menu Icons :hover */
#SiteMenu a:hover#Header_SiteMap,
#SiteMenu a:hover#Header1_SiteMap {
	background-image: url(pic_bullet_over.gif); }
  
#SiteMenu a:hover#Header_Home,
#SiteMenu a:hover#Header1_Home {
	background-image: url(pic_bullet_over.gif); }
  
#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  background-image: url(pic_bullet_over.gif);
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  background-image: url(pic_bullet_over.gif);
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  background-image: url(pic_bullet_over.gif);
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  background-image: url(pic_bullet_over.gif);
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  background-image: url(pic_bullet_over.gif);
  }
  
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
	position: absolute;
	top: 160px;
	right: 65px;
	display: block;
	color: #333;
	text-decoration: none; }
  
#ShoppingCartLink a:hover {
	color: #666;
	text-decoration: underline; }

/*	___________
	MiniCart */
#MiniCart {
	position: absolute;
	top: 160px;
	right: 160px;
	display: block;
	padding: 0;
	font: normal 10px/12px Verdana, Arial, Geneva, Sans-serif;
	color: #333;
	text-align: right; }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
	width: 765px;
	background: transparent;
	text-align: center; }
  
/*	_____________________________
	Top-Banner Categories Menu 6D617A */
#MenuLevel1, #MenuLevel1 table {
  margin: 0 auto;
  background: #5E713A;
  }

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust and comment out link controls below) */
#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
  height: 25px;
  background: transparent url(btn_main_off.gif) no-repeat top left;
  border-right: 1px solid #333;
  }
  
/*	________________________
	Category Top-Banner Tabs
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
	font: normal 10px/25px Verdana, Arial, Geneva, Sans-serif;
	color: #FFF;
	text-align: center; }
  
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
	background-image: url(btn_main_over.gif);
	display: block; }
  
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
	/* font: bold 10px Verdana, Arial, Geneva, Sans-serif; */
	background: transparent url(btn_main_over.gif) no-repeat top left;
	color: #fff;
	line-height: 25px;
	text-align: center; }
  
#MenuLevel1 a, #MenuLevel1 a:hover {
	/* font: bold 9px Verdana, Arial, Geneva, Sans-serif; */
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding: 0 20px;
	white-space: nowrap; }

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
	width: 765px;
	background: #5E713A; }
  
#MenuLevel2 Table {
	margin: auto auto;
	border-collapse: collapse; }
	
#MenuLevel2 .MenuItem {
	padding: 2px 10px 0 10px;
	background: transparent;
	text-align: center; }
	
#MenuLevel2 a {
  font: 11px/16px Verdana, Arial, Geneva, 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, .HomepageBlock {
	padding: 0;
	margin: 0;
	}
  
#HomeTable {
	padding: 0;
	margin: 0;
	width: 765px;
	}
	
#HomeColumn1 {
	vertical-align: top;
	text-align: left;
	width: 150px;
	margin: 20px;
	padding: 0 5px;
	voice-family: "\"}\""; /* begin ie hack */
	voice-family:inherit;
	width: 139px; }
	
html>body HomeColumn1 {
	width: 139px; /* end ie hack */ }
	
#HomeColumn2 {
	vertical-align: top;
	text-align: center;
	width: 595px;
	margin: 0;
	padding: 0 5px;
	voice-family: "\"}\""; /* begin ie hack */
	voice-family:inherit;
	width: 585px; }
	
html>body #HomeColumn2 {
	width: 585px; /* end ie hack */ }
	
#HomeColumn3 {
	vertical-align: top;
	text-align: left;
	width: 150px;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #EFEFEF;
	voice-family: "\"}\""; /* begin ie hack */
	voice-family:inherit;
	width: 139px; }
	
html>body #HomeColumn3 {
	width: 139px; /* end ie hack */ }
	
#HomepageSample1 {
  background: #fff url(FreshStartImage.png) no-repeat 50% 50%;
  height: 180px;
  margin: 0;
  padding: 0;
  }
#HomepageSample2 {
  background: #f5f5f5;
  text-align: left;
  vertical-align: middle;
  margin: 10px 0;
  padding: 5px;
  border: solid 1px #999;
  font: 11px/14px Verdana, Arial, Geneva, Sans-serif;
  }
  
.mainquad {
	width: 50%;
	padding: 10px 30px 30px 15px; 
	font: normal 10px/16px Verdana, Arial, Geneva, Sans-serif;
	background: #FFF url(bg_mainquad.gif) no-repeat right bottom; }
	
.mainquad a, .mainquad a:link, .mainquad a:active, .mainquad a:visited,
	.mainquad span a, .mainquad span a:link, .mainquad span a:active, .mainquad span a:visited {
	font: bold 10px/16px Verdana, Arial, Geneva, Sans-serif;
	color: #445B3E;
	text-decoration: underline; }

.mainquad span a, .mainquad span a:link, .mainquad span a:active, .mainquad span a:visited {
	font-weight: normal; }
		
.mainquad a:hover, .mainquad span a:hover {
	color: #999;
	text-decoration: none; }
		
.mainquad h1, .SingleCategoryDisplay h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font: bold 13px/16px Verdana, Arial, Geneva, Sans-serif;
	text-align: center;
	border: none; }
	
.SingleCategoryDisplay .SingleCategoryDisplayImage a {
	visibility: visible; }
	
.mainquad h1 a, .mainquad h1 a:link, .mainquad h1 a:active, .mainquad h1 a:visited,
	.SingleCategoryDisplay h1 a, .SingleCategoryDisplay h1 a:link, .SingleCategoryDisplay h1 a:active,
	.SingleCategoryDisplay h1 a:visited {
	visibility: visible;
	font: bold 13px/16px Verdana, Arial, Geneva, Sans-serif;
	color: #445B3E;
	text-decoration: none; }
		
.mainquad h1 a:hover, .SingleCategoryDisplay h1 a:hover {
	color: #999; }

.mainquad .SingleCategoryDisplay {
	margin-top: 0 }
		
.mainquad img {
	/* float: right; */
	margin-bottom: 10px;
	border: 1px solid #666; }
		
.mainquad ul {
	padding: 0;
	margin: 10px 0 0 20px;
	list-style: square url(pic_bullet_pos.gif) outside; }
	
.mainquad li { 
	margin: 0 0 5px 0; }
	
/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style: none outside 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;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #666;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  color: #333;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  color: #333;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm, .MailingListSignupForm {
	width: 150px;
	padding: 0; 
	voice-family: "\"}\""; /* begin ie hack */
	voice-family:inherit;
	width: 148px; }
	
html>body .CategoryList, html>body .SearchBoxForm, html>body .MailingListSignupForm {
	width: 148px; /* end ie hack */ }
	
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
	padding: 3px;
	margin: 0 0 6px 0;
	text-align: left;
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666; }
	
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #666 1px solid;
  background: #efefef;
  color: #666;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Geneva, Sans-serif;
  height: 18px;
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma, Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  }

/*	_________________________________
	Side Bar Categories Menu Links */
	/* NOTE: This section still in beta. --, .CategoryListContent ul li-- */

.CategoryListContent ul {
	margin: 0;
	padding: 0;
	list-style: none outside none; }

.CategoryListContent a, .CategoryListContent .OtherCategory a {
	display: block;
	padding: 2px 4px 3px 8px;
	font: normal 10px Verdana, Arial, Geneva, Sans-serif;
	color: #333;
	text-decoration: none;
	background-color: #FFF; }
	
.CategoryListContent li li a, .CategoryListContent li li a:link, .CategoryListContent li li a:visited {
	display: block;
	padding: 2px 2px 3px 19px;
	font: normal 10px/14px Verdana, Arial, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	background-color: #F3F1C8;
	border-bottom: 1px solid #5E713A; } 
	
.CategoryListContent .CurrentCategory a:link, .CategoryListContent .CurrentCategory a:visited,
	.CategoryListContent .CurrentCategory a:hover {
	color: #FFF;
	background-color: #5E713A;
	text-decoration: none;
	font: normal 10px Verdana, Arial, Geneva, Sans-serif; }
  
/* For Reseller Link */
.reseller {
	font: bold 10px Verdana, Arial, Geneva, Sans-serif;
	color: #930; }
  
a:hover .reseller {
	color: #FFF; }

.CategoryListContent .SubCategory a, .CategoryListContent .SubCategory a:link,
	.CategoryListContent .SubCategory a:visited {
	display: block; 
	padding: 2px 2px 3px 19px;
	font: normal 10px/14px Verdana, Arial, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	background-color: #F3F1C8; }
  
.CategoryListContent .CurrentCategory .SubCategory a, .CategoryListContent .CurrentCategory .SubCategory a:link,
	.CategoryListContent .CurrentCategory .SubCategory a:visited {
	display: block;
	padding: 2px 2px 3px 19px;
	font: normal 10px/14px Verdana, Arial, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	background-color: #F3F1C8; }
  
.CategoryListContent a:hover, .CategoryListContent li li a:hover, .CategoryListContent .SubCategory a:hover,
	.CategoryListContent .CurrentCategory .SubCategory a:hover {
	color: #FFF;
	background-color: #5E713A; }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
	margin-bottom: 4px;
	padding: 2px 10px 2px 2px;    
	font: 10px Verdana, Arial, Geneva, Sans-serif;
	color: #999;
	text-align: right;
	display: block; }
	
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
	color: #666;
	text-decoration: none; }
	
#BreadCrumbs a:hover {
	color: #999;
	text-decoration: none; }
	
.BreadCrumbTrailSpacer {
	font: 8px Verdana, Arial, Geneva, Sans-serif; }
	
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:583px;
  }
#Records table {
  border-top: 1px solid #ccc;
  width:583px;
  }
#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: 13px/15px Verdana, Arial, Geneva, Sans-serif;		
	color: #343434;
	margin: 10px 0; }
	
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
	font: 11px Verdana, Arial, Geneva, Sans-serif;
	color: #666;
	margin-bottom: 3px;
	white-space: nowrap; }

#Records {
	padding: 5px 0; }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position:relative;
  left:-60px;
  top:-128px;
  }
  
/*	________________
	Products Grid  */
.SingleCategoryDisplay {
	display: block;
	text-align: center;
	margin: 5px auto;
	vertical-align: top; }
  
.SingleCategoryDisplayText {
	text-align: left; }
	
.SingleCategoryDisplayImage {
	text-align: center; }
  
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:180px;
  vertical-align:top;
  border: 1px solid #efefef;
  padding:5px;
  margin:6px auto;
  }
.SingleProductDisplay {
  margin-top: 5px; !important
  }
.SingleProductDisplayImage {
  padding-bottom:5px;
  }
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A {
  font: 11px Verdana, Arial, Geneva, Sans-serif;
  }
.SingleProductDisplayPrice A {
  font: 11px Verdana, Arial, Geneva, Sans-serif;
  color:#8E9077;
  text-decoration:none;
  }
  
/*	____________________________
	Products/Categories Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
  text-align:left !important;
  }
.ListProductDisplayPrice, .ListProductDisplayPrice td {
  float:right !important;
  text-align:right !important;
  }
.ListCategoryDisplayDescription {
  margin:3px 10px 10px 0px;
  font: 12px/14px Verdana, Arial, Geneva, Sans-serif;
  text-align:left !important;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
  margin: 10px;
  text-align: left;
  }
.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
  text-align: left !important;
  float: left !important;
  }
#Records .DetailProductDisplayImage {
  width: 120px;
  float: right;
  text-align: right;
  }
 
/*	_______________________________________
	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;
  height:100%;
  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:583px;
  }
#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; }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #666; }
#productdescription {
  padding: 8px;
  font: 11px/12px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:20px;
  border: 1px solid #999;
  background: #efefef;
  padding: 15px 0 0 15px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, Geneva, Sans-serif; color:#666; }
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 5px 0 0 50px; }
#ProductProperties ul li { margin-top:3px; }
#ProductProperties ul ul { margin: 5px 0 0 0; }

/*	________________
	Pricing */
.DiscountText { font: 11px Verdana, Arial, Geneva, Sans-serif; color:#333; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Verdana, Arial, Geneva, Sans-serif; }
.SitePrice, .ListPrice { color:#666; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#333; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#999; font: 11px/12px Verdana, Arial, Geneva, Sans-serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Geneva, Sans-serif; color:#666; }

/*	________________
	Related Items */
.RelatedItemsBlock {
  display: block;
  background: #fff;
  border: none;
  width: 175px;
  margin: 10px 0;
  border: 1px solid #ccc;
  }
.RelatedItemsBlock H3 {
  padding: 3px;
  margin: 0;
  font: bold 12px Verdana, Arial, Geneva, Sans-serif;
  color: #999;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 170px;
  }
.RelatedItemsBlockContent { padding: 5px 0 0 0; text-align: center; }
.RelatedItemsBlock .SingleProductDisplay { border:none; width:170px; height:100%; }
.RelatedItemsBlock .SingleProductDisplayImage { height:64px; }

/*	__________________
	Product Reviews */
#ProductReviews H3 {
  padding: 3px 6px;
  margin: 0 0 5px 0;
  font: bold 12px Verdana, Arial, Geneva, Sans-serif;
  color: #999;
  background: transparent;
  border: 1px solid #999;
  }
#ProductReviews, #ProductReviewNew { margin: 10px 0; }
#ProductReviews a:link, #ProductReviews a:visited {
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  }
#ProductReviews a:hover {
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  }
.ProductReviewRating {
  font: bold 11px Verdana, Arial, Geneva, Sans-serif;
  color:#666;
  }
.ProductReview {
  font: 11px Verdana, Arial, Geneva, Sans-serif;
  margin: 5px 10px;
  }
.ProductReviewKarma { font: 11px Verdana, Arial, Geneva, Sans-serif; color:#666; }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #999;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:745px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Geneva, Sans-serif;
  color: #fff;
  background: #999;
  }
.CheckoutDescription {
  font: 12px/14px Verdana, Arial, Geneva, 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, Geneva, Sans-serif;
  color:#999;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Geneva, Sans-serif;
  color:#666;
  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, Geneva, Sans-serif;
  color:#666;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:745px;
  }
#CartSubTitle {
  }
#CartContainer {
  width:745px;
  padding:0px;
  margin:0px;
  }
#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;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  }
#CartTotalBlock {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  width:260px;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#CartCheckoutButtons {
  width:745px;
  text-align:right;
  margin-top:10px
  }
.CartItem {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  text-align: left;
  border-bottom:1px solid #999;  
  }
.CartAlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  text-align: left;
  border-bottom:1px solid #999;  
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:735px;
  margin:0 0 10px 0;  
  }
#AddressList td {
  border: 1px solid #efefef;
  padding: 5px;
  }
.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 #999;
  background: #f5f5f5;
  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;
  }
  
/*	__________________________________
	Checkout_Confirm Pricing Styles */
/*.DiscountText { }*/


/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  }
.BVSmallText {
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  color:#666;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #f5f5f5;
  border: 3px solid #efefef;
  }
.FormInput, #inKeyword {
  border: #999 1px solid;
  background: #fff;
  color: #333;
  padding-left: 2px;
  font: normal 10px/14px Verdana, Arial, Geneva, Sans-serif;
  height: 18px;
  }
.FormInput:focus { background: #ff9; } /* changes color of focused input box */
#btnSearch { margin: 0 0 2px 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, Geneva, Sans-serif;
  height: 18px;
  }
.formlabel {
  font: 12px Verdana, Arial, Geneva, Sans-serif;
  color: #666;  
  letter-spacing: normal;  
  }
.FormLabelStrong {
  font: bold 12px/14px Verdana, Arial, Geneva, Sans-serif;
  color: #666;  
  letter-spacing: normal;  
  }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  }
.text {
  font: 10px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Verdana, Arial, Geneva, Sans-serif;
  color: #666;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Verdana, Arial, Geneva, Sans-serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #333;
  font: 11px/14px Verdana, Arial, Geneva, 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, Geneva, 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 {
	clear: both;
	width: 765px;
	padding: 10px 0 3px 0;
	margin: 3px 0 0 0;
	font: 10px Verdana, Arial, Geneva, Sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #5E713A; }
  
#footermenu a, #poweredby a {
	padding-left: 4px;
	padding-right: 4px;
	font: 10px Verdana, Arial, Geneva, Sans-serif;
	color: #CCC;
	text-decoration: none; }
	
#footermenu a:hover, #poweredby a:hover {
	color: #FFF;
	text-decoration: none; }
	
#footercustommenu {
	padding: 4px 8px; }
	
#copyright, #poweredby {
	position: relative;
	top: 0;
	display: block;
	padding: 3px;
	font-size: 10px;
	color: #CCC;
	text-align: center; }
