/* 
_________________________________________________
								"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 11px/17px Verdana, Arial, Geneva, sans-serif;
	color: #333;
	letter-spacing: normal;
	text-align: center;
	background: #CCC url(bg_main.gif) repeat scroll 0 0; }
	
p, tr, td, ul, li {
	font: 11px/17px Verdana, Arial, Geneva, Sans-serif; }
	
ul {
	padding: 0;
	margin: 0 0 15px 20px;
	list-style: square url(pic_bullet_pos.gif) outside; }
	
li { 
	margin: 0 0 5px 0; }

h1 {
	padding: 0;
	margin: 0 0 6px 0;
	font: bold 15px/20px Verdana, Arial, Geneva, Sans-serif;
	color: #034B93;
	border: none;
	border-bottom: 1px solid #999; }
h2 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Verdana, Arial, Geneva, Sans-serif;
  color: #034B93; }
  
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: #C60 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 {
  font: normal 11px Verdana, Arial, Geneva, Sans-serif;
  color: #034B93;
  text-decoration: underline; }
  
a:hover {
  text-decoration: none;
  color: #999;
  cursor: pointer; }
  
table {
	border-collapse: collapse; }

table td { 
	vertical-align: top; }

img { 
	border: none; }

.hide { 
	display: none; }


/* Main Layout
___________________________________________________________________________________________ */
/*	___________________________
	Center-Aligned Container */
#container {
	width: 765px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	text-align: left;
	border-left: 1px solid #383A53;
	border-right: 1px solid #383A53; }

/*	____________________
	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: transparent;
  padding: 0;
  margin: 0 0 5px 0;
  width: 765px;
  position: relative; }
  
#BrandingArea {
  height: 260px;
  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: 31px;
  left: 305px;
  text-indent: -9999px;
  background: transparent url(pic_logo.gif) no-repeat 0 0;
  display: block;
  width: 372px;
  height: 86px; }
  
#Logo a:hover {
  background-position: 0 -86px; }
  
#Logo img { display: none; }

#contactinfo {
  position: absolute; 
  top: 113px; 
  left: 360px; 
  text-align: center; }

/*	____________
	Site Menu */
#SiteMenu {
	display: none;
	background-color: #383A53;
	padding: 3px 0 4px 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; }
  
 #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; }
	
#brandemail, #brandemail a {
	left: 130px;
	color: #FFF; 
	font-weight: bold;
	text-decoration: none; }
	
#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;
  display: block;
  width: 195px;
  top: 209px;
  left: 475px;
  color: #FFF;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  text-align: center; }
  
#ShoppingCartLink a:hover {
  color: #999;
  text-decoration: none; }

/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  display: block;
  width: 195px;
  top: 229px;
  left: 475px;
  padding: 0;
  color: #FFF;  
  font: normal 10px/10px Verdana, Arial, Geneva, Sans-serif;
  text-align: center; }
  
  /* __________________
 	Flash Animation */
#flash {
	position: absolute;
	top: 20px;
	left: 595px;
	width: 160px;
	height: 170px; }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
	width: 765px;
	background: transparent;
	text-align: center; }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  margin: 0 auto;
  background-color: #E2CD92; }
  
 #MenuLevel1 table {
 	/* border-left: 1px solid #A5A6B9; */ }

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust and comment out link controls below) */
#MenuLevel1 .MenuItem a, #MenuLevel1 .MenuItem a:link, #MenuLevel1 .MenuItem a:active, 
	#MenuLevel1 .MenuItem a:visited, #MenuLevel1 .MenuItemActive a, #MenuLevel1 .MenuItemActive a:link, 
	#MenuLevel1 .MenuItemActive a:active, #MenuLevel1 .MenuItemActive a:visited {
	display: block;
	padding: 0 6px 0 8px;
	height: 25px;
	font: normal 10px/25px Verdana, Arial, Geneva, Sans-serif;
	letter-spacing: -.01em;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #333;
	background: transparent url(btn_main.gif) no-repeat scroll 0 0; }
  
/*	________________________
	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, #MenuLevel1 .MenuItemActive a:link, 
	#MenuLevel1 .MenuItemActive a:active, #MenuLevel1 .MenuItemActive a:visited, 
	#MenuLevel1 .MenuItemActive a:hover { 
	/* padding: 0 10px 0 10px; */
	background-position: 0 -25px;
	/* display: block; */ }
  
/* #MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
	background: transparent url(btn_main_tile.gif) repeat-x 0 -30px;
	font: normal 10px/25px Verdana, Arial, Geneva, Sans-serif;
	color: #FFF;
	text-align: center; }
  
#MenuLevel1 a, #MenuLevel1 a:hover {
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding: 0 0;
	white-space: nowrap; } */

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
	/* width: 765px;
	background: #034B93; */
	display: hidden; }
  
#MenuLevel2 Table {
	margin: auto auto;
	border-collapse: collapse; }
	
#MenuLevel2 .MenuItem {
	padding: 2px 10px 0 10px;
	background: transparent;
	text-align: center; }
	
#MenuLevel2 a {
  font: 10px/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 0 0 10px;
	border-right: 1px solid #EFEFEF;
	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 10px;
	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 {
	padding: 10px 15px 30px 15px; 
	font: normal 10px/16px Verdana, Arial, Geneva, Sans-serif;
	background: #FFF url(bg_mainquad.gif) repeat-y 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: #034B93;
	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 h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font: bold 13px/16px Verdana, Arial, Geneva, Sans-serif;
	text-align: left;
	border: none; }
	
.mainquad h2 a, .mainquad h2 a:link, .mainquad h2 a:active, .mainquad h2 a:visited {
	font: bold 13px/16px Verdana, Arial, Geneva, Sans-serif;
	color: #034B93;
	text-decoration: none; }
		
.mainquad h2 a:hover {
	color: #999; }
		
.mainquad .SingleCategoryDisplay {
	margin-top: 0 }
		
.mainquad img {
	float: right;
	margin: 3px 0 10px 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 {
	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: #E1F5FA;
	border-bottom: 1px solid #CBDCE1; } 
	
.CategoryListContent .CurrentCategory a:link, .CategoryListContent .CurrentCategory a:visited,
	.CategoryListContent .CurrentCategory a:hover {
	color: #FFF;
	background-color: #034B93;
	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: #E1F5FA; }
  
.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: #E1F5FA; }
  
.CategoryListContent a:hover, .CategoryListContent li li a:hover, .CategoryListContent .SubCategory a:hover,
	.CategoryListContent .CurrentCategory .SubCategory a:hover {
	color: #FFF;
	background-color: #034B93; }

/* Breadcrumbs
________________________________________________________________________________________ */

#BreadCrumbs {
	margin-bottom: 15px;
	padding: 2px 10px 2px 2px;    
	font: normal 10px Verdana, Arial, Geneva, Sans-serif;
	color: #999;
	text-align: right;
	display: block; }
	
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
	font: normal 10px Verdana, Arial, Geneva, Sans-serif;
	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: 11px/17px Verdana, Arial, Geneva, Sans-serif;		
	color: #343434; */
	margin: 10px 20px 8px 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;
	width: 220px;
	margin: 5px auto;
	vertical-align: top; }
  
.SingleCategoryDisplayText {
	text-align: left; }
	
.SingleCategoryDisplayImage {
	text-align: center; }
  
.SingleProductDisplay {
	display: block;
	width: 180px;
	padding: 10px 0 10px 0;
	margin:6px auto;
	text-align: center;
	vertical-align: top;
	background-color: #E1F5FA; }
	
.SingleProductDisplay {
	margin-top: 10px; !important }
	
.SingleProductDisplayImage {
 	padding-bottom: 5px; }

.SingleProductDisplayImage img	{
	border: 1px solid #999; }

.SingleProductDisplayName a, .SingleCategoryDisplayname a, .ListCategoryDisplay a {
	font: bold 11px Verdana, Arial, Geneva, Sans-serif; }
  
.SingleProductDisplayPrice a, .SingleProductDisplayPrice a:link, .SingleProductDisplayPrice a:active, .SingleProductDisplayPrice a:visited  {
	font: 11px Verdana, Arial, Geneva, Sans-serif;
	color:#333;
	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;
  }
  
  
/*	__________________________ ETJ
	Detailed Products Lists */
.DetailProductDisplay {
  margin: 10px;
  text-align: left;
  border-top: 1px solid #ccc; }

.DetailProductDisplayName td,
  .DetailProductDisplayPrice td, 
  .DetailProductDisplayDescription td,
  .DetailProductDisplayControls td {
  text-align: left !important;
  float: left !important; }

.DetailProductDisplayName a:link, .DetailProductDisplayName a:active, 
  .DetailProductDisplayName a:visited, .DetailProductDisplayName a:hover {
  font-weight: bold; }

#Records .DetailProductDisplayImage {
  width: 120px;
  float: right;
  text-align: right;
  vertical-align: middle;
  }

/*	__________________________
	Detailed Products Lists  
#Records .DetailProductDisplay {
	padding: 5px 0;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCC; }
	
#Records td.DetailProductDisplayImage {
	width: 130px;
	text-align: left;
	vertical-align: middle; }
	
#Records td.DetailProductDisplayImage img {
	border: 1px solid #666; }
	
#Records div.DetailProductDisplayName, #Records table.DetailProductDisplayName td,
	#Records div.DetailProductDisplayPrice, #Records table.DetailProductDisplayPrice td,
	#Records div.DetailProductDisplayDescription, #Records table.DetailProductDisplayDescription td {
	width: 310px;
	padding-bottom: 10px;
	text-align: left; } 
	
#Records div.DetailProductDisplayName a, #Records table.DetailProductDisplayName td a {
	color: #666; }
	
#Records div.DetailProductDisplayDescription, #Records table.DetailProductDisplayDescription td {
	padding-bottom: 0; }
	
#Records .ProductProperty {
	font-weight: bold;
	color: #F30; }
	
#Records td.DetailProductDisplayControls {
	width: 128px;
	text-align: left;
	vertical-align: middle; }
	
#Records .DetailProductDisplay ul li {
	margin-bottom: 0; }
*/
/*	_______________________________________
	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;
  }
  
 .HomepageBlock {
 	clear: left; }
  
/* 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: 5px 0 10px 0;
  /* 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: #333; }
	
#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:725px;
  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: 725px;
  margin: 0 0 0 20px;
  }
#CartSubTitle {
  }
#CartContainer {
  width: 725px;
  padding: 0px;
  margin: 0 0 0 20px;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin: 0px;
  width: 725px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: none;
  }
#CartUpdateBlock {
  width: 500px;
  background: #fff;
  margin: 0 0 0 20px;
  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: 200px;
  margin: 0;
  padding: 5;
  text-align: center;
  vertical-align: middle;
  }
#CartCheckoutButtons {
  width:725px;
  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
___________________________________________________________________________________________ 034B93 */
#footer {
  font: normal 10px/16px Verdana, Arial, Geneva, Sans-serif;
  clear: both;
  margin: 3px 0 0 0;
  width: 765px;
  color: #333;
  padding: 10px 0 3px 0;
  text-align: center;
  background-color: #E2CD92;
  border-top: 10px solid #034B93;
  border-bottom: 1px solid #383A53; }
  
#footermenu a, #footer a {
  padding-left: 4px;
  padding-right: 4px;
  color: #333;
  font: bold 10px Verdana, Arial, Geneva, Sans-serif;
  text-decoration: none; }
  
#footermenu a:hover, #footer a:hover {
  color: #666;
  text-decoration: underline; }
  
#footercustommenu {
  padding: 4px 8px; }
  
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #333;
  display: block;
  padding: 5px;
  text-align: center; }
  
  /* Home Page Links
___________________________________________________________________________________________ */

.listitemlinks {
 	float: left;
	text-align: left;
	width: 190px; }
	
/* Alternating Styles
----------------------------------------------------------------------------------------- */
#navigation, #contactinfocsc, #searchform, #footercsc, #maincontentcsc, #homelink {
	display: none; }