/*
  $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: 10px; }
.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: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  text-align: center;
  color: #ffffff;
/* change background: #ffffff; to the color of your choice*/
  background: #E8CBEF;
  margin: 0;

   }
  #cwdusacontainer {
  width: 992px;/* width can be changed to what you want just stay under 790px*/
  border: 02px solid #562563;/*border can be removed for a borderless page*/ 
  background: #ffffff;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
 }
 
 FIXCENTER {
  width: 75px;
  border: solid; border-width: 0px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}
A {
  color: #562563;
  text-decoration: none;
  visited: #000000;
}

A:hover {
  color: #562563;
  text-decoration: underline;
  font-weight: none;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}

FORM {
	display: inline;
}

TD.confetti, {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  background:url("images/ist2_7790022-star-confetti.jpg") no-repeat top right;
  color: #562563;
  font-weight: normal;
}

TD.bg1 {
  background-color: #D5AADF;
  color: #562563;   
  border: 01px solid #ffffff;  
}

TD.bg1a {
  background-color: #D5AADF;
  color: #562563;   
  border: 01px solid #562563;  
}

TD.bg2 {
  background-color: #ffffff;
  font-size: 10px;
}

TD.bg3, P.bg3 {
  font-family: Verdana, Arial, sans-serif;
  background-color: #D5AADF;
  font-size: 12px;
  color: #562563;
  line-height: 1.5;  
  
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #EB97FD;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #562563;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #562563;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.footerNavigation {
  background: #EB97FD;
}

TD.footerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #562563;
  color: #ffffff;
  font-weight : bold;
}

A.footerNavigation { 
  color: #FFFFFF; 
}

A.footerNavigation:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #B43E54;
}

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: #EB97FD;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #562563;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #562563;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #562563;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #ffffff; 
  color: #562563;  
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #562563;    
}

.infoBox2 {
  background: #562563;
}

.infoBoxContents2 {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #562563;
  padding: 4px;
  color: #562563;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #562563;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBox2, SPAN.infoBox2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TR.infoBox2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #562563;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #562563;
  color: #FFFFFF;
  font-weight: bold;
}

A.productListing-heading { 
  color: #ffffff; 
  font-size: 12px;  
  font-weight: bold;
  text-decoration: none;
  visited: #ffffff;
}

A.productListing-heading:hover {
  color: #ffffff;  
  font-weight: bold;
  text-decoration: underline;
}


TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: #562563;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #B43E54;
}

TD.h1, DIV.h1, A.h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #B43E54;
}

 TD.h2, DIV.h2, A.h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

TD.h3, DIV.h3, A.h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

TD.h4, DIV.h4, A.h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #B43E54;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
}

TD.mainpurple, P.mainpurple {
  font-family: Verdana, Arial, sans-serif;
  color: #562563;
  background: #ffffff
  font-size: 12px;
  line-height: 1.5;
}

TD.mainHeader {
  font-family: Verdana, Arial, sans-serif;
  color: #562563;
  font-size: 14px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  color: #562563;
  font-size: 10px;
}

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;
}

 A.categoryText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #562563;
  text-decoration: none;
 }
 
 TD.categoryText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #562563;
  text-decoration: none;
 }

A.categoryText:hover {
  color: #ffffff;
  text-decoration: none;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

 .px2{
  font-size: 4px;
  color: #ffffff;
  background: #ffffff;
 }
 
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #F5CFFE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F5CFFE; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* 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; }

 A.footerText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #562563;
  text-decoration: none;
 }

 .footerText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #562563;
  text-decoration: none;
 }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 1px solid #000000;
padding: 0px;
border: 2px solid #562563;
list-style-type: none;
width: 157px; /* Width of Menu Items */
border-bottom: 2px solid #562563;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #562563;
}
	
.suckerdiv ul li{
position: relative;
background-color: #D5AADF;
border: 1px solid  #000000;
border: 2px solid #ffffff;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 151px; /* Parent menu width - 1*/
position: absolute;
width: 110px; /*sub menu width*/
top: 0;
display: none;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #562563;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 157px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 157px; /* Parent menu width - 1*/
background-color: #D5AADF;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #D5AADF;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #D5AADF;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #562563;
text-decoration: none;
background-color: #D5AADF;
padding: 4px 1px;
border: 0px solid #E8CBEF;
border-bottom: 0;
line-height: 1.25;
}

/* menu links style */
.suckerdiv ul li ul a{
display: block;
color: #562563;
text-decoration: none;
background-color: #D5AADF;
padding: 2px 1px;
border: 1px solid #E8CBEF;
border-bottom: 0;
line-height: 1.5;
}

.suckerdiv ul li a:visited{
color: #000000;
}

.suckerdiv ul li a:hover{
color: #ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
color: #ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
color: #ffffff;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ddd;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #bbb;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #aaa;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
