/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
	adapted for QPBPP v1.2.0 2006/12/23

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText,.normal,li,.category, TD {
	font-weight: normal;
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px;
}

TH {
	font-weight: bold;
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px;
}

td.category {	
	border-bottom: 1px solid #cec7e3;
	padding-top: 12px;
}

.art_heading {
	color: #000080;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif; 
	font-size: 90%;
}
.errorBox { font-family: arial,helvetica,sans-serif;  font-size : 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: arial,helvetica,sans-serif;  font-size : 13px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.PriceList  { font-family: Verdana, Arial, sans-serif; color: #9a9a9a; font-size: 12px; font-weight: bold }
.oldPrice { text-decoration: line-through }
.orderEdit { font-family: arial,helvetica,sans-serif;  font-size : 13px; color: #70d250; text-decoration: underline; }

BODY {
  background-color: #c4bfdf;
  color: #666666;
  /*	 top right bottom left*/
  /*margin: 1% 13%	0	  13%;*/
  /*border: thin solid #666666;*/
}

table.margins {
	/* background-image: url(/images/backgrounds/margins.gif); */
	background-color: #c4bfdf;
/*	background-repeat: repeat-x;
	background-position: left top;*/
}
td.leftMargin,td.rightMargin {
	background-repeat: repeat-y;
}

td.leftMargin {
	background-image: url(/images/shadows/shadow_left_purple.gif);
	background-position: right top;
}

td.rightMargin {
	background-image: url(/images/shadows/shadow_right_purple.gif);
	background-position: left top;
}

td.betweenMargins {
	background-color: white;
}

A,A:link,A:visited,A:active,A:hover {
	font-weight: normal;
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px;
}

A,A:link,A:visited,A:active {
	text-decoration: none;
}

A {
	color: #514378;    
}

A:hover {
  	text-decoration: underline;
	color: #514378;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #e7ebb5;
}

TD.headerNavigation, A.headerNavigation {
  font-family: arial,helvetica,sans-serif; 
  font-size: 11px;
  background: #c4bfdf;
  color: #52417b;
  font-weight : bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

A.headerNavigation { 
  color: #52417b; 
}

A.headerNavigation:hover {
  
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: arial,helvetica,sans-serif; 
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: white;*/
}

.infoBoxContents {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  background: none;
}

.boxText {
  background-image: url(/images/backgrounds/light_gradient_purple.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color:  white;
}

TD.infoBoxContents A {
	background-position: center top;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial,helvetica,sans-serif; 
  font-size: 10px;
}

TD.infoBoxHeading, TD.infoBoxHeading A {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  font-weight: bold;
  background: white;
  color: #ff6500;
  text-decoration: underline;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial,helvetica,sans-serif; 
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TR.productListing-odd,TR.productListing-even {
	border: thin dashed #cec7e3;
	margin-bottom: 15px;
	border-spacing: 15px;
	background: none;
}

TABLE.productListing { 
  background-image: url(/images/backgrounds/light_gradient_purple.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color:  white;
}

TABLE.productListing TR.productListing-odd TD TABLE.productListing,
TABLE.productListing TR.productListing-even TD TABLE.productListing,
TABLE.productListing TBODY TR.productListing-odd TD TABLE.productListing,
TABLE.productListing TBODY TR.productListing-even TD TABLE.productListing {
  border: thin dashed #cec7e3;
  margin-bottom: 8px;
  margin-top: 8px;
  background-image: url(/images/backgrounds/light_gradient_purple.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color:  white;
}

.productListing-heading {
  font-family: arial,helvetica,sans-serif; 
  font-size: 10px;
  /*background: #cec7e3;*/
  background-image: url(/images/backgrounds/header_purple.gif);
  background-repeat: repeat-x;
  background-position: center center;
  color: white;
  font-weight: 900;
}

TD.productListing-data {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
}

A.pageResults {
	color: #514378;
}

A.pageResults:hover {
	color: #514378;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: arial,helvetica,sans-serif; 
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  color: #666666;
}

TD.main, P.main {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
}

TD.accountCategory {
  font-family: arial,helvetica,sans-serif; 
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
}

TD.tableHeading {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial,helvetica,sans-serif; 
  font-size: 11px;
  /*text-align: center;*/
}

TEXTAREA {
  width: 100%;
  font-family: arial,helvetica,sans-serif; 
  font-size: 11px;
}

SPAN.greetUser {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
 font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

.productSpecialPrice {
  font-family: arial,helvetica,sans-serif; 
  color: #ff0000;
}

SPAN.errorText {
  font-family: arial,helvetica,sans-serif; 
  color: #ff0000;
}

TD.productPriceInListing {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px;
  background: #ccffcc;
}

td.body {
	border-left: thin solid #c6c3c6;
	border-right: thin solid #c6c3c6;
	padding-left: 10px;
	padding-right: 10px;
}

td.leftSide {
	/*border-left: thin solid #c6c3c6;*/
}

td.rightSide {
	/*border-right: thin solid #c6c3c6;*/
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial,helvetica,sans-serif;  font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial,helvetica,sans-serif;  font-size: 12px; color: #666666; }

/* message box */

.messageBox { font-family: arial,helvetica,sans-serif;  font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: arial,helvetica,sans-serif;  font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: arial,helvetica,sans-serif;  font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: arial,helvetica,sans-serif;  font-size: 12px; color: #ff0000; }

table.top_nav {
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	text-align: center;
	/*background-color: #b66749;*/
}

a.top_nav,a.top_nav:link,a.top_nav:active,a.top_nav:hover,a.top_nav:visited {
	font-family: arial,'lucida console',helvetica,sans-serif;
	color: #5a4869;
	font-weight:bold;
	font-size: 10pt;
}
a.top_nav,a.top_nav:link,a.top_nav:active,a.top_nav:visited {
	text-decoration: none;
}
a.top_nav:hover {
	text-decoration: underline;
}

td.logo {
	/*padding-top: 20px;*/
}

td.account {
	background-image: url(/images/headerart.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#efc982;
}

td.logo_title {	
	font-family:arial,'lucida console',helvetica,sans-serif;
	color: #666666;
	font-weight:bold;
	font-size:20px;
}

td.logo_subtext {	
	padding-bottom: 20px;
	font-family:arial,'lucida console',helvetica,sans-serif;
	color:#52a152;
	font-weight:bold;
	font-size:12px;
}

a.top_cat {
	color: green;
	font-size: 20pt;
	font-weight: bold;
	font-family: Arial,Serif,Helvetica;
}

.fda_heading,fda_product_info {
	text-align: left;
	font-weight: bold;
}
.fda_heading {
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	padding-bottom: 2px;
}

.fda_product_info {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif; 
	font-weight: bold;
}
.fda_column_heading {
	border-top: 12px solid black;
	border-bottom: medium solid black;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
}
.fda_main_ingredient {	
	font-size: 9pt;
	border-bottom: medium solid black;
}
.fda_disclaimer {	
	font-size: 9pt;
	border-bottom: 12px solid black;
}
.fda_vertical_space {
	font-size: 4px;
}
.fda_section_heading {
	color: white;
	background-color: #cccccc;
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 4px 2px 2px;
}
.fda_details {
	font-size: 9pt;
	padding-bottom: 20px;
}

.details {
	border: thin solid black;
}

td.primary_button {
	padding-top: 0;
	padding-bottom: 0;
	/*background-image: url(/images/buttons/main_nav_button.jpg);*/
	background-color: #9f93d5;
	border: thin solid #dad8f0;
	padding: 5px;
}

td.secondary_button {
	background-color: #e7ebb5;
}

td.primary_button {
	text-align: center;
	background-repeat: repeat-x;
}

td.secondary_button {
	text-align: center;
	border: none;	
}

td.primary_button:hover {
	cursor: pointer; cursor: hand;
}

td.secondary_button:hover {
	cursor: pointer; cursor: hand;
}

td.secondary_button a,
td.secondary_button a:hover,
td.secondary_button a:link,
td.secondary_button a:active,
td.secondary_button a:visited {
	color: #514378;
}

td.primary_button a:hover
td.secondary_button a:hover,
a.primary_button:hover {
	text-decoration: underline;
}

a.primary_button,
a.primary_button:link,
a.primary_button:visited,
a.primary_button:active,
a.primary_button:hover {
	font-weight: 900;
}

td.primary_button a,
td.primary_button a:hover,
td.primary_button a:link,
td.primary_button a:active,
td.primary_button a:visited {
	font-family:arial,'lucida console',helvetica,sans-serif;
	color: #5a4869;
}

td.primary_button a,
td.primary_button a:hover,
td.primary_button a:link,
td.primary_button a:active,
td.primary_button a:visited {
	font-size: 9pt;
}

td.secondary_button a,
td.secondary_button a:hover,
td.secondary_button a:link,
td.secondary_button a:active,
td.secondary_button a:visited,
td.secondary_button_hover a {
	font-size: 8pt;
}
span.name_left {
	color: #5a4869;
}
span.name_middle {
	color: #5a4869;
}
span.name_right {
	color: #5a4869;
}
span.name_left,
span.name_middle,
span.name_right,
td.name,
a.name {
	font-family:arial,'lucida console',helvetica,sans-serif;
	font-size: 24pt;
	font-weight: 900;
}

td.name,td.graphic {
	background-image: url(/images/backgrounds/header_purple.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

table.header {
	/*border-right: thin solid #c6c3c6;
	border-left: thin solid #c6c3c6;
	border-top: thin solid #c6c3c6;*/	
	background-image: url(/images/backgrounds/header_purple.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 32px;
	padding-right: 32px;
}
