/*

  Sequin Flowers Style Sheet as at 23 December 2003 for Category Description 
  Sequin Flowers Style Sheet as at 19 December 2003 based on 
  
  $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

  Changes:  
  Top Banner: Image replaced
  BODY: Background colour. 
  InfoBoxes: Colour header, border, images replaced
  Add style for Price Breaks
*/

/* text inside the Boxes NOT the Box Header */

.boxText { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }

.errorBox { font-family : Tahoma, Arial, sans-serif; font-size : 10px; background: #FFF9FD; font-weight: bold; }

.stockWarning { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #A2026A; }

.productsNotifications { background: #FFF9FD; }

.orderEdit { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #A2026A; text-decoration: underline; }

/* changes background colour of the whole screen background
*/

BODY { color: #333399;
background: url("images/backgroundpinkline.gif");
margin: 0px;
  }

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

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

FORM {
	display: inline;
}

/* changes background colour in the banner */

TR.header {
  background: #663399;
}

TR.headerNavigation {
  background: #663399;
}

/* changes the top navigation bar details just under the banner */

TD.headerNavigation {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #E18000;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #FFF9FD;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #FFF9FD;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
/* Table Row header A2026A*/
TR.headerInfo {
  background: #990033;
}

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

/*  Footer where date and counter displayed - #bbc3d3*/

TR.footer {
  background: #E18000;
}

TD.footer {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #E18000;
  color: #ffffff;
  font-weight: bold;
}

/* background border around box content */
.infoBox {
  background: #E18000;
}
/* background of box content */
.infoBoxContents {
  background: #fff9fd;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

/* don't know where this is used

.infoBoxNotice {
  background: #FFF9fd;
}

.infoBoxNoticeContents {
  background: #FFE9fd;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}
/* definition of LHS and RHS box headings */
TD.infoBoxHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #993333;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Arial, 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: #FFf9fd;
}

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;
}

/* controls style of ??? */

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #A2026A; 
  border-spacing: 1px;
}
/* Shopping Cart contents */

.productListing-heading {
  font-family: Andy, Tahoma, Arial, sans-serif;  
  font-size: 12px;
  background: #A2026A;
  color: #FFFFFF;
  font-weight: bold;
}

/* new ones for product descriptions */
.productDesc {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #333399;
}

.productTag {
  font-family: Andy, Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #A2026A;
}

  
TD.productListing-data {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #A2026A;
}

A.pageResults:hover {
  color: #333399;
  background: #FFF9FD;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Andy, Tahoma, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #333399;
}

TR.subBar {
  background: #FFF9FD;
}

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

TD.main, P.main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #a2026a;
}

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

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

SPAN.greetUser {
  font-family: Andy, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #333399;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFf;
  border-color: #E18000;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Andy, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

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

SPAN.errorText {
  font-family: Tahoma, Arial, sans-serif;
  color: #a2026a;
}
/* used by checkout shipping */

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

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

/* message box */

.messageBox { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Arial, sans-serif; font-size: 10px; background-color: #FFF9FD; }
.messageStackSuccess { font-family: Tahoma, Arial, sans-serif; font-size: 10px; background-color: #FFF9FD; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Andy, sans-serif; font-size: 10px; color: #a2026a; }





















