/* 
_________________________________________________
			 "Fresh Start v.5 WideScreen Edition"
		   (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 {
  background: #333;
  margin: 0;
  padding-left: 17;
  padding-top: 0;
  padding-bottom: 0;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
  letter-spacing: normal;
  background: url(bk.jpg);
   background-repeat: no-repeat
  }
p, tr, td, ul, li {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 16px Arial, Verdana, Helvetica, Sans-Serif;
  color: maroon;
  border: none;
  border-bottom: 1px solid maroon;
  }
h3 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  }
h3:before { 
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
h4 {
  padding: 3px;
  margin: 0px;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  background: maroon;
  background: url(wave_bg.gif);
  border: 1px solid gray;
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  }
a, a:link, a:visited, a:active {
  text-decoration: underline;
  color: #333;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: none;
  color: green;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
#container {
  margin: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  min-width: 750px;
  max-width: 1000px;
  background:#fff;
  padding-right: 17px;
  background: url(side_bk.jpg);
  background-position: top right;
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:100%;
  padding:10px;
  background: #FFF;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn {
  margin: 0;
  padding: 0px;
  padding-right: 20px;
  width:150px;
  vertical-align:top;
  text-align:center;
  border-right: 1px solid #F7F4F0;
  }
#contentcolumn {
  padding:0px;
  margin-right:25px;
  vertical-align:top;
  text-align:left;
  width:100%;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
   margin:0px;
  padding:5px 30px 30px 5px;    
  text-align: left;  
  width:98%;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0px;
  padding:5px 30px 30px 5px;    
  text-align: left;  
  width:98%;
  }

/* Header
___________________________________________________________________________________________ */
#Header {
  background: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  width: 100%;
  position: relative;
  }
#BrandingArea {
  height:150px;
  width:100%;
  background: url(top_menu_bk.jpg);
  position: relative;
  }
  
/*	___________________
	Logo Positioning 
#Logo {
  position: absolute;
  top: 30px;
  left: 0px;
  text-indent: -9999px;
  background: transparent url(logo.jpg) no-repeat top left;
  display: block;
  width: 288px;
  height: 105px;
  }
  */
/*	___________________
	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: 0px;
  left: 0px;
  text-indent: -9999px;
  background: transparent url(menu_bk.jpg) no-repeat top left;
  display: block;
  width: 0px;
  height: 0px;
  }

#Logo img { display: none; }

/*	____________
	Site Menu */
#SiteMenu {
  background: black;
  }
#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, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color:#ccc;
  text-decoration: none;
  }
  
/*	__________________
	Site Menu Icons */
#SiteMenu a#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a#Header1_LoginStatusControl1_lnkStatus {
  background: transparent url(pillsdown.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
  background: transparent url(pillsdown.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  background: transparent url(pillsdown.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
  background: transparent url(pillsdown.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  background: transparent url(pillsdown.gif) no-repeat left center;
  padding-left:22px;
  }

/*	_________________________
	Site Menu Icons :hover */
#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  background: transparent url(pillsup.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  background: transparent url(pillsup.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  background: transparent url(pillsup.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  background: transparent url(pillsup.gif) no-repeat left center;
  padding-left:22px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  background: transparent url(pillsup.gif) no-repeat left center;
  padding-left:22px;
  }
  
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: absolute;
  top: 1px;
  right: 10px;
  color:#fff;
  text-decoration:none;
  padding: 0 0 3px 0;
  }
#ShoppingCartLink a:hover {
  color:#ccc;
  text-decoration: none;
  }

/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  top: 18px;
  right: 10px;
  color: maroon;  
  font: bold 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0;
  }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  width:100%;
  background: transparent;
  text-align:center;
   background: url(menu_button_on.jpg);
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  background: transparent;
  margin: 0;
  background: maroon;
  background: url(menu_bar_bk.jpg);
  
  }

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust and comment out link controls below) */
#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
  
   background: url(menu_button_on.jpg);
  }
  
/*	________________________
	Category Top-Banner Tabs
	(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: maroon;
  color: #efefef;
  background: url(menu_button.jpg);
  line-height: 25px;
  text-align: left;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: maroon;
  color: black;
  line-height: 25px;
  background: url(menu_button_on.jpg);
  text-align: center;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: maroon;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: url(menu_button_on.jpg);
  }
#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;
  background: url(menu_button_on.jpg);
  }

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
  width:100%;
  background: maroon;
  background: url(menu_button_on.jpg);
  }
#MenuLevel2 Table {
  margin: auto auto;
  }
#MenuLevel2 .MenuItem {
  padding: 2px 10px 0 10px;
  background:transparent;
  text-align: left;
   background: url(menu_button_on.jpg);
  }
#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, .HomepageBlock {
  padding:0;
  margin:0;
   width:100%;
  }
#HomeTable {
  padding:0;
  margin:0;
  width:100%;
  }
#HomeColumn1 {
  vertical-align: top;
  text-align: left;
  padding: 0 5px;
  width: 150px;
  margin: 0;
  border-right: 1px solid	#efefef;
  }
#HomeColumn2 {
  vertical-align:top;
  text-align:center;
  padding: 0 5px;
  margin: 0;
  }
#HomeColumn3 {
  vertical-align:top;
  text-align:left;
  padding: 0 5px;
  width: 150px;
  margin: 0;
  border-left: 1px solid #efefef;
  }
#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 maroon;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  }

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 150px;
  }
.NavColumnBlockContent {
  padding: 3px;
  margin: 0 0 6px 0;
  line-height: 1.1em;
  text-align: left;
  background: #fff;
  border-left: 1px solid maroon;
  border-right: 1px solid maroon;
  border-bottom: 1px solid maroon;
  color: maroon;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  text-decoration: underline;
  }  

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #00209F;
  padding: 0;
  margin: 25px 0 0 0;
  width: 139px;
  }
.NavColumnBlockContent {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.1em;
  text-align: left;
  background: #00209F;
  color: #fff;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
#FloatingCurve {
  display:block;
  width: 44px;
  height: 44px;
  background: transparent url(floatingcurve.gif) no-repeat top right;
  position: absolute;
  top: 80px;
  left: 138px;
  }
.CategoryList,  {
  width:136px;
  padding:0;
  background: #CCD2EC;
  margin-bottom: 0px;
  }
.MailingListSignupForm {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  }
.SearchBoxForm {
  margin: 40px 0 18px 0;
  width:136px;
  background-image: url(table_bk.jpg);
  border-top: 0px solid maroon;
  border-bottom: 1px solid maroon;
   border-left: 1px solid maroon;
  border-right: 1px solid maroon;
  }
.SearchBoxFormContent {
  padding: 0 0 3px 3px;
  margin: 0 0 3px 0;
  text-align: left;
  background: transparent;
  }
.MailingListSignupFormContent {
  padding: 0 0 3px 3px;
  margin: 0 0 3px 0;
  text-align: left;
 background-image: url(table_bk.jpg);
  border-top: 0px solid green;
  border-bottom: 1px solid green;
   border-left: 1px solid green;
  border-right: 1px solid green;
  }
.CategoryListContent {
  padding: 0;
  margin: 0;
  text-align: left;
  background: transparent;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
.CategoryList h4 
#NavColumn H4, .SearchBoxForm h4 {
  padding: 3px 0 0 3px;
  color: #fff;
  background: transparent;
  background: url(wave_bg_maroon.gif);
  }
  .CategoryList h4 
#NavColumn H4, .MailingListSignupForm h4 {
  padding: 3px 0 0 3px;
  color: #fff;
  background: transparent;
  background: url(wave_bg_green.gif);
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #00209F 1px solid;
  background: #fff;
  color: #00209F;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  width: 100px;
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #00209F;
  }

/*	_________________________________
	Side Bar Categories Menu Links */
.CategoryListContent ul, .CategoryListContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
.CategoryListContent li { margin: 0; }
.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited {
  display: block;
  color: #00209F;
  background: transparent url(menuarrow_right.gif) no-repeat center left;
  padding: 3px 3px 3px 12px;
  text-decoration: none;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #fff;
  background: #A3AEDD;
  padding: 3px 3px 3px 12px;
  text-decoration: none;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
.CategoryListContent .CurrentCategory a
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  color: #fff;
  background: #00209F url(menuarrow_rightactive.gif) no-repeat center left;
  padding: 3px 3px 3px 12px;
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
.CategoryListContent li li .CurrentCategory a
.CategoryListContent li li .CurrentCategory a:link,
.CategoryListContent li li .CurrentCategory a:visited {
  color: #fff;
  background: #DF2627;
  padding: 3px 3px 3px 12px;
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
.CategoryListContent a:hover {
  color: #fff;
  background: #00209F url(menuarrow_rightactive.gif) no-repeat center left;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
.CategoryListContent li li a:hover {
  color: #fff;
  background: #DF2627;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin-bottom: 4px;
  padding-right: 20px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: maroon;
  text-align: left;
  display:block;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: maroon;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: black;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Verdana, Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:97%;
  }
#Records table {
  border-top: 1px solid #ccc;
  width:97%;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:100%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font:12px/14px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#343434;
  margin:10px 0;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:maroon;
  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:180px;
  margin:5px auto;
  vertical-align:top;
  }
.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, Helvetica, Sans-Serif;
  }
.SingleProductDisplayPrice A {
  font: 11px Verdana, Arial, Helvetica, 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, Helvetica, 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:98%;
  }
#ProductPageImageColumn {
  width:175px;
  padding:0 10px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0 0 0 10px;
  margin:0;
  vertical-align:top;
  text-align:left;  
  border-left: 1px solid #F7F4F0;
  }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: maroon; }
#productdescription {
  padding: 8px;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  }
#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 silver;
  background: #fff;
  background: url(prodbg.gif);
  background-repeat: repeat-x;
  padding: 15px 0 0 15px;
  background-position: bottom left;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; color:maroon; }
#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, Helvetica, Sans-Serif; color:#333; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Verdana, Arial, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice { color:maroon; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#333; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:maroon; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:maroon; }

/*	________________
	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, Helvetica, Sans-Serif;
  color: #ccc;
  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, Helvetica, Sans-Serif;
  color: maroon;
  background: transparent;
  border: 1px solid maroon;
  }
#ProductReviews, #ProductReviewNew { margin: 10px 0; }
#ProductReviews a:link, #ProductReviews a:visited {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  }
#ProductReviews a:hover {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  }
.ProductReviewRating {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:maroon;
  }
.ProductReview {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  margin: 5px 10px;
  }
.ProductReviewKarma { font: 11px Verdana, Arial, Helvetica, Sans-Serif; color:maroon; }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid maroon;
  width:98%;
  margin:5px;
  }
#CheckoutTable {
  width:98%;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: maroon;
  }
.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:maroon;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:maroon;
  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:maroon;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:100%;
  }
#CartSubTitle {
  }
#CartContainer {
  width:98%;
  padding:0px;
  margin:0px;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:100%;
  border-right: 1px solid maroon;
  border-left: 1px solid maroon;
  border-top: 1px solid maroon;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  border-left: solid 1px maroon;
  border-bottom: solid 1px maroon;
  border-right: solid 1px maroon;
  }
#CartTotalBlock {
  border-bottom: solid 1px maroon;
  border-right: solid 1px maroon;
  width:260px;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#CartCheckoutButtons {
  width:98%;
  text-align:right;
  margin-top:10px
  }
.CartItem {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  text-align: left;
  border-bottom:1px solid maroon;  
  }
.CartAlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  text-align: left;
  border-bottom:1px solid maroon;  
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:100%;
  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 maroon;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#f5f5f5;
  border-left: 1px solid maroon;
  border-top: 1px solid maroon;
  border-right: 1px solid maroon;
  padding:0px;
  margin: 0;
  width: 190px;
  }
#lblGrandTotal {
  border-top: 1px solid #ccc;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
   width: 50px;
  }
.ControlArea {
  border: 1px solid maroon;
  background: #f5f5f5;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#f5f5f5;
  border: 1px solid maroon;
  padding:5px;
  padding-left:10px;
  margin: 0;
  text-align:left;
  width: 190px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
#OrderItemPreview table {
  width: 98%;
  }
#OrderItemPreview table table {
  width: 100%;
  }
  
/*	__________________________________
	Checkout_Confirm Pricing Styles */
/*.DiscountText { }*/


/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  }
.BVSmallText {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color:maroon;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #f5f5f5;
  border: 3px solid #efefef;
  }
.FormInput, #inKeyword {
  border: maroon 1px solid;
  background: #fff;
  color: maroon;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, 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: maroon 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: maroon;  
  letter-spacing: normal;  
  }
.FormLabelStrong {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;  
  letter-spacing: normal;  
  }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  }
.text {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: maroon;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* 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: 3px 0 0 0;
  width: 100%;
  color: #000;
  padding: 0px 0;
  text-align: center;
  border-top: 12px solid #5d5e7a;
  background: url(footer_bk.jpg);
  height: 27px;
  }
#footermenu a {
  padding-left:0px;
  padding-right:0px;
  padding:0px;
  color: #000;
  text-align: center;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  height: 27px;
 
  }
#footermenu a:hover {
  color:green;
  text-decoration: none;
 height: 27px;
  }
#footercustommenu {
  padding: 0px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #ccc;
  display: block;
  padding: 3px;
  text-align: center;
  background: black;
  }
