/*
  $Id: stylesheet.css,v 1.54 2003/05/27 17:06:42 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: 9px; }
.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 {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #006D93;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
FORM {
  display: inline;
}

LABEL {
  white-space: nowrap;
}
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background-image:URL(images/header_line_main.gif);
  background-repeat:repeat-x;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFE;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFE;
}

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

a.catalog_item{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-left: 2px;
}

div.level0{
  background: #DDEAF3;
  padding: 3px 2px 3px 2px;
  border-top: white 1px solid;
  border-bottom: #808080 1px solid;
}

div.level1{
  background: #F0FAFF;
  padding: 3px 2px 3px 15px;
  border-top: white 1px solid;
  border-bottom: #DDEAF3 1px solid;
}

div.level2{
  background: #f8f8f9;
  padding: 3px 2px 3px 25px;
  border-top: white 1px solid;
  border-bottom: #DDEAF3 1px solid;
}

TR.footerNavigation {
  background: #ffffff;
}

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

A.footerNavigation {
  color: #000000;
  font-weight : bold;
}

A.footerNavigation:active {
  color:red;
}

A.footerNavigation:hover {
  color: #FEF503;
}

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-image:URL(images/header_line.gif);
  background-repeat:repeat-x;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFE;
  font-weight: bold;
  height: 20px;
}

.infoBox {
  background: #006D93;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsGray {
  background: #e8e8e8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image:URL(images/header_line.gif);
  background-repeat:repeat-x;
  color: #FFFFFE;
}

A.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFE;
}

A.infoBoxHeading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FEF503;
  text-decoration: underline;
}

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

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: #006D93;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #006D93;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom:1px solid #DDEAF3;
}
TD.paramListing-data {
  font-family: Verdana, Arial, sans-serif;
  padding: 5px 2px;
  font-size: 11px;
  border-bottom:1px solid #DDEAF3;
}
TD.paramListing-group {
  font-family: Verdana, Arial, sans-serif;
  padding: 5px;
  font-size: 11px;
  border-bottom:1px solid #FFFFFF;
  background-color:#DDEAF3;
  width:100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

A.pageResults {
  color: #0000FF;
}

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

TH.pageHeading, TD.pageHeading, DIV.pageHeading, SPAN.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #006D93;
}

.pageHeading h1 {
  padding: 10px 0px 0px 0px;
  text-align: left;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  font-size: 15px;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.main h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  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: #006D93;
  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: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

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


/* ----------------- coolMenu ----------------- */

.clCMEvent{
        position:absolute;
/*        clip:rect(auto,99%,99%,auto);*/
        width:99%; height:99%;
        left:0;
        top:0;
        visibility:visible
}


.clCMAbs{
        position:absolute;
        visibility:hidden;
        left:0;
        top:0;
}

.clBar{
        position:absolute;
        width:10px;
        height:10px;
        background-color:#F7FBFC;
/*        layer-background-color:#F7FBFC;*/
        visibility:hidden;
}

.clLevel0,.clLevel0over{
        position:absolute;
        padding:1px;
        font-family:Verdana,arial,helvetica;
        font-size:11px;
    font-weight:bold;
}

.clLevel0{
        background-color:#F7FBFC;
/*        layer-background-color:#F7FBFC;*/
        color:#006D93;
}

.clLevel0over{
        background-color:#006D93;
/*        layer-background-color:#006D93;*/
        color:#ffffff;
        cursor:pointer;
/*        cursor:hand;*/
}

.clLevel0border{
        position:absolute;
        visibility:hidden;
        background-color:#006D93;
/*        layer-background-color:white;*/
}

.clLevel1, .clLevel1over{
        position:absolute;
        padding:2px;
        font-family:Verdana,arial,helvetica;
        font-size:10px;
    	font-weight:bold;
        vertical-align: middle;
}

.clLevel1{
        background-color:#E9F8FD;
/*        layer-background-color:#E9F8FD;*/
        color:#000000;
}

.clLevel1over{
        background-color:#006D93;
/*        layer-background-color:#006D93;*/
        color:#ffffff;
        cursor:pointer;
/*        cursor:hand;*/
}

.clLevel1border{
        position:absolute;
        visibility:hidden;
        background-color:#006D93;
/*        layer-background-color:white;*/
}
/* ----------------- coolMenu_eof ----------------- */
  /* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */

#flyDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------
  tabber
  --------------------------------------------------*/
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 11px Verdana, Arial, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
/* margin-left: 1px;*/
 border: 1px solid #778;
 border-bottom: none;
 background: #D1E0FD;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #006DA9; }
ul.tabbernav li a:visited { color: #006DA9; }

ul.tabbernav li a:hover
{
 color: white;
 background: #5397AE;
 border-color: #227;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/**********************************************************************************/
DL {
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  text-decoration:none;
}
DT {
  color:#999999;
}
DD {
  color:#666666;
  font-size:11px;
  padding-bottom: 10px;
}