/*
  $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: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 9px; }
.errorBox { font-family : Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size : 9px; background: #ff641e; font-weight: bold; }
.stockWarning { font-family : Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #ffffff; }
.orderEdit { font-family : Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size : 10px; color: #70d250; text-decoration: underline; }

/*  #ffffff */
/*   background-image: url(images/background.gif); */ 

BODY {
/*  background-image: url(images/background.gif);*/
/*  background: #5a7896;
  background: #ffffff; */
/*  background: #8ca0b4; */
/*  background: #ffeeee; */
  background: #dddddd;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: rgb(235,105, 0);
}

TR.headerNavigation1 {
  background: rgb(185, 0, 80); 
}

TD.headerNavigation {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: rgb(245, 135, 0); 
  color: #ffffff;
/*  font-weight : bold;*/
}

TD.headerNavigation1 {
  background: rgb(255, 165, 0); 
}

TD.headerNavigation2 {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
  color: rgb(235,105, 0);
  background: rgb(235,105, 0);
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff641e;
}

TD.headerError {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ff641e;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TD.logged {
  background: #ff641e;
  color: #ffffff;
}

TR.footer {
  background: #ff641e;
}

TD.footer {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ff641e;
  color: #ffffff;
/*  font-weight: bold;*/
}

.infoBox {
  background: rgb(255, 240, 225); /*rgb(255, 240, 235);*/
  border-color: rgb(255, 165, 0); /*#c8c8c8;*/
  border-style: solid;
  border-width: 1px;
}

.infoBox1 {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255); /*#c8c8c8;*/
  border-style: solid;
  border-width: 0px;
}

.infoBox2 {
  background: #ffffff;
  border-color: rgb(255, 255, 255); /*#c8c8c8;*/
  border-style: solid;
  border-width: 0px;
}

.infoBoxContents {
  background: rgb(255, 240, 225);
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
}

.infoBoxContents1 {
  background: rgb(255, 255, 255);
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
  color: #000000;
}

.infoBoxContents2{
  background: rgb(255, 255, 255);
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
  color: #000000;
}

.infoBoxContents3 {
  background: #c8c8c8;
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
  color: #000000;
}

.infoBoxNotice {
  background: #ffffff;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 11px;
  font-weight: bold;
  background: rgb(255, 165, 0);
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
  background: #ffffff;

}

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: rgb(245, 135, 0);
  border-spacing: 1px;
  background: #ffffff;
}

.productListing-heading {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 11px;
  background: rgb(245, 135, 0);
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ffffff;
/*  font-weight: bold;*/
}

A.pageResults {
  color: #0000FF;
  background: #ffffff;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

.pageHeading {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 11px;
  font-weight: bold;
  background: rgb(245, 135, 0);
  color: #ffffff;
}


TD.downForMain{
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 14px;
  font-weight: bold;
  color: #ff641e;
}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 11px;
  line-height: 1.5;
/*  background: #ffffff; */
}

TD.pageReviewHeading {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
}

TD.welcome, P.welcome{
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 11px;
  line-height: 1.5;
/*  background: #ffffff;*/
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}

TD.mediumText, SPAN.mediumText, P.mediumText {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}

.smallTextWhite{
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

TD.TextWhite{
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 14px;
  font-weight: bold;  
  color: #ffffff; /*rgb(235, 65,0);*/
}

TABLE.TextWhite {
 /*  background: #ffffff;
  background-image: url(images/white.gif); */
  border-color: rgb(220, 70, 40); /*#ff641e;*/
  border-style: solid;
  border-width: 1px;
}

TD.smallTextRed, SPAN.smallTextRed, P.smallTextRed {
  font-family: Lucida Handwriting , Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
/*  font-weight: bold;*/
  color: #ffcc00;
}

TD.verySmallText, SPAN.verySmallText, P.verySmallText {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
}

TD.hiddenText {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 4px;
  color: #ffffff;
}

TD.link, P.link {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  color: #ff641e;
  line-height: 1.5;
  background: #ffffff;
}

TD.accountCategory {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
/*  font-weight: bold;*/
}

SPAN.newItemInCart {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  color: #ff641e;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}

SPAN.greetUser {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  color: #ff641e;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  border-color: rgb(255, 165, 0); /*#7b9ebd;*/
  border-style: solid;
  border-width: 1px;
}

TABLE.envelope {
  
  width: 800;
  background: #ffffff;
/*  background-image: url(images/white.gif); */
  border-color: #ffffff; /*#ff641e;*/
  border-style: solid;
  border-width: 0px;
}

TABLE.envelope1 {  
  width: 670;
  background: rgb(255, 100, 30); /*#cc0000;*/
  border-color: #ffffff; /*#ff641e;*/ /*#c8c8c8; /*rgb(255, 100, 30);*/
  border-style: solid;
  border-width: 0px;
}

TABLE.envelope2 {
  
  width: 670;
  background: #ffffff;
/*  background-image: url(images/white.gif); */
  border-color: #ffffff; /*#ff641e;*/
  border-style: solid;
  border-width: 0px;
}

TABLE.envelope3{
  
  width: 670;
  background: rgb(255, 100, 30); /*#cc0000;*/
/*  background-image: url(images/header.gif);*/
  border-color: #ffffff; /*#ff641e;*/
  border-style: solid;
  border-width: 0px;
}

TD.banner_left {
  /*background-color: #ff641e;
 background-image: url(images/allocanada.gif); 
  */
  background-color: #ffffff;
/*  border-color:red;
  border-style: groove;
  border-width: 2px;*/
}

TD.banner_right {
  /*background-color: #ff641e; */
  background-color: #ffffff;
/*  border-color:red;
  border-style: groove;
  border-width: 2px;*/
}

/*TABLE.login {
  background: #cc0000;
}*/

TABLE.tableWelcome {
  width: 100%;
  background: #ffffff;
/*  background-image: url(images/white.gif);
  border-color: #ffffff; 
  border-style: none;
  border-width: 4px;*/
}

TABLE.col_left{

 background: #ff641e;  
/*  width: 850;
  background-image: url(images/header.gif);
  border-color: #cc0000;
  border-style: groove;
  border-width: 2px; */
}

td.tdWelcome {
    width: 100%; 
	border-width: 2px 2px 2px 2px;
/*	padding: 1px 1px 1px 1px;*/
	border-style: solid solid solid solid; /*outset outset outset outset;*/
	border-color: rgb(150, 150, 150) rgb(150, 150, 150) rgb(150, 150, 150) rgb(150, 150, 150);
	background-color: rgb(220, 220, 220);
/*	-moz-border-radius: 20px 20px 20px 20px;*/
}

TD.smallTextBlank {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 9px;
  background: #ffffff;
  color: #ffffff;
/*  font-weight : bold; */
}

TD.smallTextOrange, SPAN.smallTextOrange, P.smallTextOrange {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ffffff;
  color: #ff641e;
/*  font-weight : bold; */
}

TD.Title{
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
}

INPUT.InSmall {
   background-color: #ffffb0;
   font-family : Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
   font-size : 9;
   style-height: 19px; 
   style-width: 80px;
}

TD.formAreaTitle {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 15px;
  color: #ff641e;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  color: #000000;
}

SPAN.errorText {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
//  color: #ffffff;
}

TD.productPriceInListing {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ffffff;
}

table.aNumber{
        width: 45%;	
}

table.aNumber2{
        width: 75%;
}

table.accessNumber td {
    border: 1px;
	border-style: solid;
	border-color: rgb(255, 240, 225);
 	background-color: rgb(255, 240, 225);
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #ffffff;
}

td.accessNumber2 {
    border: 1px;
	border-style: solid;
	border-color: rgb(255, 240, 225);
 	background-color: rgb(255, 240, 225);
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

td.accessNumber1 {
    border: 1px;
	border-style: solid;
	border-color: rgb(255, 230, 205);
 	background-color: rgb(255, 230, 205);
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

.low {
    border: 1px;
	border-style: solid;
	border-color: rgb(255, 240, 225);
 	background-color: rgb(255, 240, 225);
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #ff641e;
}

.middle {
    border: 1px;
	border-style: solid;
	border-color: rgb(255, 230, 205);
 	background-color: rgb(255, 230, 205);
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

table.pInfo {
/*	border: 1px;
	border-style: solid;
	border-color: #c8c8c8;*/
	background-color: #f0f0f0;
}

table.pInfo td {
/*    border: 1px;
	border-style: solid;
	border-color: #c8c8c8;
 	background-color: #ffffff;*/
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}


table.rebate {
	border: 1px;
	border-style: solid;
	border-color: rgb(245, 135, 0);
	background-color: #ffffff;
}

table.rebate th {
/*    border: 1px;
	border-style: solid;
	border-color: #cc0000;
    border: 1px;
	border-style: solid;
	border-color: rgb(245, 135, 0);	*/
 	background-color: rgb(245, 135, 0);
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

table.rebate td {
    border: 1px;
	border-style: solid;
	border-color: rgb(245, 135, 0);
 	background-color: #ffffff;
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

table.rebate1 {
/*	border: 1px;
	border-style: solid;
	border-color: #cc0000;*/
	background-color: #ffffff;
}

table.rebate1 th {
/*    border: 1px;
	border-style: solid;
	border-color: #cc0000;*/
 	background-color: #c8c8c8;
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

table.rebate1 td {
/*    border: 1px;
	border-style: solid;
	border-color: #cc0000;*/
 	background-color: #ffffff;
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

table.down {
	border: 1px;
	border-style: solid;
	border-color: #c8c8c8;
/*	background-color: #ffffff;*/
}

table.down th {
/*    border: 1px;
	border-style: solid;
	border-color: #cc0000;*/
 	background-color: #c8c8c8;
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

table.down td {
    border: 1px;
	border-style: solid;
	border-color: #c8c8c8;
/* 	background-color: #ffffff;*/
    font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
    font-size: 10px;
	color: #000000;
}

TD.productPriceInProdInfo {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
  background: #ccffcc;
}

.moduleRow { }
.moduleRowOver { background-color: rgb(255, 240, 225); cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: rgb(255, 240, 225); }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 10px; color: ff641e; font-weight: bold;background-color: #ffffff; }
.messageStackSuccess { font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva; font-size: 10px; color: #ff641e; }

/* Graphical Borders - boxes column_left_right - Star */
/*
.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
                 font-size: 10px;
                 text-align : left;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
                 font-size: 10px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; }
*/
/* Graphical Borders - boxes column_left_right - Star */

/* Graphical Borders - boxes main modules and file-pages - Star */
/*
.mws_boxTop_main    { background: url('images/infobox_main/top.gif');
                 font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
                 font-size: 10px;
                 text-align : left;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_main   { background: url('images/infobox_main/left.gif'); }
.mws_boxRight_main  { background: url('images/infobox_main/right.gif'); }
.mws_boxBottom_main { background: url('images/infobox_main/bot.gif');
                 font-family:Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
                 font-size: 10px;
                 text-align : left;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { background: #FFFFFF; }
*/
/* Graphical Borders - boxes main modules and file-pages - End  */

/*TD.noborderbox {
  font-family: Arial, Georgia, Verdana, Helvetica, Lucida, Geneva;
  font-size: 10px;
}*/

TR.poster {
  vertical-align: top; 
}

table.poster {
  background-color: #eeeeee; 
}

span .plop {
       text-decoration: blink;
}

DIV.six {font-size:6pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
DIV.seven {font-size:7pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
DIV.eight {font-size:8pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
DIV.nine {font-size:9pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
DIV.ten {font-size:10pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
DIV.eleven {font-size:11pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
DIV.twelve {font-size:12pt;color:#000000;font-family:"Arial, Helvetica, sans-serif"}
