/*
  $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
*/

div.shipping-info p, div.tnc p {
    text-align: justify;
}

DIV.centerpage {
    margin: 0 auto;
    text-align: center;
}

DIV.centerpage TABLE {
    margin: 0 auto;
    width: 960px;
}

#header-top { width: 780px; }

DIV.centerpage TABLE TABLE {
    width: 100%;
}

.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_module   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight_module  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom_module { background: url('images/infobox_module/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_module { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
.mws_boxCenter_module2 { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 color: #fe3b8c;
                 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: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; }

.mws_boxTop_main    { background: url('images/infobox_main/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 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: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { background: #FFFFFF; }

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

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


/*
Colour Code
#000000 - black
#ffffff - white
#CCCCCC - grey
#545454 - grey33 (text colour)
#9ACD32 - yellow green
#CD2990 - maroon3
#FF8C00 - dark orange (hover colour)
}*/

BODY {
	background: #000000;
	color: #545454; /* main text colour*/
	background-image: url("images/brown.gif");
	margin: 0px;
        text-align: center;
}

A {
  color: #68B4F2; /*box text colour*/
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #000000; /*For  topright hand*/
  background-image: url("images/headerR1C3.gif");
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation, div.headerNavigation {
  font-family: Tahoma;
  font-size: 11px;
  background: #ffffff; /*navigate bar*/
  color: #CD2990; /*navigate arrow and divider*/
  font-weight : bold;
  font-size: 10pt;
}

div.breadcrumbs {
    background: none;
    text-align: left;
}

A.headerNavigation { /*navigate bar text*/
  /*color: #000000;*/
  color: #CD2990;
}

A.headerNavigation:hover {
  /*color: #000000;*/
  color: #FF8C00;
}

TR.headerError {
  background: #9ACD32;
}

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

TR.headerInfo {
  background: #9ACD32;
}

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

TR.footer {
  /*background: #bbc3d3;*/
  background: #ffffff;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  background: #ffffff; /*footer header colour*/
  color: #CD2990; /*footer text colour*/
  font-weight: bold;
}

/*.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  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: #bbc3d3;
  color: #000000;
}*/

.infoBox {
  background: #9ACD32; /*infor box border colour*/
}

.infoBoxContents {
  background: url("images/white.gif"); /*sidebox background colour*/
  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: #CD2990; /*maroon3*/
  background-image: url("images/box_header.gif"); /*box header colour*/
  color: #9ACD32;/*box text colour*/
}

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: #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: #FEF7FB;
}

TABLE.productListing { /*product table*/
  border: 0px;
  border-style: solid;
  /*border-color: #9ACD32;*/
  border-color: #ffffff;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #b6b7cb;*/
  /*background: #CD2990;*/
  background: #ffffff;
  color: #9ACD32;
  font-weight: bold;
}

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

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: #940045;*/
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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, BUTTON {
  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: 15px;
  /*color: #000000;*/
  color: #B8860B;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #9ACD32;
  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; cursor: hand; }
.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; }

TABLE.productinfoBox {
border: solid; border-color:#9ACD32; border-width: 1px;
background: #FEF7FB;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

TD.Price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}			 
/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

.cart-total-price {
    font-size: 8pt;
    margin-top: 4px;
}

.hr {
    margin: 6px auto;
    width: 99%;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #aaa;
}

.greeting-button {
    font-weight: bold;
    display: block;
}

.blog-post-title {
    font-family: Verdana, sans-serif;
    color: #b4005a;
    margin-bottom: 0;
    font-size: 18px;
}
.blog-post-date { font-size: 8pt; font-style: italic; }
.blog-post-body { margin-top: 0 }

.blog-post-body img { border: none !important }

#subscribe-form {
    font-size: 8pt;
}

/* Drop down menu */
ul.nav-menu {
    display: table;
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    position: relative;
}

ul.nav-menu li {
    margin: 0;
    padding: 3px 6px;
    list-style: none;
    display: table-cell;
    float: left;
    position: relative;
}

ul.nav-menu a {
    position: relative;
    display: block;
    margin: 0;
    color: #CD2990;
}

ul.nav-menu a:hover { text-decoration: none; }

ul.children {
    margin: 0;
    padding: 5px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 160px;
    display: none;
    left: 0;
    border: 1px solid #888;
    background-color: #fff;
}

ul.children ul.children { top: 0; left: 95%; }

ul.children li {
    margin: 0;
    padding: 3px;
    float: none;
    position: relative;
    list-style: none;
    display: block;
}

ul.children li a { display: block; }
ul.children li a:hover { text-decoration: none; }

/* Bloody IE */
ul.children li { margin-left: -14px\9 }

/* End Drop down menu */

img.category-pic { border: 0 }

.category-description p { margin-top: 0; }

img.aligncenter { margin: 0 auto; display: block; }
img.alignleft { float: left; }
img.alignright { float: right; }