/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; 
	color: #b0358a; 
	font-weight:normal;
}
.boxText a { font-family: Verdana, Arial, sans-serif; font-size: 11px; 
	color: #b0358a;
	font-weight:normal;
}
.boxText a:hover {
/* background-color:#799B13; */
	text-decoration: underline;
	color: #601d4b;
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF0000; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #b0358a; text-decoration: underline; }

body {

}

A {
	text-decoration:none;
	color: #b0358a;
}

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

.main_content_table {
	margin-bottom: 1000px;
	}

FORM {
	display: inline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
.bodytext {
	border-top-width: 20px;
	border-top-color: #FFFFFF;
	border-left-width: 20px;
	border-left-color: #FFFFFF;
}
td a {
	font-size: 11px;
	color: #b0358a;
  font-weight : bold;
}

TR.header {
  background: #ffffff;
}

/*TR.headerNavigation {
  background: #b0358a;
}
*/
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight:bold;
  color: #EAEFDC;
  text-align : right;
  vertical-align:middle;
}

A.headerNavigation { 
  color: #EAEFDC; 
  font-size: 9px;
  font-weight:bold;
  }

A.headerNavigation:hover {
  color: #b0358a;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #799B13;
  padding:4px;
}

TD.footer, DIV.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #799B13;
  padding:8px;
  color: #EAEFDC;
 /* font-weight: bold;*/
}

TD.footer a, DIV.footer a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #EAEFDC;
 /* font-weight: bold;*/
}

TD.footerSmall {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  padding:4px;
  color: #636466;
 /* font-weight: bold;*/
}

TD.footerSmall a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #636466;
 /* font-weight: bold;*/
}

.infoBox {
/*  background: #799B13;
*/}

.infoBoxContents {    /* used for expandable category box*/
/*  background: #799B13;
*/  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #b0358a;
}

TD.productBoxContent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-top:12px;
}

TD.breadcrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #b0358a;
  font-weight: normal;
  vertical-align:top;
  padding-bottom:3px;
}

TD.breadcrumb a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  color: #b0358a;
}

TD.breadcrumb a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #AABBDD;
}

TD.infoBox, SPAN.infoBox, {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: #FFFFFF;
/*  border-style: solid;
  border-color: #b0358a;
  border-width:0px; */
  border-bottom:solid;
  border-bottom-width:1px;
  border-bottom-color: #b0358a;
}

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

TR.productListing-last {
  background: #FFFFFF;
  border-bottom:solid;
  border-bottom-width:6px;
  border-bottom-color: #b0358a;
}

TABLE.productListing {
  background-color:#FFFFFF;
  border-left:solid;
  border-left-width:2px;
  border-left-color: #b0358a;
  border-right:solid;
  border-right-width:2px;
  border-right-color: #b0358a;
  border-bottom:none;
  border-bottom-width:0px;
  border-bottom-color: #FFFFFF;
}

TD.productListing {
  padding-left:10px;
  padding-right:10px;
}

TD.productListing a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #b0358a;
  font-weight: bold;
}

TABLE.pageBox {
  background-color:#FFFFFF;
  border-left:solid;
  border-left-width:2px;
  border-left-color: #b0358a;
  border-right:solid;
  border-right-width:2px;
  border-right-color: #b0358a;
  border-bottom:none;
  border-bottom-width:0px;
  border-bottom-color: #FFFFFF;
  padding-left:12px;
  padding-right:12px;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #b0358a;
  font-weight: bold;
}

.productListing-heading A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #b0358a;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom:solid;
  border-bottom-width:1px;
  border-bottom-color: #b0358a;
  vertical-align:top;
  padding-top:10px;
}

TD.productListing-data a {
  font-size: 11px;
}

TD.productListing-data-prc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom:solid;
  border-bottom-width:1px;
  border-bottom-color: #b0358a;
  background-color:#FFFFFF;
  vertical-align:top;
  padding-top:10px;
}

TD.productListing-data-prc a {
  font-size: 11px;
}

A.pageResults {
  color: #b0358a;
  font-size: 10px;
}

A.pageResults:hover {
  color: #b0358a;
  background: #EAEFDD;
}

TD.pageHeading, DIV.pageHeading, SPAN.pageHeading, p.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #b0358a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #b0358a;
}

TD.smallText, TD.smallText a, SPAN.smallText, SPAN.smallText a, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight:normal;
}

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

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

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

/* TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
*/
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

SPAN.greetUser {
  font-family: Verdana, Arial, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* ***NJG*** Used to display price including tax below main price */
SPAN.productIncTax {
  font-size: 9px;
  font-family: Verdana, Arial, sans-serif;
  color: #b0358a;
}

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

.moduleRow { }
.moduleRowOver { background-color: #ffedfd; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ffedfd; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #E0A6DF; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #b0358a; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #b0358a;
	line-height: normal;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #b0358a;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b0358a;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b0358a;
	text-decoration: none;
}
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b0358a;
}

.wide_text {
	line-height: 18px;
}

.pricelist td {
padding-top:5px;
}
.spaced_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
TD.cartcount {
font-size:10px;
font-weight:bold;
color:#FFFFFF;
}

TD.sidebarTitle {
font-size:12px;
font-weight:bold;
color:#b0358a;
background-color:#BCCB8C;
}

TD.specialsTitle {
font-size:16px;
color:#b0358a;
}
TABLE.typeTable , TD.typeTable {
font-family: Verdana, Arial, sans-serif; font-size: 9px; 
color:#555555;
border: 2px;
border-color:#FFFAEC;
}
.typeTable a {
font-family: Verdana, Arial, sans-serif; font-size: 10px; 
color:#555555;
}

.typeTable a:hover {
font-family: Verdana, Arial, sans-serif; font-size: 10px; 
color:#b0358a;
text-decoration: none;
}

TD.tableHeading {
border-left-style:solid;
border-left-width:1px;
border-left-color:#799B13;
margin-left:5px;
margin-right:5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
vertical-align: top;
}

TD.paleText, P.paleText {
font-weight:bold;
color:#799B13;
}

.main_button_titles, div.main_button_titles, td.main_button_titles {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}

.page_headline {
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	padding: 0 0 0.8em 0;
	}
	
.sidebar_box {
	margin-bottom: 10px;
	}	
	
.sidebar_box_header {
	height:39px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	padding: 12px 0px 12px 10px;
	background-image: url(images/construct/sidebar_header_background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
.sidebar_box_header a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	}
	
.sidebar_news {
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
.sidebar_box {
	background-image: url(images/construct/sidebar_footer_background.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	}

.box_headline {
	font-weight: normal;
	color: #b0358a; 
	text-align: left;
	padding: 5px 8px 10px 8px; 
	}

