/*
  $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: "Comic Sans MS";
	font-size: 12px;
	color: White;
}
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	background: Yellow;
	font-weight: bold;
	background-color : transparent;
}
.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: Black;
	color: White;
	margin: 0px;
}

A {
	color: Yellow;
	text-decoration: none;
}

A:hover {
	color: Red;
	text-decoration: blink;
}

FORM {
	display: inline;
}

TR.header {
	background: Black;
}

TR.headerNavigation {
	background: Black;
}

TD.headerNavigation {
	font-family: "Comic Sans MS";
	font-size: 12px;
	background-image: url(images/header/header_nav.gif);
	background-repeat: repeat;
	color: Black;
}

A.headerNavigation {
	color: White;
}

A.headerNavigation:hover {
	color: Red;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: "Comic Sans MS";
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: Black;
}

TD.headerInfo {
	font-family: "Comic Sans MS";
	font-size: 12px;
	background: Black;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: Aqua;
	;
}

TD.footer {
	font-family: "Comic Sans MS";
	font-size: 12px;
	background-image: url(images/header/header_nav.gif);
	background-repeat: repeat;
	color: Black;
	color: #ffffff;
	font-weight: bold;
}

.infoBox {
	background: transparent;
	color: #ffffff
}

.infoBoxContents {
	background: Black;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #ffffff
}

.infoBoxNotice {
	background: Yellow;
}

.infoBoxNoticeContents {
	background: Aqua;
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #ffffff
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: Black;
	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: "Comic Sans MS";
	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-image: url(images/backlist.gif);
}

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-image: url(images/backlist2.gif);
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: Red;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: Black;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FFFFFF;
}

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: White;
	border : none;
}

TR.subBar {
	background: Black;
}

TD.subBar {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: Fuchsia;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: White;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: Fuchsia;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: White;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: White;
}

TD.tableHeading {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: White;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: "Comic Sans MS";
	font-size: 11px;
	color: Blue;
}

TEXTAREA {
	width: 100%;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: Blue;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Teal;
	font-weight: bold;
}

TABLE.formArea {
	background: Red;
	border-color: Red;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: Fuchsia;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Olive;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: Aqua;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {
	background-color: Black;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: Black;
}

.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: Fuchsia;
}
.checkoutBarCurrent {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #000000;
}

/* message box */

.messageBox {
	font-family: "Comic Sans MS";
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: Teal;
}
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: Navy;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Graphical Borders - boxes column_left_right - Star */
.mws_boxTop    { background: url('images/infobox/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   { 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: Black;
}
/* 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: 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: Black;
}
/* Graphical Borders - boxes main modules and file-pages - End  */

TD.noborderbox {
	font-family: "Comic Sans MS";
	font-size: 10px;
}
.star-product-title {
	font-family: Verdana, Arial, sans-serif;
	text-align : center;
	font-size: 16px;
	font-weight: bold;
	color: Yellow;
}
.star-product {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: White;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-family: "Comic Sans MS";
	font-size: 14px;
}
/* menu Image -noborderBox2 - Show Sub-categories  Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
	display: block;
	vertical-align: middle;
	color: White;
	font-size: 11px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-align: left;
	height: 19px;
	padding-top:2px;
	text-decoration: none;
	background-image: url(images/menuoff.png);
}

a.menucateg:hover {
	border: 1px solid Black;
	background-image: url(images/menuon.png);
	background-repeat: repeat;
	text-decoration: none;
	font-weight: bold;
	color: White;
}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-family: "Comic Sans MS";
	text-align: left;
	height: 19px;
	text-decoration: none;
	padding-top:2px;
	background-image: url(images/menuoff.png);
}

a.menusubcateg:hover {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	background-image: url(images/menuon.png);
	background-repeat: repeat;
	text-decoration: none;
	color: White;
}
/* menu Image -noborderBox2 - Show Sub-categories  End */